Page 1 of 1

[Live][Bug] Console Error Log

PostPosted: Mon Dec 24, 2012 1:42 pm
by [TBU] CrazyKid
At 2:42PM EST I got this error spamming in the server console

[ERROR] lua/includes/modules/constraint.lua:177: Tried to use a NULL entity!
1. GetTable - [C]:-1
2. RemoveConstraints - lua/includes/modules/constraint.lua:177
3. unknown - ...p/entities/weapons/gmod_tool/stools/pnrp_powerlinker.lua:70
4. Do_Undo - lua/includes/modules/undo.lua:349
5. CC_UndoLast - lua/includes/modules/undo.lua:405
6. unknown - lua/includes/modules/undo.lua:416
7. unknown - lua/includes/modules/concommand.lua:69

Re: Console Error Log

PostPosted: Mon Dec 24, 2012 1:55 pm
by LostInTheWired
It's the undo command. Most likely, the entity was removed before the constraint was, then when someone pressed undo, it tried to undo the powerlink of a non-existing entity. Not a big deal.

Re: Console Error Log

PostPosted: Mon Dec 24, 2012 10:27 pm
by [TBU] CrazyKid
Ah. Gotcha. Just wanted to put it on here. Gonna continue using this thread to report errors.