Forum Replies Created
-
AuthorPosts
-
supportKeymaster
Please ensure you are using the latest version of BazisLib. The problem was related to the default file opening flags.
supportKeymasterNormally 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.supportKeymasterActively – no. But if you have a bug, that is consistently reproducing itself, please write a detailed description and I will fix it.
supportKeymasterIt 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.supportKeymasterThe problem was solved in WinCDEmu 3.4. Please download the latest version.
supportKeymasterWhat 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.supportKeymasterIt 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?supportKeymasterThe 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.
supportKeymasterWinCDEmu 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.supportKeymasterShould not be. If you encounter any, submit a bugreport and I’ll fix it.
supportKeymasterDo 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?
supportKeymasterDisabled 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.
supportKeymasterPlease try re-downloading version 3.4 again. I have updated the installer.
supportKeymasterThis 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.
supportKeymasterFixed in version 3.4
-
AuthorPosts