CommandHelper

CommandHelper

46.5k Downloads

Stacktrace

LadyCailin opened this issue ยท 1 comments

commented

CMDHELPER-2650 - Reported by Tom.Gebbett on 2013-04-15 19:20:01 UTC

http://pastebin.com/AkyvLNpH

This occured after a script reload.
In the main.ms file, i load automatically all of my components. This is done by including a file which contains a procedure that returns a closure which i eval() in main.ms.

I had not changed anything to do with this system. The thing that i changed before the error occured was a minor procedure in auto-include.ms. Commenting out what i changed in there did not resolve the issue.

Because of this error, none of my components are loading which means that none of my systems are working. My server is effectively vanilla until this is resolved.

stopping and restarting the server did not solve the problem.

I can probably get around this using backups, if i can, i will mention it, but i assume that this is still an important problem nonetheless.

commented

Comment by Tom.Gebbett on 2013-04-17 07:32:34 UTC

found a fix, i had an unused procedure with an "@ivar = " with nothing after the =. I commented it out. The nature of the error made it difficult to see what was failing, but i worked it out.

yeah, a silly problem, but i figure it should throw an exception.