-
Notifications
You must be signed in to change notification settings - Fork 0
World fails to load when mod added to large pack #62
Copy link
Copy link
Open
Labels
P1Critical: makes the mod unusable or fully breaks core functionalityCritical: makes the mod unusable or fully breaks core functionalityarea:compatibilityCross-mod, version, or platform compatibilityCross-mod, version, or platform compatibilityarea:recipesRecipe loading, querying, snapshots, or derived EMCRecipe loading, querying, snapshots, or derived EMCloader:commonShared Common implementation or assetsShared Common implementation or assetsloader:fabricFabric-specificFabric-specificloader:forgeForge-specificForge-specificloader:neoforgeNeoForge-specificNeoForge-specificloader:quiltQuilt-specificQuilt-specificstatus:backlogValid work that is not currently scheduledValid work that is not currently scheduledstatus:readyScoped, understood, and not blockedScoped, understood, and not blockedtype:bugA defect or incorrect behaviorA defect or incorrect behavior
Description
Metadata
Metadata
Assignees
Labels
P1Critical: makes the mod unusable or fully breaks core functionalityCritical: makes the mod unusable or fully breaks core functionalityarea:compatibilityCross-mod, version, or platform compatibilityCross-mod, version, or platform compatibilityarea:recipesRecipe loading, querying, snapshots, or derived EMCRecipe loading, querying, snapshots, or derived EMCloader:commonShared Common implementation or assetsShared Common implementation or assetsloader:fabricFabric-specificFabric-specificloader:forgeForge-specificForge-specificloader:neoforgeNeoForge-specificNeoForge-specificloader:quiltQuilt-specificQuilt-specificstatus:backlogValid work that is not currently scheduledValid work that is not currently scheduledstatus:readyScoped, understood, and not blockedScoped, understood, and not blockedtype:bugA defect or incorrect behaviorA defect or incorrect behavior
Versions:
Dissolver-Enhanced: 1.5.31
Minecraft: 1.21.1
NeoForge: 21.1.233
I'm trying to add the Dissolver Enhanced mod to FTB Skies 2, and while there are no outright errors in the logs it's clear that something is heavily loading the server in the backend since spark repeatedly times-out while trying to retrieve world statistics. I'm unable to load into the world, with the loading indicator hanging at "100%" indefinitely (30 min+).
The pack has a large number of items and recipes ("----- DissolverEnhanced initialized Startup - 35641 recipes -----") and I don't know if any infinite loops, or the sheer number of recipes could be causing the issue.
It also fails to retrieve the "defaults.yaml" file from the github even though the raw address seems to be correct:
Let me know if any additional info would help.