SA-MP Forums Archive
mysql error please help! - 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: mysql error please help! (/showthread.php?tid=418754)



mysql error please help! - Yves - 25.02.2013

okay am starting get mad now with this issue today and i feel like throwing it in the Recycle Bin anyways i have done everything that i can do i updated everything thats needed but i still cant get this error debug thingy down below


yes ino i posted this on the server support blah blah here anyways

one of your guys must know what this is or how to fix it only happens this when i use BlueGs SQL R7 when i use R6 version still same but less debug errors i can post it below so you can see


This is the R7 version
Код:
[19:32:15] [debug] Server crashed while executing PSRP.amx
[19:32:15] [debug] AMX backtrace:
[19:32:15] [debug] #0 native fread () [004057a0] from samp-server.exe
[19:32:15] [debug] #1 0001ea04 in ?? () from PSRP.amx
[19:32:15] [debug] #2 000b5a70 in ?? () from PSRP.amx
[19:32:15] [debug] #3 00009fbc in public zcmd_OnGameModeInit () from PSRP.amx
[19:32:15] [debug] #4 native CallLocalFunction () [00472260] from samp-server.exe
[19:32:15] [debug] #5 00009a34 in public Timers_OnScriptInit () from PSRP.amx
[19:32:15] [debug] #6 native CallLocalFunction () [00472260] from samp-server.exe
[19:32:15] [debug] #7 000095b0 in public YVers_OnScriptInit () from PSRP.amx
[19:32:15] [debug] #8 native CallLocalFunction () [00472260] from samp-server.exe
[19:32:15] [debug] #9 000082d0 in public Itter_OnGameModeInit () from PSRP.amx
[19:32:15] [debug] #10 native CallLocalFunction () [00472260] from samp-server.exe
[19:32:15] [debug] #11 000015f4 in public OnGameModeInit () from PSRP.amx
[19:32:15] [debug] System backtrace:
[19:32:16] [debug] #0 00491f90 in ?? () from C:\Users\Brandon\Desktop\Project streets\samp-server.exe
[19:32:16] [debug] #1 004925c0 in ?? () from C:\Users\Brandon\Desktop\Project streets\samp-server.exe
[19:32:16] [debug] #2 00404f44 in ?? () from C:\Users\Brandon\Desktop\Project streets\samp-server.exe


This is the R6 version
Код:
[19:49:18] [debug] Run time error 19: "File or function is not found"
[19:49:18] [debug]  cache_get_data
[19:49:18] [debug]  cache_get_field_content
[19:49:18] [debug]  mysql_function_query
[19:49:18] [debug]  cache_get_row



Re: mysql error please help! - Yves - 25.02.2013

Bump!


Re: mysql error please help! - Yves - 26.02.2013

anyone at least you should know what it is? why no replys


Re: mysql error please help! - Dotayuri - 26.02.2013

Do you have Run time installed ??
i ******d this, i dont need to read it but it may help you.
Runtime Error


Re: mysql error please help! - Yves - 26.02.2013

its not stop working! its BlueG SQL thats messing me about i may need to Pm blueg as nobody in the got dam world knows about this


Re: mysql error please help! - Vince - 26.02.2013

Why don't you compile with the debug flags?! I'm sure someone has already told you do that? How on earth should we know what '0001ea04 in ??' is?


Re: mysql error please help! - Yves - 26.02.2013

well how long as the samp team been up? for a long time at least one person should know only i can think of is blueG who made the SQL and what Debug Flags??


Re: mysql error please help! - xeeZ - 26.02.2013

It clearly says that the problem is fread() in some function that is called from another function that is called from OnGameModeInit (did you bother reading the backtrace?), so you can either find the function manually or do what Vince said


Re: mysql error please help! - Yves - 26.02.2013

Yes but sorry am kinda learning it and this is for my friend who cant fix this issue anyways i rep you for at least telling me to listen to the backtrace its so hard to understand SQL errors like this


Re: mysql error please help! - xeeZ - 26.02.2013

The error has nothing to do with MySQL - you are reading from a file that failed to open