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

Problem with renamer in minecraft client #10

Open
wh1trope opened this issue Aug 26, 2021 · 3 comments
Open

Problem with renamer in minecraft client #10

wh1trope opened this issue Aug 26, 2021 · 3 comments
Labels
bug Something isn't working legacy old bozar

Comments

@wh1trope
Copy link

wh1trope commented Aug 26, 2021

ScreenShot:
1
Crashlog:
crash-2021-08-26_17.12.22-client.txt

When i try to use RenamerTransformer in latest bozar version, then i have this problem.
In 1.6.0 version everything works correct.

Edit: Also without renamer everything works, but I want to use it.

@wh1trope wh1trope added the bug Something isn't working label Aug 26, 2021
@HeyaGlitz
Copy link

Sometimes you can't obfuscate every name, and you obfuscated textureWidth with your own name so it can't find it

@wh1trope
Copy link
Author

wh1trope commented Oct 3, 2021

Sometimes you can't obfuscate every name, and you obfuscated textureWidth with your own name so it can't find it

but i added all minecraft packages to excludes

@vimasig
Copy link
Owner

vimasig commented Oct 4, 2021

Sometimes you can't obfuscate every name, and you obfuscated textureWidth with your own name so it can't find it

but i added all minecraft packages to excludes

ClassRenamerTransformer is breaking resources that's why excluding classes is not working.

Converting byte[] to String (or String to byte[] at line 30) probably causing lost bytes

There are several issues with renamer transformers.
I'll look at them when I have free time

@vimasig vimasig added the legacy old bozar label Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working legacy old bozar
Projects
None yet
Development

No branches or pull requests

3 participants