P3pp3rF1y / Reliquary

The source code of Reliquary! That mod, with the magical swag, and a weapon, and stuff.
Other
44 stars 33 forks source link

[1.15.2] Attempting to view mod information in the 'mods' tab crashes the game #439

Closed AxleCast closed 3 years ago

AxleCast commented 4 years ago

---- Minecraft Crash Report ---- // I bet Cylons wouldn't have this problem.

Time: 6/8/20 9:42 PM Description: mouseClicked event handler

java.lang.IllegalArgumentException: Root resources can only be filenames, not paths (no / allowed!) at net.minecraft.resources.ResourcePack.func_195763_b(SourceFile:51) ~[?:?] {re:classloading,pl:accesstransformer:B} at net.minecraftforge.fml.client.gui.screen.ModListScreen.lambda$updateCache$12(ModListScreen.java:430) ~[?:?] {re:classloading} at java.util.Optional.map(Unknown Source) ~[?:1.8.0_251] {} at net.minecraftforge.fml.client.gui.screen.ModListScreen.updateCache(ModListScreen.java:421) ~[?:?] {re:classloading} at net.minecraftforge.fml.client.gui.screen.ModListScreen.setSelected(ModListScreen.java:406) ~[?:?] {re:classloading} at net.minecraftforge.fml.client.gui.widget.ModListWidget$ModEntry.mouseClicked(ModListWidget.java:106) ~[?:?] {re:classloading} at net.minecraft.client.gui.widget.list.AbstractList.mouseClicked(AbstractList.java:289) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.gui.INestedGuiEventHandler.mouseClicked(SourceFile:27) ~[?:?] {re:classloading} at net.minecraft.client.MouseHelper.lambda$mouseButtonCallback$0(MouseHelper.java:82) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:446) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.MouseHelper.func_198023_a(MouseHelper.java:80) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.MouseHelper.lambda$null$4(MouseHelper.java:163) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(SourceFile:94) ~[?:?] {re:classloading,pl:accesstransformer:B} at net.minecraft.client.MouseHelper.lambda$registerCallbacks$5(MouseHelper.java:162) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36) ~[lwjgl-glfw-3.2.2.jar:build 10] {} at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.2.2.jar:build 10] {} at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101) ~[lwjgl-glfw-3.2.2.jar:build 10] {} at com.mojang.blaze3d.systems.RenderSystem.flipFrame(SourceFile:105) ~[?:?] {re:classloading} at net.minecraft.client.MainWindow.func_227802e(MainWindow.java:296) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:946) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:553) ~[?:?] {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:204) ~[1.15.2.jar:?] {re:classloading} at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_251] {} at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_251] {} at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_251] {} at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_251] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.15.2-31.2.9.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}

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head -- Thread: Render thread Stacktrace: at net.minecraft.resources.ResourcePack.func_195763_b(SourceFile:51) at net.minecraftforge.fml.client.gui.screen.ModListScreen.lambda$updateCache$12(ModListScreen.java:430) at java.util.Optional.map(Unknown Source) at net.minecraftforge.fml.client.gui.screen.ModListScreen.updateCache(ModListScreen.java:421) at net.minecraftforge.fml.client.gui.screen.ModListScreen.setSelected(ModListScreen.java:406) at net.minecraftforge.fml.client.gui.widget.ModListWidget$ModEntry.mouseClicked(ModListWidget.java:106) at net.minecraft.client.gui.widget.list.AbstractList.mouseClicked(AbstractList.java:289) at net.minecraft.client.gui.INestedGuiEventHandler.mouseClicked(SourceFile:27) at net.minecraft.client.MouseHelper.lambda$mouseButtonCallback$0(MouseHelper.java:82)

-- Affected screen -- Details: Screen name: net.minecraftforge.fml.client.gui.screen.ModListScreen Stacktrace: at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:446) at net.minecraft.client.MouseHelper.func_198023_a(MouseHelper.java:80) at net.minecraft.client.MouseHelper.lambda$null$4(MouseHelper.java:163) at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(SourceFile:94) at net.minecraft.client.MouseHelper.lambda$registerCallbacks$5(MouseHelper.java:162) at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36) at org.lwjgl.system.JNI.invokeV(Native Method) at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101) at com.mojang.blaze3d.systems.RenderSystem.flipFrame(SourceFile:105) at net.minecraft.client.MainWindow.func_227802e(MainWindow.java:296) at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:946) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:553) at net.minecraft.client.main.Main.main(SourceFile:204) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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)

