Advertisement
Dvineaspect

Untitled

Apr 4th, 2020
50
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. javafml@28.1
  107. minecraft@1
  108. kotlinfml@1.4.0
  109. Mod List:
  110. NetherPortalFix_1.14.4-7.0.0.jar NetherPortalFix {netherportalfix@7.0.0 DONE}
  111. Bountiful Baubles-1.14.4-0.0.3.jar Bountiful Baubles {bountifulbaubles@NONE DONE}
  112. jei-1.14.4-6.0.0.27.jar Just Enough Items {jei@6.0.0.27 DONE}
  113. Druidcraft-1.14-0.3.1.jar Druidcraft {druidcraft@0.3.1 DONE}
  114. Upgrade-Aquatic-1.14.4-v1.4.10.jar Upgrade Aquatic {upgrade_aquatic@1.4.9 DONE}
  115. findme-1.14.4-1.1.0.13.jar Find Me {findme@NONE DONE}
  116. essentials-1.14.4-2.6.7.jar Essentials {essentials@1.14.4-2.6.7 DONE}
  117. create-mc1.14.4_v0.2.2a.jar Create {create@mc1.14-0.2.2a DONE}
  118. Waystones_1.14.4-5.1.1.jar Waystones {waystones@5.1.1 DONE}
  119. xnet-1.14-1.8.7-alpha.jar XNet {xnet@1.14-1.8.7-alpha DONE}
  120. journeymap-1.14.4-5.7.0b1.jar Journeymap {journeymap@1.14.4-5.7.0b1 DONE}
  121. CookingForBlockheads_1.14.4-7.4.4.jar Cooking for Blockheads {cookingforblockheads@7.4.4 DONE}
  122. Controlling-5.0.6.jar Controlling {controlling@5.0.6 DONE}
  123. citadel-1.0.4-1.14.4.jar Citadel {citadel@1.0.4 DONE}
  124. theloader-1.14.4-1.0.0.jar The Loader {theloader@1.14.4-1.0.0 DONE}
  125. Fence Jumper-1.14.4-1.0.8.jar FenceJumper {fencejumper@version DONE}
  126. NomadicTents-1.14.4-10.1.1.jar Nomadic Tents {nomadictents@10.1.1 DONE}
  127. DungeonCrawl-1.14.4-1.6.3.jar Dungeon Crawl {dungeoncrawl@1.6.3 DONE}
  128. MutantBeasts-1.14.4-1.0.0.jar Mutant Beasts {mutantbeasts@1.14.4-1.0.0 DONE}
  129. FarmingForBlockheads_1.14.4-5.3.2.jar Farming for Blockheads {farmingforblockheads@5.3.2 DONE}
  130. Bookshelf-1.14.4-4.4.71.jar Bookshelf {bookshelf@4.4.71 DONE}
  131. mcjtylib-1.14-3.5.17-alpha.jar McJtyLib {mcjtylib@1.14-3.5.17-alpha DONE}
  132. rftoolsbase-1.14-0.0.12-alpha.jar RFToolsBase {rftoolsbase@1.14-0.0.12-alpha DONE}
  133. restrictions-1.14-1.3.10.jar Restrictions {restrictions@1.14-1.3.10 DONE}
  134. DarkUtilities-1.14.4-2.0.13.jar Dark Utilities {darkutils@2.0.13 DONE}
  135. ironshulkerboxes-1.14.4-3.1.12.jar Iron Shulker Boxes {ironshulkerbox@1.14.4-3.1.12 DONE}
  136. Morpheus-1.14.4-4.2.44.jar Morpheus {morpheus@version DONE}
  137. Hwyla-forge-1.10.6-B67_1.14.4.jar Waila {waila@version DONE}
  138. CarryOn MC1.14.4 v1.12.4.jar Carry On {carryon@1.12.4 DONE}
  139. CraftTweaker-1.14.4-5.0.1.165.jar CraftTweaker {crafttweaker@5.0.1.165 DONE}
  140. rftoolspower-1.14-1.2.12-alpha.jar RFToolsPower {rftoolspower@1.14-1.2.12-alpha DONE}
  141. mysticalworld-1.14.4-1.7.2.jar Mystical World {mysticalworld@1.14.4-1.7.2 DONE}
  142. swampexpansion-1.4.9.jar Swamp Expansion {swampexpansion@NONE DONE}
  143. forge-1.14.4-28.1.114-universal.jar Forge {forge@28.1.114 DONE}
  144. QuickLeafDecay-MC1.14.4-1.2.5.jar Quick Leaf Decay {quickleafdecay@1.2.5 DONE}
  145. mysticallib-1.14.4-1.14.0.jar Mystical Lib {mysticallib@1.14.4-1.14.0 DONE}
  146. ironchest-1.14.4-9.1.5.jar Iron Chests {ironchest@1.14.3-9.0.3 DONE}
  147. infernalmobs-1.14.4.6.jar Infernal Mobs {infernalmobs@1.14.4.6 DONE}
  148. forge-1.14.4-28.1.114-client.jar Minecraft {minecraft@1.14.4 DONE}
  149. industrial-foregoing-1.14.4-2.1.2-582ea8b.jar Industrial Foregoing {industrialforegoing@2.1.2 DONE}
  150. rftoolsutility-1.14-1.2.14-alpha.jar RFToolsUtility {rftoolsutility@1.14-1.2.14-alpha DONE}
  151. titanium-1.14.4-2.2.10.jar Titanium {titanium@2.2.10 DONE}
  152. BiomesOPlenty-1.14.4-9.0.0.262-universal.jar Biomes O' Plenty {biomesoplenty@1.14.4-9.0.0.259 DONE}
  153. astral-1.0.1.jar Astral {astral@1.0.1 DONE}
  154. Futurepack-1.14.4-28.0.32.jar Futurepack {futurepack@28.0.32 DONE}
  155. Kathairis-1.14.4-alpha-0.16.jar Kathairis {kathairis@version DONE}
  156. rftoolsbuilder-1.14-1.2.12-alpha.jar RFToolsBuilder {rftoolsbuilder@1.14-1.2.12-alpha DONE}
  157. portality-1.14.4-2.0.4-b0b3467.jar Portality {portality@2.0.4 DONE}
  158. foamdome-3.0.0.jar Foam Dome {foamdome@3.0.0 DONE}
  159. curios-FORGE-1.14.4-1.0.6.1.jar Curios API {curios@FORGE-1.14.4-1.0.6.1 DONE}
  160. Botania r1.11-378.jar Botania {botania@r1.11-378 DONE}
  161. SpartanShields-1.14.4-2.0.0.jar Spartan Shields {spartanshields@2.0.0 DONE}
  162. Patchouli-1.14.4-1.1-26.jar Patchouli {patchouli@1.14.4-1.1-25 DONE}
  163. AutoRegLib-1.4-35.jar AutoRegLib {arl@1.4-35 DONE}
  164. Quark-r2.0-212.jar Quark {quark@r2.0-212 DONE}
  165. rftoolsstorage-1.14-0.0.7-alpha.jar RFToolsStorage {rftoolsstorage@1.14-0.0.7-alpha DONE}
  166. rats-4.0.2-1.14.4.jar Rats {rats@4.0.2 DONE}
  167. pamhc2foodcore-1.14.4-1.0.2.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version DONE}
  168. RandomThings-MC1.14.4-5.0.1.jar Random Things {randomthings@5.0.1 DONE}
  169. lostcities-1.14-2.0.28-alpha.jar LostCities {lostcities@1.14-2.0.28-alpha DONE}
  170. structurize-0.10.245-ALPHA.jar Structurize {structurize@0.10.245-ALPHA DONE}
  171. Resources-1.14.4-1.0.0.jar McCivilizations: Resources {resources@1.14.4-1.0.0 DONE}
  172. minecolonies-0.10.715-RELEASE-universal.jar Minecolonies {minecolonies@0.10.715-RELEASE DONE}
  173. SpartanWeaponry-1.14.4-2.0.0-alpha-3.jar Spartan Weaponry {spartanweaponry@2.0.0 alpha 3 DONE}
  174. RefinedRelocation_1.14.4-6.2.6.jar Refined Relocation {refinedrelocation@6.2.6 DONE}
  175. Aquaculture-1.14.4-2.0.7.jar Aquaculture 2 {aquaculture@1.14.4-2.0.7 DONE}
  176. StevesFactoryManager-1.14.4-3.0.0-alpha26+hotfix.jar Steve's Factory Manager {sfm@1.14.4-3.0.0-alpha DONE}
  177. Cyclic-1.14.4-0.1.3.jar Cyclic {cyclic@1.14.4-0.1.3 DONE}
  178. Launched Version: forge-28.1.114
  179. LWJGL: 3.2.2 build 10
  180. 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.
  181. GL Caps: Using GL 1.3 multitexturing.
  182. Using GL 1.3 texture combiners.
  183. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  184. Shaders are available because OpenGL 2.1 is supported.
  185. VBOs are available because OpenGL 1.5 is supported.
  186.  
  187. Using VBOs: Yes
  188. Is Modded: Definitely; Client brand changed to 'forge'
  189. Type: Client (map_client.txt)
  190. Resource Packs:
  191. Current Language: English (US)
  192. CPU: 8x AMD FX(tm)-8320 Eight-Core Processor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement