anacondaq
New member
- Messages
- 161
- Points
- 0
- Emulator
- Hercules
This is common issue with the MySQL server. (broken tables) because of turning off OpenServer incorrectly (like shutdown PC or laptop).Weird, so i've logged in normally on the offline server and some of the commands seems to make the server freeze. is it just me? i can use some commands like (@speed,@go,) but whenever i use (@monster,@item) it suddenly stops and freezes the whole server and i can't use any commands. Addition to that, when i relog it prevents me from logging in so i have to redo the "run-server.bat" to enable everything again. map-server.bat doesn't show any error logs at all.
Try to click on the green flag -> advanced -> console
Now in console enter:
mysqlcheck -u root --auto-repair --check --all-databases
Hit enter and all tables will be repaired automatically.
Now try to start your emulator and repeat the problem, I think the problem will disappear.