qlua / luainterface

Automatically exported from code.google.com/p/luainterface
0 stars 0 forks source link

Strange errors by make heavily use of events #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When using a lot of events with LuaInterface, with a lot of callbacks in the 
Lua-Script, the program throws a lot of strange exceptions and crashes later 
on.

The exception-messages show things like "table", "Unknown Lua error", 
"Exception raised by external component" and so on.

I got those errors on Win XP and Vista. Sometimes the program seems to run 
stable.

If it crashes the debugger (in debug mode) stops at the event, but throws 
those strange Exceptions (alsways from the LuaInterface-Class).

Original issue reported on code.google.com by the.deat...@googlemail.com on 11 Jan 2010 at 4:11

GoogleCodeExporter commented 9 years ago
Hi the.Deathgate,

Would if be possible for you to provide a sample project with this error for us 
to use for reproduction?  I've tried to reproduce the issue, but have thus far 
been unsuccessful.  I suspect the issue may have been corrected with the 
reworking of how a lot of the objects are managed and disposed, but it is 
difficult to say for sure without a project that was definitely causing the 
issue previously.

Original comment by eonstorm@gmail.com on 7 Jul 2010 at 1:58