Skip to content

Backpacked Configuration Option Fails #299

@MintyCheddar

Description

@MintyCheddar

Describe the bug

Backpacked version 3.0.5, Minecraft version 1.21.11, Fabric Loader version 0.18.4.
Framework version 0.13.11 and Configured version 2.7.4 also installed.
Clicking the Backpack UI Configure option produces no apparent result.
These messages are present in the latest.log file:
[22:01:22] [Render thread/INFO]: [STDERR]: java.lang.NoSuchMethodException: com.mrcrayfish.configured.integration.CatalogueConfigFactory.createConfigScreen(net.minecraft.class_437,net.fabricmc.loader.api.ModContainer)
[22:01:22] [Render thread/INFO]: [STDERR]: at java.base/java.lang.Class.getDeclaredMethod(Class.java:2848)
[22:01:22] [Render thread/INFO]: [STDERR]: at knot//com.mrcrayfish.backpacked.platform.FabricClientHelper.lambda$openConfigScreen$1(FabricClientHelper.java:67)
[22:01:22] [Render thread/INFO]: [STDERR]: at java.base/java.util.Optional.ifPresent(Optional.java:178)
[22:01:22] [Render thread/INFO]: [STDERR]: at knot//com.mrcrayfish.backpacked.platform.FabricClientHelper.openConfigScreen(FabricClientHelper.java:62)
[22:01:22] [Render thread/INFO]: [STDERR]: at knot//com.mrcrayfish.backpacked.client.gui.screen.inventory.BackpackScreen.openConfigScreen(BackpackScreen.java:598)
[22:01:22] [Render thread/INFO]: [STDERR]: at knot//com.mrcrayfish.backpacked.client.gui.screen.inventory.BackpackScreen.lambda$createActionsLayout$32(BackpackScreen.java:440)
[22:01:22] [Render thread/INFO]: [STDERR]: at knot//net.minecraft.class_4185.method_25306(class_4185.java:109)
[22:01:22] [Render thread/INFO]: [STDERR]: at knot//net.minecraft.class_4264.method_25348(class_4264.java:53)
[22:01:22] [Render thread/INFO]: [STDERR]: at knot//net.minecraft.class_339.method_25402(class_339.java:122)
[22:01:22] [Render thread/INFO]: [STDERR]: at knot//net.minecraft.class_4069.method_25402(class_4069.java:46)
[22:01:22] [Render thread/INFO]: [STDERR]: at knot//net.minecraft.class_465.method_25402(class_465.java:336)
[22:01:22] [Render thread/INFO]: [STDERR]: at knot//com.mrcrayfish.backpacked.client.gui.screen.widget.popup.CustomContainerScreen.method_25402(CustomContainerScreen.java:46)
[22:01:22] [Render thread/INFO]: [STDERR]: at knot//com.mrcrayfish.backpacked.client.gui.screen.inventory.UnlockableContainerScreen.method_25402(UnlockableContainerScreen.java:218)
[22:01:22] [Render thread/INFO]: [STDERR]: at knot//net.minecraft.class_312.mixinextras$bridge$method_25402$42(class_312.java)
[22:01:22] [Render thread/INFO]: [STDERR]: at knot//net.minecraft.class_312.wrapOperation$bfp000$fabric-screen-api-v1$invokeMouseClickedEvents(class_312.java:553)
[22:01:22] [Render thread/INFO]: [STDERR]: at knot//net.minecraft.class_312.method_1601(class_312.java:122)
[22:01:22] [Render thread/INFO]: [STDERR]: at knot//net.minecraft.class_312.method_22686(class_312.java:244)
[22:01:22] [Render thread/INFO]: [STDERR]: at knot//net.minecraft.class_1255.method_18859(class_1255.java:169)
[22:01:22] [Render thread/INFO]: [STDERR]: at knot//net.minecraft.class_4093.method_18859(class_4093.java:23)
[22:01:22] [Render thread/INFO]: [STDERR]: at knot//net.minecraft.class_1255.execute(class_1255.java:111)
[22:01:22] [Render thread/INFO]: [STDERR]: at knot//net.minecraft.class_312.method_22684(class_312.java:244)
[22:01:22] [Render thread/INFO]: [STDERR]: at knot//org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
[22:01:22] [Render thread/INFO]: [STDERR]: at knot//org.lwjgl.system.JNI.invokeV(Native Method)
[22:01:22] [Render thread/INFO]: [STDERR]: at knot//org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3509)
[22:01:22] [Render thread/INFO]: [STDERR]: at knot//com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:156)
[22:01:22] [Render thread/INFO]: [STDERR]: at knot//net.minecraft.class_310.method_1523(class_310.java:1414)
[22:01:22] [Render thread/INFO]: [STDERR]: at knot//net.minecraft.class_310.method_1514(class_310.java:966)
[22:01:22] [Render thread/INFO]: [STDERR]: at knot//net.minecraft.client.main.Main.main(Main.java:250)
[22:01:22] [Render thread/INFO]: [STDERR]: at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:514)
[22:01:22] [Render thread/INFO]: [STDERR]: at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
[22:01:22] [Render thread/INFO]: [STDERR]: at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

To Reproduce

Activate a backpack. Open the Backpack UI. Click on the Configure option.

Expected behavior

Expected configuration UI. Nothing actually happened.

Mod Version

3.0.5

Minecraft Version

1.21.11

Modloader

Fabric

Crash Log (if applicable)

No crash.

Additional context

latest.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions