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

CommDlgExtendedError: invalid filename #24

Closed
Vort opened this issue Dec 28, 2022 · 2 comments · Fixed by #49
Closed

CommDlgExtendedError: invalid filename #24

Vort opened this issue Dec 28, 2022 · 2 comments · Fixed by #49

Comments

@Vort
Copy link
Contributor

Vort commented Dec 28, 2022

When I try to select different VGA BIOS image (click on "Browse..." button), error appears:
image

Most likely, it happens because of incorrect slash / used in path:

sprintf(name, "%s/VGABIOS-lgpl-latest", get_builtin_variable("BXSHARE"));

My OS is Windows 7 SP1 x64

@stlintel
Copy link
Contributor

Yes, incorrect slash seems to be an issue.
I don't see Bochs problem here.

@Vort
Copy link
Contributor Author

Vort commented Feb 20, 2023

I don't see Bochs problem here.

Incorrect slash is added by Bochs.
I even pointed to the line of code which contains it.

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

Successfully merging a pull request may close this issue.

2 participants