Issue list and the way to resolve - m-unkel/OHSystem GitHub Wiki
If you have found a new issue or error which is not listed here, please take your time and inform us about this by a small reporting on our Forum
Known issues
stats.exe (./stats) was not found
- You didnt compiled or located the stats update script in the correct direction
- Windows
- Compile the script in your ohsystem/ghost++/update_stats folder
- Rename the created file update_stats.exe in stats.exe
- Locate the renamed file in ohsystem/ghost++
- UNIX
- Compile the script in your ohsystem/ghost++/update_stats folder
- Move the create 'stats'-File to your ohsystem/ghost++ direction
Stats doesnt update
- If there is no notify about an error in your ghost.log
- Make sure you have enabled stats update on your default config
- If an error occur which result on each update in a 'Program received signal SIGSEGV, Segmentation fault.'
- Make sure you have only ONE bot which does update stats, we dont lock the database if we are working there, multiply bots can probably update same games at the same time and create multiply inserts into the statsupdate which will later select more players for this game as actually are in that game. The stats.exe tries to write into a memory which wasnt given. This will result in a crash.
- Reset your stats
- Remove all statsupdates except one (prefereable statsupdate should be done ona channelbot)
- Update stats
- Make sure you have only ONE bot which does update stats, we dont lock the database if we are working there, multiply bots can probably update same games at the same time and create multiply inserts into the statsupdate which will later select more players for this game as actually are in that game. The stats.exe tries to write into a memory which wasnt given. This will result in a crash.
Garena broadcast: 'is trying to join, but he has invalid username (digits only)'
- We have restricted usernames with numbers only. We dont like this.
- Search in your game_base.cpp the line: '// check if player has only digits'
- Remove this and the following function.