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

Program crashes when attempting to open a file or import keys #114

Open
LiamDobson opened this issue May 16, 2023 · 2 comments
Open

Program crashes when attempting to open a file or import keys #114

LiamDobson opened this issue May 16, 2023 · 2 comments

Comments

@LiamDobson
Copy link

OS Windows 10 Pro N
Version 22H2
OS build 19045.2965

NxNandManager v5.2 by eliboa

I'm experiencing a crash (with no error) when using the following features:

File -> Open file
Options -> Configure keyset -> Import keys from file
Save as file... (icon)
Advanced copy (icon) -> Select...
Restore from file...
FULL DUMP
FULL OR PARTIAL RESTORE

I'm sure there's more as well. It seems that whenever the program tries to create a file selection dialog it crashes.

However, File -> Open drive works fine (different dialog type?).

I notice there's a log_file.txt in the root folder - it's empty. I also restarted in debug mode and got a debug window, but it also remained empty.

@soulcollectivex
Copy link

I have this exact same issue, but on Windows 11 Pro. Crashes immediately upon any type of file dialog.

@ngocvantran
Copy link

I encountered the same issue and managed to fix it:

  1. Delete or move dokan1.dll file to another location.
  2. Download and install Dokan driver from https://github.com/dokan-dev/dokany/releases/.

More info: I looked at Event Viewer and it showed that NxNandManager crashed with the crash happened inside dokan1.dll. By moving dokan1.dll to another location and install the latest version of the driver, NxNandManager will use the installed driver instead and will work correctly.

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

No branches or pull requests

3 participants