Advertisement
Guest User

Untitled

a guest
Jan 21st, 2015
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.62 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't be sad. I'll do better next time, I promise!
  3.  
  4. Time: 21/01/15 8:03 PM
  5. Description: Unexpected error
  6.  
  7. javax.management.RuntimeErrorException: Missing event handler method for event ontick, see crash report for details
  8.     at com.mumfrey.liteloader.core.event.EventProxy.onMissingHandler(EventProxy.java:118)
  9.     at com.mumfrey.liteloader.core.event.EventProxy.$event00005(EventProxy.java:216)
  10.     at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1049)
  11.     at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345)
  12.     at net.minecraft.client.main.Main.main(SourceFile:120)
  13.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  14.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  15.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  16.     at java.lang.reflect.Method.invoke(Unknown Source)
  17.     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  18.     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  19. Caused by: java.lang.NoSuchMethodError: com.thevoxelbox.voxelmap.interfaces.AbstractVoxelMap.a()Lcom/thevoxelbox/voxelmap/interfaces/d;
  20.     at wdl.ChunkChangeObserver.<init>(ChunkChangeObserver.java:11)
  21.     at wdl.WDL.<clinit>(WDL.java:1348)
  22.     at wdl.litemod.LiteModWorldDownloader.onTick(LiteModWorldDownloader.java:75)
  23.     at com.mumfrey.liteloader.core.event.HandlerList$Tickable9.onTick(HandlerList$Tickable9.java:104)
  24.     at com.mumfrey.liteloader.client.LiteLoaderEventBrokerClient.onTick(LiteLoaderEventBrokerClient.java:406)
  25.     at com.mumfrey.liteloader.client.CallbackProxyClient.onTick(CallbackProxyClient.java:69)
  26.     ... 10 more
  27.  
  28.  
  29. A detailed walkthrough of the error, its code path and all known details is as follows:
  30. ---------------------------------------------------------------------------------------
  31.  
  32. -- System Details --
  33. Details:
  34.     Minecraft Version: 1.8
  35.     Operating System: Windows 8.1 (amd64) version 6.3
  36.     Java Version: 1.8.0_31, Oracle Corporation
  37.     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  38.     Memory: 3636611840 bytes (3468 MB) / 4157079552 bytes (3964 MB) up to 4157079552 bytes (3964 MB)
  39.     JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096M -Xms4096M
  40.     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  41.     FML: MCP v9.10 FML v8.0.20.1290 Minecraft Forge 11.14.0.1290 Optifine OptiFine_1.8_HD_U_C2 4 mods loaded, 4 mods active
  42.     mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
  43.     FML{8.0.20.1290} [Forge Mod Loader] (forge-1.8-11.14.0.1290-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
  44.     Forge{11.14.0.1290} [Minecraft Forge] (forge-1.8-11.14.0.1290-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
  45.     DamageIndicatorsMod{3.3.2} [Damage Indicators] ([1.8]DamageIndicatorsMod-3.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
  46.     Launched Version: 1.8
  47.     LWJGL: 2.9.1
  48.     OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.3379, Intel
  49.     GL Caps: Using GL 1.3 multitexturing.
  50. Using GL 1.3 texture combiners.
  51. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  52. Shaders are available because OpenGL 2.1 is supported.
  53. VBOs are available because OpenGL 1.5 is supported.
  54.  
  55.     Using VBOs: No
  56.     Is Modded: Definitely; Client brand changed to 'fml,forge'
  57.     Type: Client (map_client.txt)
  58.     Resource Packs: [faithful64pack-v1.4.0.zip]
  59.     Current Language: English (US)
  60.     Profiler Position: N/A (disabled)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement