Galacticraft + Vivecraft Crash

tbnboy815

Member
Apr 3, 2013
3
1
1
30
Was putting a few mods together, kept getting crash and narrowed down to galacticraft.

https://pastebin.com/3fnRWJTE

Particular issue seems to be here:
[18:23:37] [main/ERROR]: Exception loading model for variant minecraft:drinkme_bottle#inventory, normal location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model minecraft:item/drinkme_bottle with loader VanillaLoader.INSTANCE, skipping

Thanks
 

radfast

Member
Staff member
Apr 27, 2014
1,118
339
83
The model loading errors are common in mods which are unfinished. Those things are just logging reports, not crashes (and it's not a Galacticraft issue... we do not currently have any model loading errors). I'm not sure why there can be model loading errors with vanilla items like cake and bottle, but probably something connected with Vivecraft?

But ... there is an actual crash here, and his is the cause of the crash:

java.lang.VerifyError: Expecting a stackmap frame at branch target 730
Exception Details:
Location:
net/minecraft/client/renderer/EntityRenderer.func_78467_g(F)V @643: ifeq

That type of crash is caused by a CoreMod, it can be MicdoodleCore, it can be something else.

I will investigate some more and if it's us causing this, we will fix it. ETA for a fix: 17 March.
 

radfast

Member
Staff member
Apr 27, 2014
1,118
339
83
It could be us causing this ... :(

I've attempted a fix in next build 156, which will be released either tonight or tomorrow.

Please test it and see if it solves the problem - I cannot test myself as I cannot run Vivecraft on my system.
 

tbnboy815

Member
Apr 3, 2013
3
1
1
30
It could be us causing this ... :(

I've attempted a fix in next build 156, which will be released either tonight or tomorrow.

Please test it and see if it solves the problem - I cannot test myself as I cannot run Vivecraft on my system.

Looks like I can run it now. Thanks a bunch
 
  • Like
Reactions: Ezer'Arch

Share this page