flammpfeil / SlashBlade_2

for mc1.14.4 or later
33 stars 22 forks source link

This MOD seems to be missing something #51

Open Oni1186 opened 10 months ago

Oni1186 commented 10 months ago

SlashBlade-1.20.1-0.1.2.jar This MOD seems to be missing something. When I go to this MOD page in creative mode, it crashes. The game crashed whilst rendering screen attached error report.

Error: java.lang.NullPointerException: Cannot invoke "net.minecraft.client.resources.model.BakedModel.m7343()" because "this.original" is null

crash-2023-12-09_08.16.02-client.txt

skydark commented 8 months ago

Hi @Oni1186 , I have encountered the same issue. It seems to be a conflict with following line in config/modernfix-mixins.properties from ModernFix. I can fix it by removing following line:

mixin.perf.dynamic_entity_renderers=true

This option is actually false by default. I found this when I try to add slashblade to Better MC modpack and it has above line set.

fireryann commented 8 months ago

Hi guys, I have the same problem. Evet after remowing the line you mentioned my game is still crashing with the exact crash line/ error code. I'am getting my game crashed whenever I try to craft a slashblade or trying to go over creative mod page.

The game crashed whilst rendering block entity Error: java.lang.NullPointerException: Cannot invoke "net.minecraft.client.resources.model.BakedModel.m7343()" because "this.original" is null

fireryann commented 8 months ago

@skydark @Oni1186 Do you know any other solution to this?

fireryann commented 8 months ago

Update;

I just deactivated mod ModernFix, fixed it that way.