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
POL096.2-2006-08-30 - dmp

 
Post new topic   Reply to topic    PenUltima Online Forum Index -> Bug Reports 096
Display posts from previous:   

Author Message
klor



Joined: 06 Sep 2006
Posts: 2

PostPosted: Wed Sep 06, 2006 8:23 pm    Post subject: POL096.2-2006-08-30 - dmp Reply with quote

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.2-2006-08-30 Vestal Virgin-20060906192342-0.dmp'

Author Message
CWO



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

PostPosted: Thu Sep 07, 2006 1:12 pm    Post subject: Reply with quote

They'll probably ask for a few lines further up where it most likely gives a script name and PC. Also, go to the script, if you have the (scriptname).lst file, open it in a text editor and post maybe from 10 lines or so before the PC number to about 10 lines after it. If you dont have a .lst file, recompile your script with the -l arguement or set in your ecompile.cfg

GenerateListing 1

then ecompile and it should make the .lst file for that script.

Author Message
klor



Joined: 06 Sep 2006
Posts: 2

PostPosted: Thu Sep 07, 2006 1:38 pm    Post subject: Reply with quote

Saved dump file to 'POL096.2-2006-08-30 Vestal Virgin-20060906192342-0.dmp'
Last Script: pkg/systems/SpeechHook/main/crimred_hooks.ecl PC: 287


Packet 0x22
{
Length 3
SendFunction main/crimred_hooks:s_Notoriety
ReceiveFunction main/crimred_hooks:s_ReceiveWalk
}


crimred_hooks.src

program crimred_hooks()
return 1;
endprogram


exported function s_Notoriety(char, byref packet)
if(char.murderer)
packet.SetInt8(2,6);
elseif(char.criminal)
packet.SetInt8(2,4);
elseif(char.guild)
packet.SetInt8(2,2);
else
packet.SetInt8(2,1);
endif
return 0;
endfunction


exported function s_ReceiveWalk(char, byref packet)
char := char;
packet := packet;
return 0;
endfunction

Post new topic   Reply to topic    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