Advertisement
MontyCalibre

Untitled

Oct 24th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.10 KB | None | 0 0
  1. 2016-10-23 13:43:27 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
  2. 2016-10-23 13:43:27 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) Client VM, version 1.7.0_80, running on Windows 7:x86:6.1, installed at C:\Program Files\Java\jre7
  3. 2016-10-23 13:43:27 [FINE] [ForgeModLoader] Java classpath at launch is /C:/Users/Alihan/Downloads/Asketmc_launcher (1).jar
  4. 2016-10-23 13:43:27 [FINE] [ForgeModLoader] Java library path at launch is C:\asketmc\asketmc_light\natives
  5. 2016-10-23 13:43:27 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
  6. 2016-10-23 13:43:27 [FINE] [ForgeModLoader] Instantiating coremod class FMLCorePlugin
  7. 2016-10-23 13:43:27 [FINE] [ForgeModLoader] Enqueued coremod FMLCorePlugin
  8. 2016-10-23 13:43:27 [FINE] [ForgeModLoader] Instantiating coremod class FMLForgePlugin
  9. 2016-10-23 13:43:27 [FINE] [ForgeModLoader] Enqueued coremod FMLForgePlugin
  10. 2016-10-23 13:43:27 [FINE] [ForgeModLoader] All fundamental core mods are successfully located
  11. 2016-10-23 13:43:27 [FINE] [ForgeModLoader] Discovering coremods
  12. 2016-10-23 13:43:27 [FINE] [ForgeModLoader] Examining for coremod candidacy 1.6.4-DungeonTools1.8.2.jar
  13. 2016-10-23 13:43:28 [FINE] [ForgeModLoader] Examining for coremod candidacy 1.6.4-MB_Battlegear2-Bullseye-1.0.5.3.jar
  14. 2016-10-23 13:43:28 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in 1.6.4-MB_Battlegear2-Bullseye-1.0.5.3.jar, it will be examined later for regular @Mod instances
  15. 2016-10-23 13:43:28 [FINE] [ForgeModLoader] Instantiating coremod class BattlegearLoadingPlugin
  16. 2016-10-23 13:43:29 [FINEST] [ForgeModLoader] coremod named Mine and Blade: Battlegear2 is loading
  17. 2016-10-23 13:43:29 [WARNING] [ForgeModLoader] The coremod mods.battlegear2.coremod.BattlegearLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  18. 2016-10-23 13:43:29 [FINE] [ForgeModLoader] Enqueued coremod Mine and Blade: Battlegear2
  19.  
  20. 2016-10-23 13:43:49 [CLIENT] [INFO] Setting user: Becket
  21. 2016-10-23 13:43:54 [CLIENT] [INFO] LWJGL Version: 2.9.0
  22.  
  23. ---- Minecraft Crash Report ----
  24. // Why is it breaking :(
  25.  
  26. Time: 24.10.16 17:43
  27. Description: Initializing game
  28.  
  29. org.lwjgl.LWJGLException: Pixel format not accelerated
  30. at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
  31. at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
  32. at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:244)
  33. at org.lwjgl.opengl.Display.createWindow(Display.java:306)
  34. at org.lwjgl.opengl.Display.create(Display.java:848)
  35. at org.lwjgl.opengl.Display.create(Display.java:757)
  36. at org.lwjgl.opengl.Display.create(Display.java:739)
  37. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:449)
  38. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  39. at net.minecraft.client.main.Main.main(SourceFile:101)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  42. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  43. at java.lang.reflect.Method.invoke(Unknown Source)
  44. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  45. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  48. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  49. at java.lang.reflect.Method.invoke(Unknown Source)
  50. at net.launcher.components.U.run(net/launcher/components/U)
  51. at java.lang.Thread.run(Unknown Source)
  52.  
  53.  
  54. A detailed walkthrough of the error, its code path and all known details is as follows:
  55. ---------------------------------------------------------------------------------------
  56.  
  57. -- Head --
  58. Stacktrace:
  59. at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
  60. at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
  61. at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:244)
  62. at org.lwjgl.opengl.Display.createWindow(Display.java:306)
  63. at org.lwjgl.opengl.Display.create(Display.java:848)
  64. at org.lwjgl.opengl.Display.create(Display.java:757)
  65. at org.lwjgl.opengl.Display.create(Display.java:739)
  66. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:449)
  67.  
  68. -- Initialization --
  69. Details:
  70. Stacktrace:
  71. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  72. at net.minecraft.client.main.Main.main(SourceFile:101)
  73. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  74. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  75. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  76. at java.lang.reflect.Method.invoke(Unknown Source)
  77. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  78. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  79. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  80. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  81. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  82. at java.lang.reflect.Method.invoke(Unknown Source)
  83. at net.launcher.components.U.run(net/launcher/components/U)
  84. at java.lang.Thread.run(Unknown Source)
  85.  
  86. -- System Details --
  87. Details:
  88. Minecraft Version: 1.6.4
  89. Operating System: Windows 7 (x86) version 6.1
  90. Java Version: 1.7.0_80, Oracle Corporation
  91. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  92. Memory: 48839816 bytes (46 MB) / 116166656 bytes (110 MB) up to 1037959168 bytes (989 MB)
  93. JVM Flags: 2 total; -Xmx1024m -XX:MaxPermSize=128m
  94. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  95. Suspicious classes: FML and Forge are installed
  96. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  97. FML:
  98. Launched Version: 1.6.4
  99. LWJGL: 2.9.0
  100. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  101. Is Modded: Definitely; Client brand changed to 'fml,forge'
  102. Type: Client (map_client.txt)
  103. Resource Pack: Default
  104. Current Language: ~~ERROR~~ NullPointerException: null
  105. Profiler Position: N/A (disabled)
  106. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement