Bug: Crash on boot on 1.5.7 and 1.5.8 (but not 1.5.6 and below)
FrostedGeulleisia opened this issue ยท 3 comments
What Feature Types Apply to This Bug?
System
Other Type
No response
What Type of Bug Is This?
Crash
Mod Loader
Fabric
Mod Loader Version
0.16.10
The Aether Version
1.5.8
Is This Bug a Conflict With Another Mod?
No response
Client Log
https://gist.github.com/FrostedGeulleisia/a51e14961955857e1dc3485d2b21233b#file-2025-04-27-3-log
Crash Report (if applicable)
Steps to Reproduce
- Update from 1.5.6 or below.
- Start the game.
What You Expect To Happen
Game boots as normal, as it does with 1.5.6 and below.
What Actually Happened
Game crashed early on in boot.
Additional Details
Note: The crash report references an embedded dependency mod - Accessories. Not sure if it should be counted as a separate mod for conflict determination purposes.
I've confirmed both versions 1.5.7 and 1.5.8 of Aether crash, while 1.5.6 and 1.5.5 without any further modifications to the pack boot without issues.
Please Read and Confirm The Following
- I have confirmed this bug can be replicated without the use of Optifine.
- I have confirmed this bug is on the most recently supported version of Minecraft.
- I have confirmed the details provided in this report are concise as possible and does not contain vague information (ie. Versions are properly recorded, answers to questions are clear).
- I have confirmed this bug is unique and has not been reported already.
- If playing on a modpack, I have reported this bug to their issue tracker already.
- I have confirmed that I'm reporting a bug in The Aether I, not The Aether II.
Sorry for the wait, was only able to get to it now.
Using the latest versions of owo-lib (0.12.15.4+1.21) and Accessories (1.1.0-beta.42+1.21.1) seperately does seem to let the game boot.
After that, I've let it use the embedded version of Accessories, but with updated owo-lib, that also works.
owo-lib 0.12.15+1.21 and below crash (as to be expected: see below).
I've actually looked a bit further into it, and the version of Accessories embedded within Aether 1.5.8 does list 0.12.15.1+1.21 as the lowest supported version of owo-lib, this is not easily communicated to the user, however, as the built-in Fabric error message doesn't appear, likely due to being an embedded dependency. Note that The Aether by itself doesn't explicitly list owo-lib as required in the metadata.
If the latest (1.1.0-beta.42+1.21.1) or minimum required for Aether 1.5.8 (1.1.0-beta.34+1.21.1) build of Acessories is manually added with outdated owo-lib, the incompatibility message appears correctly.
So, in the end, this just seems to have been an outdated library issue, disguised by fabric not checking embedded mods quite right.
Can you try manually installing the Accessories Library and see if the problem persists?