I have never needed to install a Windows software on my Linux machine, but the time has come

First time Wine user here, thanks for your help!
Basic details
Wine version: wine-9.0
OS: Debian 12
Terminal output:
- if I do
Code: Select all
$ wine TradeLocker.exe &> /tmp/log.txt 2>&1
- If I do
Code: Select all
sudo wine runas /trustlevel:0x20000 ~/Downloads/TradeLocker.exe &> /tmp/log.txt 2>&1
- If I do just
Code: Select all
sudo wine runas /trustlevel:0x20000 ~/Downloads/TradeLocker.exe
Code: Select all
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:wineusb:add_usb_device Interface 1 has 2 alternate settings; using the first one.
0084:fixme:wineusb:add_usb_device Interface 1 has 12 alternate settings; using the first one.
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
0084:fixme:wineusb:add_usb_device Interface 1 has 7 alternate settings; using the first one.
0084:fixme:wineusb:add_usb_device Interface 1 has 2 alternate settings; using the first one.
0084:fixme:wineusb:add_usb_device Interface 2 has 2 alternate settings; using the first one.
0080:fixme:wineusb:query_id Unhandled ID query type 0x5.
0080:fixme:wineusb:query_id Unhandled ID query type 0x5.
0080:fixme:wineusb:query_id Unhandled ID query type 0x5.
0080:fixme:wineusb:query_id Unhandled ID query type 0x5.
0080:fixme:wineusb:query_id Unhandled ID query type 0x5.
0080:fixme:wineusb:query_id Unhandled ID query type 0x5.
0080:fixme:wineusb:query_id Unhandled ID query type 0x5.
0080:fixme:wineusb:query_id Unhandled ID query type 0x5.
0080:fixme:wineusb:query_id Unhandled ID query type 0x5.
0080:fixme:wineusb:query_id Unhandled ID query type 0x5.
0080:fixme:wineusb:query_id Unhandled ID query type 0x5.
0080:fixme:wineusb:query_id Unhandled ID query type 0x5.
0080:fixme:wineusb:query_id Unhandled ID query type 0x5.
0080:fixme:wineusb:query_id Unhandled ID query type 0x5.
0080:fixme:wineusb:query_id Unhandled ID query type 0x5.
0080:fixme:wineusb:query_id Unhandled ID query type 0x5.
0080:fixme:wineusb:query_id Unhandled ID query type 0x5.
0080:fixme:wineusb:query_id Unhandled ID query type 0x5.
0080:fixme:wineusb:query_id Unhandled ID query type 0x5.
0080:fixme:wineusb:query_id Unhandled ID query type 0x5.
0090:err:ole:start_rpcss Failed to start RpcSs service
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: File not found.
What I've tried:
- Run installer in the three ways I showed above
- Installed (or tried to) some additional packages with winetricks: rpcss riched20 wsh57 mfc42 mdac28 dotnet48 vcrun2015 corefonts
Software can be freely downloaded from here https://tradelocker.com/desktop/
I am using a 64-bit wineprefix
Hope the thread have everything you need. Thanks a million!