I have a very simple modpack that has these mods in it:
-Optfine
-Armor Status
-Status Effect HUD
-Damage Indicators
-Minimap (Xaeros)
I got this crash report:
---- Minecraft Crash Report ----
WARNING: coremods are present:
Contact their authors BEFORE contacting forge
// I let you down. Sorry
Time: 1/9/16 4:07 PM
Description: Initializing game
java.lang.AbstractMethodError: net.minecraft.client.resources.model.ModelRotation.apply(Lcom/google/common/base/Optional;)Lcom/google/common/base/Optional;
at net.minecraftforge.client.model.IPerspectiveAwareModel$MapWrapper.getTransforms(IPerspectiveAwareModel.java:52)
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:495)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:139)
at net.minecraft.client.resources.model.ModelManager.func_110549_a(ModelManager.java:28)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:120)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:478)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraftforge.client.model.IPerspectiveAwareModel$MapWrapper.getTransforms(IPerspectiveAwareModel.java:52)
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:495)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:139)
at net.minecraft.client.resources.model.ModelManager.func_110549_a(ModelManager.java:28)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:120)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:478)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
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)
-- System Details --
Details:
Minecraft Version: 1.8.9
Operating System: Windows 10 (amd64) version 10.0
CPU: 4x Intel(R) Core(TM) i3-4005U CPU @ 1.70GHz
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 164256216 bytes (156 MB) / 297160704 bytes (283 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.19 Powered by Forge 11.15.0.1691 Optifine OptiFine_1.8.9_HD_U_G9 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
U mcp{9.18} [Minecraft Coder Pack] (minecraft.jar)
U FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.0.1691.jar)
U Forge{11.15.0.1691} [Minecraft Forge] (forge-1.8.9-11.15.0.1691.jar)
U ArmorStatusHUD{1.8} [ArmorStatusHUD] ([1.8]ArmorStatusHUD-client-1.29.jar)
U bspkrsCore{7.01} [bspkrsCore] ([1.8]bspkrsCore-universal-7.01.jar)
U StatusEffectHUD{1.8} [StatusEffectHUD] ([1.8]StatusHUD-client-1.29.jar)
U DamageIndicatorsMod{3.3.2} [Damage Indicators] (Damage-Indicators-Mod-1.8.jar)
U XaeroMinimap{1.7.8} [Xaero's Minimap] (xaeros_minimap_v1.7.8_Forge_1.8.9.jar)
Loaded coremods (and transformers):
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 10.18.15.4256' Renderer: 'Intel(R) HD Graphics 4400'
Launched Version: 1.8.9-forge1.8.9-11.15.0.1691
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 4400 GL version 4.3.0 - Build 10.18.15.4256, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: ChicoCraft TexturePack
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i3-4005U CPU @ 1.70GHz
I have a very simple modpack that has these mods in it:
-Optfine
-Armor Status
-Status Effect HUD
-Damage Indicators
-Minimap (Xaeros)
I got this crash report:
---- Minecraft Crash Report ----
WARNING: coremods are present:
Contact their authors BEFORE contacting forge
// I let you down. Sorry
Time: 1/9/16 4:07 PM
Description: Initializing game
java.lang.AbstractMethodError: net.minecraft.client.resources.model.ModelRotation.apply(Lcom/google/common/base/Optional;)Lcom/google/common/base/Optional;
at net.minecraftforge.client.model.IPerspectiveAwareModel$MapWrapper.getTransforms(IPerspectiveAwareModel.java:52)
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:495)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:139)
at net.minecraft.client.resources.model.ModelManager.func_110549_a(ModelManager.java:28)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:120)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:478)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraftforge.client.model.IPerspectiveAwareModel$MapWrapper.getTransforms(IPerspectiveAwareModel.java:52)
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:495)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:139)
at net.minecraft.client.resources.model.ModelManager.func_110549_a(ModelManager.java:28)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:120)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:478)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
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)
-- System Details --
Details:
Minecraft Version: 1.8.9
Operating System: Windows 10 (amd64) version 10.0
CPU: 4x Intel(R) Core(TM) i3-4005U CPU @ 1.70GHz
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 164256216 bytes (156 MB) / 297160704 bytes (283 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.19 Powered by Forge 11.15.0.1691 Optifine OptiFine_1.8.9_HD_U_G9 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
U mcp{9.18} [Minecraft Coder Pack] (minecraft.jar)
U FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.0.1691.jar)
U Forge{11.15.0.1691} [Minecraft Forge] (forge-1.8.9-11.15.0.1691.jar)
U ArmorStatusHUD{1.8} [ArmorStatusHUD] ([1.8]ArmorStatusHUD-client-1.29.jar)
U bspkrsCore{7.01} [bspkrsCore] ([1.8]bspkrsCore-universal-7.01.jar)
U StatusEffectHUD{1.8} [StatusEffectHUD] ([1.8]StatusHUD-client-1.29.jar)
U DamageIndicatorsMod{3.3.2} [Damage Indicators] (Damage-Indicators-Mod-1.8.jar)
U XaeroMinimap{1.7.8} [Xaero's Minimap] (xaeros_minimap_v1.7.8_Forge_1.8.9.jar)
Loaded coremods (and transformers):
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 10.18.15.4256' Renderer: 'Intel(R) HD Graphics 4400'
Launched Version: 1.8.9-forge1.8.9-11.15.0.1691
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 4400 GL version 4.3.0 - Build 10.18.15.4256, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: ChicoCraft TexturePack
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i3-4005U CPU @ 1.70GHz
Thanks for your help! Have a good day!
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumModded MC Rule #1: MC version must equal Forge version must equal Mod version.
1.8 does not equal 1.8.9.
"We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far."
Whoops! Silly Mistake!!!! Thanks
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumYour welcome.
"We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far."