Keksuccino / FancyMenu

Source code for FancyMenu.
Other
161 stars 20 forks source link

FancyMenu crashes client-side on startup when run on Linux #50

Closed mbainter closed 4 years ago

mbainter commented 4 years ago

Describe the bug In the current (2.2.3) Valhelsia2 modpack, FancyMenu consistently crashes the Minecraft client on startup on Linux

To Reproduce Steps to reproduce the behavior:

  1. Replace the mod in the distribution with 1.3.1
  2. Start Minecraft on Linux
  3. Fails

Note that if I disable FancyMenu the Launcher is able to proceed past this point.

Expected behavior Shouldn't crash

Crash Log

Full Startup Log

``` ---- Minecraft Crash Report ---- // I just don't know what went wrong :( Time: 6/26/20 5:05 PM Description: Initializing game java.lang.NullPointerException: Initializing game at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at doggytalents.ModBlocks.registerBlockColours(ModBlocks.java:46) ~[?:1.15.2.3] {re:classloading,pl:object_holder_definalize:A} at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-2.2.0-service.jar:?] {} at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-2.2.0-service.jar:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {} at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.2] {re:classloading} at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading} at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_252] {} at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) ~[?:?] {re:classloading} at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207) ~[?:?] {re:classloading} at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.(Minecraft.java:419) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(SourceFile:166) ~[minecraft-1.15.2-client.jar:?] {re:classloading} at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252] {} at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252] {} at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252] {} at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.15.2-31.2.21-launcher.jar:31.2] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?] {re:classloading} at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {re:classloading} at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:39) [ForgeWrapper-1.4.1.jar:?] {} at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252] {} at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252] {} at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252] {} at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252] {} at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?] {} at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?] {} at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?] {} at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) at doggytalents.ModBlocks.registerBlockColours(ModBlocks.java:46) at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) at java.util.HashMap.forEach(HashMap.java:1289) at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207) at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) at net.minecraft.client.Minecraft.(Minecraft.java:419) -- Initialization -- Details: Stacktrace: at net.minecraft.client.main.Main.main(SourceFile:166) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) at org.multimc.EntryPoint.listen(EntryPoint.java:143) at org.multimc.EntryPoint.main(EntryPoint.java:34) -- System Details -- Details: Minecraft Version: 1.15.2 Minecraft Version ID: 1.15.2 Operating System: Linux (amd64) version 5.4.0-7634-generic Java Version: 1.8.0_252, AdoptOpenJDK Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), AdoptOpenJDK Memory: 1377156840 bytes (1313 MB) / 3539992576 bytes (3376 MB) up to 7635730432 bytes (7282 MB) CPUs: 12 JVM Flags: 2 total; -Xms512m -Xmx8192m ModLauncher: 5.1.0+69+master.79f13f7 ModLauncher launch target: fmlclient ModLauncher naming: srg ModLauncher services: /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE /forge-1.15.2-31.2.21-launcher.jar object_holder_definalize PLUGINSERVICE /forge-1.15.2-31.2.21-launcher.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE /forge-1.15.2-31.2.21-launcher.jar capability_inject_definalize PLUGINSERVICE /forge-1.15.2-31.2.21-launcher.jar runtimedistcleaner PLUGINSERVICE /forge-1.15.2-31.2.21-launcher.jar fml TRANSFORMATIONSERVICE /MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE /MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE /MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE FML: 31.2 Forge: net.minecraftforge:31.2.21 FML Language Providers: javafml@31.2 minecraft@1 kotlinfml@1.5.2 Mod List: NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {netherportalfix@6.0.2 CREATE_REGISTRIES} aiotbotania-1.15.2-1.2.2.jar AIOT Botania {aiotbotania@1.2.2 CREATE_REGISTRIES} refinedpipes-0.4.2.jar Refined Pipes {refinedpipes@0.4.2 CREATE_REGISTRIES} DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {doggytalents@1.15.2.3 CREATE_REGISTRIES} mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {mcwwindows@1.0.1 CREATE_REGISTRIES} SilentMechanisms-1.15.2-0.7.2+52.jar Silent's Mechanisms {silents_mechanisms@0.7.2+52 CREATE_REGISTRIES} Neat 1.6-22.jar Neat {neat@1.6-22 CREATE_REGISTRIES} essentials-1.15.2-2.7.2.jar Essentials {essentials@1.15.2-2.7.2 CREATE_REGISTRIES} TerraForged-1.15.2-0.0.14.jar TerraForged {terraforged@0.0.14 CREATE_REGISTRIES} BetterTitleScreen-1.15.2-1.9.jar Better Title Screen {bettertitlescreen@1.15.2-1.9 CREATE_REGISTRIES} XaerosWorldMap_1.6.4_Forge_1.15.2.jar Xaero's World Map {xaeroworldmap@1.6.4 CREATE_REGISTRIES} CookingForBlockheads_1.15.2-8.0.2.jar Cooking for Blockheads {cookingforblockheads@8.0.2 CREATE_REGISTRIES} Controlling-6.1.4.jar Controlling {controlling@6.1.4 CREATE_REGISTRIES} ReAuth-1.14-1.15-3.8.1.jar ReAuth {reauth@3.8.1 CREATE_REGISTRIES} Placebo-1.15.2-3.0.2.jar Placebo {placebo@3.0.2 CREATE_REGISTRIES} globaldatapack-1.15.2-1.3.jar Dark Roleplay - Global Datapacks {globaldatapack@1.15.2-0.1.0 CREATE_REGISTRIES} Powah-1.15.2-1.1.14.jar Powah {powah@1.1.14 CREATE_REGISTRIES} Bookshelf-1.15.2-5.6.40.jar Bookshelf {bookshelf@5.6.40 CREATE_REGISTRIES} u_team_core-1.15.2-2.12.1.158.jar U Team Core {uteamcore@2.12.1.158 CREATE_REGISTRIES} randompatches-1.15.2-1.21.1.2.jar RandomPatches {randompatches@1.15.2-1.21.1.2 CREATE_REGISTRIES} DarkUtilities-1.15.2-3.0.6.jar Dark Utilities {darkutils@3.0.6 CREATE_REGISTRIES} Apotheosis-1.15.2-3.1.2.jar Apotheosis {apotheosis@3.1.2 CREATE_REGISTRIES} ProgressiveBosses-2.1.5-mc1.15.2.jar Progressive Bosses {progressivebosses@2.1.5-mc1.15.2 CREATE_REGISTRIES} mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {mcwdoors@1.0.0 CREATE_REGISTRIES} MekanismGenerators-1.15.2-9.10.8.421.jar Mekanism: Generators {mekanismgenerators@9.10.8 CREATE_REGISTRIES} Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version CREATE_REGISTRIES} JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {jeresources@0.10.1.77 CREATE_REGISTRIES} absentbydesign-1.15.2-1.0.7.jar Absent By Design Mod {absentbydesign@1.15.2-1.0.7 CREATE_REGISTRIES} refinedstorage-1.8.5.jar Refined Storage {refinedstorage@1.8.5 CREATE_REGISTRIES} mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {mcwbridges@1.0.4 CREATE_REGISTRIES} lightestlamp-3.4.2.jar Lightest Lamps {lightestlamp@3.4.2 CREATE_REGISTRIES} industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {industrialforegoing@2.3.3 CREATE_REGISTRIES} useful_backpacks-1.15.2-1.9.4.63.jar Useful Backpacks {usefulbackpacks@1.9.4.63 CREATE_REGISTRIES} torchmaster-2.1.1-rc0.jar Torchmaster {torchmaster@2.1.1-rc0 CREATE_REGISTRIES} embellishcraft-1.15.2-2.2.0.0.jar EmbellishCraft {embellishcraft@1.15.2-2.2.0.0 CREATE_REGISTRIES} AmbientSounds_v3.0.20_mc1.15.2.jar Ambient Sounds {ambientsounds@3.0.3 CREATE_REGISTRIES} BiomesOPlenty-1.15.2-10.0.0.365-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.365 CREATE_REGISTRIES} phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {phosphor@0.5.2+build.4 CREATE_REGISTRIES} MekanismAdditions-1.15.2-9.10.8.421.jar Mekanism: Additions {mekanismadditions@9.10.8 CREATE_REGISTRIES} Blur-1.1.0-1.jar Blur {blur@1.1.0-1 CREATE_REGISTRIES} valhelsia_structures-15.0.3a.jar Valhelsia Structures {valhelsia_structures@15.0.3a CREATE_REGISTRIES} Lollipop-1.15.2-1.0.15.jar Lollipop {lollipop@1.0.15 CREATE_REGISTRIES} SilentGear-1.15.2-1.7.5+106.jar Silent Gear {silentgear@1.7.5+106 CREATE_REGISTRIES} simplefarming-1.15.2-1.2.9.jar Simple Farming {simplefarming@1.15.2-1.2.9 CREATE_REGISTRIES} SolarFluxReborn-1.15.2-15.0.0.jar Solar Flux Reborn {solarflux@15.0.0 CREATE_REGISTRIES} curios-FORGE-1.15.2-2.0.2.4.jar Curios API {curios@FORGE-1.15.2-2.0.2.4 CREATE_REGISTRIES} Botania-r1.15-386.jar Botania {botania@r1.15-386 CREATE_REGISTRIES} Patchouli-1.15.2-1.2-34.jar Patchouli {patchouli@1.15.2-1.2-34 CREATE_REGISTRIES} extlights-2.0.jar Extended Lights {extlights@2.0 CREATE_REGISTRIES} config-2-3.0.jar Cloth Config v2 API {cloth-config2@3.0 CREATE_REGISTRIES} libnonymous-1.15.2-1.1.1.5.jar Libnonymous {libnonymous@1.1.1.5 CREATE_REGISTRIES} elevatorid-1.15.2-1.7.1.jar Elevator Mod {elevatorid@1.15.2-1.7.1 CREATE_REGISTRIES} MekanismTools-1.15.2-9.10.8.421.jar Mekanism: Tools {mekanismtools@9.10.8 CREATE_REGISTRIES} mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {mcwroofs@1.0.2 CREATE_REGISTRIES} furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre16 CREATE_REGISTRIES} curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {curiouselytra@FORGE-1.15.2-2.0 CREATE_REGISTRIES} cc-tweaked-1.15.2-1.89.0.jar CC: Tweaked {computercraft@1.89.0 CREATE_REGISTRIES} AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {aiimprovements@0.3.0 CREATE_REGISTRIES} mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {mcwfurnitures@1.0.1 CREATE_REGISTRIES} cherishedworlds-FORGE-1.15.2-3.0.jar Cherished Worlds {cherishedworlds@FORGE-1.15.2-3.0 CREATE_REGISTRIES} bwncr-1.15.1-3.6.13.jar Bad Wither No Cookie Reloaded {bwncr@1.15.1-3.6.13 CREATE_REGISTRIES} FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 CREATE_REGISTRIES} CodeChickenLib-1.15.2-3.3.0.373-universal.jar CodeChicken Lib {codechickenlib@3.3.0.373 CREATE_REGISTRIES} leavesdecayonotherleaves-1.1.jar Leaves Decay on other Leaves {leavesdecayonotherleaves@1.1 CREATE_REGISTRIES} CraftPresence-1.15.2-1.6.5.jar CraftPresence {craftpresence@1.6.5 CREATE_REGISTRIES} QuarkOddities-1.15.2.jar Quark Oddities {quarkoddities@1.15.2 CREATE_REGISTRIES} TrashSlot_1.15.2-11.0.0.jar TrashSlot {trashslot@11.0.0 CREATE_REGISTRIES} torchslabmod-1.15.2_v1.6.15.jar Torch Slab Mod {torchslabmod@1.6.15 CREATE_REGISTRIES} EquipmentTooltips-1.15.2-1.4.3+14.jar Equipment Tooltips {equipmenttooltips@1.4.3+14 CREATE_REGISTRIES} mining-helmet-1.15.2-1.0.8.jar Mining Helmet {mining_helmet@1.0.8 CREATE_REGISTRIES} PersistentBits-1.15.2-2.0.2.jar Persistent Bits {persistentbits@2.0.1 CREATE_REGISTRIES} jei-1.15.2-6.0.1.5.jar Just Enough Items {jei@6.0.1.5 CREATE_REGISTRIES} AttributeFix-1.15.2-7.0.2.jar AttributeFix {attributefix@7.0.2 CREATE_REGISTRIES} Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {abnormals_core@1.0.6 CREATE_REGISTRIES} Buzzier-Bees-1.15.2-1.5.1.jar Buzzier Bees {buzzierbees@1.5.1 CREATE_REGISTRIES} Mekanism-1.15.2-9.10.8.421.jar Mekanism {mekanism@9.10.8 CREATE_REGISTRIES} caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {caelus@FORGE-1.15.2-2.0-beta3 CREATE_REGISTRIES} Upgrade-Aquatic-1.15.2-v1.6.1.jar Upgrade Aquatic {upgrade_aquatic@1.6.1 CREATE_REGISTRIES} reap-1.12.5.jar Reap Mod {reap@1.12.5 CREATE_REGISTRIES} WAWLA-1.15.2-3.0.2.jar WAWLA {wawla@3.0.2 CREATE_REGISTRIES} create-mc1.15.2_v0.2.4d.jar Create {create@mc1.15.2_v0.2.4d CREATE_REGISTRIES} Waystones_1.15.2-6.0.1.jar Waystones {waystones@6.0.1 CREATE_REGISTRIES} Clumps-5.0.2.jar Clumps {clumps@5.0.2 CREATE_REGISTRIES} LightOverlay-4.6.1.jar Light Overlay Forge {lightoverlay-forge@4.6.1 CREATE_REGISTRIES} comforts-FORGE-1.15.2-2.0.0.3.jar Comforts {comforts@FORGE-1.15.2-2.0.0.3 CREATE_REGISTRIES} NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {naturescompass@1.15.2-1.8.5 CREATE_REGISTRIES} FruitTrees-1.15.2-1.4.1.jar Fruit Trees {fruittrees@1.4.1 CREATE_REGISTRIES} Kiwi-1.15.2-2.7.1.jar Kiwi {kiwi@2.7.1 CREATE_REGISTRIES} SimpleStorageNetwork-1.15.2-0.3.2.jar Simple Storage Network {storagenetwork@1.15.2-0.3.2 CREATE_REGISTRIES} SereneSeasons-1.15.2-3.0.0.72-universal.jar Serene Seasons {sereneseasons@1.15.2-3.0.0.72 CREATE_REGISTRIES} decorative_blocks-6d.jar Decorative Blocks {decorative_blocks@1.6 CREATE_REGISTRIES} BotanyPots-1.15.2-2.0.17.jar BotanyPots {botanypots@2.0.17 CREATE_REGISTRIES} curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {curioofundying@FORGE-1.15.2-3.0 CREATE_REGISTRIES} The-Endergetic-Expansion-1.15.2-v1.3.1.jar The Endergetic Expansion {endergetic@1.3.1 CREATE_REGISTRIES} BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {bonsaitrees2@2.1.2.6 CREATE_REGISTRIES} mcjtylib-1.15-4.1.1-beta.jar McJtyLib {mcjtylib@1.15-4.1.1-beta CREATE_REGISTRIES} rftoolsbase-1.15-1.1.1-beta.jar RFToolsBase {rftoolsbase@1.15-1.1.1-beta CREATE_REGISTRIES} xnet-1.15-2.1.5-beta.jar XNet {xnet@1.15-2.1.5-beta CREATE_REGISTRIES} rftoolsstorage-1.15-1.1.4-beta.jar RFToolsStorage {rftoolsstorage@1.15-1.1.4-beta CREATE_REGISTRIES} rftoolscontrol-1.15-3.0.2-beta.jar RFToolsControl {rftoolscontrol@1.15-3.0.2-beta CREATE_REGISTRIES} mapperbase-1.15.2-1.1.0.0.jar Mapper Base {mapperbase@1.15.2-1.1.0.0 CREATE_REGISTRIES} trash-1.15.2-0.1.4.jar Trash {trash@1.15.2-0.1.4 CREATE_REGISTRIES} ToastControl-1.15.2-3.0.1.jar Toast Control {toastcontrol@3.0.1 CREATE_REGISTRIES} mininggadgets-1.3.5.jar Mining Gadgets {mininggadgets@1.3.5 CREATE_REGISTRIES} EnderStorage-1.15.2-2.5.0.143-universal.jar EnderStorage {enderstorage@2.5.0.143 CREATE_REGISTRIES} rftoolspower-1.15-2.1.1-beta.jar RFToolsPower {rftoolspower@1.15-2.1.1-beta CREATE_REGISTRIES} extradisks-1.15.2-1.2.2.jar Extra Disks {extradisks@1.15.2-1.2.2 CREATE_REGISTRIES} Swamp-Expansion-1.15.2-v1.7.1.jar Swamp Expansion {swampexpansion@NONE CREATE_REGISTRIES} forge-1.15.2-31.2.21-universal.jar Forge {forge@31.2.21 CREATE_REGISTRIES} Bountiful-1.15.2-3.1.2.jar Bountiful {bountiful@1.15.2-3.1.2 CREATE_REGISTRIES} WailaHarvestability-mc1.15.2-1.1.12.jar Waila Harvestability {wailaharvestability@1.1.12 CREATE_REGISTRIES} ironchest-1.15.2-10.0.3.jar Iron Chests {ironchest@1.15.2-10.0.1 CREATE_REGISTRIES} CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {craftingtweaks@11.0.0 CREATE_REGISTRIES} forge-1.15.2-31.2.21-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES} cofh_core-1.15.2-0.4.0b.jar CoFH Core {cofh_core@0.4.0b CREATE_REGISTRIES} ensorcellation-1.15.2-0.4.1b.jar Ensorcellation {ensorcellation@0.4.1b CREATE_REGISTRIES} rftoolsutility-1.15-2.1.3-beta.jar RFToolsUtility {rftoolsutility@1.15-2.1.3-beta CREATE_REGISTRIES} swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {swingthroughgrass@1.15.2-1.4.0 CREATE_REGISTRIES} MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {mousetweaks@2.13 CREATE_REGISTRIES} ToolBelt-1.15.2-1.14.1.jar Tool Belt {toolbelt@1.14.1 CREATE_REGISTRIES} titanium-1.15.2-2.4.2.jar Titanium {titanium@2.4.2 CREATE_REGISTRIES} Psi r1.2-82.jar Psi {psi@r1.2-80 CREATE_REGISTRIES} ImmersiveEngineering-0.15-103.jar Immersive Engineering {immersiveengineering@0.15-101 CREATE_REGISTRIES} SilentLib-1.15.2-4.6.3+55.jar Silent Lib {silentlib@4.6.3+55 CREATE_REGISTRIES} forbidden_arcanus-1.15.2-1.4-beta-2.jar Forbidden & Arcanus {forbidden_arcanus@1.15.2-1.4-beta-2 CREATE_REGISTRIES} archers_paradox-1.15.2-0.4.0b.jar Archer's Paradox {archers_paradox@0.4.0b CREATE_REGISTRIES} Atmospheric-1.15.2-1.4.0.jar Atmospheric {atmospheric@1.4.0 CREATE_REGISTRIES} rftoolsbuilder-1.15-2.1.3-beta.jar RFToolsBuilder {rftoolsbuilder@1.15-2.1.3-beta CREATE_REGISTRIES} MiscAdditions-1.2.3.jar Misc Additions {miscadditions@1.2.3 CREATE_REGISTRIES} jeiintegration_1.15.2-3.1.0.1.jar JEI Integration {jeiintegration@3.1.0.1 CREATE_REGISTRIES} Xaeros_Minimap_20.14.0_Forge_1.15.2.jar Xaero's Minimap {xaerominimap@20.14.0 CREATE_REGISTRIES} JAOPCA-1.15.2-3.2.0.11.jar JAOPCA {jaopca@3.2.0.11 CREATE_REGISTRIES} ftb-backups-2.1.0.1.jar FTB Utilities: Backups {ftbbackups@2.1.0.1 CREATE_REGISTRIES} FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {fastbench@3.0.0 CREATE_REGISTRIES} autumnity-1.3.2-1.15.2.jar Autumnity {autumnity@1.3.2 CREATE_REGISTRIES} polymorph-FORGE-1.15.2-0.2.jar Polymorph {polymorph@FORGE-1.15.2-0.2 CREATE_REGISTRIES} AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 CREATE_REGISTRIES} Quark-r2.1-245.jar Quark {quark@r2.1-245 CREATE_REGISTRIES} StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {storagedrawers@1.15.2-7.0.1 CREATE_REGISTRIES} FluxNetworks-1.15.2-5.0.1-2.jar Flux Networks {fluxnetworks@1.15.2-5.0.1-2 CREATE_REGISTRIES} DoubleSlabs-1.15-2.6.1.jar Double Slabs {doubleslabs@2.6.1 CREATE_REGISTRIES} themidnight-0.5.9.jar The Midnight {midnight@0.5.9 CREATE_REGISTRIES} structurize-0.10.324-ALPHA.jar Structurize {structurize@0.10.324-ALPHA CREATE_REGISTRIES} fancymenu_1.3.1_MC_1.15-1.15.2.jar §dFancy§5Menu {fancymenu@1.3.1 ERROR} minecolonies-1.15.2-0.11.960-universal.jar Minecolonies {minecolonies@1.15.2-0.11.960 CREATE_REGISTRIES} FastFurnace-1.15.1-3.0.0.jar FastFurnace {fastfurnace@3.0.0 CREATE_REGISTRIES} AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {appleskin@1.0.13 CREATE_REGISTRIES} Aquaculture-1.15.2-2.0.14.jar Aquaculture 2 {aquaculture@1.15.2-2.0.14 CREATE_REGISTRIES} refinedstorageaddons-0.6.2.jar Refined Storage Addons {refinedstorageaddons@0.6.2 CREATE_REGISTRIES} CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {cosmeticarmorreworked@1.15.2-v3a CREATE_REGISTRIES} overloadedarmorbar-4.0.0.jar Overloaded Armor Bar {overloadedarmorbar@4.0.0 CREATE_REGISTRIES} DefaultOptions_1.15.2-11.0.1.jar Default Options {defaultoptions@11.0.1 CREATE_REGISTRIES} Launched Version: MultiMC5 Backend library: LWJGL version 3.2.2 build 10 Backend API: GeForce GTX 1050 Ti with Max-Q Design/PCIe/SSE2 GL version 4.6.0 NVIDIA 440.82, NVIDIA Corporation GL Caps: Using framebuffer using OpenGL 3.0 Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge' Type: Client (map_client.txt) CPU: 12x Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz ```

Screenshots If applicable, add screenshots to help explain your problem.

Basic Informations (please complete the following information):

Full mod list

``` AI Improvements (by DarkGuardsman) AIOT Botania (by MelanX) AmbientSounds 3 (by CreativeMD) Apotheosis (by Shadows_of_Fire) AppleSkin (by squeek502) Aquaculture 2 (by Shadowclaimer) Archer's Paradox (by TeamCoFH) Atmospheric (by paradiscal) AttributeFix (by DarkhaxDev) AutoRegLib API (by Vazkii) Autumnity (by Markus1002) Bad Wither No Cookie - Reloaded (by Kreezxil) Better Title Screen (by Girafi) Biomes O' Plenty (by Forstride) Blur (by tterrag1098) Bonsai Trees 2 (by davenonymous) Bookshelf API (by DarkhaxDev) Botania (by Vazkii) Botany Pots (by DarkhaxDev) Bountiful (by ejektaflex) Buzzier Bees (by bageldotjpg) Caelus API (by TheIllusiveC4) CC: Tweaked (by SquidDev) Cherished Worlds (by TheIllusiveC4) Cloth Config API (by shedaniel) Clumps (by Jaredlll08) CoFH Core API (by TeamCoFH) Comforts (by TheIllusiveC4) Controlling (by Jaredlll08) Cooking for Blockheads (by BlayTheNinth) Corpse (by henkelmax) Cosmetic Armor Reworked (by LainMI) Crafting Tweaks (by BlayTheNinth) CraftPresence (by CDAGaming_) Curios API (by TheIllusiveC4) Curious Elytra (by TheIllusiveC4) Dark Utilities (by DarkhaxDev) Decorative Blocks (by stohun) Default Options (by BlayTheNinth) Doggy Talents (by percivalalb) Double Slabs (by CJMinecraft01) DRP - Global Data Pack (by JTK222) EmbellishCraft (by Mapper) Ensorcellation (by TeamCoFH) Equipment Tooltips (by SilentChaos512) Essentials (by Technomancer_isTaken) Extended Lights (by polyvalord) Extra Disks (by MelanX) Fast Leaf Decay (by olafskiii) FastFurnace (by Shadows_of_Fire) FastWorkbench (by Shadows_of_Fire) Forbidden and Arcanus (by cesar_zorak) Fruit Trees (by Snownee_) Hardcore Revival (by BlayTheNinth) Hwyla (by TehNut) Industrial Foregoing (by Buuz135) Iron Chests (by ProgWML6) JAOPCA (by TheLMiffy1111) Just Enough Items (JEI) (by mezz) Just Enough Resources (JER) (by way2muchnoise) Kiwi API (by Snownee_) KleeSlabs (by BlayTheNinth) Kottle API (by Alex_wells) Libnonymous API (by davenonymous) Light Overlay (by shedaniel) Lightest Lamps (by dczippl98) Lollipop API (by owmii) Macaw's Bridges (by sketch_macaw) Macaw's Doors (by sketch_macaw) Macaw's Furniture (by sketch_macaw) Macaw's Roofs (by sketch_macaw) Macaw's Windows (by sketch_macaw) Mapper Base API (by Mapper) McJtyLib API (by McJty) Mekanism (by bradyaidanc) Mekanism Additions (by bradyaidanc) Mekanism Generators (by bradyaidanc) Mekanism Tools (by bradyaidanc) MineColonies (by H3lay) Miner's Helmet (by ModdingLegacy) Mining Gadgets (by Direwolf20) Misc Additions (by BetterDeltric) MixinBootstrap API (by LX_Gaming) Morpheus (by Quetzi) Mouse Tweaks (by YaLTeR) MrCrayfish's Furniture Mod (by MrCrayfish) Nature's Compass (by Chaosyr) Neat (by Vazkii) NetherPortalFix (by BlayTheNinth) OpenBlocks Elevator (by vsngarcia) Patchouli (by Vazkii) Performant (by someaddon) Phosphor (by jellysquid_) Placebo API (by Shadows_of_Fire) Powah! (by owmii) Progressive Bosses (by InsaneGames_) Quark (by Vazkii) Quark Oddities (by Vazkii) RandomPatches (by TheRandomLabs) Reap Mod (by henkelmax) ReAuth (by TechnicianLP) Refined Pipes (by raoulvdberge) Refined Storage (by raoulvdberge) Refined Storage Addons (by raoulvdberge) RFTools Base (by McJty) RFTools Builder (by McJty) RFTools Control (by McJty ) RFTools Power (by McJty) RFTools Storage (by McJty) RFTools Utility (by McJty) Serene Seasons (by TheAdubbz) Silent Gear (by SilentChaos512) Silent Lib API (by SilentChaos512) Silent's Mechanisms (by SilentChaos512) Simple Farming (by enemeez1) Simple Storage Network (by Lothrazar) Solar Flux Reborn (by Zeitheron) Storage Drawers (by Texelsaur) Structurize (by H3lay) Swamp Expansion (by Farcr) SwingThroughGrass (by exidex) TerraForged (by dags_) The Endergetic Expansion (by endergized) The Midnight (by cipher_zero_x) Titanium API (by HRZNStudio) Toast Control (by Shadows_of_Fire) Tool Belt (by gigaherz) Torch Slabs Mod (by EndlesNights) Torchmaster (by xalcon) Trash (by MageP) TrashSlot (by BlayTheNinth) U Team Core API (by HyCraftHD) Upgrade Aquatic (by minecraftabnormals) Useful Backpacks (by HyCraftHD) Valhelsia Structures (by ValhelsiaTeam) Wawla - What Are We Looking At (by DarkhaxDev) Waystones (by BlayTheNinth) Xaero's Minimap (by xaero96) Xaero's World Map (by xaero96) XNet (by McJty) ```

Keksuccino commented 4 years ago

FancyMenu v1.4 adds a "safemode" config option to optimize the compatibility with certain linux distros and other operating systems.