Forge 1.7.10 Crash Report

#77b2PNO
127 lines
Raw
Analysis
Minecraft version:
1.7.10
Java version:
1.8.0_51
1---- Minecraft Crash Report ----
2// This doesn't make any sense!
3
4Time: 2-8-25 15:23
5Description: Initializing game
6
7java.lang.NullPointerException: Initializing game
8 at com.copiousdogs.CopiousDogs.preInit(CopiousDogs.java:188)
9 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
11 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12 at java.lang.reflect.Method.invoke(Method.java:497)
13 at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
14 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
15 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
16 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
17 at java.lang.reflect.Method.invoke(Method.java:497)
18 at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
19 at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
20 at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
21 at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
22 at com.google.common.eventbus.EventBus.post(EventBus.java:275)
23 at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
24 at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
25 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
26 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
27 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
28 at java.lang.reflect.Method.invoke(Method.java:497)
29 at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
30 at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
31 at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
32 at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
33 at com.google.common.eventbus.EventBus.post(EventBus.java:275)
34 at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
35 at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
36 at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
37 at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
38 at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
39 at net.minecraft.client.main.Main.main(SourceFile:148)
40 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
41 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
42 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
43 at java.lang.reflect.Method.invoke(Method.java:497)
44 at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
45 at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
46
47
48A detailed walkthrough of the error, its code path and all known details is as follows:
49---------------------------------------------------------------------------------------
50
51-- Head --
52Stacktrace:
53 at com.copiousdogs.CopiousDogs.preInit(CopiousDogs.java:188)
54 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
55 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
56 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
57 at java.lang.reflect.Method.invoke(Method.java:497)
58 at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
59 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
60 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
61 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
62 at java.lang.reflect.Method.invoke(Method.java:497)
63 at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
64 at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
65 at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
66 at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
67 at com.google.common.eventbus.EventBus.post(EventBus.java:275)
68 at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
69 at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
70 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
71 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
72 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
73 at java.lang.reflect.Method.invoke(Method.java:497)
74 at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
75 at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
76 at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
77 at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
78 at com.google.common.eventbus.EventBus.post(EventBus.java:275)
79 at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
80 at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
81 at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
82 at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
83
84-- Initialization --
85Details:
86Stacktrace:
87 at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
88 at net.minecraft.client.main.Main.main(SourceFile:148)
89 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
90 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
91 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
92 at java.lang.reflect.Method.invoke(Method.java:497)
93 at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
94 at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
95
96-- System Details --
97Details:
98 Minecraft Version: 1.7.10
99 Operating System: Windows 10 (amd64) version 10.0
100 Java Version: 1.8.0_51, Oracle Corporation
101 Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
102 Memory: 122821920 bytes (117 MB) / 268435456 bytes (256 MB) up to 2147483648 bytes (2048 MB)
103 JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
104 AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
105 IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
106 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 4 mods loaded, 4 mods active
107 States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
108 UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
109 UCH FML{**.**.**.**} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
110 UCH Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
111 UCE copiousdogs{5.8.7B} [Copious Dogs] (Copious Dogs 1.7.10 v5.8.7B.jar)
112 GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 27.20.100.9664' Renderer: 'Intel(R) UHD Graphics'
113 Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
114 LWJGL: 2.9.1
115 OpenGL: Intel(R) UHD Graphics GL version 4.6.0 - Build 27.20.100.9664, Intel
116 GL Caps: Using GL 1.3 multitexturing.
117Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
118Anisotropic filtering is supported and maximum anisotropy is 16.
119Shaders are available because OpenGL 2.1 is supported.
120
121 Is Modded: Definitely; Client brand changed to 'fml,forge'
122 Type: Client (map_client.txt)
123 Resource Packs: []
124 Current Language: English (US)
125 Profiler Position: N/A (disabled)
126 Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
127 Anisotropic Filtering: Off (1)
This log will be saved for 90 days from their last view.
Report abuse