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

Not Stable Methods #31

Open
TheNoriBBy opened this issue Dec 25, 2024 · 1 comment
Open

Not Stable Methods #31

TheNoriBBy opened this issue Dec 25, 2024 · 1 comment
Assignees
Labels
Bug Something isn't working

Comments

@TheNoriBBy
Copy link

For Kotlin minecraft plugin development those methods are not stable:

  • SuntheticBridge (Listeners don't work)
  • Crasher (doesn't remap)
  • KotlinOptimizer (Stops obfuscation at "Optimizing kotlin classes...") + console error Exception in thread "process" java.lang.NoSuchMethodError: java.util.List.removeLast()Ljava/lang/Object;
  • Controlflow (TableSwitchJump, SwitchProtect, MangledCompareJump, BogusConditionJump) plugin crashes when loading but remaps

also string encryption doesn't always work. some classes have unencrypted strings. same for other stuff like method renamer etc.

@SpartanB312 SpartanB312 added the Bug Something isn't working label Dec 26, 2024
@jonesdevelopment
Copy link
Collaborator

also string encryption doesn't always work. some classes have unencrypted strings. same for other stuff like method renamer etc.

The issue with the string encryption has been fixed in the latest commit(s). #27

Crasher (doesn't remap)

Could you provide more information on this?

@jonesdevelopment jonesdevelopment self-assigned this Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants