Advertisement
Zinfandel

Untitled

Mar 26th, 2019
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.10 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. ClientAddon (1_8_9mod1.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // Surprise! Haha. Well, this is awkward.
  8.  
  9. Time: 26.03.19 18:12
  10. Description: Initializing game
  11.  
  12. java.lang.IllegalStateException: Function is not supported
  13. at org.lwjgl.BufferChecks.checkFunctionAddress(BufferChecks.java:58)
  14. at org.lwjgl.opengl.GL13.glClientActiveTexture(GL13.java:128)
  15. at net.minecraft.client.renderer.OpenGlHelper.func_77472_b(OpenGlHelper.java:892)
  16. at net.minecraftforge.client.ForgeHooksClient.preDraw(ForgeHooksClient.java:439)
  17. at net.minecraft.client.renderer.vertex.VertexFormatElement$EnumUsage.preDraw(VertexFormatElement.java:153)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  21. at java.lang.reflect.Method.invoke(Unknown Source)
  22. at Reflector.callVoid(Reflector.java:676)
  23. at net.minecraft.client.renderer.WorldVertexBufferUploader.func_181679_a(WorldVertexBufferUploader.java:42)
  24. at net.minecraft.client.renderer.Tessellator.func_78381_a(SourceFile:22)
  25. at net.minecraft.client.Minecraft.func_180510_a(Minecraft.java:862)
  26. at net.minecraftforge.fml.client.SplashProgress.drawVanillaScreen(SplashProgress.java:819)
  27. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:420)
  28. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
  29. at net.minecraft.client.main.Main.main(SourceFile:124)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  32. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  33. at java.lang.reflect.Method.invoke(Unknown Source)
  34. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  35. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  38. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  39. at java.lang.reflect.Method.invoke(Unknown Source)
  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.k773.GameStarter.newstart(GameStarter.java)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  48. at java.lang.reflect.Method.invoke(Unknown Source)
  49. at net.k773.GameStarter.start(GameStarter.java)
  50. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  51. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  52. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  53. at java.lang.reflect.Method.invoke(Unknown Source)
  54. at net.k773.utils.Client.start(Client.java)
  55. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  56. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  57. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  58. at java.lang.reflect.Method.invoke(Unknown Source)
  59. at net.k773.Start.<init>(Start.java)
  60. at Mainclass.main(Mainclass.java:8)
  61.  
  62.  
  63. A detailed walkthrough of the error, its code path and all known details is as follows:
  64. ---------------------------------------------------------------------------------------
  65.  
  66. -- Head --
  67. Stacktrace:
  68. at org.lwjgl.BufferChecks.checkFunctionAddress(BufferChecks.java:58)
  69. at org.lwjgl.opengl.GL13.glClientActiveTexture(GL13.java:128)
  70. at net.minecraft.client.renderer.OpenGlHelper.func_77472_b(OpenGlHelper.java:892)
  71. at net.minecraftforge.client.ForgeHooksClient.preDraw(ForgeHooksClient.java:439)
  72. at net.minecraft.client.renderer.vertex.VertexFormatElement$EnumUsage.preDraw(VertexFormatElement.java:153)
  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 Reflector.callVoid(Reflector.java:676)
  78. at net.minecraft.client.renderer.WorldVertexBufferUploader.func_181679_a(WorldVertexBufferUploader.java:42)
  79. at net.minecraft.client.renderer.Tessellator.func_78381_a(SourceFile:22)
  80. at net.minecraft.client.Minecraft.func_180510_a(Minecraft.java:862)
  81. at net.minecraftforge.fml.client.SplashProgress.drawVanillaScreen(SplashProgress.java:819)
  82. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:420)
  83.  
  84. -- Initialization --
  85. Details:
  86. Stacktrace:
  87. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
  88. at net.minecraft.client.main.Main.main(SourceFile:124)
  89. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  90. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  91. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  92. at java.lang.reflect.Method.invoke(Unknown Source)
  93. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  94. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  95. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  96. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  97. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  98. at java.lang.reflect.Method.invoke(Unknown Source)
  99. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  100. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  101. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  102. at java.lang.reflect.Method.invoke(Unknown Source)
  103. at net.k773.GameStarter.newstart(GameStarter.java)
  104. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  105. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  106. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  107. at java.lang.reflect.Method.invoke(Unknown Source)
  108. at net.k773.GameStarter.start(GameStarter.java)
  109. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  110. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  111. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  112. at java.lang.reflect.Method.invoke(Unknown Source)
  113. at net.k773.utils.Client.start(Client.java)
  114. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  115. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  116. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  117. at java.lang.reflect.Method.invoke(Unknown Source)
  118. at net.k773.Start.<init>(Start.java)
  119. at Mainclass.main(Mainclass.java:8)
  120.  
  121. -- System Details --
  122. Details:
  123. Minecraft Version: 1.8.9
  124. Operating System: Windows 7 (amd64) version 6.1
  125. CPU: 2x Intel(R) Pentium(R) CPU G630 @ 2.70GHz
  126. Java Version: 1.8.0_201, Oracle Corporation
  127. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  128. Memory: 84864624 bytes (80 MB) / 218140672 bytes (208 MB) up to 2618687488 bytes (2497 MB)
  129. JVM Flags: 9 total; -Xmx2513M -Xbootclasspath/a:C:\Program Files\Java\jre1.8.0_201\lib\ext\jfxrt.jar -XX:+DisableAttachMechanism -XX:+AggressiveOpts -XX:+UseStringCache -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -XX:+UseFastAccessorMethods
  130. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  131. FML: MCP 9.19 Powered by Forge 11.15.1.1902 Optifine OptiFine_1.8.9_HD_U_I7 4 mods loaded, 4 mods active
  132. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  133. UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  134. UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.1902.jar)
  135. UCH Forge{11.15.1.1902} [Minecraft Forge] (forge-1.8.9-11.15.1.1902.jar)
  136. UCH clientaddon{1.0} [ClientAddon] (minecraft.jar)
  137. Loaded coremods (and transformers):
  138. ClientAddon (1_8_9mod1.jar)
  139. me.xdark.clientaddon.asm.PrimaryTransformer
  140. Launched Version: 1.8.9
  141. LWJGL: 2.9.4
  142. OpenGL: GDI Generic GL version 1.1.0, Microsoft Corporation
  143. GL Caps: Using GL 1.3 multitexturing.
  144. Using GL 1.3 texture combiners.
  145. Not using framebuffer objects because OpenGL 1.4 is not supported, EXT_blend_func_separate is not supported, OpenGL 3.0 is not supported, ARB_framebuffer_object is not supported, and EXT_framebuffer_object is not supported.
  146. Shaders are not available because OpenGL 2.1 is not supported, ARB_shader_objects is not supported, ARB_vertex_shader is not supported, and ARB_fragment_shader is not supported.
  147. VBOs are not available because
  148. Using VBOs: Yes
  149. Is Modded: Definitely; Client brand changed to 'fml,forge'
  150. Type: Client (map_client.txt)
  151. Resource Packs: Jedipack_1.zip
  152. Current Language: Русский (Россия)
  153. Profiler Position: N/A (disabled)
  154. CPU: 2x Intel(R) Pentium(R) CPU G630 @ 2.70GHz
  155. OptiFine Version: OptiFine_1.8.9_HD_U_I7
  156. Render Distance Chunks: 7
  157. Mipmaps: 4
  158. Anisotropic Filtering: 1
  159. Antialiasing: 0
  160. Multitexture: false
  161. Shaders: null
  162. OpenGlVersion: 1.1.0
  163. OpenGlRenderer: GDI Generic
  164. OpenGlVendor: Microsoft Corporation
  165. CpuCount: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement