[Bug...?] Flywheel 1.18-0.6.5 is considered too low of a version despite being above 1.18-0.6.2
Corvus20 opened this issue · 17 comments
Error Behaviour
Steam Powered does not register flywheel's version correctly and thinks that it is invalid. This is actually a problem across multiple other create addon mods as of lately (Big Cannons and Create Crafts & Additions), should be a relatively simple fix, I would hope.
Screenshot of error on loading error screen:
Expected Behaviour
Steam Powered should register flywheel 1.18-0.6.5 correctly as meeting the requirements and load normally.
Reproduce
- Install Flywheel 1.18-0.6.5, Create 1.18.2-0.5.0.d, and Steam Powered 1.18.2-2.0.3-alpha.
- Launch game.
- Wait for game to progress to the "errors occurred while loading" screen.
- See error.
Crash Report
Mod version
1.18.2-2.0.3-alph
Server version
N/A
Other mods and plugins
Initially experienced on a much larger custom modpack, but was also tested in a standalone instance with just the necessary mods and got the same result.
It looks like the version numbering of flywheel changed. Internally it calls itself '0.6.5' where SteamPowered is looking for '1.18-0.6.5' for example. I will modify the mod.toml to test this and report back.
Update: changing the toml did allow it to attempt to load, however it is failing due to them removing Registrate from flywheel/create.
[16:20:45] [main/WARN]: Error loading class: com/simibubi/create/content/contraptions/components/flywheel/FlywheelTileEntity (java.lang.ClassNotFoundException: com.simibubi.create.content.contraptions.components.flywheel.FlywheelTileEntity) [16:20:45] [main/WARN]: @Mixin target com.simibubi.create.content.contraptions.components.flywheel.FlywheelTileEntity was not found steampowered.mixins.json:FlywheelTileEntityAccess [16:20:45] [main/WARN]: Error loading class: com/simibubi/create/content/contraptions/components/flywheel/FlywheelTileEntity (java.lang.ClassNotFoundException: com.simibubi.create.content.contraptions.components.flywheel.FlywheelTileEntity) [16:20:45] [main/WARN]: @Mixin target com.simibubi.create.content.contraptions.components.flywheel.FlywheelTileEntity was not found steampowered.mixins.json:MixinFlywheel [16:20:46] [main/WARN]: Error loading class: snownee/snow/WorldTickHandler (java.lang.ClassNotFoundException: snownee.snow.WorldTickHandler) [16:20:46] [main/WARN]: Error loading class: snownee/snow/WorldTickHandler (java.lang.ClassNotFoundException: snownee.snow.WorldTickHandler) [16:20:46] [main/WARN]: Error loading class: snownee/snow/WorldTickHandler (java.lang.ClassNotFoundException: snownee.snow.WorldTickHandler) [16:20:48] [main/WARN]: @Inject(@At("HEAD")) Shift.BY=1 on blueprint.mixins.json:EntityMixin::handler$bga000$baseTick exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning. [16:20:48] [pool-3-thread-1/WARN]: Error loading class: snownee/snow/WorldTickHandler (java.lang.ClassNotFoundException: snownee.snow.WorldTickHandler) [16:20:50] [pool-3-thread-1/WARN]: Error loading class: com/tterrag/registrate/util/entry/BlockEntry (java.lang.ClassNotFoundException: com.tterrag.registrate.util.entry.BlockEntry)
I too am experiencing this particular issue, luckily Steam Powered is the only Create addon I have affected by the removal of Registrate from Flywheel. As I am trying to put a modpack together, and fix the startup crash reports, I am going to temporarily disable Steam Powered until I hear any progress being made from this thread or see an update on CurseForge.
Update: changing the toml did allow it to attempt to load, however it is failing due to them removing Registrate from flywheel/create.
[16:20:45] [main/WARN]: Error loading class: com/simibubi/create/content/contraptions/components/flywheel/FlywheelTileEntity (java.lang.ClassNotFoundException: com.simibubi.create.content.contraptions.components.flywheel.FlywheelTileEntity) [16:20:45] [main/WARN]: @Mixin target com.simibubi.create.content.contraptions.components.flywheel.FlywheelTileEntity was not found steampowered.mixins.json:FlywheelTileEntityAccess [16:20:45] [main/WARN]: Error loading class: com/simibubi/create/content/contraptions/components/flywheel/FlywheelTileEntity (java.lang.ClassNotFoundException: com.simibubi.create.content.contraptions.components.flywheel.FlywheelTileEntity) [16:20:45] [main/WARN]: @Mixin target com.simibubi.create.content.contraptions.components.flywheel.FlywheelTileEntity was not found steampowered.mixins.json:MixinFlywheel [16:20:46] [main/WARN]: Error loading class: snownee/snow/WorldTickHandler (java.lang.ClassNotFoundException: snownee.snow.WorldTickHandler) [16:20:46] [main/WARN]: Error loading class: snownee/snow/WorldTickHandler (java.lang.ClassNotFoundException: snownee.snow.WorldTickHandler) [16:20:46] [main/WARN]: Error loading class: snownee/snow/WorldTickHandler (java.lang.ClassNotFoundException: snownee.snow.WorldTickHandler) [16:20:48] [main/WARN]: @Inject(@At("HEAD")) Shift.BY=1 on blueprint.mixins.json:EntityMixin::handler$bga000$baseTick exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning. [16:20:48] [pool-3-thread-1/WARN]: Error loading class: snownee/snow/WorldTickHandler (java.lang.ClassNotFoundException: snownee.snow.WorldTickHandler) [16:20:50] [pool-3-thread-1/WARN]: Error loading class: com/tterrag/registrate/util/entry/BlockEntry (java.lang.ClassNotFoundException: com.tterrag.registrate.util.entry.BlockEntry)
they have to update the mod to support the new create version first
Update: changing the toml did allow it to attempt to load, however it is failing due to them removing Registrate from flywheel/create.
they have to update the mod to support the new create version first
Yeah, I was just proving the point that the version number itself wasn't the solution. A lot of mods broke when they removed Registrate from Create/Flywheel
FYI - I saw on their discord that team is focusing on The Winter Rescue at the moment, so Steam Powered updates will be a while.
FYI - I saw on their discord that team is focusing on The Winter Rescue at the moment, so Steam Powered updates will be a while.
I mean, updating a dependency shouldn't be that hard tbh...
They actually need to recode a lot of the mod because there were drastic changes in Create 0.5, as well as the removal of Registrate in one of the letter versions (0.5d iirc).
So, from the outside it seems like updating a simple dependency, but in reality they need to completely re-code for the both the new flywheel and create 0.5e. After all that, they then need to re-design their own mechanics, because Create removed the furnace engine and added it's own steam engine mechanics.
You should pop on their Discord sometime, that's how I got my information.
Okay, then I don't need to fuss around with this.
Needs complicated solution, takes time.
Thank you.