Unable to launch .lnk files since Wine 6.1

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
drbb
Newbie
Newbie
Posts: 1
Joined: Thu May 20, 2021 7:37 am

Unable to launch .lnk files since Wine 6.1

Post by drbb »

I have an annoying wine problem on my Linux system (Kernel 5.12.2-1-MANJARO): I cannot launch .lnk files anymore. The last "good version" of wine that didn't suffer from this issue was 6.1.

Here's the link to my post on the Manjaro forum about this unsolved issue: https://forum.manjaro.org/t/wine-cant-start-lnk/58893

Here's what happen when I try to launch an .lnk file from the shell with wine 6.8 (same command contained in the desktop link):

Code: Select all

env WINEPREFIX="/home/dario/.wine" wine C:\\windows\\command\\start.exe /Unix /home/dario/.wine/dosdevices/c:/ProgramData/Microsoft/Windows/Start\ Menu/Programs/PDF-XChange\ PDF\ Viewer/PDF-Viewer.lnk
0024:fixme:file:errno_to_status Converting errno 75 to STATUS_UNSUCCESSFUL
0024:fixme:exec:SHELL_execute flags ignored: 0x00000100
0024:err:exec:shellex_load_object_and_run failed to get data object
0024:fixme:file:errno_to_status Converting errno 75 to STATUS_UNSUCCESSFUL
0024:fixme:exec:SHELL_execute flags ignored: 0x00000100
0024:fixme:file:errno_to_status Converting errno 75 to STATUS_UNSUCCESSFUL
0024:fixme:exec:SHELL_execute flags ignored: 0x00000100
0024:fixme:file:errno_to_status Converting errno 75 to STATUS_UNSUCCESSFUL
0024:fixme:exec:SHELL_execute flags ignored: 0x00000100
0024:fixme:file:errno_to_status Converting errno 75 to STATUS_UNSUCCESSFUL
0024:fixme:exec:SHELL_execute flags ignored: 0x00000100
0024:fixme:file:errno_to_status Converting errno 75 to STATUS_UNSUCCESSFUL
0024:fixme:exec:SHELL_execute flags ignored: 0x00000100
0024:fixme:file:errno_to_status Converting errno 75 to STATUS_UNSUCCESSFUL
0024:fixme:exec:SHELL_execute flags ignored: 0x00000100
0024:fixme:file:errno_to_status Converting errno 75 to STATUS_UNSUCCESSFUL
0024:fixme:exec:SHELL_execute flags ignored: 0x00000100
0024:fixme:file:errno_to_status Converting errno 75 to STATUS_UNSUCCESSFUL
0024:fixme:exec:SHELL_execute flags ignored: 0x00000100
0024:fixme:file:errno_to_status Converting errno 75 to STATUS_UNSUCCESSFUL
0024:fixme:exec:SHELL_execute flags ignored: 0x00000100
0024:fixme:file:errno_to_status Converting errno 75 to STATUS_UNSUCCESSFUL
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: Invalid window handle.
0090:err:rpc:I_RpcReceive we got fault packet with status 0x1c010003
Any idea? Thanks.
Locked