-- System Details -- Details: Minecraft Version: 1.15.2 Minecraft Version ID: 1.15.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_251, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1336226488 bytes (1274 MB) / 3995115520 bytes (3810 MB) up to 8375238656 bytes (7987 MB) CPUs: 12 JVM Flags: 18 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8192m -Xms256m -XX:PermSize=256m -XX:+AggressiveOpts -XX:ParallelGCThreads=3 -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:MaxGCPauseMillis=10 -XX:GCPauseIntervalMillis=50 -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:NewSize=84m -XX:+UseAdaptiveGCBoundary -XX:NewRatio=3 -XX:+DisableExplicitGC 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.9.jar object_holder_definalize PLUGINSERVICE /forge-1.15.2-31.2.9.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE /forge-1.15.2-31.2.9.jar capability_inject_definalize PLUGINSERVICE /forge-1.15.2-31.2.9.jar runtimedistcleaner PLUGINSERVICE /forge-1.15.2-31.2.9.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.9 FML Language Providers: javafml@31.2 minecraft@1 kotori_scala@2.13.2-build-2 Mod List: AdditionalEnchantedMiner-1.15.2-15.2.9.jar QuarryPlus {quarryplus@15.2.9 DONE} inventoryprofiles-forge-1.15.2-0.2.1.jar Inventory Profiles {inventoryprofiles@0.2.1 DONE} refinedpipes-0.4.2.jar Refined Pipes {refinedpipes@0.4.2 DONE} Uppers-0.2.12.jar Uppers {uppers@0.2.12 DONE} mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {mcwwindows@1.0.1 DONE} SilentMechanisms-1.15.2-0.7.2+52.jar Silent's Mechanisms {silents_mechanisms@0.7.2+52 DONE} bambooeverything-1.15-1.0.0.jar Bamboo Everything {bambooeverything@1.15-1.0.0 DONE} IronJetpacks-1.15.2-3.0.2.jar Iron Jetpacks {ironjetpacks@3.0.2 DONE} ForgeEndertech-1.15.2-6.0.3.0-build.0036.jar Forge Endertech {forgeendertech@6.0.3.0 DONE} ReAuth-1.14-1.15-3.8.1.jar ReAuth {reauth@3.8.1 DONE} Powah-1.15.2-1.1.14.jar Powah {powah@1.1.14 DONE} rangedpumps-0.7.1.jar Ranged Pumps {rangedpumps@0.7.1 DONE} WitherSkeletonTweaks-1.15.1-4.0.0.jar Wither Skeleton Tweaks {wstweaks@4.0.0 DONE} TheVeggieWay-1.15.2-2.1.45.jar The Veggie Way {veggie_way@2.1.45 DONE} Reliquary-1.15.2-1.3.4.995.jar Reliquary {xreliquary@1.15.2-1.3.4.995 DONE} randompatches-1.15.2-1.21.1.2.jar RandomPatches {randompatches@1.15.2-1.21.1.2 DONE} DarkUtilities-1.15.2-3.0.6.jar Dark Utilities {darkutils@3.0.6 DONE} Apotheosis-1.15.2-3.1.2.jar Apotheosis {apotheosis@3.1.2 DONE} Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version DONE} WaterStrainer-1.15.2-9.0.0.jar Water Strainer {waterstrainer@1.15.2-9.0.0 DONE} dynviewdist-1.5.jar Dynamic view distance {dynview@1.5 DONE} TMechworks-1.15.2-2.1.1.jar Tinkers' Mechworks {tmechworks@2.1.1 DONE} JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {jeresources@0.10.1.77 DONE} MysticalAgradditions-1.15.2-3.0.1.jar Mystical Agradditions {mysticalagradditions@3.0.1 DONE} refinedstorage-1.8.4.jar Refined Storage {refinedstorage@1.8.4 DONE} PackMenu-1.15.2-1.2.4.jar Pack Menu {packmenu@1.2.4 DONE} industrial-foregoing-1.15.2-2.3.2-e3bf186.jar Industrial Foregoing {industrialforegoing@2.3.2 DONE} wetstone-1.2.0.jar Wetstone {wetstone@1.2.0 DONE} torchmaster-2.1.1-rc0.jar Torchmaster {torchmaster@2.1.1-rc0 DONE} BiomesOPlenty-1.15.2-10.0.0.365-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.365 DONE} phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {phosphor@0.5.2+build.4 DONE} SilentGear-1.15.2-1.7.2+96.jar Silent Gear {silentgear@1.7.2+96 DONE} fishingreal-1.2.jar Fishing Real {fishingreal@1.2 DONE} portality-1.15.2-2.1.2-aaa257f.jar Portality {portality@2.1.2 DONE} curios-FORGE-1.15.2-2.0.2.4.jar Curios API {curios@FORGE-1.15.2-2.0.2.4 DONE} Botania-r1.15-384.jar Botania {botania@r1.15-384 DONE} corail_woodcutter-1.1.3-1.15.2.jar Corail Woodcutter {corail_woodcutter@1.1.3 DONE} tombstone-4.4.0-1.15.2.jar Corail Tombstone {tombstone@4.4.0 DONE} NaturesAura-28.2.jar Nature's Aura {naturesaura@28.2 DONE} mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {mcwroofs@1.0.2 DONE} mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {mcwfurnitures@1.0.1 DONE} the_bumblezone-1.15.2-1.3.5.jar The Bumblezone {the_bumblezone@1.15.2-1.3.5 DONE} CobbleForDays-1.1.3.jar Cobble For Days {cobblefordays@1.1.3 DONE} CodeChickenLib-1.15.2-3.3.0.373-universal.jar CodeChicken Lib {codechickenlib@3.3.0.373 DONE} StevesFactoryManager-1.15.2-4.0.0-alpha+1.jar Steve's Factory Manager {sfm@1.15.2-4.0.0-alpha+1 DONE} rockcandy-1.15.2-1.0.0.jar Rock Candy {rockcandy@version DONE} QuarkOddities-1.15.2.jar Quark Oddities {quarkoddities@1.15.2 DONE} nomowanderer-MC1.15.2_1.0.jar NoMoWanderer {nomowanderer@1.0 DONE} torchslabmod-1.15.2_v1.6.13.jar Torch Slab Mod {torchslabmod@1.6.13 DONE} woot-1.15.2-1.1.0.0.jar Woot {woot@1.15.2-1.1.0.0 DONE} jei-1.15.2-6.0.0.4.jar Just Enough Items {jei@6.0.0.4 DONE} SuperMultiDrills-1.15.2-2.0.1+3.jar Super Multi-Drills {supermultidrills@2.0.1+3 DONE} AttributeFix-1.15.2-7.0.2.jar AttributeFix {attributefix@7.0.2 DONE} Mekanism-1.15.2-9.10.7.420.jar Mekanism {mekanism@9.10.7 DONE} caelus-FORGE-1.15.2-2.0-beta2.jar Caelus API {caelus@FORGE-1.15.2-2.0-beta2 DONE} colytra-FORGE-1.15.2-3.0.jar Colytra {colytra@FORGE-1.15.2-3.0 DONE} LightOverlay-4.6.1.jar Light Overlay Forge {lightoverlay-forge@4.6.1 DONE} NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {naturescompass@1.15.2-1.8.5 DONE} additionalbars-1.3.5.jar Additional Bars {additionalbars@1.3.5 DONE} AdHooks-1.15.2-5.0.0.0-build.0004.jar Advanced Hook Launchers {adhooks@5.0.0.0 DONE} engineerstools-1.15.2-1.0.8-b2.jar Engineer's Tools {engineerstools@1.0.8-b2 DONE} curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {curioofundying@FORGE-1.15.2-3.0 DONE} FarmingForBlockheads_1.15.2-6.1.3.jar Farming for Blockheads {farmingforblockheads@6.1.3 DONE} pneumaticcraft-repressurized-1.15.2-1.2.2-30.jar PneumaticCraft: Repressurized {pneumaticcraft@1.15.2-1.2.2-30 DONE} ClickMachine-1.15.2-3.0.2.jar Click Machine {clickmachine@3.0.2 DONE} environmentalcreepers-forge-1.15.2-1.6.1.jar Environmental Creepers {environmentalcreepers@1.6.1 DONE} JEITweaker-1.0.1.jar JEI Tweaker {jeitweaker@1.0.1 DONE} PackingTape-1.15.2-0.9.6.jar Packing Tape {packingtape@0.9.6 DONE} CraftTweaker-1.15.2-6.0.0.29.jar CraftTweaker {crafttweaker@6.0.0.29 DONE} extradisks-1.15.1-1.2.jar Extra Disks {extradisks@1.15.1-1.2 DONE} ironchest-1.15.2-10.0.3.jar Iron Chests {ironchest@1.15.2-10.0.1 DONE} forge-1.15.2-31.2.9-client.jar Minecraft {minecraft@1.15.2 DONE} Flopper-1.15.2-1.0.6.jar Flopper {flopper@1.0.6 DONE} theoneprobe-1.15-2.0.3.jar The One Probe {theoneprobe@1.15-2.0.3 DONE} MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {mousetweaks@2.13 DONE} ImmersiveEngineering-0.15-99.jar Immersive Engineering {immersiveengineering@0.15-99 DONE} useful_railroads-1.15.2-1.3.2.21.jar Useful Railroads {usefulrailroads@1.3.2.21 DONE} allthemodium-0.9.2-1.15.2-31.1.18.jar Allthemodium {allthemodium@0.9.2 DONE} Ding-1.15.2-1.1.0.jar Ding {ding@1.1.0 DONE} jeiintegration_1.15.2-3.1.0.1.jar JEI Integration {jeiintegration@3.1.0.1 DONE} dimdungeons-1.06-forge-1.15.2.jar Dimensional Dungeons {dimdungeons@1.15.2-1.06 DONE} Mantle-1.15.2-1.5.15.jar Mantle {mantle@1.5.15 DONE} ftb-backups-2.1.0.1.jar FTB Utilities: Backups {ftbbackups@2.1.0.1 DONE} AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 DONE} [1.15.2] SecurityCraft v1.8.18.1.jar SecurityCraft {securitycraft@v1.8.18.1 DONE} sit-1.15.1-v1.3.jar Sit {sit@v1.3 DONE} FastFurnace-1.15.1-3.0.0.jar FastFurnace {fastfurnace@3.0.0 DONE} AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {appleskin@1.0.13 DONE} RefinedRelocation_1.15.2-7.1.1.jar Refined Relocation {refinedrelocation@7.1.1 DONE} Oscars-1.0.1.jar Oscars {oscars@1.0.1 DONE} allthetweaks-0.9.1-1.15.2-31.1.18.jar All The Tweaks {allthetweaks@0.9.1 DONE} XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {xlfoodmod@2.2.2 DONE} CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {cosmeticarmorreworked@1.15.2-v3a DONE} EnderMail-1.15.2-1.1.0.jar Ender Mail {endermail@1.15.2-1.1.0 DONE} xptome-1.15.2-v1.1.5.jar XP Tome {xpbook@v1.1.5 DONE} DefaultOptions_1.15.2-11.0.1.jar Default Options {defaultoptions@11.0.1 DONE} CyclopsCore-1.15.2-1.6.2.jar Cyclops Core {cyclopscore@1.6.2 DONE} NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {netherportalfix@6.0.2 DONE} aiotbotania-1.15.2-1.2.2.jar AIOT Botania {aiotbotania@1.2.2 DONE} managear-1.1.1.jar Mana Gear {managear@1.1 DONE} curiousshulkerboxes-FORGE-1.15.2-2.0.1.jar Curious Shulker Boxes {curiousshulkerboxes@FORGE-1.15.2-2.0.1 DONE} incontrol-1.15-4.0.3.jar InControl {incontrol@1.15-4.0.3 DONE} Industrial Agriculture[Core]-1.15.2-1.7.0.jar Industrial Agriculture {industrialagriculture@1.15.2-1.7.0 DONE} KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {kleeslabs@8.0.0 DONE} rsgauges-1.15.2-1.2.3.jar Gauges and Switches {rsgauges@1.2.3 DONE} TerraForged-1.15.2-0.0.14.jar TerraForged {terraforged@0.0.14 DONE} CookingForBlockheads_1.15.2-8.0.2.jar Cooking for Blockheads {cookingforblockheads@8.0.2 DONE} Controlling-6.1.4.jar Controlling {controlling@6.1.4 DONE} Placebo-1.15.2-3.0.2.jar Placebo {placebo@3.0.2 DONE} globaldatapack-1.15.2-1.3.jar Dark Roleplay - Global Datapacks {globaldatapack@1.15.2-0.1.0 DONE} citadel-1.1.7.jar Citadel {citadel@1.1.7 DONE} dimensionalworld-1.0.0.jar Buuz135DimensionalWorld {dimensionalworld@NONE DONE} ftb-gui-library-1.0.0.14.jar FTB GUI Library {ftbguilibrary@1.0.0.14 DONE} potionsmaster-0.1.4.1-1.15.2-31.1.18.jar Potions Master {potionsmaster@0.1.4.1 DONE} potionofbees-1.15.2-1.0.1.jar Potion of Bees {potionofbees@1.15.2-1.0.1 DONE} Bookshelf-1.15.2-5.6.40.jar Bookshelf {bookshelf@5.6.40 DONE} u_team_core-1.15.2-2.11.0.156.jar U Team Core {uteamcore@2.11.0.156 DONE} Industrial Agriculture[Powah]-1.15.2-1.6.0.jar Industrial Agriculture Plugin-Powah {iapp@1.15.2-1.6.0 DONE} buildinggadgets-3.3.5.jar Building Gadgets {buildinggadgets@3.3.5 DONE} forge-1.15.2-31.2.9-universal.jar Forge {forge@31.2.9 DONE} PassthroughSigns-1.15.2-2.3.3.jar Passthrough Signs {passthroughsigns@1.15.2-2.3.3 DONE} cofh_core-1.15.2-0.4.0b.jar CoFH Core {cofh_core@0.4.0b DONE} Psi r1.2-82.jar Psi {psi@r1.2-80 DONE} Aquaculture-1.15.2-2.0.14.jar Aquaculture 2 {aquaculture@1.15.2-2.0.14 DONE} mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {mcwdoors@1.0.0 DONE} LightingWand-1.15.2-1.4.2.jar Lighting Wand {lightingwand@1.4.2 DONE} MekanismGenerators-1.15.2-9.10.7.420.jar Mekanism: Generators {mekanismgenerators@9.10.7 DONE} Ma-Essentials-1.15.2-3.1.0.jar Ma Essentials {maessentials@1.15.2-3.1.0 DONE} absentbydesign-1.15.2-1.0.7.jar Absent By Design Mod {absentbydesign@1.15.2-1.0.7 DONE} PrettyPipes-1.5.4.jar Pretty Pipes {prettypipes@1.5.4 DONE} mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {mcwbridges@1.0.4 DONE} lightestlampsmod-3.4.1.jar Lightest Lamps {lightestlamp@3.4.1 DONE} useful_backpacks-1.15.2-1.9.4.63.jar Useful Backpacks {usefulbackpacks@1.9.4.63 DONE} Industrial Agriculture[Silent's Mechanisms]-1.15.2-1.6.0.jar Industrial Agriculture Plugin-Silent's Mechanisms {iapsm@1.15.2-1.6.0 DONE} AdPoles-1.15.2-4.0.1.0-build.0009.jar To the Bat Poles! {adpoles@4.0.1.0 DONE} MekanismAdditions-1.15.2-9.10.7.420.jar Mekanism: Additions {mekanismadditions@9.10.7 DONE} valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {valkyrielib@1.15.2-3.0.2.1 DONE} simplechunkloaders-1.15.2-1.0.2.0.jar Simple Chunk Loaders {simplechunkloaders@NONE DONE} Lollipop-1.15.2-1.0.15.jar Lollipop {lollipop@1.0.15 DONE} mining_dimension-1.15.2-1.0.4.jar Mining World {mining_dimension@1.15.2-1.0.4 DONE} tgcropesmod-1.15.2-1.2.0.jar Ropes Mod {tgcropesmod@1.15.2-1.2.0 DONE} atmadditions-1.15.2-1.0.0.jar All The Mods: Additions {atmadditions@1.15.2-1.0.0 DONE} SolarFluxReborn-1.15.2-15.0.0.jar Solar Flux Reborn {solarflux@15.0.0 DONE} Patchouli-1.15.2-1.2-33.jar Patchouli {patchouli@1.15.2-1.2-33 DONE} config-2-3.0.jar Cloth Config v2 API {cloth-config2@3.0 DONE} OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE DONE} lostcities-1.15-3.0.1-alpha.jar LostCities {lostcities@1.15-3.0.1-alpha DONE} libnonymous-1.15.2-1.1.1.5.jar Libnonymous {libnonymous@1.1.1.5 DONE} elevatorid-1.15.2-1.7.1.jar Elevator Mod {elevatorid@1.15.2-1.7.1 DONE} MekanismTools-1.15.2-9.10.7.420.jar Mekanism: Tools {mekanismtools@9.10.7 DONE} curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {curiouselytra@FORGE-1.15.2-2.0 DONE} cc-tweaked-1.15.2-1.88.1.jar CC: Tweaked {computercraft@1.88.1 DONE} AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {aiimprovements@0.3.0 DONE} tramplestopper-1.15.2-2.0.0.1-universal.jar Trample Stopper {tramplestopper@1.15.2-2.0.0.1-universal DONE} bwncr-1.15.1-3.6.13.jar Bad Wither No Cookie Reloaded {bwncr@1.15.1-3.6.13 DONE} ServerTabInfo-1.15.2-1.2.6.jar Server Tab Info {servertabinfo@1.2.6 DONE} BetterAdvancements-1.15.2-0.1.0.96.jar Better Advancements {betteradvancements@0.1.0.96 DONE} inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {inventorysorter@17.0.0 DONE} Ma-Enchants-1.15.2-3.1.0.jar Ma Enchants {ma-enchants@1.15.2-3.1.0 DONE} Cucumber-1.15.2-3.0.7.jar Cucumber Library {cucumber@3.0.7 DONE} TrashSlot_1.15.2-11.0.0.jar TrashSlot {trashslot@11.0.0 DONE} metalbarrels-2.1.jar Metal Barrels {metalbarrels@2.1 DONE} Abnormals-Core-1.15.2-v1.0.5.jar Abnormals Core {abnormals_core@1.0.5 DONE} Buzzier-Bees-1.15.2-1.5.1.jar Buzzier Bees {buzzierbees@1.5.1 DONE} ensorcellation-1.15.2-0.4.1b.jar Ensorcellation {ensorcellation@0.4.1b DONE} create-mc1.15.2_v0.2.4.jar Create {create@mc1.15.2_v0.2.4 DONE} Waystones_1.15.2-6.0.1.jar Waystones {waystones@6.0.1 DONE} Clumps-5.0.2.jar Clumps {clumps@5.0.2 DONE} journeymap-1.15.2-5.7.0b2.jar Journeymap {journeymap@5.7.0b2 DONE} enviromats-1.15.2-2.0.2.1.jar Environmental Materials {enviromats@1.15.2-2.0.2.1 DONE} comforts-FORGE-1.15.2-2.0.0.2.jar Comforts {comforts@FORGE-1.15.2-2.0.0.2 DONE} EnderBags-1.15.1-5.0.0.jar Ender Bags {ender_bags@5.0.0 DONE} SimpleStorageNetwork-1.15.2-0.3.2.jar Simple Storage Network {storagenetwork@1.15.2-0.3.2 DONE} DimStorage-1.15.2-3.1.5.jar DimStorage {dimstorage@3.1.5 DONE} DungeonCrawl-1.15.2-1.6.3.jar Dungeon Crawl {dungeoncrawl@1.6.3 DONE} mcjtylib-1.15-4.1.1-beta.jar McJtyLib {mcjtylib@1.15-4.1.1-beta DONE} rftoolsbase-1.15-1.1.1-beta.jar RFToolsBase {rftoolsbase@1.15-1.1.1-beta DONE} xnet-1.15-2.1.3-beta.jar XNet {xnet@1.15-2.1.3-beta DONE} rftoolspower-1.15-2.1.1-beta.jar RFToolsPower {rftoolspower@1.15-2.1.1-beta DONE} rftoolsbuilder-1.15-2.1.3-beta.jar RFToolsBuilder {rftoolsbuilder@1.15-2.1.3-beta DONE} rftoolsstorage-1.15-1.1.4-beta.jar RFToolsStorage {rftoolsstorage@1.15-1.1.4-beta DONE} rftoolscontrol-1.15-3.0.2-beta.jar RFToolsControl {rftoolscontrol@1.15-3.0.2-beta DONE} mahoutsukai-1.15.2-v1.18.1.jar Mahou Tsukai {mahoutsukai@1.15.2-v1.18.1 DONE} ToastControl-1.15.2-3.0.1.jar Toast Control {toastcontrol@3.0.1 DONE} mininggadgets-1.3.5.jar Mining Gadgets {mininggadgets@1.3.5 DONE} EnderStorage-1.15.2-2.5.0.143-universal.jar EnderStorage {enderstorage@2.5.0.143 DONE} ftb-chunks-1.1.0.14.jar FTB Chunks {ftbchunks@1.1.0.14 DONE} campfiretorches-1.15.2-1.0.2.jar Campfire Torches {campfiretorches@1.15.2-1.0.2 DONE} ColossalChests-1.15.2-1.7.8.jar ColossalChests {colossalchests@1.7.8 DONE} MysticalAgriculture-1.15.2-3.0.7.jar Mystical Agriculture {mysticalagriculture@3.0.7 DONE} CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {craftingtweaks@11.0.0 DONE} rftoolsutility-1.15-2.1.3-beta.jar RFToolsUtility {rftoolsutility@1.15-2.1.3-beta DONE} swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {swingthroughgrass@1.15.2-1.4.0 DONE} ToolBelt-1.15.2-1.14.1.jar Tool Belt {toolbelt@1.14.1 DONE} titanium-1.15.2-2.4.1.jar Titanium {titanium@2.4.1 DONE} SilentLib-1.15.2-4.6.1+49.jar Silent Lib {silentlib@4.6.1+49 DONE} bluepower-1.15.2-0.4.188-alpha-universal.jar Blue Power {bluepower@0.4.188-alpha DONE} ExtraButtons-1.15.2-3.0.0.jar ExtraButtons {extrabuttons@1.15.2-3.0.0 DONE} forbidden_arcanus-1.15.2-1.4-beta-2.jar Forbidden & Arcanus {forbidden_arcanus@1.15.2-1.4-beta-2 DONE} archers_paradox-1.15.2-0.4.0b.jar Archer's Paradox {archers_paradox@0.4.0b DONE} SoulShardsRespawn-forge-1.15.2-1.2.0-15.jar Soul Shards Respawn {soulshards@version DONE} omgourd-1.15.2-0.1.0b.jar Oh My Gourd {omgourd@0.4.0b DONE} Quark-r2.1-240.jar Quark {quark@r2.1-240 DONE} JAOPCA-1.15.2-3.2.0.10.jar JAOPCA {jaopca@3.2.0.10 DONE} FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {fastbench@3.0.0 DONE} StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {storagedrawers@1.15.2-7.0.1 DONE} FluxNetworks-1.15.2-5.0.1-2.jar Flux Networks {fluxnetworks@1.15.2-5.0.1-2 DONE} performant-1.15-2.11m.jar Performant {performant@2.11m DONE} tubesreloaded-1.15.2-1.3.0c.jar Tubes Reloaded {tubesreloaded@1.15.2-1.3.0c DONE} Transport-1.15.2-2.3.0.jar Transport {transport@1.15.2-2.3.0 DONE} engineersdecor-1.15.2-1.1.0-b1.jar Engineer's Decor {engineersdecor@1.1.0-b1 DONE} moredragoneggs-1.0.jar More Dragon Eggs {moredragoneggs@1.0 DONE} modular-routers-1.15.2-6.1.0-17.jar Modular Routers {modularrouters@1.15.2-6.1.0-17 DONE} refinedstorageaddons-0.6.1.jar Refined Storage Addons {refinedstorageaddons@0.6.1 DONE} bigbuckets-1.1.0.jar BigBuckets {bigbuckets@1.1.0 DONE} [Psi] Active spell: None Launched Version: forge-31.2.9 Backend library: LWJGL version 3.2.2 build 10 Backend API: GeForce GTX 1070 with Max-Q Design/PCIe/SSE2 GL version 4.6.0 NVIDIA 398.35, 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) Resource Packs: Current Language: English (US) CPU: 12x Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz

optionboom commented 4 years ago

I think mods.toml needs to have the logoFile changed to be a filename instead of a file path.

P3pp3rF1y commented 3 years ago

this was fixed in 1.16