Have you defined your own behaviour, but not used atoms and integers in the list of tuples like so? It looks like the arity argument you are giving it is all messed up, it should be an integer not a tuple/record.<div><br></div>
<div>behaviour_info(callbacks) -></div><div>  [{init,1}, ... ]</div><div><br></div><div>It might also be worth checking where you define any modules to look for callbacks in, such as when you start a gen_server. I expect if that isn't an atom, erlang will complain.</div>
<div><br></div><div>Sam</div><div><br></div><div>--<br>Sam Elliott<br><a href="mailto:sam@lenary.co.uk">sam@lenary.co.uk</a><br>--<br>
<br><br><div class="gmail_quote">On Mon, Aug 1, 2011 at 3:15 PM, Joel Reymont <span dir="ltr"><<a href="mailto:joelr1@gmail.com">joelr1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
It always helps to ask!<br>
<br>
The problem here is that erlang:function_exported is getting a bad argument.<br>
<div><div></div><div class="h5"><br>
On Aug 1, 2011, at 3:02 PM, Joel Reymont wrote:<br>
<br>
> What is this telling me?<br>
><br>
> Is a function not exported and if so which function?<br>
><br>
> Is it game_logic_stack:game?<br>
><br>
>       Thanks, Joel<br>
><br>
> ---<br>
> (<0.526.0>) error_logger ! {notify,<br>
>                            {error_report,<0.479.0>,<br>
>                             {<0.526.0>,crash_report,<br>
>                              [[{pid,<0.526.0>},<br>
>                                {registered_name,[]},<br>
>                                {error_info,<br>
>                                 {error,badarg,<br>
>                                  [{erlang,function_exported,<br>
>                                    [{game_logic_stack,game,<br>
>                                      {texas,none,none,none,false,false,0,0,<br>
<br>
--------------------------------------------------------------------------<br>
- for hire: mac osx device driver ninja, kernel extensions and usb drivers<br>
---------------------+------------+---------------------------------------<br>
<a href="http://wagerlabs.com" target="_blank">http://wagerlabs.com</a> | @wagerlabs | <a href="http://www.linkedin.com/in/joelreymont" target="_blank">http://www.linkedin.com/in/joelreymont</a><br>
---------------------+------------+---------------------------------------<br>
<br>
<br>
<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</div></div></blockquote></div><br></div>