[1.12] Crash with Penumatic Dynamo
MasterEnderman opened this issue ยท 4 comments
Minecraft Version
1.12.2
Forge Version
14.23.4.2739
Mod Version
0.7.4-245
Describe your problem, including steps to reproduce it
- place down a pneumatic dynamo
- open the GUI of it
- click on the "output" tab
- the game 'crashes' back to the main menu (actually the mulriplayer page. even when tested in single player)
Any other comments?
Console Message: https://pastebin.com/hFWg5bFW
That stacktrace isn't related to the dynamo in any way. I think it's pure coincidence that you kicked at that point.
Having said that, I don't see how this crash could have occurred. FMLOutboundHandler$OutboundTarget$7.validateArgs
complains that the passed argument isn't a TargetPoint
, but that's exactly what we pass in NetworkHandler.sendToAllAround
.
Does this happen reproducibly, or was it a one-off?
Sorry for the late respone, it only was a one-off and I am unable to reproduce it. So if you want you can close this issue.