Description of problem: wine fails to run applications via shortcuts. Version-Release number of selected component (if applicable): wine How reproducible: 100% Steps to Reproduce: 1. Fresh Fedora 32 install (KDE Spin) 2. Install wine: dnf install wine 3. Install Windows application (e.g. foobar2000): wine foobar2000_v1.5.3.exe 4. Try to load application via shortcut Actual results: Application doesn't run. Expected results: Application runs. Additional info: The application shortcut command is: env WINEPREFIX="/home/david/.wine" wine /usr/bin/wine /Unix /home/david/.wine/dosdevices/c:/ProgramData/Microsoft/Windows/Start\ Menu/Programs/foobar2000.lnk Running this at the command line gives the following: 000b:fixme:winediag:__wine_start_process Wine Staging 5.7 is a testing version containing experimental patches. 000b:fixme:winediag:__wine_start_process Please mention your exact version when filing bug reports on winehq.org. 0009:err:module:__wine_process_init failed to load L"Z:\\usr\\bin\\wine", error c000012f Running the application's executable directly works: wine /home/david/.wine/dosdevices/c\:/Program\ Files\ \(x86\)/foobar2000/foobar2000.exe Running the shortcut (lnk) does not: wine /home/david/.wine/dosdevices/c:/ProgramData/Microsoft/Windows/Start\ Menu/Programs/foobar2000.lnk 000b:fixme:winediag:__wine_start_process Wine Staging 5.7 is a testing version containing experimental patches. 000b:fixme:winediag:__wine_start_process Please mention your exact version when filing bug reports on winehq.org. 0009:err:module:__wine_process_init failed to load L"C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs\\foobar2000.lnk", error c000012f
Please try the 5.7-2 update. https://bodhi.fedoraproject.org/updates/FEDORA-2020-f16666ce8b
That fixes it for me, thanks.