crash at login

Report core bugs regarding the Ultima Online Emulator Core release (version 097). You can attach your Core Dump. One bug per post.
Locked
Lagoon
Grandmaster Poster
Posts: 118
Joined: Sun Mar 05, 2006 7:25 am

crash at login

Post by Lagoon »

Unhandled Exception! Minidump started...
##########################################################
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-2006-08-30 Coregina-20060912201751-0.dmp'
Last Script: scripts/misc/skillwin.ecl PC: 138
##########################################################

This happened at character login
No idea what caused this, but before logging I runned uoconvert to update the data about map0 because I changed the map, maybe it's related to the crash
The crash happens wenever I log with a character and the lastscript is always different, so it shouldn't be related to the source of the crash
There always seems to be no relation with the specific character, I tried a login with 4 characters and they all produce a crash
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm

Post by MuadDib »

Post a few more of the crashes for me. Will try to look at some crash reports before this weekend.
Lagoon
Grandmaster Poster
Posts: 118
Joined: Sun Mar 05, 2006 7:25 am

Post by Lagoon »

Here are other reports...

Unhandled Exception! Minidump started...
##########################################################
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-2006-08-30 Coregina-20060914173822-0.dmp'
Last Script: scripts/misc/skillwin.ecl PC: 138
##########################################################

Then I removed scripts/misc/skillwin.ecl and tried again...

Unhandled Exception! Minidump started...
##########################################################
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-2006-08-30 Coregina-20060914175247-0.dmp'
Last Script: pkg/tools/gmtools/spawnTest.ecl PC: 439
##########################################################

Then I removed pkg/tools/gmtools/spawnTest.ecl and tried again...

Unhandled Exception! Minidump started...
##########################################################
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-2006-08-30 Coregina-20060914180118-0.dmp'
Last Script: pkg/packethooks/prova/provahook1.ecl PC: 80
##########################################################

Then I disabled the whole "provahook" package, which contains all my hooks (pkg/packethooks/prova/provahook1.ecl is one of them) and tried again...

Unhandled Exception! Minidump started...
##########################################################
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-2006-08-30 Coregina-20060914180644-0.dmp'
Last Script: pkg/systems/merchantnodes/restock.ecl PC: 272
##########################################################

Then I started thinking the bug has nothing to do with any of the LastScripts shown in the console :P
I'm here if you need more tests or infos ^_^
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm

Post by MuadDib »

kk. I have looked at the first dump, and it appears it may involve a previously fixed (but unreleased yet) issue. I take it this crash is very easily reproduced?

If you can, try using a character that does NOT have a status bar open at logon, to log on with. This may be related from what i am seeing, to that bug we have fixed and are waiting to release in the next beta.
Lagoon
Grandmaster Poster
Posts: 118
Joined: Sun Mar 05, 2006 7:25 am

Post by Lagoon »

Ok, I did further testing and the crash is 100% connected to the status bar. Whenever the status bar of the character is opened, the server crashes
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm

Post by MuadDib »

Ok, so should be fixed in next core. I am going to go ahead and lock the thread. If the problem persists after the next core, please let me know.
Locked