-
Notifications
You must be signed in to change notification settings - Fork 365
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
bug: server crashes when logging out after changing the maximum spell slot #2122
Comments
Update: If i back to 35 spells slots, the bug dont happen |
Encounter this issue too. Server can crash or client can disconnect user, my version is 0.8.0-beta.127 Intersect Server-2024_01_24-14_09_35_896.log |
@Thomasfds However, there is no problem for me. You need to change Initialbankslots in the config, not MaxSlots. |
@theceltos At the moment, this error can be solved in one way:
Apparently, after creating playerdata.db and changing maxspells, new slots are not added to the database, which causes an error and a server crash. It is best to make more slots and if you think about changes later, you can reduce them, because you can reduce the slots without any error, but currently you cannot increase them. |
OK regarding the method to avoid bugs, but the bug will not cease to exist, what will we do with a project where there are several accounts, characters, items in the player database? I believe this is a BUG, and should not be resolved as a workaround. If it is not resolved, some other project will face the same problem down the road. We're just hiding the elephant in a room where no one can see... |
Yes, this is just a workaround, but I think that the number of available spells is actually set at the beginning, before we start the server, even for visual reasons. We make a menu and we probably don't increase it This is a bug that needs to be fixed, but you can set the value to 100 spells and only use 50 |
Description
I increased the maximum number of spells that the player can have on my server, now when entering the character's screen the equipment does not load and also when the player logs out, the server crashes.
Steps to Reproduce
2 - Change the maximum spells to 100 (in my case it was this value)
3 - Log in with the existing character, notice that he will appear without clothes (paperdoll), but when logged in he will render the clothes normally.
4 - disconnect the character and watch the bug crash the server.
Version with bug
0.8.0.0
Last version that worked well
Unknown
Affected platforms
Windows
Did you find any workaround?
errors-Intersect Server.log
Relevant log output
No response
Duplicate Bug Check
The text was updated successfully, but these errors were encountered: