-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The problem with the crash of the latest version #95
Comments
Can you check both the debug.log file and the crashes folder if they contain any info about the crashes? |
https://pastebin.com/b4NbnCrf There is nothing special in the logs, the latter is just a connection to mysql |
Can you try using the 32 bit version of srcds (i.e. not the 32 bit version on the 64 bit beta branch) and see if it also crashes there? If anyone else is also experiencing crashes since the latest update, please also report it here and let me know which addons you are using and what OS you are running. |
I checked the server not on beta 32, as a result, the mode with errors just breaks there. |
hello, I have the same problem when I put the last version, it cannot find the connection to the base |
I published a new version that might have fixed this issue: https://github.com/FredyH/MySQLOO/releases/tag/9.7.2-beta-1 |
does not connect with MySQLOO 9.7.2, MySQLOO 9.6 version works fine except it spam and asks to download the latest version [libk] addons/libk/lua/libk/server/sv_libk_database.lua:293: attempt to index field 'MySQLDB' (a nil value)
|
The error you are getting is unrelated to crashes but rather due to an outdated version of mysqloolib being used by LibK. I have created a pull request that provides an updated version in LibK. |
Potentially fixed in 9.7.2 |
Hello, I would like to report a problem with the faucet in the latest version of mysql. This usually happens after changing the maps randomly. After the maps has changed, either the server breaks down completely and nothing works, or writes this error and the server crashes.
Lua Panic! Something went horribly wrong!
"attempt to index a number value"Lua Panic! Something went horribly wrong!
"attempt to index a number value"
Mode https://github.com/Arizard/deathrun
OS: debian 11
The problem was on both 64x and 32 bit.
The text was updated successfully, but these errors were encountered: