[Pol 097 2006 10 29 RC Coregina] strange bug

Report core bugs regarding the Ultima Online Emulator Core release (version 097). You can attach your Core Dump. One bug per post.

Moderator: POL Developer

Locked
qrak
Grandmaster Poster
Posts: 198
Joined: Sun Feb 05, 2006 4:35 pm

[Pol 097 2006 10 29 RC Coregina] strange bug

Post by qrak »

Windows core:
(pol.log)

Code: Select all

[11/25 17:51:21] Abnormal end after checkpoint: File .\charactr.cpp, line 1868
Exception in: pkg/systems/combat/mainHitScript.eclR: Error starting script.
 PC < nLines: (lems) requires a parameter.349:  349: 1L
350:  350: <>
351:  351: if false goto 356
352:  352: local #3
353:  353: local #0
354:  354: Func(4,5): ApplyRawDamage
355: >355: #
356:  356: decl local #4
357:  357: local #1
358:  358: "typ"
359:  359: Func(5,1): GetObjProperty




Linux core:

Code: Select all

WARNING: scripts/misc/chrdeath.ecl: Unable to find module npc
Abnormal end after checkpoint: File pol/charactr.cpp, line 1868
Exception in: pkg/systems/combat/mainHitScript.eclreading AR for NPC: : Error starting script.
 PC < nLines: (ed range of [0.Ýď%7I[@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@Đ
yŰřđ˙Ž=-gŕěgell/
Windows/Linux cores
ecompile.exe - 2006-10-29 01:58

Debug info:

mainHitScript.src:

http://qrak.lanet.wroc.net/pvp/dump/mainHitScript.dbg
http://qrak.lanet.wroc.net/pvp/dump/mainHitScript.lst
http://qrak.lanet.wroc.net/pvp/dump/mai ... pt.dbg.txt

attack.src (attack hook):

http://qrak.lanet.wroc.net/pvp/dump/attack.dbg
http://qrak.lanet.wroc.net/pvp/dump/attack.lst
http://qrak.lanet.wroc.net/pvp/dump/attack.dbg.txt

chrdeath.src:

http://qrak.lanet.wroc.net/pvp/dump/chrdeath.dbg
http://qrak.lanet.wroc.net/pvp/dump/chrdeath.lst
http://qrak.lanet.wroc.net/pvp/dump/chrdeath.dbg.txt

If it isn't POL fault please tell me where the bug is.
Last edited by qrak on Sat Nov 25, 2006 9:07 am, edited 1 time in total.
qrak
Grandmaster Poster
Posts: 198
Joined: Sun Feb 05, 2006 4:35 pm

Post by qrak »

It looks like chrdeath.ecl isn't called. When i erase include reportmurder from chrdeath it runs ok (even when i don't call any functions from that include and i dont declare any constants etc...). Any explanation?
qrak
Grandmaster Poster
Posts: 198
Joined: Sun Feb 05, 2006 4:35 pm

Post by qrak »

Ok. Fixed. mob.setwarmode(0) in murder report was causing that error.
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm

Post by MuadDib »

Good to post it all though, helps us narrow down what's going on fully.
Gnafu
Grandmaster Poster
Posts: 136
Joined: Thu Feb 02, 2006 7:29 am

Post by Gnafu »

I got the same problem.
chrdeath isn't called at all.

I also got a "cannot find http module" even if http.em exists in /scripts dir
and a strange

" Waaha! Admin 0x226 is dead and is getting damaged!!"

error

:?:
Locked