Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.77 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I let you down. Sorry :(
  3.  
  4. Time: 3/18/19 11:48 AM
  5. Description: Initializing game
  6.  
  7. java.lang.IllegalAccessError: tried to access field net.minecraft.client.renderer.texture.TextureMap.field_195427_i from class mezz.jei.gui.textures.JeiTextureMap
  8. at mezz.jei.gui.textures.JeiTextureMap.registerSprite(JeiTextureMap.java:52)
  9. at mezz.jei.gui.textures.Textures.registerSprite(Textures.java:70)
  10. at mezz.jei.gui.textures.Textures.<init>(Textures.java:39)
  11. at mezz.jei.startup.ClientLifecycleHandler.lambda$new$2(ClientLifecycleHandler.java:99)
  12. at mezz.jei.startup.ClientLifecycleHandler$$Lambda$1442/742462459.accept(Unknown Source)
  13. at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
  14. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  15. at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
  16. at java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:419)
  17. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
  18. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
  19. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
  20. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
  21. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  22. at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
  23. at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:201)
  24. at net.minecraftforge.eventbus.EventBus$$Lambda$1328/1400415267.invoke(Unknown Source)
  25. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:257)
  26. at net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPre(ForgeHooksClient.java:166)
  27. at net.minecraft.client.renderer.texture.TextureMap.func_195426_a(TextureMap.java:47)
  28. at net.minecraft.client.renderer.model.ModelBakery.func_177570_a(ModelBakery.java:320)
  29. at net.minecraft.client.renderer.model.ModelManager.func_195410_a(ModelManager.java:25)
  30. at net.minecraft.resources.SimpleReloadableResourceManager.func_199006_a(SimpleReloadableResourceManager.java:114)
  31. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:456)
  32. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:344)
  33. at net.minecraft.client.main.Main.main(SourceFile:144)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  36. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  37. at java.lang.reflect.Method.invoke(Method.java:497)
  38. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
  39. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$280/479920916.call(Unknown Source)
  40. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:19)
  41. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:32)
  42. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50)
  43. at cpw.mods.modlauncher.Launcher.run(Launcher.java:56)
  44. at cpw.mods.modlauncher.Launcher.main(Launcher.java:42)
  45.  
  46.  
  47. A detailed walkthrough of the error, its code path and all known details is as follows:
  48. ---------------------------------------------------------------------------------------
  49.  
  50. -- Head --
  51. Thread: Client thread
  52. Stacktrace:
  53. at mezz.jei.gui.textures.JeiTextureMap.registerSprite(JeiTextureMap.java:52)
  54. at mezz.jei.gui.textures.Textures.registerSprite(Textures.java:70)
  55. at mezz.jei.gui.textures.Textures.<init>(Textures.java:39)
  56. at mezz.jei.startup.ClientLifecycleHandler.lambda$new$2(ClientLifecycleHandler.java:99)
  57. at mezz.jei.startup.ClientLifecycleHandler$$Lambda$1442/742462459.accept(Unknown Source)
  58. at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
  59. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  60. at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
  61. at java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:419)
  62. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
  63. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
  64. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
  65. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
  66. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  67. at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
  68. at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:201)
  69. at net.minecraftforge.eventbus.EventBus$$Lambda$1328/1400415267.invoke(Unknown Source)
  70. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:257)
  71. at net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPre(ForgeHooksClient.java:166)
  72. at net.minecraft.client.renderer.texture.TextureMap.func_195426_a(TextureMap.java:47)
  73. at net.minecraft.client.renderer.model.ModelBakery.func_177570_a(ModelBakery.java:320)
  74. at net.minecraft.client.renderer.model.ModelManager.func_195410_a(ModelManager.java:25)
  75. at net.minecraft.resources.SimpleReloadableResourceManager.func_199006_a(SimpleReloadableResourceManager.java:114)
  76. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:456)
  77.  
  78. -- Initialization --
  79. Details:
  80. Stacktrace:
  81. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:344)
  82. at net.minecraft.client.main.Main.main(SourceFile:144)
  83. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  84. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  85. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  86. at java.lang.reflect.Method.invoke(Method.java:497)
  87. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
  88. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$280/479920916.call(Unknown Source)
  89. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:19)
  90. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:32)
  91. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50)
  92. at cpw.mods.modlauncher.Launcher.run(Launcher.java:56)
  93. at cpw.mods.modlauncher.Launcher.main(Launcher.java:42)
  94.  
  95. -- System Details --
  96. Details:
  97. Minecraft Version: 1.13.2
  98. Operating System: Windows 10 (amd64) version 10.0
  99. Java Version: 1.8.0_51, Oracle Corporation
  100. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  101. Memory: 1055651640 bytes (1006 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
  102. JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  103. FML: New FML!
  104. Loaded coremods (and transformers): Nothing
  105. Launched Version: 1.13.2-forge-25.0.88
  106. LWJGL: 3.1.6 build 14
  107. OpenGL: GeForce RTX 2070/PCIe/SSE2 GL version 4.6.0 NVIDIA 419.35, NVIDIA Corporation
  108. GL Caps: Using GL 1.3 multitexturing.
  109. Using GL 1.3 texture combiners.
  110. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  111. Shaders are available because OpenGL 2.1 is supported.
  112. VBOs are available because OpenGL 1.5 is supported.
  113.  
  114. Using VBOs: Yes
  115. Is Modded: Definitely; Client brand changed to 'forge'
  116. Type: Client (map_client.txt)
  117. Resource Packs: vanilla, file/SapixCraft 128x MC1.13.zip
  118. Current Language: English (US)
  119. Profiler Position: N/A (disabled)
  120. CPU: 8x Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement