Advertisement
Guest User

Untitled

a guest
Sep 21st, 2022
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.50 KB | None | 0 0
  1.  
  2. ---- Minecraft Crash Report ----
  3. // You should try our sister game, Minceraft!
  4.  
  5. Time: 21-09-2022 20:43
  6. Description: Rendering overlay
  7.  
  8. java.lang.RuntimeException: Could not compile shader. See log for details.
  9. at com.simibubi.create.foundation.render.backend.gl.shader.GlShader.<init>(GlShader.java:31) ~[?:mc1.15.2_v0.3.1a+478] {re:classloading}
  10. at com.simibubi.create.foundation.render.backend.ShaderLoader.loadShader(ShaderLoader.java:153) ~[?:mc1.15.2_v0.3.1a+478] {re:classloading}
  11. at com.simibubi.create.foundation.render.backend.ShaderLoader.loadProgram(ShaderLoader.java:97) ~[?:mc1.15.2_v0.3.1a+478] {re:classloading}
  12. at com.simibubi.create.foundation.render.backend.ShaderLoader.loadProgram(ShaderLoader.java:81) ~[?:mc1.15.2_v0.3.1a+478] {re:classloading}
  13. at java.util.HashMap$Values.forEach(HashMap.java:981) ~[?:1.8.0-internal] {}
  14. at com.simibubi.create.foundation.render.backend.ShaderLoader.onResourceManagerReload(ShaderLoader.java:46) ~[?:mc1.15.2_v0.3.1a+478] {re:classloading}
  15. at net.minecraftforge.resource.ISelectiveResourceReloadListener.func_195410_a(ISelectiveResourceReloadListener.java:33) ~[?:?] {re:classloading}
  16. at net.minecraft.resources.IResourceManagerReloadListener.lambda$reload$0(IResourceManagerReloadListener.java:16) ~[?:?] {re:classloading,re:mixin}
  17. at java.util.concurrent.CompletableFuture.uniRun(CompletableFuture.java:719) ~[?:1.8.0-internal] {}
  18. at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:701) ~[?:1.8.0-internal] {}
  19. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0-internal] {}
  20. at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {re:classloading}
  21. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
  22. at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?] {re:mixin,re:classloading}
  23. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
  24. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
  25. at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:897) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,pl:mixin:APP:create.mixins.json:ShaderCloseMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  26. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:553) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,pl:mixin:APP:create.mixins.json:ShaderCloseMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  27. at net.minecraft.client.main.Main.main(SourceFile:204) ~[1.15.2-forge-31.2.57.jar:?] {re:classloading}
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0-internal] {}
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0-internal] {}
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0-internal] {}
  31. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0-internal] {}
  32. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.15.2-31.2.57.jar:31.2] {}
  33. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.2.jar:?] {}
  34. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.2.jar:?] {}
  35. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.2.jar:?] {}
  36. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.2.jar:?] {}
  37. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.2.jar:?] {}
  38.  
  39.  
  40. A detailed walkthrough of the error, its code path and all known details is as follows:
  41. ---------------------------------------------------------------------------------------
  42.  
  43. -- Head --
  44. Thread: Render thread
  45. Stacktrace:
  46. at com.simibubi.create.foundation.render.backend.gl.shader.GlShader.<init>(GlShader.java:31)
  47. at com.simibubi.create.foundation.render.backend.ShaderLoader.loadShader(ShaderLoader.java:153)
  48. at com.simibubi.create.foundation.render.backend.ShaderLoader.loadProgram(ShaderLoader.java:97)
  49. at com.simibubi.create.foundation.render.backend.ShaderLoader.loadProgram(ShaderLoader.java:81)
  50. at java.util.HashMap$Values.forEach(HashMap.java:981)
  51. at com.simibubi.create.foundation.render.backend.ShaderLoader.onResourceManagerReload(ShaderLoader.java:46)
  52. at net.minecraftforge.resource.ISelectiveResourceReloadListener.func_195410_a(ISelectiveResourceReloadListener.java:33)
  53. at net.minecraft.resources.IResourceManagerReloadListener.lambda$reload$0(IResourceManagerReloadListener.java:16)
  54. at java.util.concurrent.CompletableFuture.uniRun(CompletableFuture.java:719)
  55. at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:701)
  56. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456)
  57. at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71)
  58. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144)
  59. at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23)
  60. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118)
  61.  
  62. -- Overlay render details --
  63. Details:
  64. Overlay name: net.minecraft.client.gui.ResourceLoadProgressGui
  65. Stacktrace:
  66. at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:472)
  67. at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:924)
  68. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:553)
  69. at net.minecraft.client.main.Main.main(SourceFile:204)
  70. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  71. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  72. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  73. at java.lang.reflect.Method.invoke(Method.java:498)
  74. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
  75. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
  76. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
  77. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
  78. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
  79. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
  80.  
  81. -- System Details --
  82. Details:
  83. Minecraft Version: 1.15.2
  84. Minecraft Version ID: 1.15.2
  85. Operating System: Linux (aarch64) version Android-12
  86. Java Version: 1.8.0-internal, Oracle Corporation
  87. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  88. Memory: 1319014312 bytes (1257 MB) / 2542272512 bytes (2424 MB) up to 2542272512 bytes (2424 MB)
  89. CPUs: 8
  90. JVM Flags: 3 total; -Xms2560M -Xmx2560M -Xbootclasspath/p:/storage/emulated/0/Android/data/net.kdt.pojavlaunch.debug/files/caciocavallo/ResConfHack.jar:/storage/emulated/0/Android/data/net.kdt.pojavlaunch.debug/files/caciocavallo/cacio-androidnw-1.10-SNAPSHOT.jar:/storage/emulated/0/Android/data/net.kdt.pojavlaunch.debug/files/caciocavallo/cacio-shared-1.10-SNAPSHOT.jar
  91. ModLauncher: 5.1.2+70+master.2845bb9
  92. ModLauncher launch target: fmlclient
  93. ModLauncher naming: srg
  94. ModLauncher services:
  95. /mixin-0.8.2.jar mixin PLUGINSERVICE
  96. /eventbus-2.2.1-service.jar eventbus PLUGINSERVICE
  97. /forge-1.15.2-31.2.57.jar object_holder_definalize PLUGINSERVICE
  98. /forge-1.15.2-31.2.57.jar runtime_enum_extender PLUGINSERVICE
  99. /accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE
  100. /forge-1.15.2-31.2.57.jar capability_inject_definalize PLUGINSERVICE
  101. /forge-1.15.2-31.2.57.jar runtimedistcleaner PLUGINSERVICE
  102. /mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
  103. /forge-1.15.2-31.2.57.jar fml TRANSFORMATIONSERVICE
  104. FML: 31.2
  105. Forge: net.minecraftforge:31.2.57
  106. FML Language Providers:
  107. javafml@31.2
  108. minecraft@1
  109. Mod List:
  110. forge-1.15.2-31.2.57-client.jar Minecraft {minecraft@1.15.2 ENQUEUE_IMC}
  111. theoneprobe-1.15-2.0.7.jar The One Probe {theoneprobe@1.15-2.0.7 ENQUEUE_IMC}
  112. biggerreactors-1.15.2-0.0.2-beta.jar Bigger Reactors {biggerreactors@0.0.0-alpha ENQUEUE_IMC, phosphophyllite@0.0.0-alpha ENQUEUE_IMC}
  113. Cucumber-1.15.2-3.0.9.jar Cucumber Library {cucumber@3.0.9 ENQUEUE_IMC}
  114. SilentLib-1.15.2-4.6.6+59.jar Silent Lib {silentlib@4.6.6+59 ENQUEUE_IMC}
  115. BiomesOPlenty-1.15.2-10.0.0.366-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.366 ENQUEUE_IMC}
  116. Lollipop-1.15.2-1.0.16.jar Lollipop {lollipop@1.0.16 ENQUEUE_IMC}
  117. ironfurnaces-1.15.2-2.0.4.jar Iron Furnaces {ironfurnaces@2.0.4 ENQUEUE_IMC}
  118. allthemodium-1.0.3-1.15.2-31.2.8.jar Allthemodium {allthemodium@1.0.3 ENQUEUE_IMC}
  119. SilentGear-1.15.2-1.11.4+187.jar Silent Gear {silentgear@1.11.4+187 ENQUEUE_IMC}
  120. jei-1.15.2-6.0.3.16.jar Just Enough Items {jei@6.0.3.16 ENQUEUE_IMC}
  121. simplybackpacks-1.15.2-1.5.0-FINAL.jar Simply Backpacks {simplybackpacks@1.15.2-1.5.0-FINAL ENQUEUE_IMC}
  122. Mekanism-1.15.2-9.10.9.422.jar Mekanism {mekanism@9.10.9 ENQUEUE_IMC}
  123. SilentMechanisms-1.15.2-0.8.0+59.jar Silent's Mechanisms {silents_mechanisms@0.8.0+59 ENQUEUE_IMC}
  124. Industrial+Agriculture[Core]-1.15.2-1.7.0.jar Industrial Agriculture {industrialagriculture@1.15.2-1.7.0 ENQUEUE_IMC}
  125. curios-FORGE-1.15.2-2.0.2.7.jar Curios API {curios@FORGE-1.15.2-2.0.2.7 ENQUEUE_IMC}
  126. Botania-r1.15-388.jar Botania {botania@r1.15-388 ENQUEUE_IMC}
  127. Patchouli-1.15.2-1.2-35.jar Patchouli {patchouli@1.15.2-1.2-35 ENQUEUE_IMC}
  128. create-mc1.15.2_v0.3.1a.jar Create {create@mc1.15.2_v0.3.1a+478 ENQUEUE_IMC}
  129. gravestone-1.17.6.jar Gravestone Mod {gravestone@1.17.6 ENQUEUE_IMC}
  130. Clumps-5.0.2.8.jar Clumps {clumps@5.0.2.8 ENQUEUE_IMC}
  131. journeymap-1.15.2-5.7.0.jar Journeymap {journeymap@5.7.0 ENQUEUE_IMC}
  132. CookingForBlockheads_1.15.2-8.0.3.jar Cooking for Blockheads {cookingforblockheads@8.0.3 ENQUEUE_IMC}
  133. Placebo-1.15.2-3.1.1.jar Placebo {placebo@3.1.1 ENQUEUE_IMC}
  134. appliedenergistics2-7.0.5.jar Applied Energistics 2 {appliedenergistics2@7.0.5 ENQUEUE_IMC}
  135. StorageDrawers-1.15.2-7.0.3.jar Storage Drawers {storagedrawers@1.15.2-7.0.3 ENQUEUE_IMC}
  136. FluxNetworks-1.15.2-5.0.3-4.jar Flux Networks {fluxnetworks@1.15.2-5.0.3-4 ENQUEUE_IMC}
  137. Powah-1.15.2-1.1.15.jar Powah {powah@1.1.15 ENQUEUE_IMC}
  138. elevatorid-1.15.2-1.7.1.jar Elevator Mod {elevatorid@1.15.2-1.7.1 ENQUEUE_IMC}
  139. ftb-ultimine-1.0.8.5.jar FTB Ultimine {ftbultimine@1.0.8.5 ENQUEUE_IMC}
  140. Bookshelf-1.15.2-5.6.40.jar Bookshelf {bookshelf@5.6.40 ENQUEUE_IMC}
  141. BotanyPots-1.15.2-2.0.29.jar BotanyPots {botanypots@2.0.29 ENQUEUE_IMC}
  142. mcjtylib-1.15-4.1.13.jar McJtyLib {mcjtylib@1.15-4.1.13 ENQUEUE_IMC}
  143. rftoolsbase-1.15-1.1.10.jar RFToolsBase {rftoolsbase@1.15-1.1.10 ENQUEUE_IMC}
  144. rftoolsbuilder-1.15-2.1.16.jar RFToolsBuilder {rftoolsbuilder@1.15-2.1.16 ENQUEUE_IMC}
  145. Apotheosis-1.15.2-3.3.8.jar Apotheosis {apotheosis@3.3.8 ENQUEUE_IMC}
  146. MekanismGenerators-1.15.2-9.10.9.422.jar Mekanism: Generators {mekanismgenerators@9.10.9 ENQUEUE_IMC}
  147. SilentGems-1.15.2-3.6.2+98.jar Silent's Gems 3 {silentgems@3.6.2+98 ENQUEUE_IMC}
  148. forge-1.15.2-31.2.57-universal.jar Forge {forge@31.2.57 ENQUEUE_IMC}
  149. Psi+r1.2-84.jar Psi {psi@r1.2-83 ENQUEUE_IMC}
  150. MysticalAgradditions-1.15.2-3.0.1.jar Mystical Agradditions {mysticalagradditions@3.0.1 ENQUEUE_IMC}
  151. CodeChickenLib-1.15.2-3.3.6.424-universal.jar CodeChicken Lib {codechickenlib@3.3.6.424 ENQUEUE_IMC}
  152. EnderStorage-1.15.2-2.5.2.164-universal.jar EnderStorage {enderstorage@2.5.2.164 ENQUEUE_IMC}
  153. refinedstorage-1.8.8.jar Refined Storage {refinedstorage@1.8.8 ENQUEUE_IMC}
  154. Industrial+Agriculture[Botania]-1.15.2-1.7.0.jar Industrial Agriculture Plugin-Botania {iapb@1.15.2-1.7.0 ENQUEUE_IMC}
  155. MysticalAgriculture-1.15.2-3.0.10.jar Mystical Agriculture {mysticalagriculture@3.0.10 ENQUEUE_IMC}
  156. [Psi] Active spell: None
  157. Patchouli open book context: n/a
  158. Launched Version: 1.15.2
  159. Backend library: LWJGL version 3.2.3 SNAPSHOT
  160. Backend API: vgpu 1.3.68 GL version 3.0, vgpu
  161. GL Caps: Using framebuffer using OpenGL 3.0
  162. Using VBOs: Yes
  163. Is Modded: Definitely; Client brand changed to 'forge'
  164. Type: Client (map_client.txt)
  165. Resource Packs:
  166. Current Language: ~~ERROR~~ NullPointerException: null
  167. CPU: 9x null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement