Portal client crash
KirikaAetheria opened this issue ยท 3 comments
Base information
- Minecraft version: 1.12.2
- Mod version: Draconic-Evolution-1.12.2-2.3.25.351-universal
- Minecraft Forge version: 1.12.2 - 14.23.5.2854
Crash report
https://pastebin.com/UDER3CBc
--
When right-clicking on a black portal tile, the game crashes immediately. This happens regardless of whether the portal is linked through bound dislocators or is just a simple one-way portal. This issue is limited to the client, the server suffers no effects from this crash. Also, this only happens on the portal tiles themselves; right-clicking on the receptacle works as intended.
VanillaFix reported that Reskillable might have something to do with it.
Feel free to let me know if you need any further information
EDIT: Loop issue moved to #1437
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Please separate out these two issues. I'll only address the first; the portal client crash.
This looks like a mod compatibility issue, as Reskillable expects the TilePortalClient to have a right-clickable action:
codersafterdark.reskillable.base.LevelLockHandler.rightClickBlock(LevelLockHandler.java:334)
I'm not sure at this point if something can be done on DE's side to help with this or not, but that's my initial hunch.