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

Unable to simplify switch on enum: const(1) not found #374

Open
KostromDan opened this issue Apr 16, 2024 · 0 comments
Open

Unable to simplify switch on enum: const(1) not found #374

KostromDan opened this issue Apr 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@KostromDan
Copy link

Vineflower version

1.10.1

Describe the bug

Error happened while decompiling appliedenergistics2-forge-12.9.9.jar.

[2024-04-16 19:34:44,541] [ERROR]: ERROR: Unable to simplify switch on enum: const(1) not found, available: {} in method appeng/client/render/cablebus/CubeBuilder putVertexTL
[2024-04-16 19:34:44,542] [ERROR]: ERROR: Unable to simplify switch on enum: const(1) not found, available: {} in method appeng/client/render/cablebus/CubeBuilder putVertexTR
[2024-04-16 19:34:44,544] [ERROR]: ERROR: Unable to simplify switch on enum: const(1) not found, available: {} in method appeng/client/render/cablebus/CubeBuilder putVertexBR
[2024-04-16 19:34:44,547] [ERROR]: ERROR: Unable to simplify switch on enum: const(1) not found, available: {} in method appeng/client/render/cablebus/CubeBuilder putVertexBL
[2024-04-16 19:34:44,547] [ERROR]: ERROR: Unable to simplify switch on enum: const(1) not found, available: {} in method appeng/client/render/cablebus/CubeBuilder putVertexTL
[2024-04-16 19:34:44,549] [ERROR]: ERROR: Unable to simplify switch on enum: const(1) not found, available: {} in method appeng/client/render/cablebus/CubeBuilder putVertexTR
[2024-04-16 19:34:44,551] [ERROR]: ERROR: Unable to simplify switch on enum: const(1) not found, available: {} in method appeng/client/render/cablebus/CubeBuilder putVertexBR
[2024-04-16 19:34:44,551] [ERROR]: ERROR: Unable to simplify switch on enum: const(1) not found, available: {} in method appeng/client/render/cablebus/CubeBuilder putVertexBL

Additional information

CubeBuilder$1.class.txt
CubeBuilder$UvVector.class.txt
CubeBuilder.class.txt

@KostromDan KostromDan added the bug Something isn't working label Apr 16, 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
Projects
None yet
Development

No branches or pull requests

1 participant