Bug 1830626 - __wine_process_init failed to load L"Z:\\usr\\bin\\wine", error c000012f
Summary: __wine_process_init failed to load L"Z:\\usr\\bin\\wine", error c000012f
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: wine
Version: 32
Hardware: x86_64
OS: Unspecified
unspecified
medium
Target Milestone: ---
Assignee: Michael Cronenworth
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-05-03 05:57 UTC by David Warner
Modified: 2020-05-04 00:02 UTC (History)
3 users (show)

Fixed In Version: wine-5.7-2.fc32
Clone Of:
Environment:
Last Closed: 2020-05-04 00:02:42 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description David Warner 2020-05-03 05:57:31 UTC
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

Comment 1 Michael Cronenworth 2020-05-03 22:28:07 UTC
Please try the 5.7-2 update.

https://bodhi.fedoraproject.org/updates/FEDORA-2020-f16666ce8b

Comment 2 David Warner 2020-05-03 23:13:32 UTC
That fixes it for me, thanks.


Note You need to log in before you can comment on or make changes to this bug.