With v1.0.9 there is a weird issue where when you connect your game hangs for about 30 seconds before you are able to choose your team and the screen looks like this:
It happens each time you connect, even if you disconnect after choosing team and reconnect.
Metamod:Source 2.0.0-1284
CounterStrikeSharp 204
Downgrading to v1.0.8 gets rid of the issue.
As you must have changed to database schema I had to delete my old SQLite db to get the server to work first. It would be really nice if you could update the database so we don't have to delete our databases every time you make a schema change #8.
I've captured the server log for you of what happens when the client hangs:
When this message shows 07:58:00 [INFO] (plugin:CS2_GunGame) [GunGame_Stats - FATAL] GetPlayerWins(2): An error occurred: SQLite Error 5: 'database is locked'. everything goes back to normal. So potentially on player connect you are doing a database operation which hangs until an error is thrown which is locking up the server.
Hi,
With
v1.0.9
there is a weird issue where when you connect your game hangs for about 30 seconds before you are able to choose your team and the screen looks like this:It happens each time you connect, even if you disconnect after choosing team and reconnect.
Downgrading to
v1.0.8
gets rid of the issue.As you must have changed to database schema I had to delete my old SQLite db to get the server to work first. It would be really nice if you could update the database so we don't have to delete our databases every time you make a schema change #8.
I've captured the server log for you of what happens when the client hangs:
When this message shows
07:58:00 [INFO] (plugin:CS2_GunGame) [GunGame_Stats - FATAL] GetPlayerWins(2): An error occurred: SQLite Error 5: 'database is locked'.
everything goes back to normal. So potentially on player connect you are doing a database operation which hangs until an error is thrown which is locking up the server.