crashdetect - Server wont fully start -
Blade_Cervetti - 19.02.2015
[09:28:41] [debug] Server crashed while executing IRP.amx
[09:28:41] [debug] AMX backtrace:
[09:28:41] [debug] #0 native fclose () [004056f0] from samp-server.exe
[09:28:41] [debug] #1 0001f98c in ?? () from IRP.amx
[09:28:41] [debug] #2 0002528c in public OnGameModeInit () from IRP.amx
[09:28:41] [debug] Native backtrace:
[09:28:41] [debug] #0 004949fb in ?? () from D:\TCAFiles\Users\blade\8372\samp-server.exe
[09:28:41] [debug] #1 004056fd in ?? () from D:\TCAFiles\Users\blade\8372\samp-server.exe
[09:28:41] [debug] #2 71b1350a in ?? () from D:\TCAFiles\Users\blade\8372\plugins\crashdetect.D LL
[09:28:41] [debug] #3 71b151a6 in ?? () from D:\TCAFiles\Users\blade\8372\plugins\crashdetect.D LL
[09:28:41] [debug] #4 71b0d641 in ?? () from D:\TCAFiles\Users\blade\8372\plugins\crashdetect.D LL
[09:28:41] [debug] #5 71b1355a in ?? () from D:\TCAFiles\Users\blade\8372\plugins\crashdetect.D LL
[09:28:41] [debug] #6 0046e924 in ?? () from D:\TCAFiles\Users\blade\8372\samp-server.exe
[09:28:41] [debug] #7 65646f6d in ?? () from D:\TCAFiles\Users\blade\8372\samp-server.exe
[09:28:41] [debug] #8 52452f73 in ?? () from D:\TCAFiles\Users\blade\8372\samp-server.exe
[09:28:41] [debug] #9 6d612e50 in ?? () from D:\TCAFiles\Users\blade\8372\samp-server.exe
Can someone please explain this? I am trying to start my server and it begins to load the scriptfiles and then just stops and the server crashes. This is what was printed in the server log during the loading of the scriptfiles.
Re: crashdetect - Server wont fully start -
Blade_Cervetti - 20.02.2015
Does anyone know how to fix this?
Re: crashdetect - Server wont fully start -
Excelâ„¢ - 20.02.2015
The function
fclose() is crashing! In
OnGameModeInit
Re: crashdetect - Server wont fully start -
Misiur - 20.02.2015
https://sampwiki.blast.hk/wiki/Fclose Read the red box
Re: crashdetect - Server wont fully start -
Blade_Cervetti - 21.02.2015
The handle needed didn't exist. It is fixed now. Thanks you guys. +rep all who helped