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

REPLACEFILE errors despite success #16

Closed
sicklittlemonkey opened this issue Mar 29, 2018 · 3 comments
Closed

REPLACEFILE errors despite success #16

sicklittlemonkey opened this issue Mar 29, 2018 · 3 comments
Labels

Comments

@sicklittlemonkey
Copy link
Contributor

Hi, thanks for your updates to this handy tool.
I was just putting a simple cross-dev script together and this puzzled me a bit:

cadius.exe v 1.4.0 (c) Brutal Deluxe 2011-2013.

  • Replacing file '/MERLIN16/M2#061000' :
    Error : Can't get file from Image, File not found.
    Error : Invalid Prodos File path '/MERLIN16/M2'.

That's a REPLACEFILE when the destination file (M2) doesn't exist.
I haven't looked at the code yet but I presume the error is from the delete.
It actually adds the file and returns a success code, but it would be nicer without errors.

Cheers,
Nick.

@mach-kernel
Copy link
Owner

Hi Nick!

I apologize for being lazy, but that snippet of code is the reason why the error happens (I'm just reusing the existing delete functions but there should be an option to do so silently as required by this use case).

I'll get to it, thanks for writing in 👍

@mach-kernel
Copy link
Owner

@sicklittlemonkey Would you be interested in helping me maintain this? Extra hands are always useful, but especially so for code reviews & testing before release. Block device stuff is coming soon and I want to look at testing it more closely.

@sicklittlemonkey
Copy link
Contributor Author

I can't "commit" to anything at the moment, sorry, but I'll keep an eye on things when I can. There's stuff I'd like to be doing in AppleWin that I don't have time for. Kids etc come first.

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

2 participants