SA-MP Forums Archive
Crash issue - 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: Crash issue (/showthread.php?tid=641017)



Crash issue - Chickenmofo - 10.09.2017

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

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[01:12:38] password = ""  (string)
[01:12:38] 
[01:12:38] Server Plugins
[01:12:38] --------------
[01:12:38]  Loading plugin: crashdetect.so
[01:12:38]   CrashDetect v4.18.1 is OK.
[01:12:38]   Loaded.
[01:12:38]  Loading plugin: streamer.so
[01:12:38] 

*** Streamer Plugin v2.9.1 by Incognito loaded ***

[01:12:38]   Loaded.
[01:12:38]  Loading plugin: mysqlR7.so
[01:12:38] plugin.mysql: R20 successfully loaded.
[01:12:38]   Loaded.
[01:12:38]  Loading plugin: sscanf.so
[01:12:38] 

[01:12:38]  ===============================

[01:12:38]       sscanf plugin loaded.     

[01:12:38]          Version:  2.8.1        

[01:12:38]    © 2012 Alex "******" Cole  

[01:12:38]  ===============================

[01:12:38]   Loaded.
[01:12:38]  Loading plugin: whirlpool.so
[01:12:38]  
[01:12:38]  ==================
[01:12:38]  
[01:12:38]   Whirlpool loaded
[01:12:38]  
[01:12:38]  ==================
[01:12:38]  
[01:12:38]   Loaded.
[01:12:38]  Loaded 5 plugins.

[01:12:38] 
[01:12:38] Filterscripts
[01:12:38] ---------------
[01:12:38]   Loading filterscript 'UltraHost.amx'...
[01:12:38]   Loading filterscript 'gl_realtime.amx'...
[01:12:38]   Loading filterscript 'gl_property.amx'...
[01:12:38] 
-----------------------------------
[01:12:38] Grand Larceny Property Filterscript		
[01:12:38] -----------------------------------

[01:12:38]   Loading filterscript 'base.amx'...
[01:12:38] 
--Base FS loaded.

[01:12:38]   Loading filterscript 'gl_actions.amx'...
[01:12:38]   Loaded 5 filterscripts.

[01:12:38]  
[01:12:38]  ======================================= 
[01:12:38]  |                                     | 
[01:12:38]  |        YSI version 1.00.0001        | 
[01:12:38]  |        By Alex "******" Cole        | 
[01:12:38]  |                                     | 
[01:12:38]  ======================================= 
[01:12:38]  
[01:12:38] Reading File: blank
[01:12:38] Reading File: properties/houses.txt
[01:12:38] Reading File: properties/businesses.txt
[01:12:38] Reading File: properties/banks.txt
[01:12:38] Reading File: properties/police.txt
[01:12:38] 
----------------------------------
[01:12:38] .:|| ZOMBIE APOCALYPSE ||:. New Classes! Loaded with version of v0.3
[01:12:38] ----------------------------------

[01:12:38] Number of vehicle models: 0
[01:12:38]  
[01:12:38]  
[01:13:55] [connection] incoming connection: 47.247.8.130:65519 id: 0
[01:13:57] [join] rock_man has joined the server (0:47.247.8.130)
[01:14:09] loading Map /Maps/0.ini
[01:14:09]   Filterscript 'nonezma.amx' load failed.
[01:14:09] Map ID 0's Information Has Been Loaded.
[01:14:10] Selected humans
[01:14:10] Finished Selecting teams
[01:15:35] [debug] Server crashed while executing zGM.amx
[01:15:35] [debug] AMX backtrace:
[01:15:35] [debug] #0 ffffffff in public OnEnterExitModShop () from zGM.amx
W.T.F [ONENTEREXITMODSHOP] Solutions?


Re: W.T.F - Kane - 10.09.2017

Emmet_ made an include that detects if a player crashes their vehicle.
https://sampforum.blast.hk/showthread.php?tid=485682

Is this what you're looking for or?


Re: W.T.F - Chickenmofo - 10.09.2017

No u see file on enter exit mod shop


Re: W.T.F - SimonItaly - 10.09.2017

Compile your mode with the debug flag.
Add a pawn.cfg file to your Pawno directory and write "-d3" inside. It should give you the exact line where the crash happens.


Re: W.T.F - Chickenmofo - 10.09.2017

Quote:
Originally Posted by SimonItaly
Посмотреть сообщение
Compile your mode with the debug flag.
Add a pawn.cfg file to your Pawno directory and write "-d3" inside. It should give you the exact line where the crash happens.
I can't understand


Re: W.T.F - Kane - 10.09.2017

OK, I guess your entire thread was edited.

Get the crashdetect plugin.

https://sampforum.blast.hk/showthread.php?tid=262796
https://github.com/Zeex/samp-plugin-...etect/releases

Do as Simon said, create a pawn.cfg file inside your Pawno directory with just "-d3" inside and recompile.

While you're at it, post the code for OnPlayerExitModShop. We can't help you out with just the error.