Cleanroom icon indicating copy to clipboard operation
Cleanroom copied to clipboard

Error when running with PolyPatcher

Open mywar5 opened this issue 1 year ago • 10 comments

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)

mywar5 avatar Sep 13 '24 15:09 mywar5

Add S:net.minecraft.client.Minecraft=field_175619_R to final fields patching list in fugue.cfg

kappa-maintainer avatar Sep 13 '24 15:09 kappa-maintainer

Add S:net.minecraft.client.Minecraft=field_175619_R to 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

mywar5 avatar Sep 14 '24 04:09 mywar5

Same Issue

s0u7a avatar Sep 19 '24 10:09 s0u7a

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 avatar Sep 21 '24 10:09 s0u7a

@s0u7a can you send the log from when you fixed the issue? 問題を解決した時のログを送ってもらえますか?

Rongmario avatar Sep 22 '24 23:09 Rongmario

OK https://mclo.gs/zk1oBYU

s0u7a avatar Sep 23 '24 01:09 s0u7a

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)

What changes did you make to that mixin?

Wyvest avatar Sep 23 '24 18:09 Wyvest

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

s0u7a avatar Sep 24 '24 14:09 s0u7a

I managed to get into the game through s0u7a‘s method, but I was hit by another problem--like this image

mywar5 avatar Oct 01 '24 07:10 mywar5

What's more,polypatcher and cleanroom are compatible with Optifine on their own, but not when they are put together.

mywar5 avatar Oct 02 '24 11:10 mywar5

Should wait for PolyPatcher's official fix

kappa-maintainer avatar Jan 24 '25 00:01 kappa-maintainer