My world unload when press any keybind from the mod with Immersive Portals installed
Landrozaum opened this issue ยท 6 comments
Minecraft 1.19.2
Fabric 0.14.12
Fabric API 0.72.0
Mod Version 1.2.11.1
Issue: When i am with Immersive Portals installed, and i try press the backslot or the beltslot keybind, my world unloads, and the game go to the main menu screen, i enter in the world and the item goes to the back slot but obviously, everytime the world unloads.
surprised that immersive portals itself takes the blame away from him, and yes, i tried to play with immersive portals and without and everything goes well
@Landrozaum
Immersive Portals is just checking threads and because it seems that backslot is trying to send packet in non-server thread and sending packet in non-server thread is unsafe even without Immersive Portals.
I have to clearify that ImmPtl is just doing thread checking for ease of debugging (it indeed found a thread safety issue of backslot) so it's technically not ImmPtl's fault.
The next version of ImmPtl will not make the checking strict to reduce misunderstanding.
Fixed unsafe handling with fec26b6