SA-MP Forums Archive
samp-server.exe closes automatically - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: samp-server.exe closes automatically (/showthread.php?tid=613702)



samp-server.exe closes automatically - ChristofferHoffmann - 30.07.2016

Hey. I recently just updated my streamer to a newer version, I made sure to update both the .inc and the .dll before I compiled. Now whenever I open the server it closes automatically within one second. The code seems to load fine, and I had no issues prior to updating my plugin.

Код:
[19:44:57] Stage 1
[19:44:57] Stage 2
[19:44:57] Stage 3
[19:44:57] Stage 4
[19:44:57] Stage 5
[19:44:57] Stage 6
[19:44:57] Stage 7
[19:44:57] Stage 9
[19:44:57] Stage 10
[19:44:57] Stage 11
[19:44:57] Stage End
[19:44:57] ------------- 
[19:44:57] Successfully loaded!
[19:44:57]  
[19:44:57] Number of vehicle models: 0
Код:
SA-MP Server: 0.3.7-R2



Exception At Address: 0x77CC2312 Module: (ntdll.dll)



Registers:

EAX: 0x00000024	EBX: 0x00000030	ECX: 0x004E5998	EDX: 0x00000000

ESI: 0x00000024	EDI: 0x00000020	EBP: 0x0018FBF4	ESP: 0x0018FBE0

EFLAGS: 0x00010216



Re: samp-server.exe closes automatically - Konstantinos - 30.07.2016

For server crashes, you should load crashdetect plugin: https://github.com/Zeex/samp-plugin-...es/tag/v4.15.1
and also compile with debug info: https://github.com/Zeex/samp-plugin-...ith-debug-info

Restart the server and post the server log.