support

Forum Replies Created

Viewing 15 posts - 7,426 through 7,440 (of 7,620 total)
  • Author
    Posts
  • in reply to: About physical memory grow large #1638
    support
    Keymaster

    Please ensure you are using the latest version of BazisLib. The problem was related to the default file opening flags.

    in reply to: Mount in Portable Edition with command line ? #1626
    support
    Keymaster

    Normally no, but you can easily build a version that can:
    Simply download the sources, open batchmnt.cpp file, and replace this line:

    VirtualCDClient clt(&status);

    with this:

    VirtualCDClient clt(&status, true);

    Then, build the batchmnt.exe project. The change will make batchmnt use the portable driver instead of the main driver.
    Note that any version of Visual Studio (including the free Express version) will do, as you don’t have to change any kernel-mode stuff.

    in reply to: is virtualkd being actively maintained? #1693
    support
    Keymaster

    Actively – no. But if you have a bug, that is consistently reproducing itself, please write a detailed description and I will fix it.

    in reply to: v3.4 Portable bugs #1573
    support
    Keymaster

    It seems like some antiviruses simply mark all UPX-compressed executables as suspicious.
    I have done an experiment: compressed notepad.exe using UPX. According to VirusTotal, 7 of 42 antivirus programs treat this program as suspicious (http://www.virustotal.com/file-scan/report.html?id=8ecdc24105027e26069060173936d7202fd60bdab3eb62ca71af18730892566c-1288962310). Moreover, the unpacked Portable WinCDEmu triggers no antiviruses.

    in reply to: copy files physical memory grow large #1621
    support
    Keymaster

    The problem was solved in WinCDEmu 3.4. Please download the latest version.

    in reply to: Compatability problems with WinCDEMU and some players #1606
    support
    Keymaster

    What do you mean by “does not unmount”? What exactly happens?
    My bet is that your player “forgets” to close some of the files on the image, so, closing the player before unmounting the image should help.

    in reply to: Installation program blocked b/c of "server issues" #1582
    support
    Keymaster

    It seems to me that modern antiviruses get closer and closer to the approach “every program that does not have a certificate bought from me is a virus”.
    Are you using Portable WinCDEmu, or the normal WinCDEmu? Can you also tell when exactly does F-Secure pop up the alert and what is the exact error message text, so I could look it up in google?

    in reply to: WinCDEmu-3.4-signed.exe has unsigned drivers? #1586
    support
    Keymaster

    The driver binaries (SYS files) are signed (otherwise Windows won’t load them). The driver package is not WHQL-certified, so Windows pops up a message box.

    in reply to: Please add support of Tracks and sessions #1579
    support
    Keymaster

    WinCDEmu is either a simple yet free tool, that allows mounting data disc images, rather than an all-in-one solution, that supports all and everything.
    There are plenty of free tools for creating disc images and re-implementing such functionality in WinCDEmu would be unreasonable. As for the audio tracks/mixed CD images, I would recommend using various free software for converting those tracks to WAV/etc. files, as supporting such images in WinCDEmu would not be simple.

    in reply to: ISO/NRG size limit? #1575
    support
    Keymaster

    Should not be. If you encounter any, submit a bugreport and I’ll fix it.

    in reply to: File Type Blocked #1315
    support
    Keymaster

    Do you have a NRG or similar image mistakingly renamed to IMG? This is what usually causes that type of error. Can you upload the faulty image somewhere and post the link, so I could investigate?

    in reply to: WinCDEmu is using 8GB RAM #1562
    support
    Keymaster

    Disabled a flag that was supposed to turn off read-ahead caching for image file, but apparently caused the side effects instead. As 3.4 was released just 1 day ago (and nobody complained about the issue before), I just updated its installer.

    in reply to: WinCDEmu is using 8GB RAM #1560
    support
    Keymaster

    Please try re-downloading version 3.4 again. I have updated the installer.

    in reply to: WinCDEmu is using 8GB RAM #1558
    support
    Keymaster

    This is the way Windows cache subsystem works. If you just read the image file sector-after-sector, Windows will use all free memory to cache its contents. However, if some program wants to allocate it and no other memory is available, this cache memory will be used just as the normal free memory, discarding the cache contents.
    On the other hand, if the effect causes noticable program slowdown rather than just messing with Task Manager memory statistics, please describe it in more detail, so I will investigate.

    Upd: please download version 3.4 again, I’ve added a flag that should completely remove all cache-related effects.

    in reply to: [fixed] Itunes and WINCDEMU incompatable #1550
    support
    Keymaster

    Fixed in version 3.4

Viewing 15 posts - 7,426 through 7,440 (of 7,620 total)