-
Notifications
You must be signed in to change notification settings - Fork 10
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: item swap #180
Comments
Game connection crashes at ItemRepository.cs at line 73 when the swap is called |
I'll take a look for the Redis part. But my strongest guess is server-client packet order for equip-unequip actions |
The packet handeling was my first guess, but it ended on line 73 and i have almost no experience with memory so i thought its probably wrong. |
You don't need to restart the server after getting the "you already logged in" message; just try logging in again, and it will succeed. That's another bug related to the unexpected drop of connection. I haven't had a chance to take a deep look yet, but packet order is still my strongest candidate for this issue's root cause. I also discovered a significant number of bugs with item and inventory management. I’ll open respective issues for those as soon as possible. |
What happened?
Swapping an item with another one, by i.e. right clicking armor in your inventory, both items dissappear and the connection is non-responsive
How to reproduce?
right click an item i.e. a weapon when another weapon is equipped
Stacktrace
No response
OS Platform
Windows
Additional Information and Notes
No response
The text was updated successfully, but these errors were encountered: