Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash with computercraft #3661

Open
raoulvdberge opened this issue Mar 30, 2024 · 0 comments
Open

Crash with computercraft #3661

raoulvdberge opened this issue Mar 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@raoulvdberge
Copy link
Collaborator

Describe the bug

    at MC-BOOTSTRAP/com.google.common@31.1-jre/com.google.common.base.Preconditions.checkState(Preconditions.java:512)
    at TRANSFORMER/neoforge@20.4.214/net.neoforged.neoforge.common.ModConfigSpec$ConfigValue.get(ModConfigSpec.java:915)
    at TRANSFORMER/refinedstorage@1.13.0-beta.4/com.refinedmods.refinedstorage.config.ClientConfig$Cover.showAllRecipesInJEI(ClientConfig.java:115)
    at TRANSFORMER/refinedstorage@1.13.0-beta.4/com.refinedmods.refinedstorage.RSCreativeModeTabItems.addCovers(RSCreativeModeTabItems.java:129)
    at TRANSFORMER/refinedstorage@1.13.0-beta.4/com.refinedmods.refinedstorage.RSCreativeModeTabItems.append(RSCreativeModeTabItems.java:125)
    at TRANSFORMER/refinedstorage@1.13.0-beta.4/com.refinedmods.refinedstorage.RSCreativeModeTabItems.lambda$register$1(RSCreativeModeTabItems.java:26)
    at TRANSFORMER/neoforge@20.4.214/net.neoforged.neoforge.event.EventHooks.onCreativeModeTabBuildContents(EventHooks.java:938)
    at TRANSFORMER/minecraft@1.20.4/net.minecraft.world.item.CreativeModeTab.buildContents(CreativeModeTab.java:152)
    at TRANSFORMER/minecraft@1.20.4/net.minecraft.world.item.CreativeModeTabs.lambda$buildAllTabContents$50(CreativeModeTabs.java:1888)
[...]
    at TRANSFORMER/minecraft@1.20.4/net.minecraft.world.item.CreativeModeTabs.buildAllTabContents(CreativeModeTabs.java:1888)
    at TRANSFORMER/minecraft@1.20.4/net.minecraft.world.item.CreativeModeTabs.tryRebuildTabContents(CreativeModeTabs.java:1897)
    at TRANSFORMER/computercraft@1.109.6/dan200.computercraft.shared.CommonHooks.onServerStarted(CommonHooks.java:69)
    at TRANSFORMER/computercraft@1.109.6/dan200.computercraft.shared.ForgeCommonHooks.onServerStarted(ForgeCommonHooks.java:42)
    at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.EventBus.post(EventBus.java:386)
    at TRANSFORMER/neoforge@20.4.214/net.neoforged.neoforge.server.ServerLifecycleHooks.handleServerStarted(ServerLifecycleHooks.java:95)

How can we reproduce this bug or crash?

See forgecraft

What Minecraft version is this happening on?

Minecraft 1.20.4

What Forge version is this happening on?

irrelevant

What Refined Storage version is this happening on?

1.20.4

Relevant log output

java.lang.IllegalStateException: Cannot get config value before config is loaded.
This error is currently only thrown in the development environment, to avoid breaking published mods.
In a future version, this will also throw in the production environment.
@raoulvdberge raoulvdberge added the bug Something isn't working label Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant