Sign in with
Sign up | Sign in
Your question

Lua Error

Tags:
  • PC gaming
  • Games
  • Video Games
Last response: in Video Games
Share
January 26, 2013 5:06:02 PM

Hello, I have a problem with my game entitled : Magic Farm 2 - Fairy Lands. the problem is whenever i played this game it will stuck and the lua error box will appear.. the box stated that , "No matching overload found, candidates : void_init (luabind::argument const&, custom [float], custom [float], custom [float],custom [float])"

can anyone fix this?? i really love playing this game and i have finished all versions of this game and i reaally wanted to finish this one too.. please help!!

More about : lua error

January 26, 2013 5:44:22 PM

Check the developers website and see if they have any updates, if not, see if you can raise a bug report to them, they might come up with a fix.
m
0
l
January 26, 2013 6:13:08 PM

That is code, and it is quite interesting that a game was developed with Lua. Lua is an interpreter, not that different than Basic. No serious games are written with Lua, though I've seen games allow macroing through Lua, that is about it. The interesting part is the error is showing a C++ code. Lua is built from C++, though it does allow you to call C++ from within the code, which must be what is going on.

Anyways, as said above, that is something the developer has to fix, you can't.
m
0
l
!