canary
canary copied to clipboard
Unusual Protocolgame Crashes
Priority
Medium
Area
- [X] Datapack
- [X] Source
- [ ] Map
- [ ] Other
What happened?
Although uncommon causes of crashes, they can occur on custom servers due to misconfiguration or even malicious changes in the database.
1: Attempt to log in with characters with gender outside the specified range in vocations.xml (0 or 1); Example: Logging in with gender 2 added via phpMyAdmin. Result: Crash.
2: Attempt to log in with a non-existent vocation, same idea as above. Example: Vocation 9. Result: Crash.
3: If, for some reason, the outfits from outfits.xml could not be loaded, trying to customize the character upon logging in will cause the server to crash. Result: Crash.
What OS are you seeing the problem on?
Linux, MacOS
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
otc o client tibia ?
This issue is stale because it has been open 120 days with no activity.
I think it is completely necessary to create thousands of conditions to avoid gross errors on the admin side
I think it is completely necessary to create thousands of conditions to avoid gross errors on the admin side
Indeed, this is not necessary, but if the issue author wants to submit a pull request with the modifications, it will be accepted. Since they reported the errors in such detail, I believe they already know where the issue is and could fix it.