-
-
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
crash when attempting to sync inventory with unsupported items #18
Comments
I'm not sure what I could do about it. Sure I could catch the exception. But that would mean that all unsupported items would be deleted. |
Is there a placeholder for unsupported items? |
Well, ok. I'll make sure that unsupported items will just get deleted. I can't really make that an option tbh |
Thanks for your quick response. |
Oh boy. That is more complicated than you imagine. Alone storing it is a hassle. Let alone all the corner cases like the former slot is now occupied, your the container doesn't have any free slots... |
You can follow #19 |
Issue Description:
I have 2 sponge servers. One is moded, while the other is original.
If a player keeps items extended by mods then switch to the original server, InvSync will crash and out-of-sync.
forge-1.10.2-12.18.3.2281
ThermalExpansion-1.10.2-5.1.3.4
Your most recent log or stack trace file where the issue was present:
Is there any possibility to avoid this kind of crash and block unsupported items?
The text was updated successfully, but these errors were encountered: