Time: 11/3/17 8:54 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraftforge/fml/common/network/IGuiHandler
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/fml/common/network/IGuiHandler
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
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:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 10 more
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.common.network.IGuiHandler
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 35 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 37 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
Let's say that nine times out of ten, the crash log won't give enough informations about what really happened. Often the crash log actually show the last part of a stack trace and hide the true reason for a crash (which is unintuitively at the bottom of a stacktrace).
Crashes are often a by product of something that happened earlier which was hopefully logged.
Usually, when a crash log is enough, it's because I'm already aware of the problem, or it's just a trivial mistake I shouldn't have made in the first place :).
Looks like server logs. Is this on dedicated servers ? Does it crash for clients too ?
It is done on singleplayer, meaning the internal server is crashing.
Rollback Post to RevisionRollBack
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!
To take the test, check out https://minecraftnoobtest.com/test.php
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!
To take the test, check out https://minecraftnoobtest.com/test.php
Can you confirm it doesn't happen if you remove LiteLoader ?
Confirmed, doesn't happen w/o Liteloader. Looks to be another incompatibility, this time gamebreaking as it prevents entering any world. Please fix, so I can fully transfer my world when Ice and Fire updates to 1.12.x.
Rollback Post to RevisionRollBack
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!
To take the test, check out https://minecraftnoobtest.com/test.php
Confirmed, doesn't happen w/o Liteloader. Looks to be another incompatibility, this time gamebreaking as it prevents entering any world. Please fix, so I can fully transfer my world when Ice and Fire updates to 1.12.x.
It was confirmed it's a LiteLoader issue. A new build for it should come soon.
It was confirmed it's a LiteLoader issue. A new build for it should come soon.
Thank you, Ordinastie. I'll be testing it as soon as it drops for any further issues.
Rollback Post to RevisionRollBack
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!
To take the test, check out https://minecraftnoobtest.com/test.php
Not sure if this has been suggested already, but perhaps a section could be added in the door factory that could allow items to be put on either section e.g. an eye of ender.
Sorry, new to the forum, accidentally posted twice as I thought I posted it in the wrong page. I mean that the door factory could have a section that overlays an item over a block in the design, so as in the example an eye of ender item symbol would appear on the top section of the door.
So you mean to have an item shown on a door like for item frames?
That is the thing when you decide to create a mod dedicated to fabricating doors: One day, people might want to accessorise their doors with things other than blocks.
Next step: Lucky Doors.
Now the accessorizing thing could work for wreaths on doors for Xmas. Would be nice.
Rollback Post to RevisionRollBack
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!
To take the test, check out https://minecraftnoobtest.com/test.php
WARNING: coremods are present:
LoadingPlugin (Bloodmoon-MC1.10.2-1.5.jar)
CTMCorePlugin (CTM-MC1.10.2-0.2.0.19.jar)
IvToolkit (IvToolkit-1.2.8.5.jar)
LoadingPlugin (Quark-r1.1-70.jar)
MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
DLFMLCorePlugin (DynamicLights-1.10.2.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
DualHotbarPlugin (dualhotbar-1.1x-1.7.2.jar)
ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-18.jar)
Contact their authors BEFORE contacting forge
// Why is it breaking
Time: 11/25/17 10:12 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 MalisisDoors (malisisdoors)
Caused by: java.lang.ExceptionInInitializerError
at net.malisis.doors.MalisisDoors.postInit(MalisisDoors.java:101)
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:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:616)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
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:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:810)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:334)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
at net.minecraft.client.main.Main.main(SourceFile:124)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassCastException: [F cannot be cast to [I
at net.malisis.core.renderer.font.MinecraftFont.setFields(MinecraftFont.java:94)
at net.malisis.core.renderer.font.MinecraftFont.<init>(MinecraftFont.java:68)
at net.malisis.core.renderer.font.MalisisFont.<clinit>(MalisisFont.java:73)
... 37 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
i tried both options and it still crashes this is the full crash report
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 11/3/17 8:54 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraftforge/fml/common/network/IGuiHandler
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/fml/common/network/IGuiHandler
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
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:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 10 more
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.common.network.IGuiHandler
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 35 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 37 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 163976088 bytes (156 MB) / 436207616 bytes (416 MB) up to 1073741824 bytes (1024 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 22 mods loaded, 22 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UC FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
UC Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
UC Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UC SlimevoidLib{2.0.4.7} [Slimevoid Library] (11.jar)
UC securitycraft{v1.8.2} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.2.jar)
UC animalsPlus{1.2} [Animals+] (animalsPlus-1.2.jar)
UC ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar)
UC CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (Carpenters-Blocks-Mod-1.7.10.jar)
UC cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (cfm-3.4.8-mc1.7.10.jar)
UC colorblocks2{2.0} [ColorBlocks 2] (colorblocks2-2.0.jar)
UC props{1.10} [Decocraft] (DecoCraft-Mod-1.7.10.zip)
UC fantastic{1.0.0} [Fantastic Fish] (Fantastic-Fish-Mod-1.7.10.jar)
UE flansmod{4.4.0} [Flan's Mod] (Flans Mod-1.7.10-4.4.0.jar)
UC GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.502.jar)
UC GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.502.jar)
UC aapijc{1.2.4-JC} [JCAnimationAPI] (JurassiCraft-Mod-1.7.10.jar)
UC jurassicraft{1.3.2-daily_build-2015_01_15} [JurassiCraft] (JurassiCraft-Mod-1.7.10.jar)
UC LittleBlocks{2.2.4.4} [Little Blocks] (Little-Blocks-Mod-1.7.10.jar)
UC llibrary{0.2.0-1.7.10} [LLibrary] (LLibrary-1.7.10.jar)
UC malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
UC secretroomsmod{@[email protected]} [The SecretRoomsMod] (Secret-Rooms-Mod-1.7.10.jar)
GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 21.20.16.4550' Renderer: 'Intel(R) HD Graphics 520'
i posted this before i saw what you wrote so sorry to fill up the page :|
It is done on singleplayer, meaning the internal server is crashing.
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!


To take the test, check out
https://minecraftnoobtest.com/test.php
Don't click this link, HE is haunting it...
I was asking because the log doesn't seem to contain everything. Was this the fml-client-latest.log ?
Mods for Minecraft :
MalisisDoors
MalisisBlocks
MalisisAdvert
MalisisSwitches
Do It Yourself Decorative Blocks
Sorry, no it wasn't. Here it is: https://pastebin.com/1qa9Sbqc
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!


To take the test, check out
https://minecraftnoobtest.com/test.php
Don't click this link, HE is haunting it...
wow im an idiot its incompatible with Jurassic craft sry
Never download mods from unofficial shady sites. Download latest versions from Curseforge and try again.
Mods for Minecraft :
MalisisDoors
MalisisBlocks
MalisisAdvert
MalisisSwitches
Do It Yourself Decorative Blocks
Can you confirm it doesn't happen if you remove LiteLoader ?
Mods for Minecraft :
MalisisDoors
MalisisBlocks
MalisisAdvert
MalisisSwitches
Do It Yourself Decorative Blocks
Confirmed, doesn't happen w/o Liteloader. Looks to be another incompatibility, this time gamebreaking as it prevents entering any world. Please fix, so I can fully transfer my world when Ice and Fire updates to 1.12.x.
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!


To take the test, check out
https://minecraftnoobtest.com/test.php
Don't click this link, HE is haunting it...
It was confirmed it's a LiteLoader issue. A new build for it should come soon.
Mods for Minecraft :
MalisisDoors
MalisisBlocks
MalisisAdvert
MalisisSwitches
Do It Yourself Decorative Blocks
Thank you, Ordinastie. I'll be testing it as soon as it drops for any further issues.
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!


To take the test, check out
https://minecraftnoobtest.com/test.php
Don't click this link, HE is haunting it...
am getting crash today with ticking tile on server side only... sp same world no issue
https://pastebin.com/V4kU3uAk
To be honnest, that really shouldn't happen. Does it happen reliably ? Can you describe the steps to make it happen ?
Mods for Minecraft :
MalisisDoors
MalisisBlocks
MalisisAdvert
MalisisSwitches
Do It Yourself Decorative Blocks
I don't understand what you mean.
Mods for Minecraft :
MalisisDoors
MalisisBlocks
MalisisAdvert
MalisisSwitches
Do It Yourself Decorative Blocks
So you mean to have an item shown on a door like for item frames?
Mods for Minecraft :
MalisisDoors
MalisisBlocks
MalisisAdvert
MalisisSwitches
Do It Yourself Decorative Blocks
I might consider it... some day.
Mods for Minecraft :
MalisisDoors
MalisisBlocks
MalisisAdvert
MalisisSwitches
Do It Yourself Decorative Blocks
Now the accessorizing thing could work for wreaths on doors for Xmas. Would be nice.
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!


