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

Cannot build on windows using the provided iso.xml #4

Open
GeorgeSpinner opened this issue Jan 5, 2025 · 0 comments
Open

Cannot build on windows using the provided iso.xml #4

GeorgeSpinner opened this issue Jan 5, 2025 · 0 comments

Comments

@GeorgeSpinner
Copy link

GeorgeSpinner commented Jan 5, 2025

Trying to build on Windows using provided iso.xml the following error is returned:

C:\Users\xxxx\Downloads\rawpsx-r3>makeiso.bat
WARNING: 'source' attribute for subdirectory 'data' is invalid or empty.
ERROR: File not found: bank01
Press any key to continue . . .

This works:

<?xml version="1.0" encoding="UTF-8"?>
<iso_project image_name="rawpsx.iso">
<track type="data">
<identifiers
system ="PLAYSTATION"
application ="PLAYSTATION"
volume ="ANOTHERW"
volume_set ="ANOTHERW"
publisher ="FGSFDS"
/>
<directory_tree>
<file name="system.cnf" type="data" source="system.cnf"/>
<file name="rawpsx.exe" type="data" source="rawpsx.exe"/>
<dir name="data" source="data">
<file name="bank01" source="data/bank01" type="data"/>
<file name="bank02" source="data/bank02" type="data"/>
<file name="bank03" source="data/bank03" type="data"/>
<file name="bank04" source="data/bank04" type="data"/>
<file name="bank05" source="data/bank05" type="data"/>
<file name="bank06" source="data/bank06" type="data"/>
<file name="bank07" source="data/bank07" type="data"/>
<file name="bank08" source="data/bank08" type="data"/>
<file name="bank09" source="data/bank09" type="data"/>
<file name="bank0a" source="data/bank0a" type="data"/>
<file name="bank0b" source="data/bank0b" type="data"/>
<file name="bank0c" source="data/bank0c" type="data"/>
<file name="bank0d" source="data/bank0d" type="data"/>
<file name="memlist.bin" source="data/memlist.bin" type="data"/>
</dir>
<dummy sectors="1024"/>
</directory_tree>
</track>
</iso_project>
</xml>

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

1 participant