What's wrong with server, crashdetect info included.
#1

Hello everyone, tell me what's wrong, why server crashes instantly.

Код:
[18:16:01] [debug] OnGameModeInit()
[18:16:01] [debug] initiateConnections() 'samp|localhost|root|xxxxx', 'localhost', 'root', 'samp'
[18:16:01] -----------------------------------------------------------------
[18:16:01] Script: Vortex 2.
[18:16:01] Status: version v1.1
[18:16:01] -----------------------------------------------------------------
[18:16:01] main() has been called.
[18:16:01] Number of vehicle models: 0
[18:16:01] [debug] Server crashed while executing vx-rp.amx
[18:16:01] [debug] AMX backtrace:
[18:16:01] [debug] #0 native mysql_fetch_field_row () [003e6700] from mysql.DLL
[18:16:01] [debug] #1 0003f4e8 in public OnQueryFinish (0x0037f0bc, 0x00000008, 0xffffffff, 0x00000001) from vx-rp.amx
[18:16:02] [debug] Native backtrace:
[18:16:02] [debug] #0 74b4b9f0 in ?? () from C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6871_none_50944e7cbcb706e5\MSVCR90.dll
[18:16:02] [debug] #1 003e952e in ?? () from plugins\mysql.DLL
[18:16:02] [debug] #2 003e67d3 in ?? () from plugins\mysql.DLL
[18:16:02] [debug] #3 004010b6 in ?? () from samp-server.exe
[18:16:02] [debug] #4 73c958ca in AmxCallback () from plugins\crashdetect.DLL
[18:16:02] [debug] #5 73c9774f in amx_Exec () from plugins\crashdetect.DLL
[18:16:02] [debug] #6 73c90834 in CrashDetect::DoAmxExec () from plugins\crashdetect.DLL
[18:16:02] [debug] #7 73c9591a in AmxExec () from plugins\crashdetect.DLL
[18:16:02] [debug] #8 003e8147 in ?? () from plugins\mysql.DLL
[18:16:02] [debug] #9 00469046 in ?? () from samp-server.exe
[18:16:02] [debug] #10 00488afd in ?? () from samp-server.exe
[18:16:02] [debug] #11 00495151 in ?? () from samp-server.exe
[18:16:02] [debug] #12 00495161 in ?? () from samp-server.exe
Is this Microsoft Visual studios fault?
Reply
#2

Anyone?
Reply
#3

First leave it 24 hours before bumping! Secondly when you start the server using the samp-server.exe do any messages pop up in the window?
Reply
#4

Quote:
Originally Posted by Smally
Посмотреть сообщение
First leave it 24 hours before bumping! Secondly when you start the server using the samp-server.exe do any messages pop up in the window?
Yes it does.

Код:
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team

[18:15:57] 
[18:15:57] Server Plugins
[18:15:57] --------------
[18:15:57]  Loading plugin: wp
[18:15:57]  
[18:15:57]  ==================
[18:15:57]  
[18:15:57]   Whirlpool loaded
[18:15:57]  
[18:15:57]  ==================
[18:15:57]  
[18:15:57]   Loaded.
[18:15:57]  Loading plugin: sscanf
[18:15:57] 

[18:15:57]  ===============================

[18:15:57]       sscanf plugin loaded.     

[18:15:57]          Version:  2.8.1        

[18:15:57]    © 2012 Alex "******" Cole  

[18:15:57]  ===============================

[18:15:57]   Loaded.
[18:15:57]  Loading plugin: streamer
[18:15:57] 

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

[18:15:57]   Loaded.
[18:15:57]  Loading plugin: mysql
[18:15:57] 

  > MySQL plugin R5 successfully loaded.

[18:15:57]   Loaded.
[18:15:57]  Loading plugin: irc
[18:15:59]   Failed.
[18:15:59]  Loading plugin: GeoIP_Plugin
[18:15:59] GeoIP_Plugin got loaded.
[18:15:59]   Loaded.
[18:15:59]  Loading plugin: crashdetect
[18:15:59]   CrashDetect v4.13 is OK.
[18:15:59]   Loaded.
[18:15:59]  Loaded 6 plugins.

[18:15:59] 
[18:15:59] Filterscripts
[18:15:59] ---------------
[18:15:59]   Loaded 0 filterscripts.

[18:16:01] [debug] OnGameModeInit()
[18:16:01] [debug] initiateConnections() 'samp|localhost|root|xxxxx', 'localhost', 'root', 'samp'
[18:16:01] -----------------------------------------------------------------
[18:16:01] Script: Vortex 2 by Calgon.
[18:16:01] Status: Loaded OnGameModeInit, version 1.1
[18:16:01] -----------------------------------------------------------------
[18:16:01] main() has been called.
[18:16:01] Number of vehicle models: 0
// Here it crashes
[18:16:01] [debug] Server crashed while executing vx-rp.amx
[18:16:01] [debug] AMX backtrace:
[18:16:01] [debug] #0 native mysql_fetch_field_row () [003e6700] from mysql.DLL
[18:16:01] [debug] #1 0003f4e8 in public OnQueryFinish (0x0037f0bc, 0x00000008, 0xffffffff, 0x00000001) from vx-rp.amx
[18:16:02] [debug] Native backtrace:
[18:16:02] [debug] #0 74b4b9f0 in ?? () from C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6871_none_50944e7cbcb706e5\MSVCR90.dll
[18:16:02] [debug] #1 003e952e in ?? () from plugins\mysql.DLL
[18:16:02] [debug] #2 003e67d3 in ?? () from plugins\mysql.DLL
[18:16:02] [debug] #3 004010b6 in ?? () from samp-server.exe
[18:16:02] [debug] #4 73c958ca in AmxCallback () from plugins\crashdetect.DLL
[18:16:02] [debug] #5 73c9774f in amx_Exec () from plugins\crashdetect.DLL
[18:16:02] [debug] #6 73c90834 in CrashDetect::DoAmxExec () from plugins\crashdetect.DLL
[18:16:02] [debug] #7 73c9591a in AmxExec () from plugins\crashdetect.DLL
[18:16:02] [debug] #8 003e8147 in ?? () from plugins\mysql.DLL
[18:16:02] [debug] #9 00469046 in ?? () from samp-server.exe
[18:16:02] [debug] #10 00488afd in ?? () from samp-server.exe
[18:16:02] [debug] #11 00495151 in ?? () from samp-server.exe
[18:16:02] [debug] #12 00495161 in ?? () from samp-server.exe
I know that it has problem iwht mysql, because when I turn off my mysql, it turns on and doesnt crash, when I turn it on, it crashes.
Reply
#5

Vortex Roleplay 2 uses MySQL R6 not R5
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)