Hi everyone, I just threw together a small mod pack this morning (Twilight Forest, Backpacks, Damage Indicators, NEI, and Zans Minimap) and it loads up with no problems, but when I try to open a chest it crashes. Here's the full crash report...any ideas?
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 12/5/14 11:38 AM
Description: Ticking screen
java.lang.NoSuchMethodError: net.minecraft.client.gui.ScaledResolution.<init>(Lnet/minecraft/client/Minecraft;II)V
at codechicken.lib.gui.GuiDraw.displaySize(GuiDraw.java:104)
at codechicken.lib.gui.GuiDraw.getMousePosition(GuiDraw.java:114)
at codechicken.nei.SubsetWidget.update(SubsetWidget.java:470)
at codechicken.nei.LayoutManager.guiTick(LayoutManager.java:673)
at codechicken.nei.guihook.GuiContainerManager.updateScreen(GuiContainerManager.java:309)
at net.minecraft.client.gui.inventory.GuiContainer.func_73876_c(GuiContainer.java:696)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1601)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:917)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:835)
at net.minecraft.client.main.Main.main(SourceFile:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
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 codechicken.lib.gui.GuiDraw.displaySize(GuiDraw.java:104)
at codechicken.lib.gui.GuiDraw.getMousePosition(GuiDraw.java:114)
at codechicken.nei.SubsetWidget.update(SubsetWidget.java:470)
at codechicken.nei.LayoutManager.guiTick(LayoutManager.java:673)
at codechicken.nei.guihook.GuiContainerManager.updateScreen(GuiContainerManager.java:309)
at net.minecraft.client.gui.inventory.GuiContainer.func_73876_c(GuiContainer.java:696)
Thanks for the tips guys. I got it all worked out, except for when I added Voxelmaps back in it crashes if I try to access my waypoints. It has no problem with setting waypoints. Here's the crash report.
---- Minecraft Crash Report ----
// Uh... Did I do that?
java.lang.NoClassDefFoundError: com/thevoxelbox/voxelmap/gui/GuiWaypoints
at com.thevoxelbox.voxelmap.Map.onTickInGame(Map.java:523)
at com.thevoxelbox.voxelmap.VoxelMap.onTickInGame(VoxelMap.java:69)
at com.thevoxelbox.voxelmap.forge.VoxelMapModForgeTickHandler.onRenderOverlay(VoxelMapModForgeTickHandler.java:21)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_53_VoxelMapModForgeTickHandler_onRenderOverlay_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:895)
at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:176)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1038)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:945)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:835)
at net.minecraft.client.main.Main.main(SourceFile:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: com.thevoxelbox.voxelmap.gui.GuiWaypoints
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 18 more
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiYesNoCallback
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)
... 20 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiYesNoCallback
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:99)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 24 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.thevoxelbox.voxelmap.Map.onTickInGame(Map.java:523)
at com.thevoxelbox.voxelmap.VoxelMap.onTickInGame(VoxelMap.java:69)
at com.thevoxelbox.voxelmap.forge.VoxelMapModForgeTickHandler.onRenderOverlay(VoxelMapModForgeTickHandler.java:21)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_53_VoxelMapModForgeTickHandler_onRenderOverlay_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:895)
at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:176)
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 12/5/14 11:38 AM
Description: Ticking screen
java.lang.NoSuchMethodError: net.minecraft.client.gui.ScaledResolution.<init>(Lnet/minecraft/client/Minecraft;II)V
at codechicken.lib.gui.GuiDraw.displaySize(GuiDraw.java:104)
at codechicken.lib.gui.GuiDraw.getMousePosition(GuiDraw.java:114)
at codechicken.nei.SubsetWidget.update(SubsetWidget.java:470)
at codechicken.nei.LayoutManager.guiTick(LayoutManager.java:673)
at codechicken.nei.guihook.GuiContainerManager.updateScreen(GuiContainerManager.java:309)
at net.minecraft.client.gui.inventory.GuiContainer.func_73876_c(GuiContainer.java:696)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1601)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:917)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:835)
at net.minecraft.client.main.Main.main(SourceFile:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
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 codechicken.lib.gui.GuiDraw.displaySize(GuiDraw.java:104)
at codechicken.lib.gui.GuiDraw.getMousePosition(GuiDraw.java:114)
at codechicken.nei.SubsetWidget.update(SubsetWidget.java:470)
at codechicken.nei.LayoutManager.guiTick(LayoutManager.java:673)
at codechicken.nei.guihook.GuiContainerManager.updateScreen(GuiContainerManager.java:309)
at net.minecraft.client.gui.inventory.GuiContainer.func_73876_c(GuiContainer.java:696)
-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiChest
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['X_Krystalyn_X'/312, l='MpServer', x=162.88, y=65.62, z=254.60]]
Chunk stats: MultiplayerChunkCache: 225, 225
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (160,64,252), Chunk: (at 0,4,12 in 10,15; contains blocks 160,0,240 to 175,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 972 game time, 972 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 106 total; [EntityClientPlayerMP['X_Krystalyn_X'/312, l='MpServer', x=162.88, y=65.62, z=254.60], EntityWolf['Wolf'/51, l='MpServer', x=99.50, y=71.00, z=267.50], EntityWolf['Wolf'/50, l='MpServer', x=99.50, y=66.00, z=265.50], EntityWolf['Wolf'/49, l='MpServer', x=99.50, y=66.00, z=266.50], EntityWolf['Wolf'/54, l='MpServer', x=103.91, y=63.00, z=290.06], EntityWolf['Wolf'/53, l='MpServer', x=103.03, y=63.00, z=291.00], EntityWolf['Wolf'/52, l='MpServer', x=98.50, y=67.00, z=266.50], EntityCreeper['Creeper'/68, l='MpServer', x=126.50, y=43.00, z=237.50], EntityWolf['Wolf'/69, l='MpServer', x=113.25, y=62.51, z=296.97], EntitySheep['Sheep'/65, l='MpServer', x=124.44, y=67.00, z=173.34], EntityWolf['Wolf'/76, l='MpServer', x=131.31, y=63.00, z=227.56], EntityWolf['Wolf'/77, l='MpServer', x=137.53, y=64.00, z=237.22], EntityWolf['Wolf'/78, l='MpServer', x=128.63, y=64.00, z=237.28], EntityWolf['Wolf'/79, l='MpServer', x=136.50, y=73.00, z=271.50], EntityZombie['Zombie'/73, l='MpServer', x=133.50, y=31.00, z=203.50], EntityZombie['Zombie'/74, l='MpServer', x=132.41, y=31.00, z=201.91], EntityWolf['Wolf'/75, l='MpServer', x=128.53, y=63.00, z=223.69], EntityWolf['Wolf'/85, l='MpServer', x=141.50, y=65.00, z=315.69], EntityWolf['Wolf'/84, l='MpServer', x=138.50, y=66.00, z=317.50], EntityWolf['Wolf'/86, l='MpServer', x=136.50, y=66.00, z=321.50], EntityWolf['Wolf'/81, l='MpServer', x=128.59, y=68.00, z=282.38], EntityWolf['Wolf'/80, l='MpServer', x=137.91, y=68.00, z=273.09], EntityWolf['Wolf'/83, l='MpServer', x=136.50, y=66.00, z=315.50], EntityPig['Pig'/82, l='MpServer', x=143.69, y=69.00, z=281.09], EntityZombie['Zombie'/93, l='MpServer', x=153.50, y=21.00, z=268.50], EntitySkeleton['Skeleton'/92, l='MpServer', x=156.84, y=35.00, z=202.44], EntityCreeper['Creeper'/95, l='MpServer', x=152.50, y=21.00, z=266.50], EntityZombie['Zombie'/94, l='MpServer', x=153.50, y=21.00, z=270.50], EntityBat['Bat'/91, l='MpServer', x=154.88, y=36.01, z=188.82], EntityCreeper['Creeper'/102, l='MpServer', x=167.78, y=37.00, z=186.78], EntityCreeper['Creeper'/103, l='MpServer', x=166.53, y=38.00, z=186.97], EntityPig['Pig'/98, l='MpServer', x=154.53, y=64.00, z=273.50], EntityWolf['Wolf'/99, l='MpServer', x=148.22, y=69.00, z=272.50], EntityPig['Pig'/97, l='MpServer', x=142.16, y=68.00, z=270.31], EntityZombie['Zombie'/110, l='MpServer', x=174.53, y=52.00, z=223.91], EntityBat['Bat'/111, l='MpServer', x=168.46, y=49.52, z=219.68], EntityBat['Bat'/108, l='MpServer', x=169.25, y=35.10, z=195.25], EntitySkeleton['Skeleton'/109, l='MpServer', x=159.91, y=42.00, z=199.53], EntityBat['Bat'/106, l='MpServer', x=172.00, y=37.10, z=191.25], EntityZombie['Zombie'/107, l='MpServer', x=161.50, y=36.00, z=197.50], EntitySkeleton['Skeleton'/104, l='MpServer', x=170.50, y=37.00, z=190.50], EntitySkeleton['Skeleton'/105, l='MpServer', x=169.50, y=37.00, z=186.50], EntitySquid['Squid'/117, l='MpServer', x=173.50, y=59.31, z=314.50], EntityZombie['Zombie'/116, l='MpServer', x=166.41, y=28.00, z=283.50], EntityZombie['Zombie'/115, l='MpServer', x=165.43, y=28.00, z=283.50], EntityPig['Pig'/114, l='MpServer', x=160.63, y=64.00, z=265.50], EntityBat['Bat'/113, l='MpServer', x=187.67, y=54.44, z=225.46], EntityBat['Bat'/112, l='MpServer', x=184.58, y=57.18, z=230.54], EntitySheep['Sheep'/127, l='MpServer', x=182.25, y=73.00, z=172.50], EntityCreeper['Creeper'/137, l='MpServer', x=176.50, y=16.00, z=276.50], EntityBat['Bat'/136, l='MpServer', x=188.58, y=11.79, z=262.55], EntityBat['Bat'/139, l='MpServer', x=174.11, y=17.76, z=296.15], EntityCreeper['Creeper'/138, l='MpServer', x=177.50, y=16.00, z=276.50], EntitySquid['Squid'/140, l='MpServer', x=171.53, y=62.19, z=312.09], EntitySheep['Sheep'/128, l='MpServer', x=186.19, y=73.00, z=173.81], EntityBat['Bat'/131, l='MpServer', x=177.44, y=38.10, z=186.75], EntitySheep['Sheep'/130, l='MpServer', x=189.50, y=79.00, z=173.50], EntityBat['Bat'/133, l='MpServer', x=185.75, y=30.65, z=196.25], EntityBat['Bat'/132, l='MpServer', x=182.65, y=31.47, z=197.75], EntityWolf['Wolf'/135, l='MpServer', x=194.47, y=75.00, z=211.88], EntityBat['Bat'/134, l='MpServer', x=174.24, y=32.41, z=195.51], EntityItem['item.tile.mushroom'/929, l='MpServer', x=176.78, y=38.13, z=235.03], EntityWitch['Witch'/171, l='MpServer', x=196.16, y=36.00, z=217.72], EntityWolf['Wolf'/170, l='MpServer', x=202.78, y=81.00, z=199.28], EntityWolf['Wolf'/169, l='MpServer', x=199.50, y=76.00, z=195.50], EntityWolf['Wolf'/168, l='MpServer', x=196.22, y=77.00, z=196.03], EntityCreeper['Creeper'/175, l='MpServer', x=196.28, y=59.00, z=229.94], EntityWolf['Wolf'/174, l='MpServer', x=192.69, y=74.00, z=217.09], EntityWolf['Wolf'/173, l='MpServer', x=195.50, y=75.00, z=217.50], EntityWolf['Wolf'/172, l='MpServer', x=192.50, y=74.00, z=220.50], EntityCreeper['Creeper'/163, l='MpServer', x=198.00, y=31.00, z=184.50], EntityCreeper['Creeper'/162, l='MpServer', x=195.31, y=31.00, z=185.72], EntityCreeper['Creeper'/161, l='MpServer', x=192.88, y=31.00, z=184.84], EntityWolf['Wolf'/167, l='MpServer', x=198.00, y=77.00, z=194.25], EntityCreeper['Creeper'/166, l='MpServer', x=205.50, y=57.00, z=183.50], EntityZombie['Zombie'/165, l='MpServer', x=207.50, y=55.00, z=186.50], EntitySpider['Spider'/164, l='MpServer', x=195.72, y=32.07, z=184.50], EntitySkeleton['Skeleton'/190, l='MpServer', x=215.50, y=34.00, z=199.50], EntitySkeleton['Skeleton'/191, l='MpServer', x=213.50, y=34.00, z=200.50], EntityCreeper['Creeper'/178, l='MpServer', x=205.50, y=38.00, z=301.50], EntityCreeper['Creeper'/179, l='MpServer', x=202.50, y=38.00, z=303.50], EntitySpider['Spider'/176, l='MpServer', x=193.22, y=16.00, z=270.00], EntityCreeper['Creeper'/177, l='MpServer', x=192.50, y=19.00, z=303.50], EntityCreeper['Creeper'/180, l='MpServer', x=193.50, y=40.00, z=306.50], EntityZombie['Zombie'/181, l='MpServer', x=195.50, y=47.00, z=324.50], EntityCreeper['Creeper'/204, l='MpServer', x=220.37, y=39.00, z=321.10], EntityCreeper['Creeper'/201, l='MpServer', x=216.50, y=43.00, z=313.50], EntityCreeper['Creeper'/200, l='MpServer', x=215.99, y=46.00, z=308.84], EntitySkeleton['Skeleton'/203, l='MpServer', x=215.31, y=43.99, z=322.30], EntityCreeper['Creeper'/202, l='MpServer', x=216.44, y=44.00, z=320.44], EntityCreeper['Creeper'/197, l='MpServer', x=211.00, y=47.00, z=310.50], EntitySkeleton['Skeleton'/196, l='MpServer', x=219.50, y=44.00, z=317.50], EntityZombie['Zombie'/199, l='MpServer', x=214.97, y=43.00, z=313.56], EntityZombie['Zombie'/193, l='MpServer', x=214.94, y=55.00, z=203.56], EntityCreeper['Creeper'/192, l='MpServer', x=215.50, y=34.00, z=198.50], EntitySkeleton['Skeleton'/195, l='MpServer', x=208.25, y=31.00, z=245.16], EntityBat['Bat'/194, l='MpServer', x=216.60, y=20.59, z=216.49], EntityZombie['Zombie'/220, l='MpServer', x=225.50, y=24.00, z=227.50], EntitySkeleton['Skeleton'/221, l='MpServer', x=237.50, y=38.00, z=318.50], EntityCreeper['Creeper'/222, l='MpServer', x=232.22, y=38.00, z=327.69], EntityZombie['Zombie'/223, l='MpServer', x=231.34, y=39.00, z=328.03], EntityZombie['Zombie'/216, l='MpServer', x=228.69, y=24.00, z=214.31], EntityBat['Bat'/217, l='MpServer', x=228.53, y=25.10, z=213.75], EntityCreeper['Creeper'/218, l='MpServer', x=234.50, y=52.00, z=212.50], EntityCreeper['Creeper'/219, l='MpServer', x=226.44, y=54.00, z=211.06], EntityPig['Pig'/233, l='MpServer', x=240.13, y=76.00, z=176.09]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:368)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2383)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:856)
at net.minecraft.client.main.Main.main(SourceFile:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 8.1 (x86) version 6.3
Java Version: 1.7.0_71, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 184859528 bytes (176 MB) / 375721984 bytes (358 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 6699 (375144 bytes; 0 MB) allocated, 2 (112 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP v9.03 FML v7.2.217.1147 Minecraft Forge 10.12.2.1147 8 mods loaded, 8 mods active
mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.2.217.1147} [Forge Mod Loader] (forge-1.7.2-10.12.2.1147.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.12.2.1147} [Minecraft Forge] (forge-1.7.2-10.12.2.1147.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.2.10} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.2.14} [Not Enough Items] (NotEnoughItems-1.7.2-1.0.2.14-universal (2).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TwilightForest{2.2.3} [The Twilight Forest] (twilightforest-1.7.2-2.2.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.7.2-Forge10.12.2.1147
LWJGL: 2.9.0
OpenGL: Intel(R) HD Graphics 4400 GL version 4.2.0 - Build 10.18.10.3345, Intel
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 2067 (115752 bytes; 0 MB) allocated, 19 (1064 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
If you want a quicker reply from me then be sure to hit the
Reply button.
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 12/6/14 1:01 PM
Description: Unexpected error
java.lang.NoClassDefFoundError: com/thevoxelbox/voxelmap/gui/GuiWaypoints
at com.thevoxelbox.voxelmap.Map.onTickInGame(Map.java:523)
at com.thevoxelbox.voxelmap.VoxelMap.onTickInGame(VoxelMap.java:69)
at com.thevoxelbox.voxelmap.forge.VoxelMapModForgeTickHandler.onRenderOverlay(VoxelMapModForgeTickHandler.java:21)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_53_VoxelMapModForgeTickHandler_onRenderOverlay_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:895)
at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:176)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1038)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:945)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:835)
at net.minecraft.client.main.Main.main(SourceFile:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: com.thevoxelbox.voxelmap.gui.GuiWaypoints
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 18 more
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiYesNoCallback
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)
... 20 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiYesNoCallback
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:99)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 24 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.thevoxelbox.voxelmap.Map.onTickInGame(Map.java:523)
at com.thevoxelbox.voxelmap.VoxelMap.onTickInGame(VoxelMap.java:69)
at com.thevoxelbox.voxelmap.forge.VoxelMapModForgeTickHandler.onRenderOverlay(VoxelMapModForgeTickHandler.java:21)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_53_VoxelMapModForgeTickHandler_onRenderOverlay_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:895)
at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:176)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['X_Krystalyn_X'/2932, l='MpServer', x=-128.05, y=32.62, z=79.58]]
Chunk stats: MultiplayerChunkCache: 256, 256
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 9772 game time, 9772 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 87 total; [EntityZombie['Zombie'/271167, l='MpServer', x=-170.50, y=13.00, z=158.50], EntityTFTinyBird['Tiny Bird'/33312, l='MpServer', x=-132.50, y=34.00, z=154.50], EntityTFTinyBird['Tiny Bird'/33313, l='MpServer', x=-131.50, y=34.00, z=154.50], EntityCreeper['Creeper'/271689, l='MpServer', x=-149.50, y=23.00, z=137.50], EntityZombie['Zombie'/271694, l='MpServer', x=-180.66, y=13.00, z=160.34], EntityZombie['Zombie'/273057, l='MpServer', x=-130.50, y=22.00, z=154.50], EntityBat['Bat'/271151, l='MpServer', x=-143.69, y=31.12, z=149.69], EntityZombie['Zombie'/273055, l='MpServer', x=-187.50, y=25.00, z=160.50], EntityZombie['Zombie'/270655, l='MpServer', x=-157.50, y=20.00, z=157.50], EntityTFMobileFirefly['Firefly'/271131, l='MpServer', x=-202.89, y=15.86, z=131.46], EntityTFRaven['Forest Raven'/63412, l='MpServer', x=-69.50, y=31.00, z=120.50], EntityTFTinyBird['Tiny Bird'/33309, l='MpServer', x=-129.50, y=33.00, z=153.50], EntityZombie['Zombie'/270867, l='MpServer', x=-168.50, y=16.00, z=126.50], EntityZombie['Zombie'/270866, l='MpServer', x=-169.50, y=16.00, z=130.50], EntityTFTinyBird['Tiny Bird'/33311, l='MpServer', x=-132.44, y=34.00, z=147.78], EntityTFKobold['Kobold'/271483, l='MpServer', x=-154.50, y=20.00, z=137.06], EntitySkeleton['Skeleton'/271482, l='MpServer', x=-145.47, y=19.00, z=143.72], EntityTFTinyBird['Tiny Bird'/33310, l='MpServer', x=-129.50, y=33.00, z=156.50], EntityTFKobold['Kobold'/270871, l='MpServer', x=-199.50, y=23.00, z=160.50], EntityZombie['Zombie'/271727, l='MpServer', x=-204.50, y=17.00, z=133.50], EntityTFKobold['Kobold'/271484, l='MpServer', x=-151.03, y=18.00, z=139.50], EntityZombie['Zombie'/271725, l='MpServer', x=-207.97, y=17.00, z=130.00], EntityTFRaven['Forest Raven'/33302, l='MpServer', x=-134.58, y=34.00, z=132.65], EntityItem['item.tile.flower1.dandelion'/272594, l='MpServer', x=-86.19, y=31.13, z=56.56], EntityZombie['Zombie'/270656, l='MpServer', x=-152.50, y=20.00, z=154.50], EntityZombie['Zombie'/270657, l='MpServer', x=-167.53, y=21.00, z=158.13], EntitySpider['Spider'/270658, l='MpServer', x=-160.22, y=20.00, z=154.28], EntityBat['Bat'/270970, l='MpServer', x=-172.25, y=23.00, z=154.75], EntityTFMobileFirefly['Firefly'/270916, l='MpServer', x=-106.26, y=19.00, z=149.77], EntitySkeleton['Skeleton'/270932, l='MpServer', x=-140.50, y=21.00, z=146.50], EntityTFMobileFirefly['Firefly'/270698, l='MpServer', x=-205.68, y=21.78, z=114.47], EntityTFMobileFirefly['Firefly'/271182, l='MpServer', x=-163.27, y=13.94, z=145.54], EntityTFMobileFirefly['Firefly'/271183, l='MpServer', x=-151.25, y=18.04, z=143.50], EntityTFTinyBird['Tiny Bird'/33170, l='MpServer', x=-186.50, y=42.00, z=146.50], EntityItem['item.item.seeds'/272644, l='MpServer', x=-96.56, y=31.13, z=110.19], EntityTFTinyBird['Tiny Bird'/33171, l='MpServer', x=-185.50, y=34.00, z=150.50], EntityTFTinyBird['Tiny Bird'/33168, l='MpServer', x=-192.50, y=32.00, z=98.50], EntityTFTinyBird['Tiny Bird'/33169, l='MpServer', x=-191.50, y=32.00, z=99.50], EntityTFTinyBird['Tiny Bird'/33174, l='MpServer', x=-188.50, y=34.00, z=147.50], EntityTFTinyBird['Tiny Bird'/33175, l='MpServer', x=-192.25, y=32.00, z=142.50], EntityTFTinyBird['Tiny Bird'/33172, l='MpServer', x=-185.50, y=40.00, z=147.50], EntityTFTinyBird['Tiny Bird'/33173, l='MpServer', x=-181.72, y=35.00, z=143.78], EntityTFTinyBird['Tiny Bird'/33176, l='MpServer', x=-185.50, y=34.00, z=143.50], EntityTFKobold['Kobold'/271574, l='MpServer', x=-197.50, y=20.00, z=124.50], EntityTFKobold['Kobold'/271575, l='MpServer', x=-192.50, y=20.00, z=118.50], EntityTFBoar['Wild Boar'/33163, l='MpServer', x=-186.50, y=34.00, z=41.50], EntityTFBoar['Wild Boar'/33162, l='MpServer', x=-189.22, y=34.00, z=43.50], EntityTFBoar['Wild Boar'/33161, l='MpServer', x=-190.78, y=34.00, z=43.50], EntityZombie['Zombie'/271576, l='MpServer', x=-194.50, y=20.00, z=121.50], EntityZombie['Zombie'/271577, l='MpServer', x=-191.53, y=20.00, z=118.56], EntityTFTinyBird['Tiny Bird'/33167, l='MpServer', x=-184.72, y=32.00, z=86.75], EntityTFTinyBird['Tiny Bird'/33166, l='MpServer', x=-192.50, y=31.00, z=93.50], EntityTFTinyBird['Tiny Bird'/33165, l='MpServer', x=-193.50, y=31.00, z=94.50], EntityItem['item.tile.sapling.oak'/273212, l='MpServer', x=-192.03, y=38.13, z=145.88], EntityTFBoar['Wild Boar'/33164, l='MpServer', x=-192.50, y=33.00, z=43.50], EntityTFKobold['Kobold'/272900, l='MpServer', x=-140.59, y=11.00, z=138.50], EntityTFKobold['Kobold'/272901, l='MpServer', x=-139.44, y=11.00, z=138.50], EntityTFBoar['Wild Boar'/33193, l='MpServer', x=-163.50, y=30.00, z=78.50], EntityTFBoar['Wild Boar'/33192, l='MpServer', x=-162.50, y=77.00, z=83.50], EntityZombie['Zombie'/270992, l='MpServer', x=-155.66, y=17.00, z=160.34], EntityTFBoar['Wild Boar'/33194, l='MpServer', x=-163.50, y=30.00, z=78.50], EntitySkeleton['Skeleton'/270993, l='MpServer', x=-154.50, y=17.00, z=162.50], EntityTFDeer['Wild Deer'/36106, l='MpServer', x=-116.09, y=31.00, z=59.16], EntityTFDeer['Wild Deer'/36107, l='MpServer', x=-112.92, y=31.00, z=67.81], EntitySkeleton['Skeleton'/273020, l='MpServer', x=-134.85, y=19.96, z=154.67], EntityTFDeer['Wild Deer'/36104, l='MpServer', x=-111.72, y=31.00, z=66.69], EntityTFDeer['Wild Deer'/36105, l='MpServer', x=-104.81, y=31.00, z=55.19], EntitySkeleton['Skeleton'/271769, l='MpServer', x=-165.50, y=14.00, z=152.50], EntityTFDeer['Wild Deer'/36108, l='MpServer', x=-111.44, y=31.00, z=78.72], EntitySkeleton['Skeleton'/271770, l='MpServer', x=-165.91, y=13.00, z=143.50], EntityTFBighorn['Bighorn Sheep'/33223, l='MpServer', x=-145.22, y=37.00, z=136.22], EntityTFRaven['Forest Raven'/33221, l='MpServer', x=-152.28, y=32.00, z=53.75], EntityTFDeer['Wild Deer'/33217, l='MpServer', x=-149.13, y=32.00, z=9.94], EntityTFBighorn['Bighorn Sheep'/33226, l='MpServer', x=-147.63, y=37.00, z=136.38], EntityTFBighorn['Bighorn Sheep'/33225, l='MpServer', x=-144.50, y=60.00, z=138.50], EntityTFBighorn['Bighorn Sheep'/33224, l='MpServer', x=-146.66, y=37.00, z=137.94], EntityTFMobileFirefly['Firefly'/270568, l='MpServer', x=-190.70, y=23.01, z=108.53], EntityZombie['Zombie'/271807, l='MpServer', x=-198.84, y=23.00, z=162.84], EntityWaypointContainer['unknown'/33004, l='MpServer', x=0.00, y=0.00, z=0.00], EntityClientPlayerMP['X_Krystalyn_X'/2932, l='MpServer', x=-128.05, y=32.62, z=79.58], EntityZombie['Zombie'/271529, l='MpServer', x=-192.44, y=23.00, z=107.00], EntityTFTinyBird['Tiny Bird'/51697, l='MpServer', x=-74.50, y=31.00, z=123.50], EntityTFTinyBird['Tiny Bird'/51698, l='MpServer', x=-68.88, y=31.00, z=131.34], EntityTFTinyBird['Tiny Bird'/51699, l='MpServer', x=-72.50, y=31.00, z=122.50], EntityTFTinyBird['Tiny Bird'/51700, l='MpServer', x=-67.72, y=31.00, z=118.72], EntityZombie['Zombie'/272962, l='MpServer', x=-146.50, y=18.00, z=142.50], EntityTFTinyBird['Tiny Bird'/51701, l='MpServer', x=-74.50, y=31.00, z=125.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:368)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2383)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:864)
at net.minecraft.client.main.Main.main(SourceFile:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 8.1 (x86) version 6.3
Java Version: 1.7.0_71, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 134205168 bytes (127 MB) / 467591168 bytes (445 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 8245 (461720 bytes; 0 MB) allocated, 1207 (67592 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 38
FML: MCP v9.03 FML v7.2.217.1147 Minecraft Forge 10.12.2.1147 9 mods loaded, 9 mods active
mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
FML{7.2.217.1147} [Forge Mod Loader] (forge-1.7.2-10.12.2.1147.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
Forge{10.12.2.1147} [Minecraft Forge] (forge-1.7.2-10.12.2.1147.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
CodeChickenCore{1.0.2.10} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
NotEnoughItems{1.0.2.14} [Not Enough Items] (NotEnoughItems-1.7.2-1.0.2.14-universal (2).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
TwilightForest{2.2.3} [The Twilight Forest] (twilightforest-1.7.2-2.2.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
voxelmap{1.7.10} [VoxelMap No Radar] (voxelmapNoRadar-1.7.10-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
Launched Version: 1.7.2-Forge10.12.2.1147
LWJGL: 2.9.0
OpenGL: Intel(R) HD Graphics 4400 GL version 4.2.0 - Build 10.18.10.3345, Intel
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 1805 (101080 bytes; 0 MB) allocated, 215 (12040 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
If you want a quicker reply from me then be sure to hit the
Reply button.