So I am new here.
This has been going on a lot and my minecraft modded 1.7.10 mods keep crashing.
And it's all because of this location: shadersmod/client/Shaders.pushEntity(Lnet/minecraft/item/crafting/ShapedRecipes;)
And I don't know where it's at.
Here's my report file:
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 8/17/16 12:21 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.VerifyError: Bad type on operand stack
Exception Details:
Location:
shadersmod/client/Shaders.pushEntity(Lnet/minecraft/item/crafting/ShapedRecipes;)V @22: invokevirtual
Reason:
Type '[Lnet/minecraft/item/ItemStack;' (current frame, stack[2]) is not assignable to 'net/minecraft/util/RegistryDefaulted'
Current Frame:
bci: @22
flags: { }
locals: { 'net/minecraft/item/crafting/ShapedRecipes' }
stack: { '[I', integer, '[Lnet/minecraft/item/ItemStack;', 'net/minecraft/item/crafting/ShapedRecipes' }
Bytecode:
0x0000000: b20d 5604 60b3 0d56 b20d 54b2 0d56 0568
0x0000010: 2a57 b209 002a b60a 0013 099f 7e2a b60d
0x0000020: 6010 1078 804f b20d 54b2 0d56 0568 0460
0x0000030: 034f b1
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:744)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
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.VerifyError: Bad type on operand stack
Exception Details:
Location:
shadersmod/client/Shaders.pushEntity(Lnet/minecraft/item/crafting/ShapedRecipes;)V @22: invokevirtual
Reason:
Type '[Lnet/minecraft/item/ItemStack;' (current frame, stack[2]) is not assignable to 'net/minecraft/util/RegistryDefaulted'
Current Frame:
bci: @22
flags: { }
locals: { 'net/minecraft/item/crafting/ShapedRecipes' }
stack: { '[I', integer, '[Lnet/minecraft/item/ItemStack;', 'net/minecraft/item/crafting/ShapedRecipes' }
Bytecode:
0x0000000: b20d 5604 60b3 0d56 b20d 54b2 0d56 0568
0x0000010: 2a57 b209 002a b60a 0013 099f 7e2a b60d
0x0000020: 6010 1078 804f b20d 54b2 0d56 0568 0460
0x0000030: 034f b1
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:260)
at com.pau101.wallpaper.Wallpaper.init(Wallpaper.java:57)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.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 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.initializeMods(Loader.java:742)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
I will be moving it to the correct one after I post this.
Second, I feel that updating to the latest version of Java will go a long ways toward correcting your problem.
You are running two updates behind and I know for a fact that current mods don't work with well, if at all, with the version you're using.
Rollback Post to RevisionRollBack
There are no dangerous weapons. There are only dangerous people. R.A. Heinlein
If you aren't part of the solution, then you obviously weren't properly dissolved.
So I am new here.
This has been going on a lot and my minecraft modded 1.7.10 mods keep crashing.
And it's all because of this location: shadersmod/client/Shaders.pushEntity(Lnet/minecraft/item/crafting/ShapedRecipes;)
And I don't know where it's at.
Here's my report file:
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 8/17/16 12:21 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.VerifyError: Bad type on operand stack
Exception Details:
Location:
shadersmod/client/Shaders.pushEntity(Lnet/minecraft/item/crafting/ShapedRecipes;)V @22: invokevirtual
Reason:
Type '[Lnet/minecraft/item/ItemStack;' (current frame, stack[2]) is not assignable to 'net/minecraft/util/RegistryDefaulted'
Current Frame:
bci: @22
flags: { }
locals: { 'net/minecraft/item/crafting/ShapedRecipes' }
stack: { '[I', integer, '[Lnet/minecraft/item/ItemStack;', 'net/minecraft/item/crafting/ShapedRecipes' }
Bytecode:
0x0000000: b20d 5604 60b3 0d56 b20d 54b2 0d56 0568
0x0000010: 2a57 b209 002a b60a 0013 099f 7e2a b60d
0x0000020: 6010 1078 804f b20d 54b2 0d56 0568 0460
0x0000030: 034f b1
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:744)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
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.VerifyError: Bad type on operand stack
Exception Details:
Location:
shadersmod/client/Shaders.pushEntity(Lnet/minecraft/item/crafting/ShapedRecipes;)V @22: invokevirtual
Reason:
Type '[Lnet/minecraft/item/ItemStack;' (current frame, stack[2]) is not assignable to 'net/minecraft/util/RegistryDefaulted'
Current Frame:
bci: @22
flags: { }
locals: { 'net/minecraft/item/crafting/ShapedRecipes' }
stack: { '[I', integer, '[Lnet/minecraft/item/ItemStack;', 'net/minecraft/item/crafting/ShapedRecipes' }
Bytecode:
0x0000000: b20d 5604 60b3 0d56 b20d 54b2 0d56 0568
0x0000010: 2a57 b209 002a b60a 0013 099f 7e2a b60d
0x0000020: 6010 1078 804f b20d 54b2 0d56 0568 0460
0x0000030: 034f b1
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:260)
at com.pau101.wallpaper.Wallpaper.init(Wallpaper.java:57)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.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 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.initializeMods(Loader.java:742)
... 10 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 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 205591400 bytes (196 MB) / 550088704 bytes (524 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
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.1492 Optifine OptiFine_1.7.10_HD_U_C1 41 mods loaded, 41 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.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJ FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
UCHIJ Forge{10.13.4.1492} [Minecraft Forge] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
UCHIJ TooManyItems{1.7.10} [TooManyItems] (minecraft.jar)
UCHIJ FamiliarsAPI{1.7.10} [Familiars API] (FamiliarsAPI-1.7.10.jar)
UCHIJ BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1387-universal.jar)
UCHIJ jammyfurniture{4.6} [Jammy Furniture Mod] (1.7.10_Jammy_Furniture_Mod_V4.6_RC1.jar)
UCHIJ bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
UCHIJ Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCHIJ Backpack{2.0.1} [Backpack] (Backpacks-Mod.jar)
UCHIJ BetterFoliage{1.0.14} [Better Foliage] (BetterFoliage-mc1.7-1.0.14.jar)
UCHIJ BiblioCraft{1.10.5} [BiblioCraft] (BiblioCraft[v1.10.6][MC1.7.10].jar)
UCHIJ teamod{1.2.1} [Richard's Coffee & Tea Mod] (CoffeeAndTeaMod-1.2.1.jar)
UCHIJ craftguide{1.6.8.1} [CraftGuide] (CraftGuide-Mod-1.7.10.zip)
UCHIJ customnpcs{1.7.10c} [CustomNpcs] (CustomNPCs_1.7.10c.jar)
UCHIJ DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
UCHIJ jawser{1.0.0} [Decorative Videogame Systems] (Decorative Video Game Systems mod v1.5.0.jar)
UCHIJ doggystyle{1.1.0.92} [Doggy Style] (DoggyStyle-1.1.0.92.jar)
UCHIJ MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)
UCHIJ DyeableBeds{1.7.2 R2} [Dyeable Beds] (Dyeable Beds-1.7.2 R4.jar)
UCHIJ fairylights{0.6} [Fairy Lights] (fairylights-0.6-1.7.10.jar)
UCHIJ ExtendedFamPack{1.7.10} [ExtendedFamPack] (FamiliarsExtendedFamPack-1.7.10.jar)
UCHIJ fossil{1.7.10 Build 7.2.1} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-7.2.1.jar)
UCHIJ hamsterrific{0.2.0} [Hamsterrific] (Hamsterrific-0.2.0.jar.zip)
UCHIJ iChunUtil{4.0.0} [iChunUtil] (iChunUtil-4.0.0.jar)
UCHIJ Hats{4.0.1} [Hats] (Hats-Mod-1.7.10.jar)
UCHIJ InventoryPets{1.3.2} [Inventory Pets] (inventorypets-1.7.10-1.3.2.jar)
UCHIJ malisiscore{1.7.10-0.12.9} [MalisisCore] (malisiscore-1.7.10-0.12.9.jar)
UCHIJ malisisdoors{1.7.10-1.10} [Malisis' Doors] (malisisdoors-1.7.10-1.10 (1).jar)
UCHIJ RadixCore{2.0.1} [RadixCore] (RadixCore-2.0.1-1.7.10-universal (1).jar)
UCHIJ MCA{5.0.3} [Minecraft Comes Alive] (MCA-5.0.3-1.7.10-universal (1).jar)
UCHIJ Morph{0.9.0} [Morph] (Morph-Beta-0.9.0.jar)
UCHIJ cfm{3.3.6} [ยง6MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.3.6(1.7.10).jar)
UCHIJ musiccraft{2.9.8.3} [MusicCraft] (musiccraft-2.9.8.3.jar)
UCHIJ harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10j.jar)
UCHIJ weeeflowers{1.7.2b} [Pam's Weee! Flowers] (Pam's WeeeFlowers 1.7.2b.zip)
UCHIJ ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
UCHIJ corerm{1.0c} [RikMuld's Core] (RikMuldsCore_1.0c.jar)
UCHIJ camping{2.1g} [The Camping Mod 2] (TheCampingMod_2.1g.jar)
UCHIJ TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHIE wallpaper{0.9} [Wallpaper] (wallpaper-0.9-1.7.10.jar)
GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.3496' Renderer: 'Intel(R) HD Graphics 4000'
Please help me. I have no idea what to do.
Hi,
It seems like your shades mod is not compatible with the client.
-
View User Profile
-
View Posts
-
Send Message
ModeratorFirst off, this thread is in the wrong forum.
I will be moving it to the correct one after I post this.
Second, I feel that updating to the latest version of Java will go a long ways toward correcting your problem.
You are running two updates behind and I know for a fact that current mods don't work with well, if at all, with the version you're using.
There are no dangerous weapons. There are only dangerous people. R.A. Heinlein
If you aren't part of the solution, then you obviously weren't properly dissolved.
If you have questions about the maps I post as attachments or Amidst and the like read this thread:
Using Amidst type programs to map and research Seeds
The latest release of Amidst, version 4.3-beta5 can be found here:
https://github.com/toolbox4minecraft/amidst/releases
You should probably also read this:
https://github.com/toolbox4minecraft/amidst/wiki/Using-Amidst