Server crash
#1

Hi all, when I run my server on windows after 5sec server shut down probably this is crash... Can help my?

server_log.txt
Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3d-R2, ©2005-2011 SA-MP Team

[20:03:02] 
[20:03:02] Server Plugins
[20:03:02] --------------
[20:03:02]  Loading plugin: mysql
[20:03:03] 

  > MySQL plugin R6-2 successfully loaded.

[20:03:03]   Loaded.
[20:03:03]  Loading plugin: sscanf
[20:03:03] 

[20:03:03]  ===============================

[20:03:03]       sscanf plugin loaded.     

[20:03:03]    © 2009 Alex "******" Cole

[20:03:03]  ===============================

[20:03:03]   Loaded.
[20:03:03]  Loading plugin: whirlpool
[20:03:03]  
[20:03:03]  ==================
[20:03:03]  
[20:03:03]   Whirlpool loaded
[20:03:03]  
[20:03:03]  ==================
[20:03:03]  
[20:03:03]   Loaded.
[20:03:03]  Loading plugin: sampmysql
[20:03:03] 
/*************************************************/
/* SAMP-MySQL v0.15 Plugin loaded successfully ! */
/*************************************************/

[20:03:03]   Loaded.
[20:03:03]  Loaded 4 plugins.

[20:03:03] 
[20:03:03] Filterscripts
[20:03:03] ---------------
[20:03:03]   Loading filterscript 'inobjects.amx'...
[20:03:03] Ingame Objects are loading..
[20:03:03] Ingame Objects are loaded!
[20:03:03]   Loaded 1 filterscripts.

[20:03:04] Server starts: 20
[20:03:04]   <dmap> DMap 0.3 // © 2008 DracoBlue // http://www.dracoblue.net
[20:03:04]   <dmap> Loading ...
[20:03:04]   <dmap> .. done!
[20:03:07] Connected
[20:03:07] 
----------------------------------
[20:03:07]  Finest FreeRoam  Loaded!		   
[20:03:07] ----------------------------------

[20:03:07] Number of vehicle models: 37
crashinfo.txt
Код:
--------------------------

SA-MP Server: 0.3d-R2

Exception At Address: 0x0048E22B

Registers:

EAX: 0x0012FD68	EBX: 0x02F72950	ECX: 0x00000000	EDX: 0x004056F0
ESI: 0x00000000	EDI: 0x01352638	EBP: 0x0012FD78	ESP: 0x0012FD50
EFLAGS: 0x00010286

Stack:

+0000: 0x01352638   0x01352638   0x02F72950   0xFFFFFFFF
+0010: 0x0012FD50   0x0012F95C   0x0012FEA4   0x004920A8
+0020: 0x004ACCE0   0xFFFFFFFF   0x02F75F48   0x004056FD
+0030: 0x00000000   0x004010B6   0x01352638   0x04EF40B4
+0040: 0x02FCD2F0   0x00402B63   0x01352638   0x0000000B
+0050: 0x0012FDB8   0x04EF40B4   0x02539B10   0x00000000
+0060: 0x00000000   0x01352638   0x00000000   0x01F26DC0
+0070: 0x01F26DC4   0x01F27224   0x00FE4E28   0x01F26DD0
+0080: 0x00FE4E28   0x02F72950   0x02FCD2F0   0x00000000
+0090: 0x02F70020   0x0005A9A0   0x0047B488   0x01352638
+00A0: 0x0012FE18   0x0000000A   0x01688F68   0x760CEF06
+00B0: 0x3BA3F767   0x012E0B80   0x02539B10   0x0000000A
+00C0: 0x012E0B80   0x02539B30   0x000001F4   0x004867EA
+00D0: 0x00000005   0x760CEF40   0x760CF20E   0x00000000
+00E0: 0x3BA3F767   0x00482E7E   0x00000000   0x00001DB0
+00F0: 0x0012FF88   0x7FFD6000   0x00006000   0x00010101
+0100: 0x00000020   0x00001E61   0x00000078   0x00000CA0
+0110: 0x01688F68   0x656D6167   0x65646F6D   0x00003531
+0120: 0x004B6014   0x004B6010   0x7FFD6000   0x004A0190
+0130: 0x0012FE70   0x0012FF78   0x0012FF78   0x004920A8
Reply
#2

You did fclose() on 0 file handle
Reply
#3

Quote:
Originally Posted by TopSecret
Посмотреть сообщение
You did fclose() on 0 file handle
May i ask how you can tell? I'm sometimes trying to read this crashinfo, but it would help to know how to make that dump make any sense.
Reply
#4

Quote:
Originally Posted by TopSecret
Посмотреть сообщение
You did fclose() on 0 file handle
I'm not understand what do you mean.
Reply
#5

You know what is this Crash regarding? There might be some problem in you coded GM if it is restarting every 5 secs but it is hard to tell without looking at anything!
Reply
#6

Quote:
Originally Posted by Ballu Miaa
Посмотреть сообщение
You know what is this Crash regarding? There might be some problem in you coded GM if it is restarting every 5 secs but it is hard to tell without looking at anything!
Gamemode compiled 100% good, but when I run server after 5sec his shut down and thats all.
Reply
#7

Quote:
Originally Posted by aivarasz
Посмотреть сообщение
Gamemode compiled 100% good, but when I run server after 5sec his shut down and thats all.
There can be something missing in the script. I hope someone can figure what is it exactly.Please wait for further replies. Ill try to figure out the problem as well bro!
Reply
#8

Quote:
Originally Posted by Ballu Miaa
Посмотреть сообщение
There can be something missing in the script. I hope someone can figure what is it exactly.Please wait for further replies. Ill try to figure out the problem as well bro!
Mhm, well I will wait for answer to fix.
Reply
#9

Revert back to 0.3d (not R2) and see if you still have the issue
Reply
#10

Quote:
Originally Posted by Rob_Maate
Посмотреть сообщение
Revert back to 0.3d (not R2) and see if you still have the issue
Still have this problem.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)