- VICE 3.3 (also 3.2 checked with the same result)
- compiled from source under macos 10.11.6
When using DolphinDOS3 1541 ROM (as attached) with 1541 memory expansion $6000-$7fff, and running attached program, the error messages:
Filesystem Image DXX: Error - Could not find data sector of T:17 S:19.
Filesystem Image DXX: Error - Could not find data sector of T:17 S:20.
appear and DOS error is returned to the emulated computer. Running the same program on actual hardware, equipped with the same DOS ROM, returns no errors and completes correctly.
Compiled and checked all full release versions back to 2.4 where this problem is NOT present. Seems all 3.x releases are affected.
it would be super helpful if you'd check what revision exactly broke this
You mean like revision between 2.4 and 3.0? For this I'd need more time but can possibly do.
yes please
After uneven confronation with SF's SVN and its constant errors "during SSL communication" I was able to narrow it down to the following:
you can look it up in the tags directory: https://sourceforge.net/p/vice-emu/code/HEAD/tree/tags/v2.4/
no chance to narrow it down further? also please give the exact settings required to reproduce this (starting from defaults) and perhaps a link to the ROMs you are using
--disable-ffmpeg(starting from a revision that doesn't work anymore with current lib) and under macos also with--disable-bundle. The rest remains at defaultI copy the D64 image to a working one because disk gets formatted as part of the test.
Last edit: Silver Dream ! 2019-10-01
The tarball is generated after creating the tag, so the revision should be same :)
i will have a look if i can reproduce this
ok the offending commit was r27111. lets see....
.... ugh. its that one giant commit with all the SPS VIA fixes. oh well. it'll take someone more familiar than me with this stuff to fix it.
Last edit: gpz 2019-10-02
I see. Thanks for trying. Do we have contact to the original contributor, maybe? In the meantime a friend of mine will try to give a stab at it too (although he also wasn't too optimistic after seeing the commit).