Zephyr is currently on cuda 10 so it's very possible that's the issue. Unfortunately if that's the case it seems there is currently no way to use GPU acceleration under wine, which is a bummer indeed

/usr/bin/c++ -I/usr/include/ImageMagick-7 -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/ImageMagick-7 -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -lMagick++-7.Q16HDRI -lMagickWand-7.Q16HDRI -lMagickCore-7.Q16HDRI -lMagick++-7.Q16HDRI -lMagickWand-7.Q16HDRI -lMagickCore-7.Q16HDRI -Wno-unused-result -std=c++11 -m64 -msse4.2 -fPIC -mstackrealign -fopenmp -O3 -DNDEBUG CMakeFiles/ExampleAdvanced.dir/examples/ExampleAdvanced.cpp.o CMakeFiles/ExampleAdvanced.dir/examples/FbxHelper.cpp.o -o ../redist/ExampleAdvanced ../lib/libFlowEngineFree.so /usr/bin/ld: ../lib/libFlowEngineFree.so: undefined reference to `Magick::Image::write(std::string const&)' /usr/bin/ld: ../lib/libFlowEngineFree.so: undefined reference to `Magick::Image::read(std::string const&)' /usr/bin/ld: ../lib/libFlowEngineFree.so: undefined reference to `Magick::Image::ping(std::string const&)' collect2: error: ld returned 1 exit status
# ImageMagick demo works fine mkdir -p testmagick ; cd testmagick curl -LO https://imagemagick.org/source/magick++.cpp g++ `Magick++-config --cxxflags --cppflags` -O2 -Wall -o magick++ magick++.cpp `Magick++-config --ldflags --libs` ./magick++ ; ls
00f4:trace:nvcuda:DllMain (0x7f7d6c770000, 1, (nil)) 00f4:trace:nvcuda:wine_cuDriverGetVersion (0xb5809c0) 00f4:trace:nvcuda:wine_cuInit (0) 00f4:trace:nvcuda:wine_cuGetExportTable (0xb580998, 0x3029400) 00f4:fixme:nvcuda:cuda_check_table WARNING: Your CUDA version supports a newer interface for Unknown1 then the Wine implementation. 00f4:trace:nvcuda:wine_cuGetExportTable (0xb5809a0, 0x30293e0) 00f4:trace:nvcuda:wine_cuDeviceGetCount (0xb587280) 00f4:trace:nvcuda:wine_cuDeviceGet (0x21cc50, 0) 00f4:trace:nvcuda:Unknown1_func1_relay (0xb5874a8, (nil)) 00f4:trace:nvcuda:wine_cuDeviceGetName (0xb5874e8, 256, 0) 00f4:trace:nvcuda:wine_cuDeviceTotalMem_v2 (0xb587608, 0) 00f4:trace:nvcuda:wine_cuDeviceGetAttribute (0xb587650, 75, 0)
WINEPREFIX="$HOME/zephyr" WINEARCH=win64 wine wineboot WINEPREFIX="$HOME/zephyr" WINEARCH=win64 winetricks dlls vcrun2015 WINEPREFIX="$HOME/zephyr" WINEARCH=win64 wine winecfg # Change to Windows 10 from Windows XP to allow installation WINEPREFIX="$HOME/zephyr" WINEARCH=win64 wine ~/Downloads/3DF+Zephyr+Free+v5.009+\(x64\).exe WINEPREFIX="$HOME/zephyr" WINEARCH=win64 wine $HOME/zephyr/drive_c/Program\ Files/3DF\ Zephyr\ Free/3DF\ Zephyr\ Free.exe
WINEPREFIX="$HOME/zephyr" WINEARCH=win64 wine Downloads/CUDA-Z-0.10.251-64bit.exe
% nvcc --version nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2020 NVIDIA Corporation Built on Tue_Sep_15_19:10:02_PDT_2020 Cuda compilation tools, release 11.1, V11.1.74 Build cuda_11.1.TC455_06.29069683_0 % nvidia-smi | grep CUDA | NVIDIA-SMI 455.38 Driver Version: 455.38 CUDA Version: 11.1 |
Leave a comment: