View unanswered posts | View active topics
|
Page 1 of 1
|
[ 3 posts ] |
|
| Author |
Message |
|
klor
|
Post subject: POL096.2-2006-08-30 - dmp Posted: 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 |
|
 |
|
CWO
|
Post subject: Posted: Thu Sep 07, 2006 1:12 pm |
|
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 |
|
 |
|
klor
|
Post subject: Posted: 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 |
|
 |
|
Page 1 of 1
|
[ 3 posts ] |
|
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
|
|