support

Forum Replies Created

Viewing 15 posts - 7,471 through 7,485 (of 7,659 total)
  • Author
    Posts
  • 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

    in reply to: sidebyside errors in Event Log #1568
    support
    Keymaster

    Are you using a localized (non-English) version of Windows?

    in reply to: No refresh symbol project (PDB) #1115
    support
    Keymaster

    Try version 1.3

    in reply to: VisualHDL Design Visualizer #1555
    support
    Keymaster

    You use the following syntax:

    import_entity rom1(“rom1.vhd”);

    From now on you can use the “rom1” entity as if it was implemented in THDL++.
    Note that this feature is experimental and will most likely not work with complex entities (e.g. having generic-dependent ports). However, it works for Xilinx generated cores.

    in reply to: VisualHDL Design Visualizer #1553
    support
    Keymaster

    OK, which example are you trying and what entity are you trying to visualize? Are you using “Project->Visualize” command, or “Visualize entity” command from the context menu? If you modified the example, ensure that one of your source files contains something like that:

    //The following line will take effect when building simulation model
    simulate_entity(SimulatedClockProvider<20ns, LEDBlinkDemo>);

    //When using VisualHDL with Xilinx tools, VisualHDL will build the
    //FPGA bitstream file automatically based on the following line:
    synthesize_hardware<"xc3s700an-fgg484-4"> LEDBlinkDemo(
    clk=”E12″,
    LEDs=”W21,Y22,V20,V19,U19,U20,T19,R20″
    //The post_route_sim statement is optional and is only used for generating
    //post-route simulation models.
    ) post_route_sim(SimulatedClockProvider<20ns, LEDBlinkDemo>);

    This essentially means that if you’re building a simulator configuration (selected on top of the project file list), the root entity will be the one specified by simulate_entity. Similar for FPGA builds.

    Don’t believe the message about “generate_vhdl”, it was not updated since the build when generate_vhdl split into simulate_entity for simulator builds and synthesize_hardware for FPGA builds. Will fix the msg in future versions.

    in reply to: Can’t Uninstall or Use anything to Mount #1543
    support
    Keymaster

    Please search for GearASPIWdm on this forum.
    If you want any other mounting software to work, simply reinstall it, so it updates file associations.

    in reply to: Is this free for business-use? #1540
    support
    Keymaster

    LGPL. Basically, yes. If your company adds some more features to its customized version of WinCDEmu, you will have to publish the updated sources. If you don’t touch the sources, there are absolutely no restrictions on use cases.

Viewing 15 posts - 7,471 through 7,485 (of 7,659 total)