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

[Bug...?] Flywheel 1.18-0.6.5 is considered too low of a version despite being above 1.18-0.6.2 #43

Open
Corvus20 opened this issue Aug 15, 2022 · 17 comments
Labels
bug Something isn't working

Comments

@Corvus20
Copy link

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:
image

Expected Behaviour

Steam Powered should register flywheel 1.18-0.6.5 correctly as meeting the requirements and load normally.

Reproduce

  1. 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.
  2. Launch game.
  3. Wait for game to progress to the "errors occurred while loading" screen.
  4. See error.

Crash Report

https://pastebin.com/YTg1bs70

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.

@Corvus20 Corvus20 added the bug Something isn't working label Aug 15, 2022
@Blitzy111
Copy link

i've ran into the exact same issue, have yet to find a solution.

@TwiningShiningDawn
Copy link

also having this issue, any assistance would help

@dreaderinyes
Copy link

Also having this issues, which is a huge disappointment.

@isaaclepes
Copy link

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.

@isaaclepes
Copy link

isaaclepes commented Aug 28, 2022

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)

@rmichaluszek
Copy link

Same issue, any ideas?

@DUDEbehindDUDE
Copy link

DUDEbehindDUDE commented Sep 11, 2022

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

@isaaclepes
Copy link

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

https://github.com/tterrag1098/Registrate

@SortaGoodEl1
Copy link

I am also having this same issue this is frustrating

@Vatruvius
Copy link

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.

@isaaclepes isaaclepes mentioned this issue Sep 29, 2022
@MagmaBro123
Copy link

Same issue.

@isaaclepes
Copy link

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.

@MagmaBro123
Copy link

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...

@isaaclepes
Copy link

isaaclepes commented Oct 11, 2022

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.

https://discord.gg/BWn6E94

@MagmaBro123
Copy link

Oh. Well, I'm not a programmer, so, sorry.

@Normal69
Copy link

Okay, then I don't need to fuss around with this.
Needs complicated solution, takes time.
Thank you.

@IsaacAMurray
Copy link

I'm also having this issue and am wondering if there has been anything new since this issue page was created as it is now March of 2023 and this month is close to an end. Surely something has to have changed...

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