Page 1 of 1

More details on Event queue full

Posted: Thu Jun 28, 2007 6:15 am
by Developer Silver
Now when an Event queue is full of events, POL prints these lines in console:
Event queue for scripts/ai/killpcs.ecl is full, discarding event.
NPC Serial: 0x782cd9 (2704 1002 0)
Event: { BObjectImp: Struct }
Should be possible having values inside Struct?
Something like:
Event queue for scripts/ai/killpcs.ecl is full, discarding event.
NPC Serial: 0x782cd9 (2704 1002 0)
Event: { "type" = "0x1", "source" = "0x782cd8", "text" = "Woah!" }
It could be very useful per debugging... :)

Posted: Fri Jul 20, 2007 4:52 am
by zandor
Yes... It could help very much....

Posted: Fri Jul 20, 2007 5:27 am
by OldnGrey
You are right, that would help debugging.
It would be nice to see the event structure that was not added to the queue, but even more useful again would be a dump of the entire existing queue that is acting tardy!
Maybe not to the console though :)