FredyH / MySQLOO

MySQLOO
GNU Lesser General Public License v2.1
138 stars 55 forks source link

MYSQL brake server on Mapchange. #88

Closed GoldWaffel closed 3 years ago

GoldWaffel commented 3 years ago

Hey Guys, First I am sorry for my Bad english, I am german... My Problem is, if i use any addon with MYSQL connection, the server is braking on a mapchange. This code is showing up: https://ibb.co/GF95HcX

Can someone help me please🥺

Greets Noah aka. GoldWaffel

Same Problem as here: https://github.com/FredyH/MySQLOO/issues/45

FredyH commented 3 years ago

What version of the module and operating system are you using?

GoldWaffel commented 3 years ago

I am using the latest Version of the Module, an the operating system is: 5.7.35-0ubuntu0.18.04.1

GoldWaffel commented 3 years ago

Maybe I should try a earlier version, but which one?

FredyH commented 3 years ago

You can also try the latest beta release. Please also attach the debug.log entry from when it crashes. You need to pass the -debug flag to srcds and have gdb installed.

GoldWaffel commented 3 years ago

The gdb is already installed and what do you mean with -debug flag

FredyH commented 3 years ago

You can start srcds with -debug and it will generate an entry in the debug.log file whenever the server crashes. It will contain information what caused the crash and I can use it to find out why it crashes.

GoldWaffel commented 3 years ago

Ok, i will do this later👌 you can add me on steam: goldwaffel

Kefta commented 3 years ago

Please just post it here so everyone can see.

GoldWaffel commented 3 years ago

I do not have access to debug the server. I can send you the hole Server Log but not more.

FredyH commented 3 years ago

If you can add the -debug flag to the srcds start command it will automatically generate a debug.log entry. If this is not possible, it is almost impossible to debug unfortunately. You can try downloading the latest beta release, maybe it is not an issue with that version anymore.

GoldWaffel commented 3 years ago

Ok I will try later.

GoldWaffel commented 3 years ago

The new beta fixed it!