15.01.2016, 02:21
You don't need crash detect when you can see "[01:56:43] [debug] Run time error 19: "File or function is not found"" in your log...
That'll be your problem. Don't rely on CrashDetect when it's actually not needed.
You've got "mysq" (Spelt wrong) listed as a plugin, that fails, then you also have mysql_static which then loads. And yet still, you have a fail in the mysql side of things.
If you've simply put the updated version of the MySQL plugin, and haven't updated your code, then this will be affecting it.
From version 5.5, to R32+, there are major differences. You'll need to update the gamemode if you want it to work with the newer version, or to have any support regarding it.
That'll be your problem. Don't rely on CrashDetect when it's actually not needed.
You've got "mysq" (Spelt wrong) listed as a plugin, that fails, then you also have mysql_static which then loads. And yet still, you have a fail in the mysql side of things.
If you've simply put the updated version of the MySQL plugin, and haven't updated your code, then this will be affecting it.
From version 5.5, to R32+, there are major differences. You'll need to update the gamemode if you want it to work with the newer version, or to have any support regarding it.