-
Notifications
You must be signed in to change notification settings - Fork 98
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
When opening the combiner screen, the game closes and displays an error. Mod: Alchemistry #98
Comments
---- Minecraft Crash Report ---- Time: 2023-07-13 17:31:13 java.lang.ClassCastException: class com.smashingmods.alchemylib.api.blockentity.container.WrappedVertexConsumer cannot be cast to class me.jellysquid.mods.sodium.client.render.vertex.VertexBufferWriter (com.smashingmods.alchemylib.api.blockentity.container.WrappedVertexConsumer is in module alchemylib@1.0.24 of loader 'TRANSFORMER' @3ea2f72e; me.jellysquid.mods.sodium.client.render.vertex.VertexBufferWriter is in module rubidium@0.6.5 of loader 'TRANSFORMER' @3ea2f72e) A detailed walkthrough of the error, its code path and all known details is as follows:-- Head -- -- Affected level -- -- Last reload -- -- System Details -- |
Confirm - i am getting the same issue as soon as i processed the Honeycomb recepie in the Combiner - Modpack version 0.0.33 |
Attached my Log file aswell but it looks very similar. Looks like something between "alchemylib", "sodium" and "rubidium". The Combiner is placable and you can look into it's GUI, but as soon as processing has started once or you select a recepie to load in, it will always crash your Client opening up the GUI of it. Breaking and Replacing it lets you open the empty GUI fine again. |
0.0.37 the error persists in the current version |
0.0.38 the error persists in the current version |
It is alchemistry running together with rubidium , rendering the combiner screen. The author of alchemistry is looking into a way to fix it. |
Thanks for letting me know, I'll be waiting for the correction. |
Issue has been fixed with alchemistry-1.20.1-2.3.1 & alchemylib-1.20.1-1.0.29.jar - please update them in the pack |
Tested and fixed, thank you. |
The game crashed whilst rendering screen
Error: java.lang.ClassCastException: class com.smashingmods.alchemylib.api.blockentity.container.WrappedVertexConsumer cannot be cast to class me.jellysquid.mods.sodium.client.render.vertex.VertexBufferWriter (com.smashingmods.alchemylib.api.blockentity.container.WrappedVertexConsumer is in module alchemylib@1.0.24 of loader 'TRANSFORMER' @3ea2f72e; me.jellysquid.mods.sodium.client.render.vertex.VertexBufferWriter is in module rubidium@0.6.5 of loader 'TRANSFORMER' @3ea2f72e)
Attached is the file with the reported error
Minecraft Crash Report.txt
The text was updated successfully, but these errors were encountered: