[not a bug] Wait for event? Bug
Posted: Mon Jul 16, 2007 12:16 pm
UOKR support works fine but there seems to be a bug in compare to the previous version. Same scripts but of course newly ecompiled for new core.
It seems it has some problems with the wait for event, no matter if that is a KR or non KR Client. The second one is only from a normal client connect after some time.
Dmp files could not be added cause

Code: Select all
[07/16 14:05:03] Unhandled Exception! Writing Minidump file.
This file with explanation and last lines from log files should be given to the development team.
Saved dump file to 'POL097-2007-07-15 RC4 Coregina-20070716132333-0.dmp'
Last Script: scripts/ai/daves_healer.ecl PC: 209
Code: Select all
[07/16 21:01:24] Unhandled Exception! Writing Minidump file.
This file with explanation and last lines from log files should be given to the development team.
Saved dump file to 'POL097-2007-07-15 RC4 Coregina-20070716205501-0.dmp'
Last Script: scripts/ai/townhealer.ecl PC: 234
Code: Select all
daves_healer
205: jmp userfunc @4113
206: #
207: local #1
208: 4L
209: Func(3,6): Wait_For_Event
210: :=
211: !
212: if false goto 145
if (ReadGameClock() >= next_wander)
213: Func(4,26): ReadGameClock
214: local #0
215: >=
Code: Select all
townhealer
while (1)
229: 1L
230: if false goto 707
var ev;
231: decl local #0
232: #
ev := os::wait_for_event(5);
233: 5L
234: Func(3,7): Wait_For_Event
235: local0 :=
if(ev)
236: local #0
237: if false goto 652
case (ev.type)
238: local #0
239: get member 'type'
Sorry, but the maximum filesize for all Attachments is reached. Please contact the Board Administrator if you have questions.