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

Projectfile gets corrupted if paw files for disk images exists, the .d64 was incomplete #806

Open
adaumann opened this issue May 14, 2023 · 3 comments

Comments

@adaumann
Copy link

TRSE V0.16.67
Using a Paw files and d64 output causes incorrect D64 images. The .d64 only contains the main program but none of the files within the paw definition. After investigation the .trse file the project file was corrupt:

d64_paw_file = none
disk1_paw = 1.04064e-311
disk1_flf = 1.04064e-311
disk1_type = 1.04064e-311
disk1_name = disk

This could happen after changing the project settings. The TRSE file could be corrected manully:

disk1_paw = disk.paw
disk1_flf = none
disk1_type = d64
disk1_name = disk

and removing line d64_paw_file

@adaumann
Copy link
Author

This also happens in the Tutorial Demo "disc_loader_demo" after fixing a compile bug in the 3d effect prg

@leuat
Copy link
Owner

leuat commented May 15, 2023

you on windows? thanks for reporting this, I'll try to reproduce this bug next week when I get back!

@adaumann
Copy link
Author

yes windows...

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

2 participants