To take the test, check out
https://minecraftnoobtest.com/test.php
Don't click this link, HE is haunting it...
Minecraft 1.10.2
Forge 1.10.2-12.18.3.2316
MalisisCore 4.4.0
MalisisDoors 5.2.0
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (Bloodmoon-MC1.10.2-1.5.jar)
CTMCorePlugin (CTM-MC1.10.2-0.2.0.19.jar)
IvToolkit (IvToolkit-1.2.8.5.jar)
LoadingPlugin (Quark-r1.1-70.jar)
MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
DLFMLCorePlugin (DynamicLights-1.10.2.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
DualHotbarPlugin (dualhotbar-1.1x-1.7.2.jar)
ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-18.jar)
Contact their authors BEFORE contacting forge
// Why is it breaking
Time: 11/25/17 10:12 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 MalisisDoors (malisisdoors)
Caused by: java.lang.ExceptionInInitializerError
at net.malisis.doors.MalisisDoors.postInit(MalisisDoors.java:101)
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:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:616)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
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:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:810)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:334)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
at net.minecraft.client.main.Main.main(SourceFile:124)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassCastException: [F cannot be cast to [I
at net.malisis.core.renderer.font.MinecraftFont.setFields(MinecraftFont.java:94)
at net.malisis.core.renderer.font.MinecraftFont.<init>(MinecraftFont.java:68)
at net.malisis.core.renderer.font.MalisisFont.<clinit>(MalisisFont.java:73)
... 37 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1429517168 bytes (1363 MB) / 3036676096 bytes (2896 MB) up to 6442450944 bytes (6144 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.3.2316 Optifine OptiFine_1.10.2_HD_U_D2 78 mods loaded, 78 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJ mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJ FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2316.jar)
UCHIJ Forge{12.18.3.2316} [Minecraft Forge] (forge-1.10.2-12.18.3.2316.jar)
UCHIJ ivtoolkit{1.2.8.5} [IvToolkit] (minecraft.jar)
UCHIJ swordskillsapi{1.1.0} [Sword Skills API] (1.10.2-SwordSkillsApi-1.1.0.jar)
UCHIJ dynamicswordskills{1.10.2-4.0} [Dynamic Sword Skills] (1.10.2-DynamicSwordSkills-4.0.jar)
UCHIJ JEI{3.13.2.363} [Just Enough Items] (jei_1.10.2-3.13.2.363.jar)
UCHIJ abyssalcraft{1.9.3.8} [AbyssalCraft] (AbyssalCraft-1.10.2-1.9.3.8.jar)
UCHIJ ForgeEndertech{1.1.3.0} [Forge Endertech] (ForgeEndertech-1.10.2-1.1.3.0.jar)
UCHIJ AdChimneys{1.10.2-1.1.4.0} [Advanced Chimneys] (AdChimneys-1.10.2-1.1.4.0.jar)
UCHIJ simplecore{1.4.5.1} [SimpleCore API] (simplecore-1.10.2-1.4.5.1.jar)
UCHIJ simpleores{1.8.6.8} [SimpleOres 2] (simpleores-1.10.2-1.8.6.8.jar)
UCHIJ netherrocks{1.4.7.2} [Netherrocks] (netherrocks-1.10.2-1.4.7.2.jar)
UCHIJ fusion{2.1.8.0} [Fusion] (fusion-1.10.2-2.1.8.0.jar)
UCHIJ aesthetics{1.2.1.21} [Aesthetics] (aesthetics-1.10.2-1.2.1.21.jar)
UCHIJ animalbikes{1.10.2} [Animal Bikes] (AnimalBikes_1.10.2(19nov16).jar)
UCHIJ antiqueatlas{4.4.5} [Antique Atlas] (antiqueatlas-1.9.4-4.4.5.jar)
UCHIJ antiqueatlasoverlay{1.2} [Antique Atlas Overlay] (antiqueatlas-1.9.4-4.4.5.jar)
UCHIJ aquaculture{1.4.0} [Aquaculture] (Aquaculture-1.10.2-1.4.0.28.jar)
UCHIJ arsmagica2{1.5.018} [Ars Magica 2] (ArsMagica2-1.10.2-1.5.0-18.jar)
UCHIJ AnimationAPI{1.2.4} [AnimationAPI] (ArsMagica2-1.10.2-1.5.0-18.jar)
UCHIJ Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
UCHIJ AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
UCHIJ ichunutil{6.4.0} [iChunUtil] (iChunUtil-1.10.2-6.4.0.jar)
UCHIJ backtools{6.2.0} [BackTools] (BackTools-1.10.2-6.0.0.jar)
UCHIJ Baubles{1.3.11} [Baubles] (Baubles-1.10.2-1.3.11.jar)
UCHIJ baublesstuff{3.0.2} [Baubles Stuff] (baublesstuff-3.0.2.jar)
UCHIJ BiblioCraft{2.2.4} [BiblioCraft] (BiblioCraft[v2.2.4][MC1.10.2].jar)
UCHIJ BiomesOPlenty{5.0.0.2162} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2162-universal.jar)
UCHIJ Bloodmoon{1.2} [Bloodmoon] (Bloodmoon-MC1.10.2-1.5.jar)
UCHIJ Botania{r1.9-337} [Botania] (Botania r1.9-337.jar)
UCHIJ chisel{MC1.10.2-0.0.13.29} [Chisel] (Chisel-MC1.10.2-0.0.13.29.jar)
UCHIJ cyclopscore{0.8.1} [Cyclops Core] (CyclopsCore-1.9.4-0.8.1.jar)
UCHIJ colossalchests{1.4.0} [Colossal Chests] (ColossalChests-1.9.4-1.4.0.jar)
UCHIJ cosmeticarmorreworked{1.10.2-v2a} [CosmeticArmorReworked] (CosmeticArmorReworked-1.10.2-v2a.jar)
UCHIJ ctm{MC1.10.2-0.2.0.19} [CTM] (CTM-MC1.10.2-0.2.0.19.jar)
UCHIJ PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.5.2_1.10.2.jar)
UCHIJ props{2.5.2} [Decocraft] (Decocraft-2.5.2_1.10.2.jar)
UCHIJ double_jump{1.0.1} [DoubleJump] (DoubleJump-1.10.2-1.0.0.jar)
UCHIJ dualhotbar{1.7.2} [Dual Hotbar] (dualhotbar-1.1x-1.7.2.jar)
UCHIJ dungeontactics{DT-0.10.7} [DungeonTactics] (DungeonTactics-1.10.2-0.10.7.jar)
UCHIJ DynamicLights{1.4.3} [Dynamic Lights] (DynamicLights-1.10.2.jar)
UCHIJ DynamicLights_onFire{1.0.7} [Dynamic Lights Burning Entity Module] (DynamicLights-1.10.2.jar)
UCHIJ DynamicLights_creepers{1.0.6} [Dynamic Lights Creeper Module] (DynamicLights-1.10.2.jar)
UCHIJ DynamicLights_dropItems{1.1.0} [Dynamic Lights EntityItem Module] (DynamicLights-1.10.2.jar)
UCHIJ DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.10.2.jar)
UCHIJ DynamicLights_mobEquipment{1.1.0} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.10.2.jar)
UCHIJ DynamicLights_flameArrows{1.0.1} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.10.2.jar)
UCHIJ DynamicLights_floodLights{1.0.3} [Dynamic Lights Flood Light] (DynamicLights-1.10.2.jar)
UCHIJ DynamicLights_otherPlayers{1.0.9} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.10.2.jar)
UCHIJ DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.10.2.jar)
UCHIJ eiramoticons{4.2.4} [EiraMoticons] (EiraMoticons_1.10.2-4.2.4.jar)
UCHIJ gravestone{1.5.9} [Gravestone] (GraveStone Mod 1.5.9.jar)
UCHIJ hats{6.0.0} [Hats] (Hats-1.10.2-6.0.0.jar)
UCHIJ inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
UCHIJ ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar)
UCHIJ journeymap{1.10.2-5.3.0b2} [JourneyMap] (journeymap-1.10.2-5.3.0b2-unlimited.jar)
UCHIJ malisiscore{1.10.2-4.4.0} [MalisisCore] (malisiscore-1.10.2-4.4.0.jar)
UCHIE malisisdoors{1.10.2-5.2.0} [MalisisDoors] (malisisdoors-1.10.2-5.2.0.jar)
UCHIJ testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.10.2-1.13.jar)
UCHIJ mobamputation{6.0.0} [MobAmputation] (MobAmputation-1.10.2-6.0.0.jar)
UCHIJ mobdismemberment{6.0.0} [MobDismemberment] (MobDismemberment-1.10.2-6.0.0.jar)
UCHIJ Morpheus{1.10.2-3.1.12} [Morpheus] (Morpheus-1.10.2-3.1.12.jar)
UCHIJ natural_absorption{1.2.2} [Natural Absorption] (natural_absorption-1.10.2-1.2.2.jar)
UCHIJ reccomplex{1.2.3.4} [Recurrent Complex] (RecurrentComplex-1.2.3.4.jar)
UCHIJ Roguelike{1.5.4} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.4.jar)
UCHIJ subcommonlib{1.2.0.1} [Subaraki's Common Library] (sublib-1.10.2-1.1.2.1.jar)
UCHIJ rpginventory{1.10.2 5.0.0.1} [Rpg Inventory] (rpginventory-1.10.2 v5.0.0.2.jar)
UCHIJ stg{1.0.2} [SwingThroughGrass] (stg-1.0.2.jar)
UCHIJ toolbelt{1.6.1} [Tool Belt] (ToolBelt-1.10.2-1.6.1.jar)
UCHIJ torohealthmod{1.10.2-7} [ToroHealth Damage Indicators] (torohealth-1.10.2-7.jar)
UCHIJ Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
UCHIJ WailaHarvestability{1.1.10} [Waila Harvestability] (WailaHarvestability-mc1.10.2-1.1.10.jar)
UCHIJ icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.2.215.jar)
UCHIJ wawla{2.3.2.215} [What Are We Looking At] (Wawla-1.10.2-2.3.2.215.jar)
UCHIJ waystones{2.0.10} [Waystones] (Waystones_1.10.2-2.0.10.jar)
UCHIJ worldedit{6.1.4} [WorldEdit] (worldedit-forge-mc1.10.2-6.1.4-dist.jar)
UCHIJ wtfcore{1.10.2_v1.1} [wtfcore] (WTF-Expedition_1.10.2_v1.1.jar)
Loaded coremods (and transformers):
LoadingPlugin (Bloodmoon-MC1.10.2-1.5.jar)
lumien.bloodmoon.asm.ClassTransformer
CTMCorePlugin (CTM-MC1.10.2-0.2.0.19.jar)
team.chisel.ctm.client.asm.CTMTransformer
IvToolkit (IvToolkit-1.2.8.5.jar)
LoadingPlugin (Quark-r1.1-70.jar)
vazkii.quark.base.asm.ClassTransformer
MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
net.malisis.core.util.chunkblock.ChunkBlockTransformer
net.malisis.core.renderer.transformer.MalisisRendererTransformer
net.malisis.core.renderer.icon.asm.TextureMapTransformer
net.malisis.core.util.clientnotif.ClientNotifTransformer
DLFMLCorePlugin (DynamicLights-1.10.2.jar)
atomicstryker.dynamiclights.common.DLTransformer
FMLPlugin (InventoryTweaks-1.61-58.jar)
invtweaks.forge.asm.ContainerTransformer
DualHotbarPlugin (dualhotbar-1.1x-1.7.2.jar)
com.rebelkeithy.dualhotbar.DualHotbarTransformer
ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-18.jar)
am2.asm.Transformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 385.69' Renderer: 'GeForce GTX 965M/PCIe/SSE2'
OptiFine Version: OptiFine_1.10.2_HD_U_D2
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.0 NVIDIA 385.69
OpenGlRenderer: GeForce GTX 965M/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8
I'm from Germany. My english isn't very good.
Update Optifine
Mods for Minecraft :
MalisisDoors
MalisisBlocks
MalisisAdvert
MalisisSwitches
Do It Yourself Decorative Blocks
It works. Thank you!
I'm from Germany. My english isn't very good.