Skip to content
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

0.5.2 crashes with RandomPatches #78

Closed
Anthonity opened this issue Jul 23, 2023 · 3 comments · Fixed by #187
Closed

0.5.2 crashes with RandomPatches #78

Anthonity opened this issue Jul 23, 2023 · 3 comments · Fixed by #187
Labels
bug Something isn't working question Further information is requested

Comments

@Anthonity
Copy link

This doesn't happen with 0.4.6

@brachy84
Copy link
Member

crash log pls

@brachy84 brachy84 added bug Something isn't working question Further information is requested labels Aug 3, 2023
@Anthonity
Copy link
Author

also happens with 0.6.1
latest.log

@WaitingIdly
Copy link
Collaborator

Because of how Random Patches applies its patch to the Minecraft Client, basically anything else that interacts with it will generate a crash - which GroovyScript does in its GuiScreenMixin to improve copying functionality, introduced in this commit f5c86a5.

This can be prevented by changing the Random Patches config setting to B:patchMinecraftClass=false.

Note that if you look in the reported diff, between v0.4.6 and v0.5.2, you wont find this commit, as it was introduced prior to v0.4.6 - specifically v0.4.0. This is reflected in actual testing, as it is not experienced in v0.3.1 and experienced in v0.4.0

Additionally, while Universal Tweaks doesn't fully replicate the features of Random Patches, it contains most of them, so i would suggest trying to switch to that instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants