Search found 11 matches

by overCLK
Mon Jun 18, 2018 11:32 am
Forum: Tape and floppy disk converters
Topic: Oric DSK Manager
Replies: 42
Views: 39918

Re: Oric DSK Manager

I've just released version 0.7 with Oric DOS support. This means that the utility should be able to import the files of a DSK file with an OricDOS filesystem inside. It can be found as usual in the Releases tab of the Github project. https://github.com/teiram/oric-dsk-manager/releases/download/v0.7/...
by overCLK
Tue May 22, 2018 3:51 pm
Forum: Tape and floppy disk converters
Topic: Oric DSK Manager
Replies: 42
Views: 39918

Re: Oric DSK Manager

I've decided to release version 0.6 with fixes to the known bugs and also able to retain the last used directory. Support for merged or multipart files will need some design changes, maybe by showing them as a collapsible entries in the file box, allowing to set the attributes of each part and/or ad...
by overCLK
Mon May 21, 2018 9:01 pm
Forum: Tape and floppy disk converters
Topic: Oric DSK Manager
Replies: 42
Views: 39918

Re: Oric DSK Manager

I reread again the issue with the PATCH.001 file and I think I'm starting to understand what is going on. Please correct me if my guesses are wrong. It seems Sedoric has the option to create "multipart" files, where each part can have different start-end/exec addresses and flags. Files tha...
by overCLK
Sat May 19, 2018 2:29 pm
Forum: Tape and floppy disk converters
Topic: Oric DSK Manager
Replies: 42
Views: 39918

Re: Oric DSK Manager

Hello, overCLK! Great utility. Well, thanks. Glad that you like it. :) I've tested the github version with your last fix and there is no error message. But when extracting the PATCH.001 file the result is 268 bytes which contain data only for the 1-st part (chunk) of 3 total.PATCH.001.png Here is t...
by overCLK
Sat May 19, 2018 11:50 am
Forum: Tape and floppy disk converters
Topic: Oric DSK Manager
Replies: 42
Views: 39918

Re: Oric DSK Manager

Maybe you could add some quick save feature, to export in known formats: -> Save as single sided 3" -> Save as double sided 3" -> Save as single sided 3.5" -> Save as double sided 3.5" With eventually warnings to indicate when something would not fit. These days we have a bunch ...
by overCLK
Sat May 19, 2018 9:21 am
Forum: Tape and floppy disk converters
Topic: Oric DSK Manager
Replies: 42
Views: 39918

Re: Oric DSK Manager

I think I've found the bug Dbug reported. :) I was improperly decoding tracks when following the directory chain, normally it was not a problem as long as no directory entries were located in B-Side tracks. Find attached a 0.6 snapshot version (just rename it from .zip to .jar) that should work with...
by overCLK
Fri May 18, 2018 10:59 am
Forum: Tape and floppy disk converters
Topic: Oric DSK Manager
Replies: 42
Views: 39918

Re: Oric DSK Manager

I've a new bug report :) ISS linked a patched Sedoric floppy on the http://forum.defence-force.org/viewtopic.php?f=25&p=17473#p17473 thread, I wanted to extract the patch files using ORIC DSK Manager, but when I tried to load it, I got an error dialog: "Error in Archive Operation See the a...
by overCLK
Thu May 10, 2018 2:21 pm
Forum: Tape and floppy disk converters
Topic: Oric DSK Manager
Replies: 42
Views: 39918

Re: Oric DSK Manager

Things that use java internally, using a locally installed runtime that does not try to talk to the internet, I don't care :) I had the intention to provide a self-contained executable, relying on the java 9 jigsaw feature (so that you don't need to deliver the whole JRE monster, only the parts you...
by overCLK
Wed May 09, 2018 12:14 pm
Forum: Tape and floppy disk converters
Topic: Oric DSK Manager
Replies: 42
Views: 39918

Re: Oric DSK Manager

Well, it seems something got messed up with the binary in version 0.4. I've checked that some errors arise when running the jar against a java 8 runtime environment, due to some changes in java 9. I was able to reproduce your problem by running it on a java 8 runtime. :x Please find in this url a ne...
by overCLK
Wed May 09, 2018 11:44 am
Forum: Tape and floppy disk converters
Topic: Oric DSK Manager
Replies: 42
Views: 39918

Re: Oric DSK Manager

Chema wrote: Wed May 09, 2018 8:26 am Maybe there is an OS dependent problem here? Because I tried and the program failed for me when opening the disk image with the same symptoms. No matter if I use the Open menu or drag&drop. I am using Windows 10.
And which version of the Java Runtime?
by overCLK
Wed May 09, 2018 8:09 am
Forum: Tape and floppy disk converters
Topic: Oric DSK Manager
Replies: 42
Views: 39918

Re: Oric DSK Manager

Hi there. I'm the developer of the software you're discussing here. I registered some time ago but only come in from time to time. :oops: First of all, thanks to all for the valuable feedback you provided that Chema has been kindly forwarding to me. It helped me to debug the application and make som...