Beiträge von Mitzu

    Guten Tag Community, wenn ich auf den Server betrete, stürzt der Server ab. Ich weiß nicht was die Error sagen.


    Server.logs

    ----------
    Loaded log file: "server_log.txt".
    ----------

    Server.logs
    SA-MP Dedicated Server
    ----------------------
    v0.3z-RC4, (C)2005-2014 SA-MP Team

    Server.logs
    [21:13:22]
    [21:13:22] Server Plugins
    [21:13:22] --------------
    [21:13:22] Loading plugin: crashdetect.so
    [21:13:22] CrashDetect v4.13 is OK.
    [21:13:22] Loaded.
    [21:13:22] Loaded 1 plugins.

    Server.logs
    [21:13:22]
    [21:13:22] Filterscripts
    [21:13:22] ---------------
    [21:13:22] Loading filterscript 'base.amx'...
    [21:13:22]
    --Base FS loaded.

    Server.logs
    [21:13:22] Loaded 1 filterscripts.

    Server.logs
    [21:13:22] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
    [21:13:22] Pickups Max = 2048, Current Pickups = 298
    [21:13:22] _______________________________________
    [21:13:22] Das Script wurde Vollständig geladen!
    [21:13:22] German Reallife: LS/SF/LV
    [21:13:22] _______________________________________
    [21:13:22]
    [21:13:22] Number of vehicle models: 83
    [21:13:26] Incoming connection:
    [21:13:27] [join] Mitzu has joined the server (0:77)
    [21:13:27] [debug] Server crashed while executing LoH0.4.amx
    [21:13:27] [debug] AMX backtrace:
    [21:13:27] [debug] #0 native fclose () [0809a9f0] from samp03svr
    [21:13:27] [debug] #1 00002638 in public CheckIPFromList (0x00000000) from LoH0.4.amx
    [21:13:27] [debug] #2 000038b4 in ?? (0x00000000) from LoH0.4.amx
    [21:13:27] [debug] #3 0000b848 in public OnPlayerConnect (0x00000000) from LoH0.4.amx
    [21:13:27] [debug] Native backtrace:
    [21:13:27] [debug] #0 f74db31b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
    [21:13:27] [debug] #1 f74d57c2 in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
    [21:13:27] [debug] #2 f74d63ac in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
    [21:13:27] [debug] #3 f74d6856 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
    [21:13:27] [debug] #4 f74daf6c in ?? () from plugins/crashdetect.so
    [21:13:27] [debug] #5 f779f410 in ?? ()
    [21:13:27] [debug] #6 f754af67 in fclose () from /lib32/libc.so.6
    [21:13:27] [debug] #7 0809aa04 in ?? () from ./samp03svr
    [21:13:27] [debug] #8 08093d84 in ?? () from ./samp03svr
    [21:13:27] [debug] #9 f74d303c in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
    [21:13:27] [debug] #10 f74d9458 in ?? () from plugins/crashdetect.so
    [21:13:27] [debug] #11 f74ddc61 in amx_Exec () from plugins/crashdetect.so
    [21:13:27] [debug] #12 f74d5708 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
    [21:13:27] [debug] #13 f74d91c9 in ?? () from plugins/crashdetect.so
    [21:13:27] [debug] #14 080a3809 in ?? () from ./samp03svr
    [21:13:27] [debug] #15 080cd8af in ?? () from ./samp03svr
    [21:13:27] [debug] #16 080b2b62 in ?? () from ./samp03svr
    [21:13:27] [debug] #17 08071ac8 in ?? () from ./samp03svr
    [21:13:27] [debug] #18 08071bc2 in ?? () from ./samp03svr
    [21:13:27] [debug] #19 0807ba20 in ?? () from ./samp03svr
    [21:13:27] [debug] #20 080ac8dd in ?? () from ./samp03svr
    [21:13:27] [debug] #21 080aca82 in ?? () from ./samp03svr
    [21:13:27] [debug] #22 080a80b3 in ?? () from ./samp03svr
    [21:13:27] [debug] #23 f74ffe46 in __libc_start_main () from /lib32/libc.so.6
    [21:13:27] [debug] #24 0804b4a1 in ?? () from ./samp03svr

    was soll ich da raus machen?

    Spoiler anzeigen

    public LoadStuff()
    {
    new arrCoords[5][64];
    new strFromFile2[256];
    new File: file = fopen("stuff.ini", io_read);
    if (file)
    {
    fread(file, strFromFile2);
    split(strFromFile2, arrCoords, ',');
    Jackpot = strval(arrCoords[0]);
    Tax = strval(arrCoords[1]);
    TaxValue = strval(arrCoords[2]);
    Security = strval(arrCoords[3]);
    PayDayTeiler = strval(arrCoords[4]);
    fclose(file);
    if(Security == 0 || Security == 1)
    {
    }
    else
    {
    GameModeExit();
    }
    }
    else
    {
    GameModeExit();
    }
    return 1;
    }

    Habe ich schon. In den Server.logs steht nur das. Das kommt ganze Zeit wiederholt.

    Hier

    [19:40:41] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
    [19:40:41] Pickups Max = 2048, Current Pickups = 298
    [19:40:41] _______________________________________
    [19:40:41] Das Script wurde Vollständig geladen!
    [19:40:41] German Reallife: LS/SF/LV
    [19:40:41] _______________________________________
    [19:40:41]
    [19:40:41] Number of vehicle models: 83
    [19:40:53] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
    [19:40:53] Pickups Max = 2048, Current Pickups = 298
    [19:40:53] _______________________________________
    [19:40:53] Das Script wurde Vollständig geladen!
    [19:40:53] German Reallife: LS/SF/LV
    [19:40:53] _______________________________________
    [19:40:53]
    [19:40:53] Number of vehicle models: 83
    [19:41:05] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
    [19:41:05] Pickups Max = 2048, Current Pickups = 298
    [19:41:05] _______________________________________
    [19:41:05] Das Script wurde Vollständig geladen!
    [19:41:05] German Reallife: LS/SF/LV

    Ganze Logs

    ----------
    Loaded log file: "server_log.txt".
    ----------

    Ganze Logs
    SA-MP Dedicated Server
    ----------------------
    v0.3z-RC4, (C)2005-2014 SA-MP Team

    Ganze Logs
    [15:00:13]
    [15:00:13] Server Plugins
    [15:00:13] --------------
    [15:00:13] Loading plugin: crashdetect.so
    [15:00:13] CrashDetect v4.13 is OK.
    [15:00:13] Loaded.
    [15:00:13] Loaded 1 plugins.

    Ganze Logs
    [15:00:13]
    [15:00:13] Filterscripts
    [15:00:13] ---------------
    [15:00:13] Loading filterscript 'base.amx'...
    [15:00:13]
    --Base FS loaded.

    Ganze Logs
    [15:00:13] Loaded 1 filterscripts.

    Ganze Logs
    [15:00:13] [debug] Server crashed while executing LoH0.4.amx
    [15:00:13] [debug] AMX backtrace:
    [15:00:13] [debug] #0 native fread () [0809aac0] from samp03svr
    [15:00:13] [debug] #1 00050870 in public LoadFraktionsKassen () from LoH0.4.amx
    [15:00:13] [debug] #2 00054258 in public OnGameModeInit () from LoH0.4.amx
    [15:00:13] [debug] Native backtrace:
    [15:00:13] [debug] #0 f750f31b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
    [15:00:13] [debug] #1 f75097c2 in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
    [15:00:13] [debug] #2 f750a3ac in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
    [15:00:13] [debug] #3 f750a856 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
    [15:00:13] [debug] #4 f750ef6c in ?? () from plugins/crashdetect.so
    [15:00:13] [debug] #5 f77d3410 in ?? ()
    [15:00:13] [debug] #6 f77d3430 in ?? ()
    [15:00:13] [debug] #7 f7547c11 in gsignal () from /lib32/libc.so.6
    [15:00:13] [debug] #8 f754b032 in abort () from /lib32/libc.so.6
    [15:00:13] [debug] #9 f7540bb8 in __assert_fail () from /lib32/libc.so.6
    [15:00:13] [debug] #10 0809a441 in ?? () from ./samp03svr
    [15:00:13] [debug] #11 0809abe3 in ?? () from ./samp03svr
    [15:00:13] [debug] #12 08093d84 in ?? () from ./samp03svr
    [15:00:13] [debug] #13 f750703c in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
    [15:00:13] [debug] #14 f750d458 in ?? () from plugins/crashdetect.so
    [15:00:13] [debug] #15 f7511c61 in amx_Exec () from plugins/crashdetect.so
    [15:00:13] [debug] #16 f7509708 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
    [15:00:13] [debug] #17 f750d1c9 in ?? () from plugins/crashdetect.so
    [15:00:13] [debug] #18 080a367b in ?? () from ./samp03svr
    [15:00:13] [debug] #19 080a979d in ?? () from ./samp03svr
    [15:00:13] [debug] #20 080a8067 in ?? () from ./samp03svr
    [15:00:13] [debug] #21 f7533e46 in __libc_start_main () from /lib32/libc.so.6
    [15:00:13] [debug] #22 0804b4a1 in ?? () from ./samp03svr

    Guten Tag Community, immer wenn ich den Server starten möchte kommt sowas vom samp detector.


    Fehler

    [15:00:13] [debug] Server crashed while executing LoH0.4.amx
    [15:00:13] [debug] AMX backtrace:
    [15:00:13] [debug] #0 native fread () [0809aac0] from samp03svr
    [15:00:13] [debug] #1 00050870 in public LoadFraktionsKassen () from LoH0.4.amx
    [15:00:13] [debug] #2 00054258 in public OnGameModeInit () from LoH0.4.amx
    [15:00:13] [debug] Native backtrace:
    [15:00:13] [debug] #0 f750f31b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
    [15:00:13] [debug] #1 f75097c2 in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
    [15:00:13] [debug] #2 f750a3ac in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
    [15:00:13] [debug] #3 f750a856 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
    [15:00:13] [debug] #4 f750ef6c in ?? () from plugins/crashdetect.so
    [15:00:13] [debug] #5 f77d3410 in ?? ()
    [15:00:13] [debug] #6 f77d3430 in ?? ()
    [15:00:13] [debug] #7 f7547c11 in gsignal () from /lib32/libc.so.6
    [15:00:13] [debug] #8 f754b032 in abort () from /lib32/libc.so.6
    [15:00:13] [debug] #9 f7540bb8 in __assert_fail () from /lib32/libc.so.6
    [15:00:13] [debug] #10 0809a441 in ?? () from ./samp03svr
    [15:00:13] [debug] #11 0809abe3 in ?? () from ./samp03svr
    [15:00:13] [debug] #12 08093d84 in ?? () from ./samp03svr
    [15:00:13] [debug] #13 f750703c in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
    [15:00:13] [debug] #14 f750d458 in ?? () from plugins/crashdetect.so
    [15:00:13] [debug] #15 f7511c61 in amx_Exec () from plugins/crashdetect.so
    [15:00:13] [debug] #16 f7509708 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
    [15:00:13] [debug] #17 f750d1c9 in ?? () from plugins/crashdetect.so
    [15:00:13] [debug] #18 080a367b in ?? () from ./samp03svr
    [15:00:13] [debug] #19 080a979d in ?? () from ./samp03svr
    [15:00:13] [debug] #20 080a8067 in ?? () from ./samp03svr
    [15:00:13] [debug] #21 f7533e46 in __libc_start_main () from /lib32/libc.so.6
    [15:00:13] [debug] #22 0804b4a1 in ?? () from ./samp03svr

    Guten Tag Community, ich habe ein Problem. Ich weiß nicht wie ich das Beheben kann.


    C:\Users\pawno\include\core.inc(12) : error 010: invalid function or declaration


    Weiß einer was ich dort machen muss?


    Danke im Voraus.

    @GigaStorm: Du weißt schon wieso dieser Beitrag unter Linux ist? Server Konsole und nicht Imgame Konsole.


    Ja, es ist Debian. Aber wenn ich das Fenster schließe, geht auch der Server aus.

    Guten Tag Community, wenn ich den MTA Server starte komme ich ja in die Console von den MTA Server. Und ich habe schon viele probiert und es nicht geschafft aus der Konsole zu kommen und das der Server dabei läuft. Weiß einer von euch was ich da machen muss?


    Danke im Vorraus.

    Guten Tag Community, als ich den MYSQL installiert hatte musste man ja den Passwort anlegen der im blauen Fenster erscheint. Als ich dies getan habe und jetzt mich einloggen wieder wollte, habe ich das Passwort vergessen. Kann ich den irgenwie zurücksetzen oder neu machen? Ich habe es schon versucht zu löschen und wieder zuinstallieren aber es hat nicht geklappt. Ich bitte um Hilfe


    Danke im Vorraus.