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

Can't decompile switch case #304

Open
BHNHAT opened this issue Sep 1, 2023 · 2 comments
Open

Can't decompile switch case #304

BHNHAT opened this issue Sep 1, 2023 · 2 comments
Labels
bug Something isn't working Priority: Low Low priority Subsystem: Statement Structure Anything concerning how statements are structured in a method

Comments

@BHNHAT
Copy link

BHNHAT commented Sep 1, 2023

WARN: Method g (Lce;)V in class an couldn't be decompiled. java.lang.IllegalStateException: Invalid switch case set: [[const(-128)], [const(-127)], [const(-126)], [const(-125)], [const(-124)], [const(-123)], [const(-122)], [const(-121)], [const(-120)], [const(-119)], [const(-117)], [const(-116)], [const(-113)], [const(-112)], [const(-111)], [const(-110)], [const(-109)], [const(-107)], [const(-106)], [const(-105)], [const(-104)], [const(-102)], [const(-101)], [const(-100)], [const(-99)], [const(-98)], [const(-97)], [const(-96)], [const(-95)], [const(-94)], [const(-92)], [const(-91)], [const(-90)], [const(-89)], [const(-87)], [const(-86)], [const(-85)], [const(-84)], [const(-83)], [const(-82)], [const(-81)], [const(-80)], [const(-78)], [const(-77)], [const(-76)], [const(-75)], [const(-74)], [const(-73)], [const(-72)], [const(-71)], [const(-69)], [const(-68)], [const(-65)], [const(-64)], [const(-63)], [const(-62)], [const(-61)], [const(-59)], [const(-58)], [const(-57)], [const(-56)], [const(-55)], [const(-54)], [const(115)], [null]] for selector of type Lbp;

The decompiler can decompile am.class which is the old version but It can't decompile the new one

class file links removed

@Geolykt
Copy link
Contributor

Geolykt commented Sep 1, 2023

Do you have permission to use these samples in the first place?

@BHNHAT
Copy link
Author

BHNHAT commented Sep 1, 2023

It is extracted from a game so I don't know if it is legal or not. But this game has a lot of modded version thought.

@jaskarth jaskarth added bug Something isn't working Subsystem: Statement Structure Anything concerning how statements are structured in a method Priority: Low Low priority labels Sep 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Priority: Low Low priority Subsystem: Statement Structure Anything concerning how statements are structured in a method
Projects
None yet
Development

No branches or pull requests

3 participants