SA-MP Forums Archive
[HELP]Server crash on linux - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP]Server crash on linux (/showthread.php?tid=419910)



[HELP]Server crash on linux - SoaD123 - 02.03.2013

Hello i have some crazy problem...My gamemode works good on home server,no errors,no warnings,but when i put my gamemode to my VPS based on linux Debian,i start server normal,server works but when i go to connect to server,server get crash...Here is code from my server log,i dont understand what happened and why:

Код:
[21:57:28] ****               ****
[21:57:28]  ***               ***
[21:57:28]   ***             ***
[21:57:28]    ***    ***    ***
[21:57:28]     ***  ** **  ***
[21:57:28]  
[21:57:28]  
[21:57:28]   ----------------
[21:57:28]  |  Weber RPG/DM  |
[21:57:28]  |    By: Serj    |
[21:57:28]  |   ver:  2.4    |
[21:57:28]   ----------------
[21:57:28] Number of vehicle models: 115
[21:57:28]  
[21:57:28]  
[21:58:09] Incoming connection: 78.0.228.54:57404
[21:58:09] [join] Serj_Tankian has joined the server (0:78.0.228.54)
[21:58:09] [debug] Server crashed while executing Weber_UPDATE11.amx
[21:58:09] [debug] AMX backtrace:
[21:58:10] [debug] #0 ???????? in ?? ()
[21:58:10] [debug] System backtrace:



Re: [HELP]Server crash on linux - Scrillex - 02.03.2013

As you can see it's executed Weber_Update11.amx
at AMX backetrace...


Re: [HELP]Server crash on linux - SoaD123 - 03.03.2013

Quote:

As you can see it's executed Weber_Update11.amx
at AMX backetrace...

And that means? How to fix it? And why mod works on home server (on my computer,i have WIN7) but on my VPS what have linux dont works?


Re: [HELP]Server crash on linux - arathin - 03.03.2013

Same thing happeneing to me who are you using to host it?


Re: [HELP]Server crash on linux - SoaD123 - 03.03.2013

What to say


Re: [HELP]Server crash on linux - SoaD123 - 03.03.2013

Sry for double post i update my YSI from 3.0 to new version and now i get this...my server crash again but on register step:
Код:
[11:38:02]  
[11:38:02]  
[11:38:02] ****               ****
[11:38:02]  ***               ***
[11:38:02]   ***             ***
[11:38:02]    ***    ***    ***
[11:38:02]     ***  ** **  ***
[11:38:02]  
[11:38:02]  
[11:38:02]   ----------------
[11:38:02]  |  Weber RPG/DM  |
[11:38:02]  |    By: Serj    |
[11:38:02]  |   ver:  2.4    |
[11:38:02]   ----------------
[11:38:02] Number of vehicle models: 112
[11:38:27] Incoming connection: 78.0.228.54:64293
[11:38:28] [join] Ignjat_Matic has joined the server (0:78.0.228.54)
[11:39:14] [debug] Server crashed while executing Weber_UPDATE11.amx
[11:39:14] [debug] AMX backtrace:
[11:39:14] [debug] #0 00000004 in ?? () at P:\SKRIPTANJE\0.3x[WeberRoleplay DM]ver.4.1\pawno\include\float.inc:102
[11:39:14] [debug] System backtrace:
[11:39:14] [debug] #0 f7461ecb in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[11:39:14] [debug] #1 f7459c69 in _ZN11CrashDetect20PrintSystemBacktraceEPv () from plugins/crashdetect.so
[11:39:14] [debug] #2 f745bc99 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
[11:39:14] [debug] #3 f74619d8 in ?? () from plugins/crashdetect.so
[11:39:14] [debug] #4 f77bc410 in ?? ()



Re: [HELP]Server crash on linux - SoaD123 - 03.03.2013

LOCK i got it :P...what is my problem...i dont know how that work on windows but on linux no way to work...Linux know about u and U thats not same...my problem is user folder...in script i put:
Код:
#define USER_FILE       "Users/%s.ini"
and in script files users ...

Users and users on linux is not same like in windows :P...Tnx to all who want help and try to help me

LOCK