Adding new disk makes wine fall

Questions about Wine on Linux
Locked
vomus
Newbie
Newbie
Posts: 1
Joined: Thu Jul 11, 2024 5:20 am

Adding new disk makes wine fall

Post by vomus »

Hi!
I am trying to add a new disk pointing to a specific directory. I already have have C: pointing to ../drive_c and D: poining to /dev/sda and Z: pointing to /). Running my windows program works fine from a directory where I am:

Code: Select all

$ wine ../../LookALF524/LookALF.exe 
002c:fixme:winediag:loader_init wine-staging 9.0 is a testing version containing experimental patches.
002c:fixme:winediag:loader_init Please mention your exact version when filing bug reports on winehq.org.
0080:fixme:wineusb:query_id Unhandled ID query type 0x5.
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
So, I add an R: pointing to my working directory and when I run my program again, wine says

Code: Select all

0114:fixme:exec:SHELL_execute flags ignored: 0x00000100
0114:err:exec:SHELL_ExecuteW cannot set directory L"R:\\LookALF524"
and quits. I tried adding a disk by directly linking R: to my working directory but does not make any effect. What am I doing wrong? Why does it try to now look for LookALF524 in a directory related to R:?
Locked