Advertisement
Guest User

LiteLoader Crash

a guest
Dec 6th, 2014
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 4.91 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Surprise! Haha. Well, this is awkward.
  3.  
  4. Time: 12/6/14 8:20 AM
  5. Description: Initializing game
  6.  
  7. java.lang.Error: Unresolved compilation problems:
  8.     The method setColorOpaque_I(int) is undefined for the type WorldRenderer
  9.     The method setColorOpaque_I(int) is undefined for the type WorldRenderer
  10.     The method setColorRGBA(int, int, int, int) is undefined for the type WorldRenderer
  11.     The method setColorRGBA(int, int, int, int) is undefined for the type WorldRenderer
  12.     The method setColorRGBA(int, int, int, int) is undefined for the type WorldRenderer
  13.     The method updateDisplay() is undefined for the type Minecraft
  14.  
  15.     at com.mumfrey.liteloader.client.gui.startup.LoadingBar.render(LoadingBar.java:258)
  16.     at com.mumfrey.liteloader.client.gui.startup.LoadingBar.render(LoadingBar.java:178)
  17.     at com.mumfrey.liteloader.client.gui.startup.LoadingBar._incrementProgress(LoadingBar.java:111)
  18.     at com.mumfrey.liteloader.client.gui.startup.LoadingBar.incrementProgress(LoadingBar.java:103)
  19.     at net.minecraft.client.Minecraft.startGame(Minecraft.java:482)
  20.     at net.minecraft.client.Minecraft.run(Minecraft.java:390)
  21.     at net.minecraft.client.main.Main.main(Main.java:114)
  22.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  24.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  25.     at java.lang.reflect.Method.invoke(Method.java:606)
  26.     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  27.     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  28.     at com.mumfrey.liteloader.debug.Start.main(Start.java:47)
  29.  
  30.  
  31. A detailed walkthrough of the error, its code path and all known details is as follows:
  32. ---------------------------------------------------------------------------------------
  33.  
  34. -- Head --
  35. Stacktrace:
  36.     at com.mumfrey.liteloader.client.gui.startup.LoadingBar.render(LoadingBar.java:258)
  37.     at com.mumfrey.liteloader.client.gui.startup.LoadingBar.render(LoadingBar.java:178)
  38.     at com.mumfrey.liteloader.client.gui.startup.LoadingBar._incrementProgress(LoadingBar.java:111)
  39.     at com.mumfrey.liteloader.client.gui.startup.LoadingBar.incrementProgress(LoadingBar.java:103)
  40.     at net.minecraft.client.Minecraft.startGame(Minecraft.java:482)
  41.  
  42. -- Initialization --
  43. Details:
  44. Stacktrace:
  45.     at net.minecraft.client.Minecraft.run(Minecraft.java:390)
  46.     at net.minecraft.client.main.Main.main(Main.java:114)
  47.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  48.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  49.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  50.     at java.lang.reflect.Method.invoke(Method.java:606)
  51.     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  52.     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  53.     at com.mumfrey.liteloader.debug.Start.main(Start.java:47)
  54.  
  55. -- System Details --
  56. Details:
  57.     Minecraft Version: 1.8
  58.     Operating System: Linux (amd64) version 3.4.0
  59.     Java Version: 1.7.0_65, Oracle Corporation
  60.     Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  61.     Memory: 119772304 bytes (114 MB) / 198180864 bytes (189 MB) up to 620756992 bytes (592 MB)
  62.     Mod Pack: LiteLoader startup failed
  63.     LiteLoader Mods: LiteLoader startup failed
  64.     LaunchWrapper: 8 active transformer(s)
  65.           - Transformer: com.mumfrey.liteloader.transformers.event.EventProxyTransformer
  66.           - Transformer: com.mumfrey.liteloader.launch.LiteLoaderTransformer
  67.           - Transformer: com.mumfrey.liteloader.client.transformers.CrashReportTransformer
  68.           - Transformer: com.mumfrey.liteloader.transformers.event.EventTransformer
  69.           - Transformer: com.mumfrey.liteloader.common.transformers.LiteLoaderPacketTransformer
  70.           - Transformer: com.mumfrey.liteloader.client.transformers.LiteLoaderEventInjectionTransformer
  71.           - Transformer: com.mumfrey.liteloader.client.transformers.MinecraftTransformer
  72.           - Transformer: com.mumfrey.liteloader.transformers.event.json.ModEventInjectionTransformer
  73.     JVM Flags: 0 total;
  74.     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  75.     Launched Version: 1.8
  76.     LWJGL: 2.9.1
  77.     OpenGL: Mesa DRI Intel(R) Sandybridge Mobile  GL version 3.0 Mesa 8.0.4, Tungsten Graphics, Inc
  78.     GL Caps: Using GL 1.3 multitexturing.
  79. Using GL 1.3 texture combiners.
  80. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  81. Shaders are available because OpenGL 2.1 is supported.
  82. VBOs are available because OpenGL 1.5 is supported.
  83.  
  84.     Using VBOs: No
  85.     Is Modded: Very likely; Jar signature invalidated
  86.     Type: Client (map_client.txt)
  87.     Resource Packs: []
  88.     Current Language: ~~ERROR~~ NullPointerException: null
  89.     Profiler Position: N/A (disabled)
  90. #@!@# Game crashed! Crash report saved to: #@!@# /home/firestar115/LiteLoader/mcp910-pre1/eclipse/LiteLoader/crash-reports/crash-2014-12-06_08.20.00-client.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement