• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Server] samp03svr crash
#2
See if you can compile your gamemode with the -d3 flag so that logs have more information (the specific line of code where it went south, other extra info). Compile the gm with that flag and see if you can replicate the crash.



From what you provided, it seems that you tried to do something with a player in a database (db_query) after the player connected (OnPlayerConnect). Try looking into that callback and figure out if you do anything that could cause a crash. (1, 6636280, 48) and (7026564, 6636280, 48) look like params that you pass to a function, might be helpful. Maybe they were invalid or something.



Idk, honestly, just some ideas to check out until you have better logs or someone else chimes in.
  Reply


Messages In This Thread
samp03svr crash - by [SF]kAn3 - 2019-04-27, 03:15 PM
RE: samp03svr crash - by JonasP - 2019-04-27, 07:03 PM
RE: samp03svr crash - by [SF]kAn3 - 2019-04-28, 07:23 PM

Forum Jump: