Was hat das zu bedeuten

Wichtiger Hinweis: Bitte ändert nicht manuell die Schriftfarbe auf schwarz sondern belasst es bei der Standardeinstellung. Somit tragt ihr dazu bei dass euer Text auch bei Verwendung unseren dunklen Forenstils noch lesbar ist!

Tipp: Ihr wollt längere Codeausschnitte oder Logfiles bereitstellen? Benutzt unseren eigenen PasteBin-Dienst Link
  • Hallo,
    ich habe folgendes Problem und zwar bekomme ich sachen in meine ServerLog von den ich nicht weis was sie zu bedeuten haben ich hoffe ihr könnt mir weiterhelfen.
    ps. Der Server ist gecrasht.


    Spoiler anzeigen
    [22:19:54] _______________________________________
    [22:19:54] Das Script wurde Vollständig geladen!
    [22:19:54] _______________________________________
    [22:19:54]
    [22:19:54] Number of vehicle models: 47
    [22:19:54] [debug] Run time error 4: "Array index out of bounds"
    [22:19:54] [debug] Accessing element at negative index -1
    [22:19:54] [debug] AMX backtrace:
    [22:19:54] [debug] #0 002f6d60 in ?? () from Raluno22.amx
    [22:19:54] [debug] #1 002f5d20 in ?? () from Raluno22.amx
    [22:19:54] [debug] #2 00054720 in public OnObjectMoved () from Raluno22.amx
    [22:19:54] [debug] Run time error 4: "Array index out of bounds"
    [22:19:54] [debug] Accessing element at negative index -1
    [22:19:54] [debug] AMX backtrace:
    [22:19:54] [debug] #0 0005479c in public OnObjectMoved () from Raluno22.amx

    [22:37:00] Incoming connection: 91.96.163.131:64044
    [22:37:00] [join] John_Scaletta has joined the server (0:91.96.163.131)
    [22:37:09] John_Scaletta has logged in.
    [22:38:08] Incoming connection: 85.180.115.185:54195
    [22:38:09] [join] Rene_Rene has joined the server (1:85.180.115.185)
    [22:38:30] [debug] Server crashed while executing Raluno22.amx
    [22:38:30] [debug] AMX backtrace:
    [22:38:30] [debug] #0 native fclose () [0809a900] from samp2222_2647
    [22:38:30] [debug] #1 002fd804 in ?? () from Raluno22.amx
    [22:38:30] [debug] #2 002f38c0 in ?? () from Raluno22.amx
    [22:38:30] [debug] #3 001362c8 in ?? () from Raluno22.amx
    [22:38:30] [debug] #4 002d51dc in public OnDialogResponse () from Raluno22.amx
    [22:38:30] [debug] System backtrace:
    [22:38:30] [debug] #0 f74ac0f3 in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
    [22:38:30] [debug] #1 f74a3b61 in _ZN11crashdetect20PrintSystemBacktraceEPv () from plugins/crashdetect.so
    [22:38:30] [debug] #2 f74a6405 in _ZN11crashdetect15SystemExceptionEPv () from plugins/crashdetect.so
    [22:38:30] [debug] #3 f74abc42 in ?? () from plugins/crashdetect.so
    [22:38:30] [debug] #4 f776b400 in ?? ()
    [22:38:30] [debug] #5 f7523f57 in fclose () from /lib32/libc.so.6
    [22:38:30] [debug] #6 0809a914 in ?? () from ./samp2222_2647
    [22:38:30] [debug] #7 08093c94 in ?? () from ./samp2222_2647
    [22:38:30] [debug] #8 f74a69d5 in _ZN11crashdetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
    [22:38:30] [debug] #9 f74aa1ca in ?? () from plugins/crashdetect.so
    [22:38:30] [debug] #10 f74ae136 in amx_Exec () from plugins/crashdetect.so
    [22:38:30] [debug] #11 f74a68b4 in _ZN11crashdetect9DoAmxExecEPii () from plugins/crashdetect.so
    [22:38:30] [debug] #12 f74aa203 in ?? () from plugins/crashdetect.so
    [22:38:30] [debug] #13 080ae33f in ?? () from ./samp2222_2647
    [22:38:30] [debug] #14 080b97da in ?? () from ./samp2222_2647
    [22:38:30] [debug] #15 08071ae8 in ?? () from ./samp2222_2647
    [22:38:30] [debug] #16 08071be2 in ?? () from ./samp2222_2647
    [22:38:30] [debug] #17 0807ba00 in ?? () from ./samp2222_2647
    [22:38:30] [debug] #18 080b59ad in ?? () from ./samp2222_2647
    [22:38:30] [debug] #19 080b5b42 in ?? () from ./samp2222_2647
    [22:38:30] [debug] #20 080b1453 in ?? () from ./samp2222_2647
    [22:38:30] [debug] #21 f74deca6 in __libc_start_main () from /lib32/libc.so.6
    [22:38:30] [debug] #22 0804b521 in ?? () from ./samp2222_2647



    Ich hoffe ihr könnt mir weiterhelfen


    MfG
    Malte1324

    Einmal editiert, zuletzt von Malte1324 ()

  • Die Debug-Meldungen kommen vom crashdetect-Plugin und weisen dich auf die Stellen im Script hin die Fehlerhaft sind bzw einen Crash des Servers verursacht haben.


    Code
    [22:19:54] [debug] Run time error 4: "Array index out of bounds"
    [22:19:54] [debug] Accessing element at negative index -1
    [22:19:54] [debug] AMX backtrace:
    [22:19:54] [debug] #0 002f6d60 in ?? () from Raluno22.amx
    [22:19:54] [debug] #1 002f5d20 in ?? () from Raluno22.amx
    [22:19:54] [debug] #2 00054720 in public OnObjectMoved () from Raluno22.amx
    [22:19:54] [debug] Run time error 4: "Array index out of bounds"
    [22:19:54] [debug] Accessing element at negative index -1
    [22:19:54] [debug] AMX backtrace:
    [22:19:54] [debug] #0 0005479c in public OnObjectMoved () from Raluno22.amx


    "Array index out of bounds" bedeutet der index ist ausserhalb des Arrays.
    "#0 002f6d60 in ?? () from Raluno22.amx" sagt dir in welcher amx Datei der Fehler aufgetreten ist.
    "#2 00054720 in public OnObjectMoved () from Raluno22.amx" sagt dir in welchem Callback der Fehler aufgetreten ist.


    Anhand dieser Informationen kannst du das ganze zurück verfolgen und den Fehler beheben.


    Gleiches spiel auch bei "#0 native fclose () [0809a900] from samp2222_2647" und "#4 002d51dc in public OnDialogResponse () from Raluno22.amx". Somit weisst du auch da welche Funktion in welchem callback den Fehler verursacht hat.

    The fact is, I am right. And if you think I'm wrong, you are wrong.