Created
June 22, 2018 13:57
-
-
Save KorDum/7406297fb58ac7eff74fc856e51fcee1 to your computer and use it in GitHub Desktop.
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 ---- | |
// Don't be sad, have a hug! <3 | |
Time: 6/22/18 4:47 PM | |
Description: Initializing game | |
java.lang.NoClassDefFoundError: gigaherz/guidebook/guidebook/ItemGuidebook | |
at gigaherz.guidebook.GuidebookMod.<clinit>(GuidebookMod.java:48) | |
at java.lang.Class.forName0(Native Method) | |
at java.lang.Class.forName(Class.java:348) | |
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:530) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) | |
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) | |
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) | |
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) | |
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) | |
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) | |
at com.google.common.eventbus.EventBus.post(EventBus.java:217) | |
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218) | |
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) | |
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) | |
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) | |
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) | |
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) | |
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) | |
at com.google.common.eventbus.EventBus.post(EventBus.java:217) | |
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) | |
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593) | |
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:225) | |
at net.minecraft.client.Minecraft.init(Minecraft.java:513) | |
at net.minecraft.client.Minecraft.run(Minecraft.java:421) | |
at net.minecraft.client.main.Main.main(Main.java:118) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
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(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) | |
at GradleStart.main(GradleStart.java:25) | |
Caused by: java.lang.ClassNotFoundException: gigaherz.guidebook.guidebook.ItemGuidebook | |
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) | |
... 46 more | |
Caused by: java.lang.NoClassDefFoundError: gigaherz/common/ItemRegistered | |
at java.lang.ClassLoader.defineClass1(Native Method) | |
at java.lang.ClassLoader.defineClass(ClassLoader.java:763) | |
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) | |
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) | |
... 48 more | |
Caused by: java.lang.ClassNotFoundException: gigaherz.common.ItemRegistered | |
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101) | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) | |
... 52 more | |
A detailed walkthrough of the error, its code path and all known details is as follows: | |
--------------------------------------------------------------------------------------- | |
-- Head -- | |
Thread: Client thread | |
Stacktrace: | |
at gigaherz.guidebook.GuidebookMod.<clinit>(GuidebookMod.java:48) | |
at java.lang.Class.forName0(Native Method) | |
at java.lang.Class.forName(Class.java:348) | |
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:530) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) | |
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) | |
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) | |
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) | |
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) | |
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) | |
at com.google.common.eventbus.EventBus.post(EventBus.java:217) | |
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218) | |
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) | |
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) | |
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) | |
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) | |
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) | |
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) | |
at com.google.common.eventbus.EventBus.post(EventBus.java:217) | |
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) | |
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593) | |
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:225) | |
at net.minecraft.client.Minecraft.init(Minecraft.java:513) | |
-- Initialization -- | |
Details: | |
Stacktrace: | |
at net.minecraft.client.Minecraft.run(Minecraft.java:421) | |
at net.minecraft.client.main.Main.main(Main.java:118) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
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(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) | |
at GradleStart.main(GradleStart.java:25) | |
-- System Details -- | |
Details: | |
Minecraft Version: 1.12.2 | |
Operating System: Windows 10 (amd64) version 10.0 | |
Java Version: 1.8.0_152, Oracle Corporation | |
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation | |
Memory: 480083984 bytes (457 MB) / 790626304 bytes (754 MB) up to 1900019712 bytes (1812 MB) | |
JVM Flags: 0 total; | |
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 | |
FML: MCP 9.42 Powered by Forge 14.23.4.2705 6 mods loaded, 6 mods active | |
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored | |
| State | ID | Version | Source | Signature | | |
|:----- |:--------- |:------------ |:-------------------------------- |:--------- | | |
| UC | minecraft | 1.12.2 | minecraft.jar | None | | |
| UC | mcp | 9.42 | minecraft.jar | None | | |
| UC | FML | 8.0.99.99 | forgeSrc-1.12.2-14.23.4.2705.jar | None | | |
| UC | forge | 14.23.4.2705 | forgeSrc-1.12.2-14.23.4.2705.jar | None | | |
| U | gbook | 2.6.0 | Guidebook-1.12.2-2.6.0.jar | None | | |
| U | minendian | 1.0.0 | MC.1.12.2.ProjectIndians_main | None | | |
Loaded coremods (and transformers): | |
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 390.65' Renderer: 'GeForce GTX 1050 Ti/PCIe/SSE2' | |
Launched Version: 1.12.2 | |
LWJGL: 2.9.4 | |
OpenGL: GeForce GTX 1050 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 390.65, NVIDIA Corporation | |
GL Caps: Using GL 1.3 multitexturing. | |
Using GL 1.3 texture combiners. | |
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. | |
Shaders are available because OpenGL 2.1 is supported. | |
VBOs are available because OpenGL 1.5 is supported. | |
Using VBOs: Yes | |
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) | |
CPU: 4x Intel(R) Core(TM) i5-3450 CPU @ 3.10GHz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment