Hi all,
I recently upgraded from f32 to f33. I am trying to install a windows program using wine but it complains that it can’t be installed as an administrator.
I found an article online that said to use the runas option of wine. This is what I get when I run the command. Apparently runas.exe is missing from /usr/lib/wine and /usr/lib64/wine.
Can someone tell me how to install runas.exe on F33?
wine runas /trustlevel:0x20000 WhatsAppSetup.exe
002c:fixme:winediag:LdrInitializeThunk wine-staging 6.0 is a testing version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0050:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0050:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0050:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
006c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
006c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
006c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
WARNING: lavapipe is not a conformant vulkan implementation, testing use only.
0024:err:module:process_init L"C:\\windows\\system32\\runas.exe" not found
Thank you