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

Selected incorrect file for Krakatau #524

Open
EriX24 opened this issue Dec 7, 2024 · 6 comments
Open

Selected incorrect file for Krakatau #524

EriX24 opened this issue Dec 7, 2024 · 6 comments

Comments

@EriX24
Copy link

EriX24 commented Dec 7, 2024

I selected "C:/" instead of the correct file, is there a way to reverse this? (I'm on Windows as well)

java.io.IOException: Cannot run program "C:\": CreateProcess error=5, Access is denied
	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1170)
	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1089)
	at the.bytecode.club.bytecodeviewer.decompilers.impl.KrakatauDecompiler.decompileClassNode(KrakatauDecompiler.java:202)
	at the.bytecode.club.bytecodeviewer.gui.util.BytecodeViewPanelUpdater.processDisplay(BytecodeViewPanelUpdater.java:108)
	at the.bytecode.club.bytecodeviewer.gui.util.BytecodeViewPanelUpdater.run(BytecodeViewPanelUpdater.java:159)
	at java.base/java.lang.Thread.run(Thread.java:1575)
Caused by: java.io.IOException: CreateProcess error=5, Access is denied
	at java.base/java.lang.ProcessImpl.create(Native Method)
	at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:500)
	at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:159)
	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1126)
	... 5 more
@Konloch
Copy link
Owner

Konloch commented Dec 8, 2024

Hi, using Settings>Set Python should allow you to resolve the incorrect path.

image

@EriX24
Copy link
Author

EriX24 commented Dec 8, 2024

Thanks!

@EriX24
Copy link
Author

EriX24 commented Dec 8, 2024

Wait, If I don't have 2.7 is there another way to run it?

@EriX24
Copy link
Author

EriX24 commented Dec 8, 2024

I used set 3.X, but it seems to have no effect

@Konloch
Copy link
Owner

Konloch commented Dec 8, 2024

Hi, Python 3.X is for Enjarify, Krakatau requires 2.X via Python or PyPy.

@EriX24
Copy link
Author

EriX24 commented Dec 8, 2024

oh, ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants