DMP

Report core bugs regarding the Ultima Online Emulator Core release (version 097). You can attach your Core Dump. One bug per post.
Locked
shaka drl
Expert Poster
Posts: 74
Joined: Fri Aug 11, 2006 2:54 am

DMP

Post by shaka drl »


[12/19 16:59:05] 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-10-29 RC Coregina-20061219165450-0.dmp'
Last Script: scripts/textcmd/pager/go.ecl PC: 433
go.lst
MoveObjectToLocation(who, elem.x, elem.y, elem.z, elem.Realm, MOVEOBJECT_FORCEL
423: local #0
424: local #4
425: get member id 'x' (0)
426: local #4
427: get member id 'y' (1)
428: local #4
429: get member id 'z' (2)
430: local #4
431: get member id 'realm' (113)
432: 1073741824L
433: Func(4,5): MoveObjectToLocation
434: #
435: goto444
SendSysMessage(who,"Quella destinazione ti è preclusa",3,33);
436: local #0
437: "Quella destinazione ti è preclusa"
438: 3L
439: 33L
440: Func(4,2): SendSysMessage
441: #
return;
442: ""
443: progend
return;
444: ""
445: progend
446: local #6
447: local #6
Runned uoconvert from zero. All realms redone. but when a make .go jail (x 5304 y1184) server crash :(
Attachments
POL097-2006-10-29 RC Coregina-20061219165450-0.dmp
:((
(37.17 KiB) Downloaded 332 times
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm

Post by MuadDib »

Very odd indeed............

Check enterscript information for this map and region.

Check packagename if enterscript exists

Check justice region also.

Just some thoughts on the first things to check here.

This also does not rule out an invalid map structure at that xyz
shaka drl
Expert Poster
Posts: 74
Joined: Fri Aug 11, 2006 2:54 am

Post by shaka drl »

Region Jail
{
Range 5269 1157 5313 1193
EnterText Pentiti.. gli Dei saranno clementi
LeaveText Pensa bene a quello che fai la prossima volta!
Guarded 0
NoCast 1
}
But very stange things is that after pol reboot this bug occours :(
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm

Post by MuadDib »

Now this is off the map0.mul the crash appears, but, only after adding a custom map3.mul ?
shaka drl
Expert Poster
Posts: 74
Joined: Fri Aug 11, 2006 2:54 am

Post by shaka drl »

I alway had map0.mul, mapdif.mul, map2.mul, map3.mul and map4.mul. All up and with player on them.

yesterday i chaged somo statics on map3.mul, i redone uoconvert to all realms and after i done this.... only crash :(
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm

Post by MuadDib »

rerun uoconvert with the realms the crashing is happening on. Make sure the mul files are "good" and not corrupted. Also run the statics cleaner that is either on this pol tool forums, or on the old pol-core-test yahoo forums.
shaka drl
Expert Poster
Posts: 74
Joined: Fri Aug 11, 2006 2:54 am

Post by shaka drl »

Ok, now i will make a new uoconvert on a new mul files but i think nothing will appens... because i make it many times (on different mul files) and nothing changes....

PS

Now crashes are in map0.mul...... before crash was only in map3.mul but crash on client in map3.mul..... now, instead, on map0.mul if you use .go jail server explode :(
shaka drl
Expert Poster
Posts: 74
Joined: Fri Aug 11, 2006 2:54 am

Post by shaka drl »

Problem solved :)

Bad regions.cfg :((

Sorry :(
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm

Post by MuadDib »

Thought it had to do with the regions. Might have to look into that a bit more to see if we can handle it a different way, rather than crashing with no explanation.
shaka drl
Expert Poster
Posts: 74
Joined: Fri Aug 11, 2006 2:54 am

Post by shaka drl »

Thanks for all, POL rules :)
Locked