Created
October 18, 2014 03:38
-
-
Save Darkhax/1cadae0de17d22f5cf07 to your computer and use it in GitHub Desktop.
A log from Minecraft which points to an issue within the Tinkers Construct IMC based API.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
// Daisy, daisy... | |
Time: 17/10/14 9:22 PM | |
Description: Initializing game | |
java.lang.NullPointerException: Initializing game | |
at tconstruct.library.crafting.PatternBuilder.registerFullMaterial(PatternBuilder.java:39) | |
at tconstruct.util.IMCHandler.processIMC(IMCHandler.java:82) | |
at tconstruct.TConstruct.handleIMC(TConstruct.java:217) | |
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:513) | |
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | |
at java.lang.reflect.Method.invoke(Unknown Source) | |
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:208) | |
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) | |
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.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:286) | |
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:693) | |
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288) | |
at net.minecraft.client.Minecraft.startGame(Minecraft.java:596) | |
at net.minecraft.client.Minecraft.run(Minecraft.java:941) | |
at net.minecraft.client.main.Main.main(Main.java:164) | |
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:135) | |
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) | |
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 GradleStart.bounce(GradleStart.java:107) | |
at GradleStart.startClient(GradleStart.java:100) | |
at GradleStart.main(GradleStart.java:65) | |
A detailed walkthrough of the error, its code path and all known details is as follows: | |
--------------------------------------------------------------------------------------- | |
-- Head -- | |
Stacktrace: | |
at tconstruct.library.crafting.PatternBuilder.registerFullMaterial(PatternBuilder.java:39) | |
at tconstruct.util.IMCHandler.processIMC(IMCHandler.java:82) | |
at tconstruct.TConstruct.handleIMC(TConstruct.java:217) | |
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:513) | |
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | |
at java.lang.reflect.Method.invoke(Unknown Source) | |
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:208) | |
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) | |
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.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:286) | |
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:693) | |
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288) | |
at net.minecraft.client.Minecraft.startGame(Minecraft.java:596) | |
-- Initialization -- | |
Details: | |
Stacktrace: | |
at net.minecraft.client.Minecraft.run(Minecraft.java:941) | |
at net.minecraft.client.main.Main.main(Main.java:164) | |
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:135) | |
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) | |
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 GradleStart.bounce(GradleStart.java:107) | |
at GradleStart.startClient(GradleStart.java:100) | |
at GradleStart.main(GradleStart.java:65) | |
-- System Details -- | |
Details: | |
Minecraft Version: 1.7.10 | |
Operating System: Windows 8 (amd64) version 6.2 | |
Java Version: 1.8.0, Oracle Corporation | |
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation | |
Memory: 693851864 bytes (661 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB) | |
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M | |
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.84.1217 Minecraft Forge 10.13.1.1217 17 mods loaded, 17 mods active | |
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized | |
FML{7.10.84.1217} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.1.1217.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized | |
Forge{10.13.1.1217} [Minecraft Forge] (forgeSrc-1.7.10-10.13.1.1217.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized | |
CodeChickenCore{1.0.2.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized | |
NotEnoughItems{1.0.2.15} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.2.15-dev.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized | |
examplemod{1.0} [Example Mod] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized | |
Waila{1.5.5} [Waila] (Waila-1.5.5_1.7.10-dev.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized | |
wawla{1.0.8} [What Are We Looking At] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized | |
OBEC{1.0.0} [On the Brink of Ecological Collapse] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized | |
MSM3{3.0.0d} [More Swords 3] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized | |
IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-deobf.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized | |
Mantle{1.7.10-0.3.2.DEV.GITBORK} [Mantle] (Mantle-1.7.10-0.3.2.DEV.GITBORK-deobf.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized | |
AencEx{0.0.1} [AencEx] (MoreEnchantments-1.7.2-1.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized | |
me{1.0.5} [More Enchantments] (MoreEnchantments-1.7.2-1.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized | |
TConstruct{1.7.10-1.7.1.DEV.GITBORK} [Tinkers' Construct] (TConstruct-1.7.10-1.7.1.DEV.GITBORK-deobf.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored | |
Baubles{1.0.1.8} [Baubles] (Baubles-deobf-1.7.10-1.0.1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized | |
Thaumcraft{4.2.1.0.B1} [Thaumcraft] (Thaumcraft-deobf-1.7.10-4.2.1.0.B1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized | |
Mantle Environment: Environment healthy. | |
TConstruct Environment: Environment healthy. | |
Launched Version: 1.7.10 | |
LWJGL: 2.9.1 | |
OpenGL: GeForce GTX 765M/PCIe/SSE2 GL version 4.4.0 NVIDIA 344.11, NVIDIA Corporation | |
GL Caps: Using GL 1.3 multitexturing. | |
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. | |
Anisotropic filtering is supported and maximum anisotropy is 16. | |
Shaders are available because OpenGL 2.1 is supported. | |
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: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used | |
Anisotropic Filtering: Off (1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment