I got an error when I installed the mod. Here's the report:
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 8/30/13 2:59 PM
Description: Initializing game
java.lang.NullPointerException
at invtweaks.InvTweaks.logInGameError(InvTweaks.java:382)
at invtweaks.InvTweaks.logInGameErrorStatic(InvTweaks.java:392)
at invtweaks.InvTweaksConfigManager.loadConfig(InvTweaksConfigManager.java:157)
at invtweaks.InvTweaksConfigManager.makeSureConfigurationIsLoaded(InvTweaksConfigManager.java:59)
at invtweaks.InvTweaks.<init>(InvTweaks.java:100)
at invtweaks.forge.ClientProxy.init(ClientProxy.java:40)
at invtweaks.forge.InvTweaksMod.init(InvTweaksMod.java:39)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)
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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:222)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at invtweaks.InvTweaks.logInGameError(InvTweaks.java:382)
at invtweaks.InvTweaks.logInGameErrorStatic(InvTweaks.java:392)
at invtweaks.InvTweaksConfigManager.loadConfig(InvTweaksConfigManager.java:157)
at invtweaks.InvTweaksConfigManager.makeSureConfigurationIsLoaded(InvTweaksConfigManager.java:59)
at invtweaks.InvTweaks.<init>(InvTweaks.java:100)
at invtweaks.forge.ClientProxy.init(ClientProxy.java:40)
at invtweaks.forge.InvTweaksMod.init(InvTweaksMod.java:39)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)
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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:222)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 8 (x86) version 6.2
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 30993472 bytes (29 MB) / 139190272 bytes (132 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.04 FML v6.2.19.789 Minecraft Forge 9.10.0.789 Optifine OptiFine_1.6.2_HD_U_B4 6 mods loaded, 6 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.2.19.789} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.10.0.789} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized->Errored
MCCapesExtra{1.6.2a} [MCCapes Extra] (MCCapesExtra_1.6.2a.zip) Unloaded->Constructed->Pre-initialized->Initialized
WebDisplay{0.5} [Web Displays] (WebDisplays.zip) Unloaded->Constructed->Pre-initialized->Initialized
Launched Version: 1.6.2-Forge9.10.0.789
LWJGL: 2.9.0
OpenGL: AMD Radeon HD 7520G GL version 4.2.11774 Compatibility Profile Context, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: faithful32pack.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
The Meaning of Life, the Universe, and Everything.
Join Date:
4/13/2012
Posts:
58
Minecraft:
Nove4life
Xbox:
Im Novee
Member Details
I am using Forge it doesn't work for me. Ive tried deleting all of my other forge mods and just using InvTweaks still wont work. Heres the crash error.
---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
java.lang.NullPointerException
at invtweaks.forge.InvTweaksMod.setTextboxModeStatic(InvTweaksMod.java:74)
at net.minecraft.client.gui.GuiTextField.func_73796_b(SourceFile:437)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_74227_b(GuiContainerCreative.java:595)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73866_w_(GuiContainerCreative.java:281)
at net.minecraft.client.gui.GuiScreen.func_73872_a(GuiScreen.java:193)
at net.minecraft.client.Minecraft.func_71373_a(Minecraft.java:720)
at net.minecraft.client.gui.inventory.GuiInventory.func_73866_w_(SourceFile:36)
at net.minecraft.client.gui.GuiScreen.func_73872_a(GuiScreen.java:193)
at net.minecraft.client.Minecraft.func_71373_a(Minecraft.java:720)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1796)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:898)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:826)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at invtweaks.forge.InvTweaksMod.setTextboxModeStatic(InvTweaksMod.java:74)
at net.minecraft.client.gui.GuiTextField.func_73796_b(SourceFile:437)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_74227_b(GuiContainerCreative.java:595)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73866_w_(GuiContainerCreative.java:281)
at net.minecraft.client.gui.GuiScreen.func_73872_a(GuiScreen.java:193)
at net.minecraft.client.Minecraft.func_71373_a(Minecraft.java:720)
at net.minecraft.client.gui.inventory.GuiInventory.func_73866_w_(SourceFile:36)
at net.minecraft.client.gui.GuiScreen.func_73872_a(GuiScreen.java:193)
at net.minecraft.client.Minecraft.func_71373_a(Minecraft.java:720)
I have Magic Launcher setup with the latest Forge environment and it won't load, even without any other mods. What am I doing wrong? I want to use Inventory Tweaks but the game gives me the following error code:
MainClass: net.minecraft.launchwrapper.Launch
java.lang.ClassNotFoundException: net.minecraft.launchwrapper.Launch
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at magic.launcher.Launcher.main(Unknown Source)
What in flippity flappity friggin heck is this supposed to mean?
I have Magic Launcher setup with the latest Forge environment and it won't load, even without any other mods. What am I doing wrong? I want to use Inventory Tweaks but the game gives me the following error code:
MainClass: net.minecraft.launchwrapper.Launch
java.lang.ClassNotFoundException: net.minecraft.launchwrapper.Launch
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at magic.launcher.Launcher.main(Unknown Source)
What in flippity flappity friggin heck is this supposed to mean?
If you put the zip file in the mods folder in .minecraft folder it will load fine.
This is the only way i know off to get the mod to work.
I use the newest forge, but havent had any problems even with older versions of forge.
If you put the zip file in the mods folder in .minecraft folder it will load fine.
This is the only way i know off to get the mod to work.
I use the newest forge, but havent had any problems even with older versions of forge.
If you put the zip file in the mods folder in .minecraft folder it will load fine.
This is the only way i know off to get the mod to work.
I use the newest forge, but havent had any problems even with older versions of forge.
I've been doing that and it continues to give me that error. I downloaded the latest Jar of InvTweaks (v 1.56 as of this post) and I followed the directions of a YouTuber to the letter, but still no success.
I've been doing that and it continues to give me that error. I downloaded the latest Jar of InvTweaks (v 1.56 as of this post) and I followed the directions of a YouTuber to the letter, but still no success.
Im having same problem! I've done everything tried with no mods execpt that one and everything.
I need a little help. Maybe I'm an idiot or something, but is there anyway to make items you pick up go into your inventory instead of your hotbar? I like to keep slots empty, and it's a pain that if I start a new stack of cobblestone it fills my hotbar instead of my inventory.
It seems to me that the bug only occurs because I use 1.6.2-Forge9.10.0.848 with 1.6.2-Forge9.10.0.818 is every thing good So maybe just a bug of Forge
The Meaning of Life, the Universe, and Everything.
Join Date:
5/21/2011
Posts:
57
Member Details
java.lang.NullPointerException
at invtweaks.forge.InvTweaksMod.setTextboxModeStatic(InvTweaksMod.java:74)
at net.minecraft.client.gui.GuiTextField.func_73796_b(SourceFile:437)
at net.minecraft.client.gui.GuiChat.func_73866_w_(SourceFile:45)
at net.minecraft.client.gui.GuiScreen.func_73872_a(SourceFile:94)
at net.minecraft.client.Minecraft.func_71373_a(Minecraft.java:720)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1807)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:898)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:826)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
I use a few mods, everything works fine until I hit my chat button... I will be glad to provide more information if needed. (Line 74, double time!)
If you put the zip file in the mods folder in .minecraft folder it will load fine.
This is the only way i know off to get the mod to work.
I use the newest forge, but havent had any problems even with older versions of forge.
I discovered in the MagicLauncher thread that you have to load up the default launcher with Forge to get it to download the missing libraries you need to run it in MagicLauncher. Problem solved. I'm so happy!
I discovered in the MagicLauncher thread that you have to load up the default launcher with Forge to get it to download the missing libraries you need to run it in MagicLauncher. Problem solved. I'm so happy!
I did everything but now instead of the "Mojang" coming up and instantly closing, just nothing happens now. -.- Any thought? (Asking you since you seemed to get this to work )
Edit, well now I followed Inventory Tweaks dudes guide to make it work and I've got it back to the point of saying "Mojang" and then closing. Sigh...
Edit, edit: The creator of Magic Launcher is helping me out, hopefully we get it all figured out soon!
// You should try our sister game, Minceraft!
Time: 8/30/13 2:59 PM
Description: Initializing game
java.lang.NullPointerException
at invtweaks.InvTweaks.logInGameError(InvTweaks.java:382)
at invtweaks.InvTweaks.logInGameErrorStatic(InvTweaks.java:392)
at invtweaks.InvTweaksConfigManager.loadConfig(InvTweaksConfigManager.java:157)
at invtweaks.InvTweaksConfigManager.makeSureConfigurationIsLoaded(InvTweaksConfigManager.java:59)
at invtweaks.InvTweaks.<init>(InvTweaks.java:100)
at invtweaks.forge.ClientProxy.init(ClientProxy.java:40)
at invtweaks.forge.InvTweaksMod.init(InvTweaksMod.java:39)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)
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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:222)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at invtweaks.InvTweaks.logInGameError(InvTweaks.java:382)
at invtweaks.InvTweaks.logInGameErrorStatic(InvTweaks.java:392)
at invtweaks.InvTweaksConfigManager.loadConfig(InvTweaksConfigManager.java:157)
at invtweaks.InvTweaksConfigManager.makeSureConfigurationIsLoaded(InvTweaksConfigManager.java:59)
at invtweaks.InvTweaks.<init>(InvTweaks.java:100)
at invtweaks.forge.ClientProxy.init(ClientProxy.java:40)
at invtweaks.forge.InvTweaksMod.init(InvTweaksMod.java:39)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)
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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:222)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 8 (x86) version 6.2
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 30993472 bytes (29 MB) / 139190272 bytes (132 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.04 FML v6.2.19.789 Minecraft Forge 9.10.0.789 Optifine OptiFine_1.6.2_HD_U_B4 6 mods loaded, 6 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.2.19.789} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.10.0.789} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized->Errored
MCCapesExtra{1.6.2a} [MCCapes Extra] (MCCapesExtra_1.6.2a.zip) Unloaded->Constructed->Pre-initialized->Initialized
WebDisplay{0.5} [Web Displays] (WebDisplays.zip) Unloaded->Constructed->Pre-initialized->Initialized
Launched Version: 1.6.2-Forge9.10.0.789
LWJGL: 2.9.0
OpenGL: AMD Radeon HD 7520G GL version 4.2.11774 Compatibility Profile Context, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: faithful32pack.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
Time: 8/30/13 10:28 PM
Description: Unexpected error
java.lang.NullPointerException
at invtweaks.forge.InvTweaksMod.setTextboxModeStatic(InvTweaksMod.java:74)
at net.minecraft.client.gui.GuiTextField.func_73796_b(SourceFile:437)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_74227_b(GuiContainerCreative.java:595)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73866_w_(GuiContainerCreative.java:281)
at net.minecraft.client.gui.GuiScreen.func_73872_a(GuiScreen.java:193)
at net.minecraft.client.Minecraft.func_71373_a(Minecraft.java:720)
at net.minecraft.client.gui.inventory.GuiInventory.func_73866_w_(SourceFile:36)
at net.minecraft.client.gui.GuiScreen.func_73872_a(GuiScreen.java:193)
at net.minecraft.client.Minecraft.func_71373_a(Minecraft.java:720)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1796)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:898)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:826)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at invtweaks.forge.InvTweaksMod.setTextboxModeStatic(InvTweaksMod.java:74)
at net.minecraft.client.gui.GuiTextField.func_73796_b(SourceFile:437)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_74227_b(GuiContainerCreative.java:595)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73866_w_(GuiContainerCreative.java:281)
at net.minecraft.client.gui.GuiScreen.func_73872_a(GuiScreen.java:193)
at net.minecraft.client.Minecraft.func_71373_a(Minecraft.java:720)
at net.minecraft.client.gui.inventory.GuiInventory.func_73866_w_(SourceFile:36)
at net.minecraft.client.gui.GuiScreen.func_73872_a(GuiScreen.java:193)
at net.minecraft.client.Minecraft.func_71373_a(Minecraft.java:720)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Nove4life'/386, l='MpServer', x=226.50, y=72.62, z=255.50]]
Chunk stats: MultiplayerChunkCache: 441
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (236,64,256), Chunk: (at 12,4,0 in 14,16; contains blocks 224,0,256 to 239,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 121 game time, 121 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: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 225 total; [EntityFallingSand['Falling Block'/1100, l='MpServer', x=190.50, y=38.67, z=141.50], EntityFallingSand['Falling Block'/1101, l='MpServer', x=178.50, y=37.67, z=138.50], EntityFallingSand['Falling Block'/1102, l='MpServer', x=178.50, y=37.67, z=137.50], EntityFallingSand['Falling Block'/1103, l='MpServer', x=178.50, y=37.67, z=136.50], EntityFallingSand['Falling Block'/1097, l='MpServer', x=178.50, y=37.67, z=139.50], EntityFallingSand['Falling Block'/1099, l='MpServer', x=181.50, y=38.67, z=138.50], EntityFallingSand['Falling Block'/1092, l='MpServer', x=179.50, y=37.67, z=137.50], EntityFallingSand['Falling Block'/1094, l='MpServer', x=179.50, y=37.67, z=136.50], EntityFallingSand['Falling Block'/1088, l='MpServer', x=179.50, y=37.67, z=139.50], EntityFallingSand['Falling Block'/1089, l='MpServer', x=189.50, y=39.67, z=143.50], EntityFallingSand['Falling Block'/1090, l='MpServer', x=179.50, y=37.67, z=138.50], EntityFallingSand['Falling Block'/1091, l='MpServer', x=191.50, y=38.67, z=141.50], EntityFallingSand['Falling Block'/1105, l='MpServer', x=191.50, y=39.67, z=143.50], EntityFallingSand['Falling Block'/1149, l='MpServer', x=190.50, y=42.42, z=144.50], EntityFallingSand['Falling Block'/1148, l='MpServer', x=189.50, y=42.42, z=144.50], EntityFallingSand['Falling Block'/1146, l='MpServer', x=178.50, y=41.42, z=136.50], EntityFallingSand['Falling Block'/1145, l='MpServer', x=189.50, y=41.42, z=142.50], EntityFallingSand['Falling Block'/1144, l='MpServer', x=177.50, y=40.42, z=137.50], EntityFallingSand['Falling Block'/1143, l='MpServer', x=191.50, y=42.42, z=141.50], EntityFallingSand['Falling Block'/1142, l='MpServer', x=178.50, y=41.42, z=137.50], EntityFallingSand['Falling Block'/1140, l='MpServer', x=189.50, y=41.42, z=141.50], EntityFallingSand['Falling Block'/1139, l='MpServer', x=177.50, y=40.42, z=138.50], EntityFallingSand['Falling Block'/1138, l='MpServer', x=191.50, y=42.42, z=142.50], EntityFallingSand['Falling Block'/1136, l='MpServer', x=178.50, y=41.42, z=138.50], EntitySheep['Sheep'/110, l='MpServer', x=149.38, y=70.00, z=266.35], EntityWolf['Wolf'/111, l='MpServer', x=148.50, y=70.00, z=271.50], EntityZombie['Zombie'/108, l='MpServer', x=149.50, y=7.00, z=197.50], EntitySheep['Sheep'/109, l='MpServer', x=150.50, y=69.00, z=268.50], EntityFallingSand['Falling Block'/1083, l='MpServer', x=180.50, y=37.67, z=136.50], EntityFallingSand['Falling Block'/1082, l='MpServer', x=188.50, y=38.67, z=142.50], EntityWolf['Wolf'/116, l='MpServer', x=150.50, y=71.00, z=274.50], EntityFallingSand['Falling Block'/1080, l='MpServer', x=180.50, y=37.67, z=139.50], EntityWolf['Wolf'/115, l='MpServer', x=150.50, y=72.00, z=275.50], EntityFallingSand['Falling Block'/1087, l='MpServer', x=180.50, y=37.67, z=137.50], EntityWolf['Wolf'/114, l='MpServer', x=148.50, y=75.00, z=276.50], EntityFallingSand['Falling Block'/1086, l='MpServer', x=188.50, y=38.67, z=143.50], EntitySheep['Sheep'/113, l='MpServer', x=148.50, y=69.00, z=272.50], EntityFallingSand['Falling Block'/1085, l='MpServer', x=179.50, y=37.67, z=140.50], EntityFallingSand['Falling Block'/1084, l='MpServer', x=190.50, y=39.67, z=140.50], EntitySpider['Spider'/126, l='MpServer', x=176.56, y=31.00, z=332.72], EntityCreeper['Creeper'/125, l='MpServer', x=174.09, y=31.00, z=331.91], EntityCreeper['Creeper'/124, l='MpServer', x=174.09, y=31.00, z=329.09], EntityFallingSand['Falling Block'/1078, l='MpServer', x=190.50, y=39.67, z=142.50], EntityFallingSand['Falling Block'/1077, l='MpServer', x=180.50, y=37.67, z=138.50], EntityFallingSand['Falling Block'/1076, l='MpServer', x=190.50, y=39.67, z=143.50], EntityFallingSand['Falling Block'/1221, l='MpServer', x=187.50, y=22.18, z=342.50], EntityFallingSand['Falling Block'/1220, l='MpServer', x=184.50, y=25.18, z=343.50], EntityFallingSand['Falling Block'/1222, l='MpServer', x=183.50, y=26.18, z=340.50], EntityFallingSand['Falling Block'/1217, l='MpServer', x=187.50, y=21.18, z=343.50], EntityFallingSand['Falling Block'/1216, l='MpServer', x=188.50, y=22.18, z=342.50], EntityFallingSand['Falling Block'/1219, l='MpServer', x=189.50, y=22.18, z=344.50], EntitySquid['Squid'/143, l='MpServer', x=185.47, y=50.00, z=224.47], EntityFallingSand['Falling Block'/1218, l='MpServer', x=184.50, y=26.18, z=341.50], EntitySquid['Squid'/142, l='MpServer', x=186.52, y=50.00, z=221.50], EntityFallingSand['Falling Block'/1229, l='MpServer', x=187.50, y=22.18, z=341.50], EntityFallingSand['Falling Block'/1228, l='MpServer', x=185.50, y=25.18, z=344.50], EntityFallingSand['Falling Block'/1231, l='MpServer', x=185.50, y=25.18, z=343.50], EntityFallingSand['Falling Block'/1230, l='MpServer', x=183.50, y=25.18, z=339.50], EntityFallingSand['Falling Block'/1225, l='MpServer', x=185.50, y=25.18, z=345.50], EntityFallingSand['Falling Block'/1224, l='MpServer', x=183.50, y=26.18, z=341.50], EntityFallingSand['Falling Block'/1227, l='MpServer', x=190.50, y=22.18, z=344.50], EntityFallingSand['Falling Block'/1226, l='MpServer', x=183.50, y=26.18, z=342.50], EntityFallingSand['Falling Block'/1236, l='MpServer', x=189.50, y=22.18, z=343.50], EntityFallingSand['Falling Block'/1237, l='MpServer', x=185.50, y=26.18, z=342.50], EntityFallingSand['Falling Block'/1239, l='MpServer', x=187.50, y=21.18, z=344.50], EntityFallingSand['Falling Block'/1232, l='MpServer', x=184.50, y=25.18, z=345.50], EntityFallingSand['Falling Block'/1233, l='MpServer', x=182.50, y=25.18, z=339.50], EntityFallingSand['Falling Block'/1234, l='MpServer', x=184.50, y=25.18, z=344.50], EntityEnderman['Enderman'/144, l='MpServer', x=191.14, y=20.00, z=307.25], EntityEnderman['Enderman'/145, l='MpServer', x=190.36, y=21.00, z=308.01], EntityBat['Bat'/146, l='MpServer', x=187.59, y=20.71, z=331.65], EntityCreeper['Creeper'/147, l='MpServer', x=176.69, y=31.00, z=329.09], EntityFallingSand['Falling Block'/1240, l='MpServer', x=183.50, y=24.18, z=343.50], EntityFallingSand['Falling Block'/1241, l='MpServer', x=182.50, y=26.18, z=338.50], EntityFallingSand['Falling Block'/1242, l='MpServer', x=181.50, y=25.18, z=339.50], EntitySheep['Sheep'/171, l='MpServer', x=222.50, y=69.00, z=208.50], EntitySheep['Sheep'/172, l='MpServer', x=222.50, y=69.00, z=213.32], EntitySkeleton['Skeleton'/164, l='MpServer', x=192.50, y=20.00, z=307.50], EntityChicken['Chicken'/184, l='MpServer', x=238.50, y=68.00, z=254.50], EntityChicken['Chicken'/185, l='MpServer', x=238.50, y=69.00, z=256.50], EntityChicken['Chicken'/182, l='MpServer', x=235.63, y=69.00, z=255.13], EntityChicken['Chicken'/183, l='MpServer', x=236.50, y=68.00, z=254.50], EntitySheep['Sheep'/180, l='MpServer', x=229.51, y=71.95, z=207.72], EntitySheep['Sheep'/181, l='MpServer', x=222.53, y=69.81, z=214.48], EntitySheep['Sheep'/205, l='MpServer', x=255.50, y=64.00, z=257.22], EntityChicken['Chicken'/204, l='MpServer', x=251.50, y=73.00, z=210.50], EntitySheep['Sheep'/207, l='MpServer', x=251.59, y=65.00, z=258.47], EntitySheep['Sheep'/206, l='MpServer', x=250.09, y=66.00, z=255.43], EntityChicken['Chicken'/201, l='MpServer', x=252.50, y=72.00, z=213.50], EntityChicken['Chicken'/203, l='MpServer', x=250.50, y=72.00, z=213.50], EntityChicken['Chicken'/202, l='MpServer', x=249.50, y=72.00, z=212.50], EntitySpider['Spider'/220, l='MpServer', x=270.72, y=61.00, z=184.56], EntitySheep['Sheep'/221, l='MpServer', x=256.50, y=64.00, z=260.50], EntityZombie['Zombie'/218, l='MpServer', x=268.50, y=60.00, z=183.50], EntityCreeper['Creeper'/219, l='MpServer', x=271.50, y=61.00, z=188.50], EntitySheep['Sheep'/208, l='MpServer', x=254.50, y=69.00, z=335.50], EntitySheep['Sheep'/209, l='MpServer', x=253.78, y=69.00, z=331.50], EntitySheep['Sheep'/210, l='MpServer', x=252.19, y=68.00, z=331.50], EntitySheep['Sheep'/211, l='MpServer', x=255.50, y=69.00, z=329.50], EntitySkeleton['Skeleton'/239, l='MpServer', x=281.50, y=57.00, z=200.50], EntitySkeleton['Skeleton'/238, l='MpServer', x=284.25, y=57.00, z=203.02], EntitySkeleton['Skeleton'/237, l='MpServer', x=286.50, y=57.00, z=202.50], EntityZombie['Zombie'/236, l='MpServer', x=284.50, y=49.00, z=181.50], EntityCreeper['Creeper'/235, l='MpServer', x=279.50, y=52.00, z=186.50], EntityCreeper['Creeper'/234, l='MpServer', x=280.50, y=52.00, z=187.50], EntityBat['Bat'/233, l='MpServer', x=275.27, y=48.25, z=175.54], EntityFallingSand['Falling Block'/1203, l='MpServer', x=189.50, y=5.83, z=328.50], EntityCreeper['Creeper'/255, l='MpServer', x=301.50, y=17.00, z=186.50], EntityFallingSand['Falling Block'/1200, l='MpServer', x=190.50, y=5.83, z=328.50], EntityFallingSand['Falling Block'/1207, l='MpServer', x=188.50, y=5.83, z=328.50], EntityFallingSand['Falling Block'/1210, l='MpServer', x=191.50, y=5.83, z=328.50], EntityFallingSand['Falling Block'/1208, l='MpServer', x=191.50, y=4.83, z=329.50], EntitySkeleton['Skeleton'/244, l='MpServer', x=283.50, y=56.00, z=229.50], EntityFallingSand['Falling Block'/1214, l='MpServer', x=182.50, y=24.18, z=340.50], EntitySkeleton['Skeleton'/242, l='MpServer', x=284.50, y=56.00, z=227.50], EntityFallingSand['Falling Block'/1215, l='MpServer', x=184.50, y=26.18, z=342.50], EntitySkeleton['Skeleton'/243, l='MpServer', x=282.50, y=56.00, z=231.50], EntityFallingSand['Falling Block'/1212, l='MpServer', x=182.50, y=24.18, z=341.50], EntityBat['Bat'/240, l='MpServer', x=273.13, y=60.00, z=211.69], EntityFallingSand['Falling Block'/1213, l='MpServer', x=188.50, y=22.18, z=343.50], EntitySkeleton['Skeleton'/241, l='MpServer', x=284.50, y=56.00, z=222.50], EntityFallingSand['Falling Block'/1375, l='MpServer', x=202.50, y=28.83, z=124.50], EntityFallingSand['Falling Block'/1373, l='MpServer', x=199.50, y=15.83, z=124.50], EntityZombie['Zombie'/273, l='MpServer', x=296.69, y=30.00, z=314.53], EntityZombie['Zombie'/272, l='MpServer', x=294.50, y=29.00, z=311.50], EntityFallingSand['Falling Block'/1371, l='MpServer', x=199.50, y=15.83, z=126.50], EntityFallingSand['Falling Block'/1369, l='MpServer', x=204.50, y=28.83, z=124.50], EntityFallingSand['Falling Block'/1
367, l='MpServer', x=203.50, y=28.83, z=124.50], EntityZombie['Zombie'/258, l='MpServer', x=294.50, y=49.00, z=180.50], EntityCreeper['Creeper'/259, l='MpServer', x=302.59, y=23.00, z=201.59], EntityZombie['Zombie'/256, l='MpServer', x=291.50, y=49.00, z=178.50], EntityZombie['Zombie'/257, l='MpServer', x=289.27, y=49.00, z=180.73], EntityChicken['Chicken'/262, l='MpServer', x=299.50, y=64.00, z=220.50], EntityChicken['Chicken'/263, l='MpServer', x=302.50, y=64.00, z=221.50], EntityChicken['Chicken'/260, l='MpServer', x=297.50, y=64.00, z=219.50], EntityChicken['Chicken'/261, l='MpServer', x=296.50, y=64.00, z=218.50], EntityChicken['Chicken'/266, l='MpServer', x=297.50, y=65.00, z=261.50], EntityChicken['Chicken'/267, l='MpServer', x=299.50, y=64.00, z=261.50], EntityChicken['Chicken'/264, l='MpServer', x=300.50, y=65.00, z=260.50], EntityChicken['Chicken'/265, l='MpServer', x=301.50, y=65.00, z=259.50], EntityZombie['Zombie'/270, l='MpServer', x=303.50, y=36.00, z=277.50], EntitySkeleton['Skeleton'/271, l='MpServer', x=290.50, y=32.00, z=298.50], EntityCreeper['Creeper'/268, l='MpServer', x=293.50, y=26.00, z=279.50], EntityCreeper['Creeper'/269, l='MpServer', x=294.50, y=26.00, z=279.50], EntityFallingSand['Falling Block'/1393, l='MpServer', x=207.50, y=35.13, z=160.50], EntityFallingSand['Falling Block'/1392, l='MpServer', x=194.50, y=9.74, z=174.50], EntityFallingSand['Falling Block'/1394, l='MpServer', x=207.50, y=35.13, z=161.50], EntityFallingSand['Falling Block'/1388, l='MpServer', x=196.50, y=54.13, z=147.50], EntityFallingSand['Falling Block'/1389, l='MpServer', x=196.50, y=54.13, z=146.50], EntityFallingSand['Falling Block'/1390, l='MpServer', x=196.50, y=54.13, z=148.50], EntityFallingSand['Falling Block'/1391, l='MpServer', x=194.50, y=9.74, z=173.50], EntityFallingSand['Falling Block'/1384, l='MpServer', x=207.50, y=34.13, z=159.50], EntityFallingSand['Falling Block'/1385, l='MpServer', x=197.50, y=54.13, z=147.50], EntityCreeper['Creeper'/293, l='MpServer', x=304.50, y=15.00, z=287.50], EntityFallingSand['Falling Block'/1386, l='MpServer', x=200.50, y=29.13, z=156.50], EntityBat['Bat'/294, l='MpServer', x=302.10, y=15.11, z=286.88], EntityFallingSand['Falling Block'/1387, l='MpServer', x=206.50, y=34.13, z=159.50], EntityCreeper['Creeper'/295, l='MpServer', x=306.50, y=15.00, z=288.50], EntityFallingSand['Falling Block'/1380, l='MpServer', x=193.50, y=47.13, z=142.50], EntityFallingSand['Falling Block'/1381, l='MpServer', x=192.50, y=47.13, z=140.50], EntityFallingSand['Falling Block'/1382, l='MpServer', x=192.50, y=47.13, z=142.50], EntityEnderman['Enderman'/298, l='MpServer', x=298.48, y=16.00, z=340.61], EntityFallingSand['Falling Block'/1383, l='MpServer', x=192.50, y=48.13, z=139.50], EntityFallingSand['Falling Block'/1376, l='MpServer', x=199.50, y=15.83, z=125.50], EntityFallingSand['Falling Block'/1377, l='MpServer', x=202.50, y=28.83, z=125.50], EntityFallingSand['Falling Block'/1379, l='MpServer', x=193.50, y=47.13, z=139.50], EntityFallingSand['Falling Block'/1343, l='MpServer', x=189.50, y=4.74, z=396.50], EntityClientPlayerMP['Nove4life'/386, l='MpServer', x=226.50, y=72.62, z=255.50], EntityFallingSand['Falling Block'/1479, l='MpServer', x=193.50, y=7.15, z=395.50], EntityFallingSand['Falling Block'/1478, l='MpServer', x=192.50, y=43.15, z=365.50], EntityFallingSand['Falling Block'/1477, l='MpServer', x=194.50, y=43.15, z=365.50], EntityFallingSand['Falling Block'/1476, l='MpServer', x=193.50, y=42.15, z=364.50], EntityFallingSand['Falling Block'/1475, l='MpServer', x=195.50, y=42.15, z=364.50], EntityFallingSand['Falling Block'/1474, l='MpServer', x=193.50, y=42.15, z=367.50], EntityFallingSand['Falling Block'/1473, l='MpServer', x=201.50, y=63.15, z=356.50], EntityFallingSand['Falling Block'/1472, l='MpServer', x=194.50, y=43.15, z=366.50], EntityFallingSand['Falling Block'/1511, l='MpServer', x=193.50, y=6.30, z=396.50], EntityFallingSand['Falling Block'/1510, l='MpServer', x=193.50, y=6.30, z=397.50], EntityFallingSand['Falling Block'/1513, l='MpServer', x=192.50, y=7.30, z=396.50], EntityFallingSand['Falling Block'/1512, l='MpServer', x=192.50, y=6.30, z=395.50], EntityFallingSand['Falling Block'/1514, l='MpServer', x=192.50, y=6.30, z=397.50], EntityFallingSand['Falling Block'/1426, l='MpServer', x=206.50, y=35.42, z=161.50], EntityFallingSand['Falling Block'/1427, l='MpServer', x=207.50, y=62.42, z=164.50], EntityFallingSand['Falling Block'/1424, l='MpServer', x=206.50, y=62.42, z=165.50], EntityFallingSand['Falling Block'/1425, l='MpServer', x=206.50, y=35.42, z=160.50], EntityFallingSand['Falling Block'/1428, l='MpServer', x=194.50, y=11.32, z=173.50], EntityFallingSand['Falling Block'/1429, l='MpServer', x=194.50, y=11.32, z=174.50], EntityFallingSand['Falling Block'/1438, l='MpServer', x=200.50, y=37.73, z=279.50], EntityFallingSand['Falling Block'/1439, l='MpServer', x=200.50, y=37.73, z=280.50], EntityFallingSand['Falling Block'/1001, l='MpServer', x=171.50, y=24.71, z=324.50], EntityFallingSand['Falling Block'/1003, l='MpServer', x=171.50, y=25.55, z=323.50], EntityFallingSand['Falling Block'/1002, l='MpServer', x=172.50, y=25.55, z=325.50], EntityFallingSand['Falling Block'/1007, l='MpServer', x=170.50, y=26.55, z=322.50], EntityFallingSand['Falling Block'/992, l='MpServer', x=174.50, y=15.71, z=330.50], EntityFallingSand['Falling Block'/997, l='MpServer', x=169.50, y=24.71, z=321.50], EntityFallingSand['Falling Block'/1456, l='MpServer', x=193.50, y=57.15, z=347.50], EntityFallingSand['Falling Block'/986, l='MpServer', x=169.50, y=16.71, z=316.50], EntityFallingSand['Falling Block'/1457, l='MpServer', x=204.50, y=13.15, z=337.50], EntityFallingSand['Falling Block'/987, l='MpServer', x=168.50, y=16.71, z=315.50], EntityFallingSand['Falling Block'/1458, l='MpServer', x=195.50, y=57.15, z=348.50], EntityFallingSand['Falling Block'/1459, l='MpServer', x=193.50, y=57.15, z=348.50], EntityFallingSand['Falling Block'/1460, l='MpServer', x=192.50, y=50.15, z=349.50], EntityFallingSand['Falling Block'/990, l='MpServer', x=170.50, y=16.71, z=317.50], EntityFallingSand['Falling Block'/1461, l='MpServer', x=194.50, y=57.15, z=347.50], EntityFallingSand['Falling Block'/1462, l='MpServer', x=192.50, y=57.15, z=347.50], EntityFallingSand['Falling Block'/1463, l='MpServer', x=206.50, y=14.15, z=336.50], EntityFallingSand['Falling Block'/989, l='MpServer', x=171.50, y=16.71, z=318.50], EntityFallingSand['Falling Block'/1464, l='MpServer', x=192.50, y=57.15, z=346.50], EntityFallingSand['Falling Block'/1465, l='MpServer', x=205.50, y=13.15, z=337.50], EntityFallingSand['Falling Block'/1466, l='MpServer', x=193.50, y=43.15, z=366.50], EntityFallingSand['Falling Block'/1467, l='MpServer', x=194.50, y=42.15, z=367.50], EntityFallingSand['Falling Block'/1468, l='MpServer', x=194.50, y=42.15, z=364.50], EntityFallingSand['Falling Block'/1469, l='MpServer', x=192.50, y=42.15, z=364.50], EntityFallingSand['Falling Block'/1470, l='MpServer', x=195.50, y=43.15, z=365.50], EntityFallingSand['Falling Block'/1471, l='MpServer', x=193.50, y=43.15, z=365.50], EntityFallingSand['Falling Block'/1443, l='MpServer', x=193.50, y=21.96, z=310.50], EntityFallingSand['Falling Block'/1442, l='MpServer', x=203.50, y=38.96, z=288.50], EntityFallingSand['Falling Block'/1445, l='MpServer', x=206.50, y=11.96, z=333.50], EntityFallingSand['Falling Block'/1444, l='MpServer', x=194.50, y=22.96, z=310.50], EntityFallingSand['Falling Block'/1451, l='MpServer', x=192.50, y=46.15, z=328.50], EntityFallingSand['Falling Block'/1450, l='MpServer', x=192.50, y=46.15, z=329.50], EntityFallingSand['Falling Block'/1453, l='MpServer', x=194.50, y=57.15, z=348.50], EntityFallingSand['Falling Block'/1452, l='MpServer', x=192.50, y=46.15, z=330.50], EntityFallingSand['Falling Block'/1455, l='MpServer', x=205.50, y=14.15, z=336.50], EntityFallingSand['Falling Block'/1454, l='MpServer', x=195.50, y=57.15, z=347.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:440)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2298)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:851)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_21, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 310924536 bytes (296 MB) / 605159424 bytes (577 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 12443 (696808 bytes; 0 MB) allocated, 2 (112 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
FML: MCP v8.04 FML v6.2.57.845 Minecraft Forge 9.10.0.845 6 mods loaded, 6 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{6.2.57.845} [Forge Mod Loader] (minecraftforge-9.10.0.845.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{9.10.0.845} [Minecraft Forge] (minecraftforge-9.10.0.845.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BetterSprinting{v10} [Better Sprinting Coremod] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
shadersmod{2.0.1 beta 9} [GLSL Shaders Mod] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TooManyItems{1.6.2} [TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.6.2-Forge9.10.0.845
LWJGL: 2.9.0
OpenGL: GeForce GT 640/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Nove's PvP Faithful Pack!.zip
Current Language: Canadian English (CA)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 982 (54992 bytes; 0 MB) allocated, 17 (952 bytes; 0 MB) used
java.lang.ClassNotFoundException: net.minecraft.launchwrapper.Launch
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at magic.launcher.Launcher.main(Unknown Source)
What in flippity flappity friggin heck is this supposed to mean?
If you put the zip file in the mods folder in .minecraft folder it will load fine.
This is the only way i know off to get the mod to work.
I use the newest forge, but havent had any problems even with older versions of forge.
I've been doing that and it continues to give me that error. I downloaded the latest Jar of InvTweaks (v 1.56 as of this post) and I followed the directions of a YouTuber to the letter, but still no success.
THIS TEXT WAS A WASTE OF YOUR TIME. Thank you for reading this inspirational and encouraging message.
If this is possible, thanks in advance!
I got a little problem always when i open my inventory mc crashes.
Here the Crash Report: https://dl.dropboxusercontent.com/u/46697933/crash-2013-09-04_01.15.37-client.txt
java.lang.NullPointerException
at invtweaks.forge.InvTweaksMod.setTextboxModeStatic(InvTweaksMod.java:74)
at net.minecraft.client.gui.GuiTextField.func_73796_b(SourceFile:437)
at net.minecraft.client.gui.GuiChat.func_73866_w_(SourceFile:45)
at net.minecraft.client.gui.GuiScreen.func_73872_a(SourceFile:94)
at net.minecraft.client.Minecraft.func_71373_a(Minecraft.java:720)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1807)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:898)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:826)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
I use a few mods, everything works fine until I hit my chat button... I will be glad to provide more information if needed. (Line 74, double time!)
I discovered in the MagicLauncher thread that you have to load up the default launcher with Forge to get it to download the missing libraries you need to run it in MagicLauncher. Problem solved. I'm so happy!
Exactly the same problem I have. I'm not sure what's it's causing the problem.
I did everything but now instead of the "Mojang" coming up and instantly closing, just nothing happens now. -.- Any thought? (Asking you since you seemed to get this to work
Edit, well now I followed Inventory Tweaks dudes guide to make it work and I've got it back to the point of saying "Mojang" and then closing. Sigh...
Edit, edit: The creator of Magic Launcher is helping me out, hopefully we get it all figured out soon!