Exit cmd doesn't work with mapandreas plugin -
chneubeul - 13.01.2018
Hello,
i have an issue with the MySQL plugin of BlueG, with the last version and the MapAndreas plugin 1.2.1 ( last version too), when i type exit in the console, the server don't close correctly and crash. I have this problem with a friend gamemode. So, i did some experience then :
I tried with a blank script with just the include loaded. Its bug too. Theses too plugins works perfectly, are correctly loaded etc.. its the just the exit.
Do some guys have the same issue of me ?
See you
Sam.
Re: Conflict with mapandreas and MySQL -
chneubeul - 15.01.2018
bump
Re: Conflict with mapandreas and MySQL -
Misiur - 15.01.2018
Windows or linux? See any info dumped when it crashes?
Re: Conflict with mapandreas and MySQL -
chneubeul - 16.01.2018
I have thй problem on both os, there is no crash info, due to thй exit cmd
Re: Conflict with mapandreas and MySQL -
Misiur - 16.01.2018
Do you have crashdetect set up? When I use a plugin which doesn't clean up after exiting I get some crash info. Check server_log, it might be recorded there even if you don't see it.
Re: Conflict with mapandreas and MySQL -
chneubeul - 17.01.2018
yes, but it is unloaded before those plugins. I think the issue is from the mapandreas plugin i tested with only the mapandreas plugin and it doesn't unload ..
these test are with the plugin loaded in .cfg and just remove or add the include in the script.
MAPANDREAS(NOBUFFER) => EXIT WORK
MAPANDREAS (MODEFULL ) => exit doesn't work
MapAndreas (MODEFULL or NOBUFFER) + FCNPC => exit doesn't work
MapANDREAS(NOBUFFER) + MYSQL => EXIT WORK
Then i tested with removing all of the plugin in .cfg
MAPANDREAS(MODEFULL) => EXIT WORK
When i include the mysql plugin EVEN without the include compiled in the script the exit cmd result in a crash.
little precision : when i put mapandreas as first at plugin in server.cfg the console say "server shutting down" but stay freeze, and when i put at the last the others plugin unload, but the console crash.