PenUltima Online

It is currently Wed Aug 20, 2008 2:25 pm

All times are UTC - 4 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: POL096.2-2006-08-30 - dmp
PostPosted: Wed Sep 06, 2006 8:23 pm 
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'


Top
  
 
 Post subject:
PostPosted: Thu Sep 07, 2006 1:12 pm 
Offline

Joined: Sat Feb 04, 2006 9:49 pm
Posts: 732
Location: Chicago, IL USA
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.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 07, 2006 1:38 pm 
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


Top
  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 4 hours


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Style based on FI Subice by phpBBservice.nl