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

Continuing adventures of Cyberbox misbehaves with overlays and ATTRIB changes #3780

Open
2 tasks done
NebularNerd opened this issue Oct 11, 2022 · 0 comments
Open
2 tasks done
Labels

Comments

@NebularNerd
Copy link
Contributor

Describe the bug

The game Continuing adventures of Cyberbox from #3090 likes to play about with attribs during loading (why, who knows?) and will fail if you have it running inside a .zip or read-only folder with an overlay. From #3535 it was discovered it had this weird behaviour (look about two or three posts up to get the start of the conversation for this game), at first it looked like a bug in PHYFS so we left it at that. I've just tried to use it through a read-only folder and overlay and it produces the same results with the file errors.

ca-cyber_000

This looks like however this game tries to handle the ATTRIBS it's doing it in a weird way and breaking something.

Steps to reproduce the behaviour

Expected behavior

When using an overlay with a zip or read-only folder the expected behavior is that doing ATTRIB +h file.txt for example will create a new copy of the file in the overlay with the H (Hidden) attribute set. This game tries to adjust the ATTRIB's but fails due to some non standard method that prevents an overlay copy being generated.

What operating system(s) this bug have occurred on?

Win 10 (myself) Linux (grapeli)

What version(s) of DOSBox-X have this bug?

Various used throughout course of testing, personally on very recent commit

Used configuration

No response

Output log

No response

Additional information

No response

Have you checked that no similar bug report(s) exist?

  • I have searched and didn't find any similar bug report.

Code of Conduct & Contributing Guidelines

  • I agree to follow the code of conduct and the contributing guidelines.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant