Advertisement
Dvineaspect

Untitled

Apr 4th, 2020
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.72 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Daisy, daisy...
  3.  
  4. Time: 4/4/20 8:04 PM
  5. Description: Rendering overlay
  6.  
  7. java.lang.NullPointerException: Rendering overlay
  8. at net.minecraftforge.fml.network.simple.SimpleChannel.sendToServer(SimpleChannel.java:98) ~[?:?] {re:classloading}
  9. at futurepack.common.recipes.RecipeManagerSyncer.onServerRequestHashes(RecipeManagerSyncer.java:108) ~[?:1.14.4-28.0.32] {re:classloading}
  10. at futurepack.common.recipes.RecipeManagerSyncer.onClientRecipeReload(RecipeManagerSyncer.java:140) ~[?:1.14.4-28.0.32] {re:classloading}
  11. at futurepack.common.DistExecutorClient$1.apply(DistExecutorClient.java:134) ~[?:1.14.4-28.0.32] {re:classloading}
  12. at futurepack.common.DistExecutorClient$1.func_212853_a_(DistExecutorClient.java:123) ~[?:1.14.4-28.0.32] {re:classloading}
  13. at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {re:classloading}
  14. at net.minecraft.client.resources.ReloadListener$$Lambda$5964/2131674345.accept(Unknown Source) ~[?:?] {}
  15. at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_51] {}
  16. at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_51] {}
  17. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_51] {}
  18. at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {re:classloading}
  19. at net.minecraft.resources.AsyncReloader$$Lambda$7255/1946748019.run(Unknown Source) ~[?:?] {}
  20. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?] {re:classloading,pl:accesstransformer:B}
  21. at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?] {re:classloading}
  22. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?] {re:classloading,pl:accesstransformer:B}
  23. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) ~[?:?] {re:classloading,pl:accesstransformer:B}
  24. at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:861) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  25. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  26. at net.minecraft.client.main.Main.main(SourceFile:155) [?:?] {re:classloading}
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
  30. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
  31. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.14.4-28.1.114.jar:28.1] {}
  32. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$408/677329142.call(Unknown Source) [forge-1.14.4-28.1.114.jar:28.1] {}
  33. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?] {}
  34. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?] {}
  35. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?] {}
  36. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?] {}
  37. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.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: Client thread
  45. Stacktrace:
  46. at net.minecraftforge.fml.network.simple.SimpleChannel.sendToServer(SimpleChannel.java:98)
  47. at futurepack.common.recipes.RecipeManagerSyncer.onServerRequestHashes(RecipeManagerSyncer.java:108)
  48. at futurepack.common.recipes.RecipeManagerSyncer.onClientRecipeReload(RecipeManagerSyncer.java:140)
  49. at futurepack.common.DistExecutorClient$1.apply(DistExecutorClient.java:134)
  50. at futurepack.common.DistExecutorClient$1.func_212853_a_(DistExecutorClient.java:123)
  51. at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13)
  52. at net.minecraft.client.resources.ReloadListener$$Lambda$5964/2131674345.accept(Unknown Source)
  53. at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656)
  54. at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632)
  55. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442)
  56. at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71)
  57. at net.minecraft.resources.AsyncReloader$$Lambda$7255/1946748019.run(Unknown Source)
  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:544)
  67. at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:890)
  68. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384)
  69. at net.minecraft.client.main.Main.main(SourceFile:155)
  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:497)
  74. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
  75. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$408/677329142.call(Unknown Source)
  76. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
  77. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
  78. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
  79. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
  80. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
  81.  
  82. -- System Details --
  83. Details:
  84. Minecraft Version: 1.14.4
  85. Minecraft Version ID: 1.14.4
  86. Operating System: Windows 10 (amd64) version 10.0
  87. Java Version: 1.8.0_51, Oracle Corporation
  88. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  89. Memory: 1178121744 bytes (1123 MB) / 3004145664 bytes (2864 MB) up to 9862381568 bytes (9405 MB)
  90. CPUs: 8
  91. JVM Flags: 26 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx9472m -Xms256m -XX:PermSize=256m -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseNUMA -XX:+CMSParallelRemarkEnabled -XX:MaxTenuringThreshold=15 -XX:MaxGCPauseMillis=30 -XX:GCPauseIntervalMillis=150 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:+UseFastAccessorMethods -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:ReservedCodeCacheSize=2048m -XX:+UseCodeCacheFlushing -XX:SoftRefLRUPolicyMSPerMB=10000
  92. ModLauncher: 4.1.0+62+5bfa59b
  93. ModLauncher launch target: fmlclient
  94. ModLauncher naming: srg
  95. ModLauncher services:
  96. /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE
  97. /forge-1.14.4-28.1.114.jar object_holder_definalize PLUGINSERVICE
  98. /forge-1.14.4-28.1.114.jar runtime_enum_extender PLUGINSERVICE
  99. /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE
  100. /forge-1.14.4-28.1.114.jar capability_inject_definalize PLUGINSERVICE
  101. /forge-1.14.4-28.1.114.jar runtimedistcleaner PLUGINSERVICE
  102. /forge-1.14.4-28.1.114.jar fml TRANSFORMATIONSERVICE
  103. FML: 28.1
  104. Forge: net.minecraftforge:28.1.114
  105. FML Language Providers:
  106. minecraft@1
  107. Mod List:
  108. NetherPortalFix_1.14.4-7.0.0.jar NetherPortalFix {[email protected] DONE}
  109. Bountiful Baubles-1.14.4-0.0.3.jar Bountiful Baubles {bountifulbaubles@NONE DONE}
  110. jei-1.14.4-6.0.0.27.jar Just Enough Items {[email protected] DONE}
  111. Druidcraft-1.14-0.3.1.jar Druidcraft {[email protected] DONE}
  112. Upgrade-Aquatic-1.14.4-v1.4.10.jar Upgrade Aquatic {[email protected] DONE}
  113. findme-1.14.4-1.1.0.13.jar Find Me {findme@NONE DONE}
  114. essentials-1.14.4-2.6.7.jar Essentials {[email protected] DONE}
  115. create-mc1.14.4_v0.2.2a.jar Create {[email protected] DONE}
  116. Waystones_1.14.4-5.1.1.jar Waystones {[email protected] DONE}
  117. xnet-1.14-1.8.7-alpha.jar XNet {[email protected] DONE}
  118. journeymap-1.14.4-5.7.0b1.jar Journeymap {[email protected] DONE}
  119. CookingForBlockheads_1.14.4-7.4.4.jar Cooking for Blockheads {[email protected] DONE}
  120. Controlling-5.0.6.jar Controlling {[email protected] DONE}
  121. citadel-1.0.4-1.14.4.jar Citadel {[email protected] DONE}
  122. theloader-1.14.4-1.0.0.jar The Loader {[email protected] DONE}
  123. Fence Jumper-1.14.4-1.0.8.jar FenceJumper {fencejumper@version DONE}
  124. NomadicTents-1.14.4-10.1.1.jar Nomadic Tents {[email protected] DONE}
  125. DungeonCrawl-1.14.4-1.6.3.jar Dungeon Crawl {[email protected] DONE}
  126. MutantBeasts-1.14.4-1.0.0.jar Mutant Beasts {[email protected] DONE}
  127. FarmingForBlockheads_1.14.4-5.3.2.jar Farming for Blockheads {[email protected] DONE}
  128. Bookshelf-1.14.4-4.4.71.jar Bookshelf {[email protected] DONE}
  129. mcjtylib-1.14-3.5.17-alpha.jar McJtyLib {[email protected] DONE}
  130. rftoolsbase-1.14-0.0.12-alpha.jar RFToolsBase {[email protected] DONE}
  131. restrictions-1.14-1.3.10.jar Restrictions {[email protected] DONE}
  132. DarkUtilities-1.14.4-2.0.13.jar Dark Utilities {[email protected] DONE}
  133. ironshulkerboxes-1.14.4-3.1.12.jar Iron Shulker Boxes {[email protected] DONE}
  134. Morpheus-1.14.4-4.2.44.jar Morpheus {morpheus@version DONE}
  135. Hwyla-forge-1.10.6-B67_1.14.4.jar Waila {waila@version DONE}
  136. CarryOn MC1.14.4 v1.12.4.jar Carry On {[email protected] DONE}
  137. CraftTweaker-1.14.4-5.0.1.165.jar CraftTweaker {[email protected] DONE}
  138. rftoolspower-1.14-1.2.12-alpha.jar RFToolsPower {[email protected] DONE}
  139. mysticalworld-1.14.4-1.7.2.jar Mystical World {[email protected] DONE}
  140. swampexpansion-1.4.9.jar Swamp Expansion {swampexpansion@NONE DONE}
  141. forge-1.14.4-28.1.114-universal.jar Forge {[email protected] DONE}
  142. QuickLeafDecay-MC1.14.4-1.2.5.jar Quick Leaf Decay {[email protected] DONE}
  143. mysticallib-1.14.4-1.14.0.jar Mystical Lib {[email protected] DONE}
  144. ironchest-1.14.4-9.1.5.jar Iron Chests {[email protected] DONE}
  145. infernalmobs-1.14.4.6.jar Infernal Mobs {[email protected] DONE}
  146. forge-1.14.4-28.1.114-client.jar Minecraft {[email protected] DONE}
  147. industrial-foregoing-1.14.4-2.1.2-582ea8b.jar Industrial Foregoing {[email protected] DONE}
  148. rftoolsutility-1.14-1.2.14-alpha.jar RFToolsUtility {[email protected] DONE}
  149. titanium-1.14.4-2.2.10.jar Titanium {[email protected] DONE}
  150. BiomesOPlenty-1.14.4-9.0.0.262-universal.jar Biomes O' Plenty {[email protected] DONE}
  151. astral-1.0.1.jar Astral {[email protected] DONE}
  152. Futurepack-1.14.4-28.0.32.jar Futurepack {[email protected] DONE}
  153. Kathairis-1.14.4-alpha-0.16.jar Kathairis {kathairis@version DONE}
  154. rftoolsbuilder-1.14-1.2.12-alpha.jar RFToolsBuilder {[email protected] DONE}
  155. portality-1.14.4-2.0.4-b0b3467.jar Portality {[email protected] DONE}
  156. foamdome-3.0.0.jar Foam Dome {[email protected] DONE}
  157. curios-FORGE-1.14.4-1.0.6.1.jar Curios API {[email protected] DONE}
  158. Botania r1.11-378.jar Botania {[email protected] DONE}
  159. SpartanShields-1.14.4-2.0.0.jar Spartan Shields {[email protected] DONE}
  160. Patchouli-1.14.4-1.1-26.jar Patchouli {[email protected] DONE}
  161. AutoRegLib-1.4-35.jar AutoRegLib {[email protected] DONE}
  162. Quark-r2.0-212.jar Quark {[email protected] DONE}
  163. rftoolsstorage-1.14-0.0.7-alpha.jar RFToolsStorage {[email protected] DONE}
  164. rats-4.0.2-1.14.4.jar Rats {[email protected] DONE}
  165. pamhc2foodcore-1.14.4-1.0.2.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version DONE}
  166. RandomThings-MC1.14.4-5.0.1.jar Random Things {[email protected] DONE}
  167. lostcities-1.14-2.0.28-alpha.jar LostCities {[email protected] DONE}
  168. structurize-0.10.245-ALPHA.jar Structurize {[email protected] DONE}
  169. Resources-1.14.4-1.0.0.jar McCivilizations: Resources {[email protected] DONE}
  170. minecolonies-0.10.715-RELEASE-universal.jar Minecolonies {[email protected] DONE}
  171. SpartanWeaponry-1.14.4-2.0.0-alpha-3.jar Spartan Weaponry {[email protected] alpha 3 DONE}
  172. RefinedRelocation_1.14.4-6.2.6.jar Refined Relocation {[email protected] DONE}
  173. Aquaculture-1.14.4-2.0.7.jar Aquaculture 2 {[email protected] DONE}
  174. StevesFactoryManager-1.14.4-3.0.0-alpha26+hotfix.jar Steve's Factory Manager {[email protected] DONE}
  175. Cyclic-1.14.4-0.1.3.jar Cyclic {[email protected] DONE}
  176. Launched Version: forge-28.1.114
  177. LWJGL: 3.2.2 build 10
  178. OpenGL: AMD Radeon (TM) R7 360 Series GL version 4.6.13571 Compatibility Profile Context 19.9.2 26.20.13003.1007, ATI Technologies Inc.
  179. GL Caps: Using GL 1.3 multitexturing.
  180. Using GL 1.3 texture combiners.
  181. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  182. Shaders are available because OpenGL 2.1 is supported.
  183. VBOs are available because OpenGL 1.5 is supported.
  184.  
  185. Using VBOs: Yes
  186. Is Modded: Definitely; Client brand changed to 'forge'
  187. Type: Client (map_client.txt)
  188. Resource Packs:
  189. Current Language: English (US)
  190. CPU: 8x AMD FX(tm)-8320 Eight-Core Processor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement