I''m using pmweather-0.13.10-1.21.1-alpha, jei-1.21.1-neoforge-19.21.1.305 and Journeymap-NeoForge. It keeps crashing with 'Rendering Block Entity' paste.ee/p/uI0539Y0
8
Looks like pmweather tried to render a blockentity but the blockentity's data didnt fit with what forge was expecting (leading to forge crashing)
Update pmweather or make sure that the forge version you're using is compatible with the mod
Root cause @ line 446
Update pmweather or make sure that the forge version you're using is compatible with the mod
Root cause @ line 446
Caused by: java.lang.ArrayStoreException: java.util.Formatter$FixedString
at java.base/java.util.ArrayList.add(ArrayList.java:485) ~[?:?] {re:mixin}
at java.base/java.util.ArrayList.add(ArrayList.java:497) ~[?:?] {re:mixin}
at java.base/java.util.Formatter.parse(Formatter.java:2837) ~[?:?] {}
at java.base/java.util.Formatter.format(Formatter.java:2780) ~[?:?] {}
at java.base/java.util.Formatter.format(Formatter.java:2734) ~[?:?] {}
at java.base/java.lang.String.format(String.java:4432) ~[?:?] {re:mixin}
at TRANSFORMER/pmweather@0.13.10-1.21.1-alpha/dev.protomanly.pmweather.render.RadarRenderer.render(RadarRenderer.java:111) ~[pmweather-0.13.10-1.21.1-alpha.jar%23195!/:?] {re:classloading}
at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher.setupAndRender(BlockEntityRenderDispatcher.java:90) ~[client-1.21.1-20240808.144430-srg.jar%23191!/:?] {re:classloading}
at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher.lambda$render$0(BlockEntityRenderDispatcher.java:79) ~[client-1.21.1-20240808.144430-srg.jar%23191!/:?] {re:classloading}
at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher.tryRender(BlockEntityRenderDispatcher.java:104) ~[client-1.21.1-20240808.144430-srg.jar%23191!/:?] {re:classloading}
... 31 moreI have the lastest mod version and I just updated neoforge to the lastest version
Is the the mod compatible with your neoforge version in the first place?
The error log solely places the blame on either the mod/forge
The error log solely places the blame on either the mod/forge
It works in an modpack and server
which both could use different neoforge versions.
Make sure your neoforge and mod version is the same as the modpack/server
Make sure your neoforge and mod version is the same as the modpack/server
I believe that the issue is caused by pmweather
