Server hanging with Mahou Tsukai when Immersive Portals is installed
stepsword opened this issue ยท 1 comments
Hi,
I'm Mahou Tsukai Dev,
I've been told by 2 users that when Immersive Portals is installed they can't use the beam mode on one of the staffs in my mod without causing the server to hang indefinitely when Immersive Portals installed. Unfortunately Mahou isn't open source for personal reasons, but some of the notable things about the beam which might help pinpoint the issue:
- it's an entity
- it does damage to mobs it touches through the use of AABBs
- it breaks like 90 blocks a tick
- its renderer uses GL TRIANGLE_STRIP
I was able to confirm the issue back when the first person reported it and it seemed to happen whether or not there were actual immersive portals in the world, which makes me think it was either some sort of event handler or a mixin thing which changed the way things were saved. Is it possible some of the tons of block breaking is causing some infinite recursion or the Triangle renderer thing?