Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- + Time: 13.07.16 0:55
- + Description: Initializing game
- +
- + java.lang.NullPointerException: Initializing game
- + at gregtech.loaders.preload.GT_Loader_Item_Block_And_Fluid.run(GT_Loader_Item_Block_And_Fluid.java:359)
- + at gregtech.GT_Mod.onPreLoad(GT_Mod.java:306)
- + 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:532)
- + 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:212)
- + at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
- + 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:119)
- + at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
- + at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
- + at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
- + at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
- + at net.minecraft.client.main.Main.main(SourceFile:148)
- + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- + at sun.reflect.NativeMethodAccessorImpl.invoke(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)
- +
- +
- + A detailed walkthrough of the error, its code path and all known details is as follows:
- + ---------------------------------------------------------------------------------------
- +
- + -- Head --
- + Stacktrace:
- + at gregtech.loaders.preload.GT_Loader_Item_Block_And_Fluid.run(GT_Loader_Item_Block_And_Fluid.java:359)
- + at gregtech.GT_Mod.onPreLoad(GT_Mod.java:306)
- + 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:532)
- + 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:212)
- + at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
- + 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:119)
- + at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
- + at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
- + at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
- +
- + -- Initialization --
- + Details:
- + Stacktrace:
- + at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
- + at net.minecraft.client.main.Main.main(SourceFile:148)
- + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- + at sun.reflect.NativeMethodAccessorImpl.invoke(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)
- +
- + -- System Details --
- + Details:
- + Minecraft Version: 1.7.10
- + Operating System: Windows 7 (amd64) version 6.1
- + Java Version: 1.8.0_45, Oracle Corporation
- + Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- + Memory: 79579648 bytes (75 MB) / 268435456 bytes (256 MB) up to 3221225472 bytes (3072 MB)
- + JVM Flags: 5 total; -XX:HeapDumpPath=ThisTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3072M -Xms256M -XX:+UseG1GC -XX:ConcGCThreads=4
- + AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
- + IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
- + FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1566 12 mods loaded, 12 mods active
- + States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
- + UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
- + UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
- + UCH Forge{10.13.4.1566} [Minecraft Forge] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
- + UCH BuildCraft|Core{6.0.17} [BuildCraft] (buildcraft-for-1.7.10.jar)
- + UCH BuildCraft|Builders{6.0.17} [BC Builders] (buildcraft-for-1.7.10.jar)
- + UCH BuildCraft|Energy{6.0.17} [BC Energy] (buildcraft-for-1.7.10.jar)
- + UCH BuildCraft|Factory{6.0.17} [BC Factory] (buildcraft-for-1.7.10.jar)
- + UCH BuildCraft|Transport{6.0.17} [BC Transport] (buildcraft-for-1.7.10.jar)
- + UCH BuildCraft|Silicon{6.0.17} [BC Silicon] (buildcraft-for-1.7.10.jar)
- + UCH craftguide{1.6.8.1} [CraftGuide] (CraftGuide-Mod-1.7.10.zip)
- + UCH IC2{2.2.485-experimental} [IndustrialCraft 2] (Industrial-Craft-2-Mod-Experimental-1.7.10.jar)
- + UCE gregtech{MC1710} [GregTech] (gregtech-5.09.22.jar)
- + GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13440 Compatibility Profile Context 16.200.1010.0' Renderer: 'AMD Radeon (TM) R9 380 Series'
- + Launched Version: 1.7.10-Forge10.13.4.1566-1.7.10
- + LWJGL: 2.9.1
- + OpenGL: AMD Radeon (TM) R9 380 Series GL version 4.5.13440 Compatibility Profile Context 16.200.1010.0, ATI Technologies Inc.
- + 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: [John Smith Legacy JSC v1.0.28.zip]
- + Current Language: Русский (Россия)
- + Profiler Position: N/A (disabled)
- + Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
- + Anisotropic Filtering: Off (1)
- >> [Launcher] ++++++++++++++++++++++++++++++++++
- >> [Launcher] Trying to retrieve DxDiag report...
- >> [Launcher] <DXDiag>
- >> [Launcher] </DXDiag>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement