Replies: 2 comments 7 replies
-
Wow, that's a lot of retries. The error is not actually an OOM, but I would have to guess that something has slowed down host side for the data flow from Greaseweazle to slow down enough to get the buffer overflow. Accumulating the raw flux is completely pointless if |
Beta Was this translation helpful? Give feedback.
-
Please can you try the following fixed version. You will need to be logged in to GitHub to see the Artifacts link to the Windows prebuilt binaries: https://github.com/keirf/greaseweazle/actions/runs/10989783265 Or if you are running on Linux or Mac you can install the latest tip of master something like:
You can tell if you are running with the fix because during retries you should not see the flux count accumulating across retries. Please do give it a try on a bad disk and confirm that the overflow is gone. |
Beta Was this translation helpful? Give feedback.
-
Hi!
I am using version 1.5 and have noticed that some of my old Amiga disks could be converted to adf by using insane amount of retries. However, if I set retry to for example 5000 I run to flux overflow:
T7.0: AmigaDOS (8/11 sectors) from Raw Flux (400957564 flux in 1917035.65ms) (Retry #1.2763)
Command Failed: GetFluxStatus: Flux Overflow
.
Is it possible to change the command so that it starts flux counting from zero after each successful track? Then I could leave gw to work overnight and perhaps have entire disk read in the morning.
Beta Was this translation helpful? Give feedback.
All reactions