PenUltima Online Forum Index Official Core: 096.7
Official Core: 097 2008-02-26
Donate towards the POL web hosting bill!
 POL Home   FAQ   Search    Memberlist   Usergroups    Register    Profile   Log in to check your private messages   Log in
96.4b & crash & 0xD6 packet

 
Post new topic   This topic is locked: you cannot edit posts or make replies.    PenUltima Online Forum Index -> Bug Reports 096
Display posts from previous:   

Author Message
orii



Joined: 08 Jan 2007
Posts: 13

PostPosted: Mon Jan 08, 2007 6:28 pm    Post subject: 96.4b & crash & 0xD6 packet Reply with quote

2 x dmp file (this same situation)


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 'POL096.4b-2006-10-29 Vestal Virgin-20070108120515-0.dmp'
Last Script: pkg/systems/MClilloc/main/mobile.ecl PC: 600
##########################################################

mobile.ecl = script working on a 0xD6 packet.



POL096.4b-2006-10-29 Vestal Virgin-20070108120515-0.dmp
 Description:
dmp file

Download
 Filename:  POL096.4b-2006-10-29 Vestal Virgin-20070108120515-0.dmp
 Filesize:  80.05 KB
 Downloaded:  36 Time(s)


POL096.4b-2006-10-29 Vestal Virgin-20070108092556-0.dmp
 Description:
dmp file

Download
 Filename:  POL096.4b-2006-10-29 Vestal Virgin-20070108092556-0.dmp
 Filesize:  48.35 KB
 Downloaded:  36 Time(s)


Author Message
CWO



Joined: 04 Feb 2006
Posts: 677
Location: Chicago, IL USA

PostPosted: Tue Jan 09, 2007 2:25 am    Post subject: Reply with quote

recompile mobile.src with -l argument or set GenerateListing 1 in ecompile.cfg and recompile. Open up mobile.lst that is generated and look for the line beginning with 600: (NOT line 600, the line beginning with 600:) Paste from about 10 lines before that to about 10 lines after that. This helps in determining what POL was doing up until the crash.

Author Message
MuadDib
POL Developer


Joined: 13 Feb 2006
Posts: 830
Location: Indiana, USA

PostPosted: Tue Jan 16, 2007 2:25 pm    Post subject: Reply with quote

can you post your script in which the packet is being worked with? Noticing something involving it, but would like to see the script itself.

Author Message
orii



Joined: 08 Jan 2007
Posts: 13

PostPosted: Sat Feb 10, 2007 9:01 am    Post subject: Reply with quote

in this case, problem :

function packet_insert_doublestring(byref packet, offset, str)
var ascarray := CAscZ(str);

foreach ntr in (ascarray)
offset := packet_insert_byte(packet,offset,ntr);
offset := packet_insert_byte(packet,offset,0x00);
endforeach

return offset;
endfunction

##########

where
str := error;

Post new topic   This topic is locked: you cannot edit posts or make replies.    PenUltima Online Forum Index -> Bug Reports 096 All times are GMT - 4 Hours
Page 1 of 1

 




Powered by phpBB © 2001, 2005 phpBB Group :: Theme & Graphics by GHS & Scott E. Royalty