Error when running with PolyPatcher
Your CleanroomMC Discord Username
mywar5
Cleanroom Version
0.2.3 #698
Java Version
Java 22
Graphics Card Vendor
NVidia
Bug Report
Cannot start game just after latest issue,I tried this,but this is a new issue
minecraft-exported-logs-2024-09-13T23-10-40.log crash-2024-09-13_23.10.25-client.txt
Mod List
fugue-0.16.3 The latest build polypatcher-1.10.1 scalar-3.4.2
MMC Instance Notes
.
Final Checklist
- [X] I have searched the issues and haven't found a similar issue.
- [X] I have read the known incompatibilities and this is not related to one of those.
- [X] I have installed Fugue and it does not fix this issue.
- [X] I am using experimental branch and have installed Scalar and it does not fix this issue.
- [X] I am running a test build from Cleanroom Github Actions. (Or, if I've compiled it myself I plan to fix the issue)
Add S:net.minecraft.client.Minecraft=field_175619_R to final fields patching list in fugue.cfg
Add
S:net.minecraft.client.Minecraft=field_175619_Rto final fields patching list in fugue.cfg
it can't work
crash-2024-09-14_12.20.04-client.txt minecraft-exported-logs-2024-09-14T12-20-15.log
Same Issue
I solved this error by rewriting /src/main/java/club/sk1er/patcher/mixins/performance /MinecraftMixin_ToggleGLErrorChecking.java in PolyPatcher. I did so. However, I get an error from cc.polyfrost.oneconfig.internal.plugin.hooks.Lwjgl2FunctionProvider on startup or when trying to view OneConfig, and it crashes when trying to view Oneconfig and crashes when trying to view Oneconfig.
PolyPatcher will work with Cleanroom once these issues are resolved (I heard this will be resolved in OneConfig v1, but development has stopped.)
Using Opticraft mods+PolyPatcher in Non-Cleanroom, I got very good FPS.
It would be great if the same could be done in Cleanroom.
Please let me know if there is anything I can do to help.
(I am Japanese and I use a translator)
@s0u7a can you send the log from when you fixed the issue? 問題を解決した時のログを送ってもらえますか?
OK https://mclo.gs/zk1oBYU
I solved this error by rewriting
/src/main/java/club/sk1er/patcher/mixins/performance /MinecraftMixin_ToggleGLErrorChecking.javain PolyPatcher. I did so. However, I get an error fromcc.polyfrost.oneconfig.internal.plugin.hooks.Lwjgl2FunctionProvideron startup or when trying to view OneConfig, and it crashes when trying to view Oneconfig and crashes when trying to view Oneconfig. PolyPatcher will work with Cleanroom once these issues are resolved (I heard this will be resolved in OneConfig v1, but development has stopped.) Using Opticraft mods+PolyPatcher in Non-Cleanroom, I got very good FPS. It would be great if the same could be done in Cleanroom. Please let me know if there is anything I can do to help. (I am Japanese and I use a translator)
What changes did you make to that mixin?
Delete /src/main/java/club/sk1er/patcher/mixins/performance/MinecraftMixin_ToggleGLErrorChecking.java and Edit /src/main/resources/mixin.patcher.json(Delete ToggleGLErrorChecking line) (At first I was going to replace it with a code to remove GL errors, but GLstateManager in the same directory has that functionality and I figured it would be better to remove it. there are many other mods that have the ability to remove GL errors.)
I managed to get into the game through s0u7a‘s method, but I was hit by another problem--like this
What's more,polypatcher and cleanroom are compatible with Optifine on their own, but not when they are put together.
Should wait for PolyPatcher's official fix