SA-MP Forums Archive
MySQL - 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 (/showthread.php?tid=662691)



MySQL - Hazon - 08.01.2019

I've made a script based on MySQL R41-4 a couple of months ago and it was working fine. Few days later, It doesn't because of this. What could be the problem ?

Код:
[12:59:58] [ERROR] exception 0XC0000005 (ACCESS_VIOLATION) from Vectored Exception Handler catched; shutting log-core down
[13:04:00] [ERROR] exception 0XC0000005 (ACCESS_VIOLATION) from Vectored Exception Handler catched; shutting log-core down



Re: MySQL - Lynn - 08.01.2019

What plugins are you currently using?
Are you using sampgdk?


Re: MySQL - Hazon - 08.01.2019

I'm using the only plugins i needed. MySQL - sscanf and streamer. All was loaded.


Re: MySQL - Lynn - 08.01.2019

Are you using
mysql_log(ERROR); ?
If so, set it to mysql_log(NONE);
See if it still crashes. Also post your log.


Re: MySQL - Hazon - 08.01.2019

Nothing else in logs left expect this what have I posted.


Re: MySQL - Hazon - 09.01.2019

Bump.


Re: MySQL - Bolex_ - 09.01.2019

If we go around this, I don't think you've created a file that needs to be in scriptfiles in case it is used.


Re: MySQL - Hazon - 09.01.2019

Ow shit lol. I wasn't aware of this thanks.