Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 7.84 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Hey, that tickles! Hehehe!
  3.  
  4. Time: 10/22/14 1:41 PM
  5. Description: Initializing game
  6.  
  7. java.lang.NoClassDefFoundError: java/lang/ReflectiveOperationException
  8.     at java.lang.Class.forName0(Native Method)
  9.     at java.lang.Class.forName(Class.java:249)
  10.     at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
  11.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  12.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  13.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  14.     at java.lang.reflect.Method.invoke(Method.java:597)
  15.     at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  16.     at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  17.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  18.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  19.     at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  20.     at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  21.     at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  22.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  24.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  25.     at java.lang.reflect.Method.invoke(Method.java:597)
  26.     at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  27.     at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  28.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  29.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  30.     at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  31.     at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  32.     at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
  33.     at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
  34.     at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  35.     at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
  36.     at net.minecraft.client.main.Main.main(SourceFile:148)
  37.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  38.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  39.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  40.     at java.lang.reflect.Method.invoke(Method.java:597)
  41.     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  42.     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  43. Caused by: java.lang.ClassNotFoundException: java.lang.ReflectiveOperationException
  44.     at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
  45.     at java.security.AccessController.doPrivileged(Native Method)
  46.     at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
  47.     at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
  48.     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
  49.     at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
  50.     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:106)
  51.     at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
  52.     at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
  53.     ... 35 more
  54.  
  55.  
  56. A detailed walkthrough of the error, its code path and all known details is as follows:
  57. ---------------------------------------------------------------------------------------
  58.  
  59. -- Head --
  60. Stacktrace:
  61.     at java.lang.Class.forName0(Native Method)
  62.     at java.lang.Class.forName(Class.java:249)
  63.     at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
  64.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  65.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  66.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  67.     at java.lang.reflect.Method.invoke(Method.java:597)
  68.     at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  69.     at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  70.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  71.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  72.     at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  73.     at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  74.     at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  75.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  76.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  77.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  78.     at java.lang.reflect.Method.invoke(Method.java:597)
  79.     at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  80.     at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  81.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  82.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  83.     at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  84.     at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  85.     at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
  86.     at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
  87.     at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  88.  
  89. -- Initialization --
  90. Details:
  91. Stacktrace:
  92.     at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
  93.     at net.minecraft.client.main.Main.main(SourceFile:148)
  94.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  95.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  96.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  97.     at java.lang.reflect.Method.invoke(Method.java:597)
  98.     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  99.     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  100.  
  101. -- System Details --
  102. Details:
  103.     Minecraft Version: 1.7.10
  104.     Operating System: Mac OS X (x86_64) version 10.10
  105.     Java Version: 1.6.0_65, Apple Inc.
  106.     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
  107.     Memory: 107858952 bytes (102 MB) / 246419456 bytes (235 MB) up to 1060372480 bytes (1011 MB)
  108.     JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  109.     AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  110.     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  111.     FML: MCP v9.05 FML v7.10.85.1229 Minecraft Forge 10.13.1.1229 4 mods loaded, 4 mods active
  112.     mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
  113.     FML{7.10.85.1229} [Forge Mod Loader] (forge-1.7.10-10.13.1.1229.jar) Unloaded->Constructed
  114.     Forge{10.13.1.1229} [Minecraft Forge] (forge-1.7.10-10.13.1.1229.jar) Unloaded->Constructed
  115.     MyWorldGen{1.3.4} [MyWorldGen] (MyWorldGen-1.7.10-1.3.4.jar) Unloaded
  116.     Launched Version: 1.7.10-Forge10.13.1.1229
  117.     LWJGL: 2.9.1
  118.     OpenGL: Intel HD Graphics 4000 OpenGL Engine GL version 2.1 INTEL-10.0.86, Intel Inc.
  119.     GL Caps: Using GL 1.3 multitexturing.
  120. Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
  121. Anisotropic filtering is supported and maximum anisotropy is 16.
  122. Shaders are available because OpenGL 2.1 is supported.
  123.  
  124.     Is Modded: Definitely; Client brand changed to 'fml,forge'
  125.     Type: Client (map_client.txt)
  126.     Resource Packs: []
  127.     Current Language: English (US)
  128.     Profiler Position: N/A (disabled)
  129.     Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  130.     Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement