startup crash with new 0.5.1e caused by flywheel upgrade
X-Coder opened this issue ยท 7 comments
Describe the Bug
Because of the updated flywheel dependency within create, it crashes now:
Unsupported installed optional dependencies:
Mod ID: 'rubidium', Requested by: 'flywheel', Expected range: '[0.7.0,)', Actual version: '0.6.5'
I can't use required rubidium >=7.0 because oculus 1.6.4 is not yet compatible with rubidium, it crashes with attached crash report.
Reproduction Steps
I'm only using rubidium 0.6.5 + oculus 1.6.4 (for shader and better graphics/performance) + create 05.1e, no other mods.
0.5.1d worked fine before. The game crashes at start.
Expected Result
Is it possible to rollback the flywheel dependency upgrade until oculus+rubidium are working together?
Otherwise I can't play with shaders. Or is there any other solution?
Screenshots and Videos
No response
Crash Report or Log
Operating System
Windows 10
Mod Version
0.5.1e
Minecraft Version
1.20.1
Forge Version
47.1.47
Other Mods
rubidium 0.6.5
oculus 1.6.4
Additional Context
No response
use embeddium instead of rubidium. patch e is supposed to be compatible with that.
With embeddium instead, it crashes with this error:
Error loading class: me/jellysquid/mods/sodium/client/util/color/ColorABGR (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.util.color.ColorABGR)