https://bugs.winehq.org/show_bug.cgi?id=37664
Bug ID: 37664 Summary: CUDA encoder does not work on MediaCoder x64 0.8.33 build 5680 Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: rickardj42@gmail.com Distribution: ---
Created attachment 50128 --> https://bugs.winehq.org/attachment.cgi?id=50128 Screenshot of the error message
In MediaCoder x64 0.8.33 build 5680 attempting to select GPU encoder causes error "No supported acceleration hardware detected", dispite the presence of an NVidia GeForce 750ti in my system. Attempting to force GPU encoding using CUDA encoder results in Error (14) on all items(general encoder error).
https://bugs.winehq.org/show_bug.cgi?id=37664
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
https://bugs.winehq.org/show_bug.cgi?id=37664
--- Comment #1 from Ken Sharp imwellcushtymelike@gmail.com --- Needs console logs. What version of Wine? http://wiki.winehq.org/Bugs
https://bugs.winehq.org/show_bug.cgi?id=37664
Michael Müller michael@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |STAGED CC| |michael@fds-team.de Ever confirmed|0 |1 Staged patchset| |https://github.com/wine-com | |pholio/wine-staging/tree/ma | |ster/patches/nvcuda-CUDA_Su | |pport
https://bugs.winehq.org/show_bug.cgi?id=37664
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|-unknown |nvcuda Version|unspecified |1.7.32
https://bugs.winehq.org/show_bug.cgi?id=37664
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
https://bugs.winehq.org/show_bug.cgi?id=37664
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Staged patchset|https://github.com/wine-com |https://github.com/wine-sta |pholio/wine-staging/tree/ma |ging/wine-staging/tree/mast |ster/patches/nvcuda-CUDA_Su |er/patches/nvcuda-CUDA_Supp |pport |ort CC| |nerv@dawncrow.de
https://bugs.winehq.org/show_bug.cgi?id=37664
Alois Schlögl alois.schloegl@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alois.schloegl@gmail.com
--- Comment #2 from Alois Schlögl alois.schloegl@gmail.com --- This bug occurs on any vanilla wine function because it does not support cuda.
You can use either
wine-staging <= 7.21 (cuda support is disabled in later versions)
or
wine 8.x + nvidia-libs (https://github.com/SveSop/nvidia-libs )
I tested with wine 8.10 + nvidia-libs (commit c39be1dbb14c9f6601) but other version will most likely work, too.