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 not open folder. sum.wat.shell.Win32ShellFolder2.getIshellFolder() #1709

Closed
Rado0z opened this issue Oct 25, 2022 · 6 comments
Closed

Comments

@Rado0z
Copy link

Rado0z commented Oct 25, 2022

can't open folder to select any file. i tried that with all version of java 11,13,19 which i am using now windows 10

jadxrs

@jpstotz
Copy link
Collaborator

jpstotz commented Oct 25, 2022

This is the same problem as in #1657. We already tried to find the bug in the Java run-time, but unfortunately this bug occurs only on very few Windows systems. So we were not able to reproduce this issue yet.

Is there something special on the used Windows system? Is it part of a domain, has special network folders mounted, or any other special software that may add virtual drives or something like this?

@Rado0z
Copy link
Author

Rado0z commented Oct 25, 2022

none of these.

@jpstotz
Copy link
Collaborator

jpstotz commented Oct 25, 2022

Is it a Windows 10 Home or Pro ? Have you enabled Windows Virtualization features like Sandboxing, WSL2 or the Hyper-V Hypervisor system?

@Rado0z
Copy link
Author

Rado0z commented Oct 25, 2022

enterprise and WSL/Hyper-V not enabled. but why? how is that related?

@jpstotz
Copy link
Collaborator

jpstotz commented Oct 25, 2022

I just mentioned technologies and features that are not very common and may change the system behavior of executed applications. I don't know if these features have something to do with the problem but from my perspective they were possible candidates.

@skylot
Copy link
Owner

skylot commented Oct 26, 2022

I commit several fixes:

  1. Tried to disable some paths to the problem method in 2bace2b. It may help, but chances are low.
  2. As workaround, I add alternative file dialog, look for Use alternative file dialog in Other group in preferences. It have many limitations like: filters not working on Windows and no way to select directory for open, also it can crush sometimes 🤣

@Rado0z please check latest unstable build, if default file dialog not fixed try to switch to alternative one. Hope it will help.

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

3 participants