Advertisement
supersaiyansubtlety

crash.txt

Feb 13th, 2021
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.25 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This doesn't make any sense!
  3.  
  4. Time: 2/13/21 3:05 PM
  5. Description: Initializing game
  6.  
  7. java.lang.RuntimeException: Could not execute entrypoint stage 'client' due to errors, provided by 'block_renderer'!
  8. at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:53)
  9. at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:36)
  10. at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:33)
  11. at net.minecraft.class_310.<init>(class_310.java:437)
  12. at net.minecraft.client.main.Main.main(Main.java:177)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  15. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  16. at java.lang.reflect.Method.invoke(Method.java:497)
  17. at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
  18. at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:139)
  19. at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:27)
  20. Caused by: net.fabricmc.loader.api.EntrypointException: Exception while loading entries for entrypoint 'client' provided by 'block_renderer'
  21. at net.fabricmc.loader.EntrypointStorage.lambda$getEntrypointContainers$1(EntrypointStorage.java:186)
  22. at net.fabricmc.loader.EntrypointStorage$$Lambda$2258/1621418276.get(Unknown Source)
  23. at net.fabricmc.loader.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:37)
  24. at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:50)
  25. ... 11 more
  26. Caused by: net.fabricmc.loader.api.LanguageAdapterException: java.lang.reflect.InvocationTargetException
  27. at net.fabricmc.loader.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:56)
  28. at net.fabricmc.loader.EntrypointStorage$NewEntry.create(EntrypointStorage.java:112)
  29. at net.fabricmc.loader.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:99)
  30. at net.fabricmc.loader.EntrypointStorage.lambda$getEntrypointContainers$1(EntrypointStorage.java:184)
  31. ... 14 more
  32. Caused by: java.lang.reflect.InvocationTargetException
  33. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  34. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  35. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  36. at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
  37. at net.fabricmc.loader.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:54)
  38. ... 17 more
  39. Caused by: java.lang.AssertionError: Minecraft Instance is present but the Window isn't.
  40. at com.unascribed.blockrenderer.fabric.client.varia.rendering.GL.<init>(GL.java:27)
  41. at com.unascribed.blockrenderer.fabric.client.varia.rendering.GL.<clinit>(GL.java:16)
  42. at com.unascribed.blockrenderer.fabric.BlockRenderer.<init>(BlockRenderer.java:17)
  43. ... 22 more
  44.  
  45.  
  46. A detailed walkthrough of the error, its code path and all known details is as follows:
  47. ---------------------------------------------------------------------------------------
  48.  
  49. -- Head --
  50. Thread: Render thread
  51. Stacktrace:
  52. at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:53)
  53. at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:36)
  54. at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:33)
  55. at net.minecraft.class_310.<init>(class_310.java:437)
  56.  
  57. -- Initialization --
  58. Details:
  59. Stacktrace:
  60. at net.minecraft.client.main.Main.main(Main.java:177)
  61. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  62. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  63. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  64. at java.lang.reflect.Method.invoke(Method.java:497)
  65. at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
  66. at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:139)
  67. at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:27)
  68.  
  69. -- System Details --
  70. Details:
  71. Minecraft Version: 1.16.4
  72. Minecraft Version ID: 1.16.4
  73. Operating System: Windows 10 (amd64) version 10.0
  74. Java Version: 1.8.0_51, Oracle Corporation
  75. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  76. Memory: 1593858728 bytes (1520 MB) / 2013265920 bytes (1920 MB) up to 2147483648 bytes (2048 MB)
  77. CPUs: 16
  78. 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
  79. Fabric Mods:
  80. block_renderer: BlockRenderer 1.16.4-1.5.1
  81. fabric: Fabric API 0.30.0+1.16
  82. fabric-api-base: Fabric API Base 0.2.0+daa38b3d7d
  83. fabric-biome-api-v1: Fabric Biome API (v1) 3.1.1+ca58154a7d
  84. fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.5+ca58154a7d
  85. fabric-command-api-v1: Fabric Command API (v1) 1.0.10+ca58154a7d
  86. fabric-commands-v0: Fabric Commands (v0) 0.2.2+ca58154a7d
  87. fabric-containers-v0: Fabric Containers (v0) 0.1.10+ca58154a7d
  88. fabric-content-registries-v0: Fabric Content Registries (v0) 0.2.1+ca58154a7d
  89. fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.3+ca58154a7d
  90. fabric-dimensions-v1: fabric-dimensions-v1 2.0.2+ca58154a7d
  91. fabric-entity-events-v1: Fabric Entity Events (v1) 1.0.3+ca58154a7d
  92. fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.2+ca58154a7d
  93. fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.1+ca58154a7d
  94. fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.6+ca58154a7d
  95. fabric-item-api-v1: Fabric Item API (v1) 1.2.1+ca58154a7d
  96. fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.3+ca58154a7d
  97. fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.2+ca58154a7d
  98. fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.1+ca58154a7d
  99. fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.2.1+ca58154a7d
  100. fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.2+ca58154a7d
  101. fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.3+ca58154a7d
  102. fabric-models-v0: Fabric Models (v0) 0.2.1+ca58154a7d
  103. fabric-networking-api-v1: Fabric Networking API (v1) 1.0.1+ca58154a7d
  104. fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.8+ca58154a7d
  105. fabric-networking-v0: Fabric Networking (v0) 0.3.2+ca58154a7d
  106. fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.9.3+ca58154a7d
  107. fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.2+ca58154a7d
  108. fabric-particles-v1: Fabric Particles (v1) 0.2.4+ca58154a7d
  109. fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.4+ca58154a7d
  110. fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.1+ca58154a7d
  111. fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.4+ca58154a7d
  112. fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.2.1+ca58154a7d
  113. fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+ca58154a7d
  114. fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.13+ca58154a7d
  115. fabric-rendering-v0: Fabric Rendering (v0) 1.1.2+ca58154a7d
  116. fabric-rendering-v1: Fabric Rendering (v1) 1.5.1+ca58154a7d
  117. fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.2+ca58154a7d
  118. fabric-screen-api-v1: Fabric Screen API (v1) 1.0.0+c045166c7d
  119. fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.1+ca58154a7d
  120. fabric-structure-api-v1: Fabric Structure API (v1) 1.1.4+ca58154a7d
  121. fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.1.1+ca58154a7d
  122. fabric-textures-v0: Fabric Textures (v0) 1.0.6+ca58154a7d
  123. fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.6+ca58154a7d
  124. fabricloader: Fabric Loader 0.11.1
  125. java: Java HotSpot(TM) 64-Bit Server VM 8
  126. minecraft: Minecraft 1.16.4
  127. Launched Version: fabric-loader-0.11.1-1.16.4
  128. Backend library: LWJGL version 3.2.2 build 10
  129. Backend API: NO CONTEXT
  130. GL Caps:
  131. Using VBOs: Yes
  132. Is Modded: Definitely; Client brand changed to 'fabric'
  133. Type: Client (map_client.txt)
  134. CPU: <unknown>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement