[ C-scripting-core] Failed To Load Script @mysql-async/Lib/MySQL.Lua

Been having this problem for a little while now, and can’t find why this mess is going on.

Let me explain from the beginning!
Launches XAMP, which immediately crashes.
(Already tried translating files etc. in the data files in XAMP folder).

If I manage to start XAMP in the end, but start my DEV, I get a lot of errors.
This is affecting somewhere with my mysql-async/lib/mysql.lua, and have no idea why.
Have checked a lot of posts, about why this happens.
But can’t seem to find anything that helps!

The fact that it could be somewhere at mysql_connection_string shouldn’t be, as it has always been the same and has never had problems since before.

Also, in case I manage to start my DEV. Then I connect to it, and it works for a while. UNTIL, I try to use some of my scripts, e.g. QB-Garage, then if I take the car in and out, there is a chance that most of the scripts will crash.
For example, it could also be that if QB-Garage crashes, QB-Smallresources and everything else etc. also crash.

I think it has something to do with XAMP, or XAMP’S folder. But can’t find what the reason could be!
Haven’t added anything that might have had potential weird stuff/files in them then before the server started crashing everything was as it should be.
Think I accidentally updated/translated something in XAMP so that it kind of doesn’t remember from before.
Surely there is a solution, but have no idea what! Either this is a simple solution for those of you, but I don’t know, so it would be appreciated if i could get some help! :slight_smile:

Pictures of errors, will be posted at the bottom.

Hi do you have mysql-async on your resources or you have oxmysql ?

oxmysql in resources, yes!

So try to edit all fxmanifest where it’s '@mysql-async/lib/MySQL.lua', in server_scripts and replace with '@oxmysql/lib/MySQL.lua',

Have already tried everything in the fxmanifest.
Did the replace, even tried adding @oxmysql/lib/MySQL.lua in server scripts.
Didn’t work either way! :confused:

Is it since you add a specific script ?