minecraft crash with placing train
JavaTadnl00s opened this issue · 7 comments
Describe the Bug
i was playing in my world but when i made a train the game crashed and gave me this eror:java.lang.NoSuchMethodError: 'com.jozufozu.flywheel.util.transform.Transform com.railwayteam.railways.content.custom_bogeys.monobogey.MonoBogeyRenderer$SmallMonoBogeyRenderer.getTransformFromPartial(com.jozufozu.flywheel.core.PartialModel, com.mojang.blaze3d.vertex.PoseStack, boolean)'
Reproduction Steps
...
java.lang.NoSuchMethodError: 'com.jozufozu.flywheel.util.transform.Transform com.railwayteam.railways.content.custom_bogeys.monobogey.MonoBogeyRenderer$SmallMonoBogeyRenderer.getTransformFromPartial(com.jozufozu.flywheel.core.PartialModel, com.mojang.blaze3d.vertex.PoseStack, boolean)'
Expected Result
java.lang.NoSuchMethodError: 'com.jozufozu.flywheel.util.transform.Transform com.railwayteam.railways.content.custom_bogeys.monobogey.MonoBogeyRenderer$SmallMonoBogeyRenderer.getTransformFromPartial(com.jozufozu.flywheel.core.PartialModel, com.mojang.blaze3d.vertex.PoseStack, boolean)'
Screenshots and Videos
Crash Report or Log
java.lang.NoSuchMethodError: 'com.jozufozu.flywheel.util.transform.Transform com.railwayteam.railways.content.custom_bogeys.monobogey.MonoBogeyRenderer$SmallMonoBogeyRenderer.getTransformFromPartial(com.jozufozu.flywheel.core.PartialModel, com.mojang.blaze3d.vertex.PoseStack, boolean)'
Operating System
Windows 10
Mod Version
0.5.1d
Minecraft Version
1.19.2
Forge Version
43,2.21
Other Mods
Security Craft
Geforce132
[1.19.2] SecurityCraft v1.9.6.1.jar
Simple Voice Chat
henkelmax
voicechat-forge-1.19.2-2.4.18.jar
Snowballs Freeze Mobs
Serilum
snowballsfreezemobs-1.19.2-3.1.jar
Sophisticated Backpacks
P3pp3rF1y
sophisticatedbackpacks-1.19.2-3.18.55.889.jar
Sophisticated Core
P3pp3rF1y
sophisticatedcore-1.19.2-0.5.83.394.jar
Weaver's Cosmetics
Weaver_66
Weavers_Cosmetics_v1.09_1.19.2.jar
WorldEdit
sk89q
worldedit-mod-7.2.12.jar
Saro´s Create [Forge]
Sarocesch
Saro´s-Create-Addon-1.19.2-1.7-[Forge].jar
Security Craft
Geforce132
[1.19.2] SecurityCraft v1.9.6.1.jar
Simple Voice Chat
henkelmax
voicechat-forge-1.19.2-2.4.18.jar
Snowballs Freeze Mobs
Serilum
snowballsfreezemobs-1.19.2-3.1.jar
Sophisticated Backpacks
P3pp3rF1y
sophisticatedbackpacks-1.19.2-3.18.55.889.jar
Additional Context
i tryd a other world but it still crashes
After looking into this for a while I found that the mod causing the issue is create steam 'n' rails. Looking at the code, the method reference that the error claims is non-existent is something that create renamed in version 0.5.1d, but create steam 'n' rails was still trying to reference the old version of it. This should be fixed in latest version, so you should try updating create steam 'n' rails. I haven't tested it but the latest version seems to remove the broken references
Looks to me like an issue with a Create add-on, probably because it's either out of date or simply broken. Since the error seems to caused by referencing a non-existent custom renderer for train bogeys, try removing any train related create add-ons you may have
if there is a released version that fixes the issue please let me know. so far we have had to recommend to downgrade create to 0.5.1.b if used with steam n rails
Yeah it seems that the latest version of steam n rails that I could find is from the 7th of july, while the fix was only implemented on the 17th of july, so it's not included in the latest release yet. And even then, there may still be other issues with the mod considering that the commit that fixed it is literally called "0.5.1c update"