Wine 5.12 does not run my windows app on Linux(Slackware clone)

Questions about Wine on Linux
Locked
GLESTWID
Newbie
Newbie
Posts: 3
Joined: Sun Sep 06, 2020 7:25 am

Wine 5.12 does not run my windows app on Linux(Slackware clone)

Post by GLESTWID »

Here's the output:
root@porteus:/mnt/sdb/tmp/rs# wine rs.exe
wine: created the configuration directory '/root/.wine'
0048:err:vulkan:get_vulkan_driver Wine was built without Vulkan support.
0050:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0050:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
0050:err:ole:get_local_server_stream Failed: 80004002
0048:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0048:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
0048:err:ole:get_local_server_stream Failed: 80004002
005c:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
005c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
005c:err:mscoree:LoadLibraryShim error reading registry key for installroot
005c:err:mscoree:LoadLibraryShim error reading registry key for installroot
005c:err:mscoree:LoadLibraryShim error reading registry key for installroot
005c:err:mscoree:LoadLibraryShim error reading registry key for installroot
0064:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0064:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0064:err:mscoree:LoadLibraryShim error reading registry key for installroot
0064:err:mscoree:LoadLibraryShim error reading registry key for installroot
0064:err:mscoree:LoadLibraryShim error reading registry key for installroot
0064:err:mscoree:LoadLibraryShim error reading registry key for installroot
0064:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0064:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
005c:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
005c:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
0074:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0074:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0074:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
0074:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
0040:fixme:dwmapi:DwmIsCompositionEnabled 6D95DD14
007c:fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x6a0df537, context 0xe29018, init_notify 0, handle 0x166fcd8): stub
0040:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0040:err:module:open_builtin_file failed to load .so lib "/usr/lib/wine/winegstreamer.dll.so"
00fc:err:plugplay:try_add_device Building report descriptor failed, removing device
00fc:err:plugplay:try_add_device Building report descriptor failed, removing device
00fc:err:plugplay:try_add_device Building report descriptor failed, removing device
00ec:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\wineusb": c0000142
002c:err:setupapi:SetupDiInstallDevice Failed to start service L"wineusb" for device L"ROOT\\WINE\\WINEUSB", error 1114.
wine: configuration in L"/root/.wine" has been updated.
'xterm-256color': unknown terminal type.
root@porteus:/mnt/sdb/tmp/rs# 00f0:fixme:plugplay:pdo_pnp_dispatch Unhandled function 00000017
00f0:fixme:plugplay:pdo_pnp_dispatch Unhandled function 00000002
00f0:fixme:plugplay:pdo_pnp_dispatch Unhandled function 00000017
00f0:fixme:plugplay:pdo_pnp_dispatch Unhandled function 00000002
00f0:fixme:plugplay:pdo_pnp_dispatch Unhandled function 00000017
00f0:fixme:plugplay:pdo_pnp_dispatch Unhandled function 00000002
00f0:fixme:plugplay:pdo_pnp_dispatch Unhandled function 00000017
00f0:fixme:plugplay:pdo_pnp_dispatch Unhandled function 00000002
00f0:fixme:plugplay:pdo_pnp_dispatch Unhandled function 00000017
00f0:fixme:plugplay:pdo_pnp_dispatch Unhandled function 00000002
00f0:fixme:plugplay:pdo_pnp_dispatch Unhandled function 00000017
00f0:fixme:plugplay:pdo_pnp_dispatch Unhandled function 00000002
00f0:fixme:plugplay:pdo_pnp_dispatch Unhandled function 00000017
00f0:fixme:plugplay:pdo_pnp_dispatch Unhandled function 00000002
00f0:fixme:plugplay:pdo_pnp_dispatch Unhandled function 00000017
00f0:fixme:plugplay:pdo_pnp_dispatch Unhandled function 00000002
00f0:fixme:plugplay:pdo_pnp_dispatch Unhandled function 00000017
00f0:fixme:plugplay:pdo_pnp_dispatch Unhandled function 00000002
00f0:fixme:plugplay:pdo_pnp_dispatch Unhandled function 00000017
00f0:fixme:plugplay:pdo_pnp_dispatch Unhandled function 00000002
00f0:fixme:plugplay:pdo_pnp_dispatch Unhandled function 00000017
00f0:fixme:plugplay:pdo_pnp_dispatch Unhandled function 00000002

Any ideas what to change to make it start my rs.exe?
Locked