We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I cannot open XMLGame Multiple Disk files made with BizHawk on Windows in the Linux version.
<BizHawk-XMLGame System="ZXSpectrum" Name="Captain Kook (1989)(Silent Corner, The)(Tape 1 of 2)"> <LoadAssets> <Asset FileName=".\Captain Kook (1989)(Silent Corner, The)(Tape 1 of 2).tzx" /> <Asset FileName=".\Captain Kook (1989)(Silent Corner, The)(Tape 2 of 2).tzx" /> </LoadAssets> </BizHawk-XMLGame>
The problem seems to be the .\ being used instead of a ./ - manually typing the correct slashes and saving the XML file fixes the issue.
The text was updated successfully, but these errors were encountered:
That's expected. Though since the rest of the app converts '\' to '/' when running on Windows, maybe the bundler should too.
Sorry, something went wrong.
Can't we just force the xml generation to emit / instead of \ in the Asset Filename node on Windows? That will probably work these days.
Hmm, unless it's a UNC path..
No branches or pull requests
Summary
I cannot open XMLGame Multiple Disk files made with BizHawk on Windows in the Linux version.
Repro
The problem seems to be the .\ being used instead of a ./ - manually typing the correct slashes and saving the XML file fixes the issue.
Output
Host env.
The text was updated successfully, but these errors were encountered: