Crash Upon More Planets Loading

Owdo1999

Member
Dec 30, 2018
1
0
1
24
I made a post before this one talking about a similar crash, but I got rid of a few mods and tried again, and still nothing. So I deleted that one and made this one. During initialization, when Forge gets to load More Planets, it crashes. I got no clue what is going on. Any ideas? The main mods I got are:
GalacticraftCore-1.12-4.0.1.181
Galacticraft-Planets-1.12.2-4.0.1.181
MicdoodleCore-1.12.2-4.0.1.181
More-Planets-Mod-1.12.2
Basically, everything is 1.12.2, as new as it gets. As a side note, it says it needs Galacticraft-Mod-1.12.2 to run. When I run both Galacticraft-Mod and GalacticraftCore, it says I got duplicates. I get rid of Core and it won't start because it's missing it. I remove the other and I still get this crash. Any ideas? Crash Report:

---- Minecraft Crash Report ----

WARNING: coremods are present:
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
Contact their authors BEFORE contacting forge

// Sorry :(

Time: 12/31/18 6:35 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from More Planets (moreplanets)
Caused by: java.lang.VerifyError: Bad return type
Exception Details:
Location:
stevekung/mods/moreplanets/util/helper/ClientRegisterHelper.getTranclucentArmorModel(Lnet/minecraft/inventory/EntityEquipmentSlot;Lnet/minecraft/client/model/ModelBiped;)Lnet/minecraft/client/model/ModelBiped; @27: areturn
Reason:
Type 'stevekung/mods/moreplanets/util/client/model/ModelBipedTranslucent' (current frame, stack[0]) is not assignable to 'net/minecraft/client/model/ModelBiped' (from method signature)
Current Frame:
bci: @27
flags: { }
locals: { 'net/minecraft/inventory/EntityEquipmentSlot', 'net/minecraft/client/model/ModelBiped', 'stevekung/mods/moreplanets/util/client/model/ModelBipedTranslucent' }
stack: { 'stevekung/mods/moreplanets/util/client/model/ModelBipedTranslucent' }
Bytecode:
0x0000000: 2ab2 01b2 a500 18bb 01b4 590c b701 b74d
0x0000010: 2c03 b501 bb2c 2bb6 01bf 2cb0 bb01 b459
0x0000020: 1301 c0b7 01b7 4d2c 03b5 01bb 2c2b b601
0x0000030: bf2c b0
Stackmap Table:
same_frame(@28)

at stevekung.mods.moreplanets.client.renderer.EntityRendererMP.init(EntityRendererMP.java:41)
at stevekung.mods.moreplanets.proxy.ClientProxyMP.registerPreRendering(ClientProxyMP.java:71)
at stevekung.mods.moreplanets.core.MorePlanetsCore.preInit(MorePlanetsCore.java:90)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 588835920 bytes (561 MB) / 1073741824 bytes (1024 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2796 8 mods loaded, 8 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State | ID | Version | Source | Signature |
|:----- |:------------------- |:------------ |:----------------------------------------- |:---------------------------------------- |
| LCH | minecraft | 1.12.2 | minecraft.jar | None |
| LCH | mcp | 9.42 | minecraft.jar | None |
| LCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2796.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH | forge | 14.23.5.2796 | forge-1.12.2-14.23.5.2796.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH | micdoodlecore | | minecraft.jar | None |
| LCH | galacticraftcore | 4.0.1.181 | GalacticraftCore-1.12.2-4.0.1.181.jar | None |
| LCH | galacticraftplanets | 4.0.1.181 | Galacticraft-Planets-1.12.2-4.0.1.181.jar | None |
| LCE | moreplanets | 2.0.11 | More-Planets-Mod-1.12.2.jar | None |

Loaded coremods (and transformers):
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 9.17.10.2849' Renderer: 'Intel(R) HD Graphics 2500'
 

Share this page