Map Atlases Incompatibility
PotionSeeker opened this issue ยท 4 comments
According to your testing, does the issue occur with ONLY Immersive Portals mod installed?
No
Forge Version
43.2.0
ImmersivePortals Version
2.3.1-SNAPSHOT-2-mc1.19.2
Latest Log
https://gist.github.com/PotionSeeker/8dd39da070614afc6cfdb5e0c973e2ef
Crash Report (if applicable)
https://gist.github.com/PotionSeeker/eccfa4ad8abb946d668319caaf2f9a0d
Steps to Reproduce
- Start a new world
- Either create an Atlas or spawn one in via creative mode
- Place the atlas in the hotbar
What You Expected
Having a map atlas on the hotbar should open up a minimap in the top left corner and right clicking should open up a larger map.
This is what it should look like:
What Happened Instead
When an atlas is placed on the hotbar, the game crashes.
Additional Details
No response
Please Read and Confirm The Following
- I have confirmed this bug can be replicated without the use of Optifine.
- I have confirmed the details provided in this report are concise as possible and does not contained vague information (ie. Versions are properly recorded, answers to questions are clear).
- I have confirmed this does not happen on the fabric version (If it does please report to here instead).
- I have confirmed I'm not using a hybrid server (Magma, Cauldron) or a different (non official) Forge Server release.
- I have confirmed this issue is unique and has not been reported already.
ImmPtl has a mechanism of wrapping packet as redirected packet (in MixinServerGamePacketListenerImpl_E
). This issue may be related to that.
Seems that Map Atlas is not doing its networking in normal way (not using custom payload packet). Forge and Fabric's networking API all use custom payload packet internally. If Map Atlas does networking in normal way, this should get fixed.
So for the time being it's more like a fundamental incompatibility than a bug. That's a shame.