dannydjdk / Tiny-Pipes

Add-On mod for Tiny Redstone (Forge mod for Minecraft) that adds tiny item, fluid, energy and redstone pipes that you can put on Tiny Redstone's panels or place in world for compact builds.
https://www.curseforge.com/minecraft/mc-mods/tiny-pipes
GNU General Public License v3.0
0 stars 1 forks source link

Crash when opening pipe gui on server #4

Closed JadeFalcon closed 2 years ago

JadeFalcon commented 2 years ago

Just to be clear, the crash happened to one of the players on the server I'm running, not to me personally.

crash-2022-05-20_15.01.13-client.txt

dannydjdk commented 2 years ago

Thanks for the report! Let me know if you have any details on what lead to the crash, and if it's persistent or just a one time thing. I have enough information to prevent the crash from happening again by preventing it from attempting to draw the GUI if the position is null. But, I'm still curious how that condition occurred, as it shouldn't have been possible.

dannydjdk commented 2 years ago

Fixed in latest releases.