Search the Community
Showing results for tags 'errors'.
-
I need Help! I am running into a very disheartening crash that I don't understand. My test level keeps crashing with the not-quite-helpful error message of "Object Table Not Found". I am not quite sure what this means, and the error is not consistent enough for me to trace effectively. Oddly enough if I run in debug mode, it just crashes out without even giving the error. Nothing complicated is going on in the level. I have a character, who fires an entity(trigger collision) and when the entity is close to the target point, I release the entity. It usually crashes after doing this about 20 times. I do not even evoke a collision or move any other characters. I am hoping that this error is something familiar to more seasoned developers, but if not I will try to post additional detail. Any advice on this issue or how to better trap it in debug would be helpful. Thanks as always.
-
I'm just starting out with scripting in Leadwerks, having had a fair bit of experience with Love2d, and I'm having trouble with some standard Lua functions that I think should be working. In particular, I'm having trouble loading modules using the require function. I see people using the require function in examples, but when I try it I get "attempt to call global 'require' (a nil value)". It's as though the Lua standard libraries aren't loaded. Is there something I'm missing? Thank you, ye more-experienced-than-me, for any help.