Application Details:
Version: | 1.0.9 |
License: | Free to use |
URL: | http://www.warpem.com/warp/ |
Votes: | 0 |
Latest Rating: | Garbage |
Latest Wine Version Tested: | 8.7 |
Maintainers: About Maintainership
What works
What does not
Installing the windows cuda drivers did not work.
https://bugs.winehq.org/show_bug.cgi?id=52528
Workarounds
it requires :
wine-staging (which has gpu/cuda support included)
winetricks (winetricks-next --version 20210206-next - sha256sum: 938fabff9164f72a8566d801ffd0f007b1918772ba34263b1e13b6770dd70ea0)
winetricks dotnet472 corefonts
winetricks win10
winetricks renderer=vulkan
winetricks wined3d # fails but run it anyway.
What was not tested
no data was analyzed
Hardware tested
Graphics:
Additional Comments
* make sure sufficient disk space is available - at the end about 6 GB are used, during the installation (especialy for dotnet) more diskspace might be needed.
* installing on an NFS-mounted storage media failed, because when trying to install dotnet failed with error of "insufficient disk space ..." (although sufficient disk space was available. )
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Debian GNU/Linux 11.x "Bullseye" x86_64 | May 02 2023 | 8.7 | Yes | Yes | Yes | Garbage | Alois Schlögl | |
Show | Debian GNU/Linux 11.x "Bullseye" x86_64 | Sep 12 2022 | 7.17-staging | Yes | Yes | Yes | Gold | Alois Schlögl | |
Show | Debian GNU/Linux 11.x "Bullseye" x86_64 | Aug 19 2022 | 7.15-staging | Yes | No | Yes | Garbage | Alois Schlögl | |
Current | Debian GNU/Linux 10.x "Buster" x86_64 | Feb 10 2022 | 7.10-staging | Yes | Yes | Yes | Bronze | Alois Schlögl | |
Show | Debian GNU/Linux 11.x "Bullseye" x86_64 | Feb 04 2022 | 7.0 | Yes | No | No | Garbage | Alois Schlögl |
Bug # | Description | Status | Resolution | Other apps affected |
52635 | WarpEM fails to process data | CLOSED | WORKSFORME | View |
53809 | Using boxnet in warpem crashes on RTX2080 (Unhandled exception: unimplemented function nvcuda.dll.cuFuncSetAttribute called in 64-bit code.) | CLOSED | FIXED | View |
54102 | GPU Caps Viewer does not report any CUDA devices starting with version 7.22 | UNCONFIRMED | View | |
54197 | cuda-z and warpem fail in wine-staging 7.22 and later | UNCONFIRMED | View | |
55011 | Cuda-application M/WarpEM got stuck or crashes in wine-staging/7.21, wine/8.9+nvidia-libs | UNCONFIRMED | View |
Using Boxnet [1] in Warp crashes on machine with RTX2080 cards but works fine on GTX1080 cards (other GPU's were not tested)
This is fixed in recent version of Sveinar's nvidia-libs
Instead of using all of wine-staging, it is sufficient to use only the patches of "nvcuda-CUDA_Support".
The Boxnet module in Warpem seem only usable with older GPU versions like the GTX1080ti
For the RTX2080 an additional patch to wine is needed (see Bug 53809)
When using newer cards like RTX3080, A10, A40, Warpem hangs when trying to load the Boxnet model. I do not know whether this is also the case on Window, so I do not know whether this is a bug in Wine or Warpem.
However, when Boxnet is not needed, Warpem seems to run fine.