Coder Social home page Coder Social logo

Comments (5)

fadden avatar fadden commented on August 11, 2024

I'm guessing something went wrong with reading from the network drive, though I don't know why it would fail in CiderPress but work elsewhere. The disk image copy code does a bunch of retries on failure to deal with the case where you're reading from physical media with errors, so that's probably why it stalled out for so long.

Whatever the case, it should be putting up a polite "copy failed" message rather than crashing.

What version of Windows are you running in the VM?

from ciderpress.

inexorabletash avatar inexorabletash commented on August 11, 2024

Win7

I should note that the network share is not remote per se: it's provided by the physical machine hosting the VM. Still, there could be a timing issue, or something about how the name is processed.

At some point I'll try to repro, but the failing write effort had trashed the volume on the CF so I was just happy to have found the workaround. If I can get another CF card to play with I'll try again and see if I can find any other clues.

from ciderpress.

fadden avatar fadden commented on August 11, 2024

At one point I set up a VirtualBox VM with Win7 on it, but unfortunately I don't have a separate key (I'm running Win10 as an upgrade from Win7), so the key activation stuff gets cranky after 30 days. At least I got the system configured, which is more than I was able to do win WinXP.

The part I don't get is that, if it were going to fail anywhere, I would expect it to fail on the write-to-device side since that's where the "weird" stuff happens. The read side is just opening a file read-only.

from ciderpress.

inexorabletash avatar inexorabletash commented on August 11, 2024

Just to make sure we're on the same page, the case which failed for me was "read from HDV file on a share and write to physical CF card", using the "Load from file" option in the UI.

(To me, that would be a "write-to-device" operation, but that would contradict your summary....)

from ciderpress.

fadden avatar fadden commented on August 11, 2024

I think we're on the same page -- if the write-to-device side were fully broken, your subsequent attempt with a local copy of the file would have failed, which is why I'm assuming it's a read-side problem. But maybe that's a bad assumption, and it's the combination of "read from virtual network" and "write to physical device". Perhaps having a USB device open for writing interferes with the virtual network?

from ciderpress.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.