Create 0.5.0.i crashes when run on Forge 1.19.3 (44.1.16)
and-there-it-goes opened this issue ยท 3 comments
Describe the Bug
When you attach Create 1.19.2 (0.5.0.i) to Forge 1.19.3 (44.1.16) and run it, every time it was run crashes. The exit code was 1, and from reading the console I concluded it had something to do with a rotation (Quaternion) in the model named blaze3d (com.mojang.blaze3d.vertex.PoseStack
).
The main error lines were:
[pool-3-thread-1/INFO] [minecraft/DataFixers]: Building unoptimized datafixer
(before the error)
[Render thread/WARN] [mixin/]: Error loading class: com/mojang/math/Quaternion (java.lang.ClassNotFoundException: com.mojang.math.Quaternion)
(warning)
[Render thread/FATAL] [mixin/]: Mixin apply failed flywheel.mixins.json:matrix.PoseStackMixin -> com.mojang.blaze3d.vertex.PoseStack: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException Unexpecteded ClassMetadataNotFoundException whilst transforming the mixin class: [MAIN Applicator Phase -> flywheel.mixins.json:matrix.PoseStackMixin -> Apply Methods -> (Lcom/mojang/math/Quaternion;)Lcom/jozufozu/flywheel/util/transform/TransformStack;:multiply -> Transform LVT -> var=quaternion -> desc=Lcom/mojang/math/Quaternion;]
(...and it broke here.)
org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: Unexpecteded ClassMetadataNotFoundException whilst transforming the mixin class: [MAIN Applicator Phase -> flywheel.mixins.json:matrix.PoseStackMixin -> Apply Methods -> (Lcom/mojang/math/Quaternion;)Lcom/jozufozu/flywheel/util/transform/TransformStack;:multiply -> Transform LVT -> var=quaternion -> desc=Lcom/mojang/math/Quaternion;]
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethod(MixinTargetContext.java:491)
...and there were a lot more lines about the location of the bug.
I also concluded that it was the fault of Flywheel, rather than Create, but since Flywheel is now integrated into Create, I decided to post the report under Create, rather than under Flywheel.
Reproduction Steps
- Install Forge 1.19.3 (44.1.16).
- Install Create 1.19.2 (0.5.0.i).
- Run Forge 1.19.3 (44.1.16) in the Minecraft Launcher.
- Read the game output.
Expected Result
I didn't expect this crash. I expected it to open fine, when I tried both with and without OptiFine (1.19.3 preview 3), and it didn't. It crashed both times.
Screenshots and Videos
Crash Report or Log
No response
Operating System
Windows 11
Mod Version
0.5.0i
Minecraft Version
1.19.2
Forge Version
44.1.16
Other Mods
First time: OptiFine + WorldEdit
Second time: No Other Mods
Additional Context
It was running 1.19.3 but Create was running a 1.19.2 version, so I listed the version as 1.19.2 because I couldn't pick 1.19.3.
You set your Minecraft version to 1.19.3 but Create only has a 1.19.2 version. Downgrade Minecraft to 1.19.2 so both match.
You set your Minecraft version to 1.19.3 but Create only has a 1.19.2 version. Downgrade Minecraft to 1.19.2 so both match.
okay but when will a version thats compatible for 1.19.3 release
As far as I know, the only information about releases is here and on Discord.
However, while not released, the 1.19.3 version of Create exists, you just have to build it youself: https://github.com/Creators-of-Create/Create/tree/mc1.19.3/dev