We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ScreenShot: 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.
The text was updated successfully, but these errors were encountered:
Sometimes you can't obfuscate every name, and you obfuscated textureWidth with your own name so it can't find it
Sorry, something went wrong.
but i added all minecraft packages to excludes
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
Bozar/src/main/java/io/github/vimasig/bozar/obfuscator/transformer/impl/renamer/ClassRenamerTransformer.java
Line 25 in f9977fa
There are several issues with renamer transformers. I'll look at them when I have free time
No branches or pull requests
ScreenShot:
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.
The text was updated successfully, but these errors were encountered: