Advertisement
Guest User

Краш macro keybind mod

a guest
Aug 12th, 2015
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Daisy, daisy...
  3.  
  4. Time: 12.08.15 17:30
  5. Description: Unexpected error
  6.  
  7. java.lang.IncompatibleClassChangeError: Found class com.mumfrey.liteloader.util.Input, but interface was expected
  8. at net.eq2online.macros.input.InputHandlerModuleJInput.<init>(InputHandlerModuleJInput.java:90)
  9. at net.eq2online.macros.core.MacroModCore.initInputHandler(MacroModCore.java:365)
  10. at net.eq2online.macros.core.MacroModCore.onTickInGUI(MacroModCore.java:844)
  11. at net.eq2online.macros.LiteModMacros.onTick(LiteModMacros.java:127)
  12. at com.mumfrey.liteloader.core.event.HandlerList$Tickable9.onTick(HandlerList$Tickable9.java:100)
  13. at com.mumfrey.liteloader.client.LiteLoaderEventBrokerClient.onTick(LiteLoaderEventBrokerClient.java:406)
  14. at com.mumfrey.liteloader.client.CallbackProxyClient.onTick(CallbackProxyClient.java:69)
  15. at com.mumfrey.liteloader.core.event.EventProxy.$event00005(EventProxy.java:216)
  16. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1056)
  17. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345)
  18. at net.minecraft.client.main.Main.main(SourceFile:120)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  22. at java.lang.reflect.Method.invoke(Method.java:497)
  23. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  24. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  25.  
  26.  
  27. A detailed walkthrough of the error, its code path and all known details is as follows:
  28. ---------------------------------------------------------------------------------------
  29.  
  30. -- System Details --
  31. Details:
  32. Minecraft Version: 1.8
  33. Operating System: Linux (amd64) version 3.16.0-45-generic
  34. Java Version: 1.8.0_45, Oracle Corporation
  35. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  36. Memory: 141381304 bytes (134 MB) / 465567744 bytes (444 MB) up to 954728448 bytes (910 MB)
  37. JVM Flags: 1 total; -Xmx1G
  38. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  39. FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1502 3 mods loaded, 3 mods active
  40. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  41. UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  42. UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1502.jar)
  43. UCHIJA Forge{11.14.3.1502} [Minecraft Forge] (forge-1.8-11.14.3.1502.jar)
  44. Loaded coremods (and transformers):
  45. GL info: ' Vendor: 'X.Org' Version: '3.0 Mesa 10.3.2' Renderer: 'Gallium 0.4 on AMD PITCAIRN'
  46. Launched Version: 1.8
  47. LWJGL: 2.9.1
  48. OpenGL: Gallium 0.4 on AMD PITCAIRN GL version 3.0 Mesa 10.3.2, X.Org
  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: []
  59. Current Language: English (US)
  60. Profiler Position: N/A (disabled)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement