Splashtop remote access

Questions about Wine on Linux
Post Reply
andersostling
Newbie
Newbie
Posts: 3
Joined: Sun Mar 03, 2024 3:37 am

Splashtop remote access

Post by andersostling »

New Wine user here: I have the need to install Splashtop on my EOS/Arch workstation. Wine 9 is installed and seems to work (built-in apps like Wordpad tested).
I downloaded the Splashtop Business access installer and ran it with Wine. There was a lot of messages during installation, but I guess that is expected.
After the installation, I got an icon on the desktop and an entry in the App menu.

Content of the created desktop file

[anders@archie Desktop]$ cat Splashtop\ Business.desktop
[Desktop Entry]
Comment[en_US]=
Comment=
Exec=env WINEPREFIX=/home/anders/.wine wine 'C:\\users\\Public\\Desktop\\Splashtop Business.lnk'
GenericName[en_US]=
GenericName=
Icon=31E0_strwinclt.0
MimeType=
Name[en_US]=Splashtop Business
Name=Splashtop Business
Path=/home/anders/.wine/dosdevices/c:/Program Files (x86)/Splashtop/Splashtop Remote/Client for STB
StartupNotify=true
StartupWMClass=strwinclt.exe
Terminal=false
TerminalOptions=
Type=Application
X-KDE-SubstituteUID=false
X-KDE-Username=

This is what I get when starting the app from a terminal

[anders@archie Client for STB]$ wine strwinclt.exe
0024:err:winediag:gnutls_process_attach failed to load libgnutls, no support for encryption
0024:err:winediag:process_attach failed to load libgnutls, no support for pfx import/export
0024:fixme:thread:GetThreadUILanguage : stub, returning default language.
0024:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0107F598, 0107F5A8 0107F59C
0024:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 0107F598 0107F5A8 0107F59C) returning a dummy value (current locale)
0024:fixme:wtsapi:WTSQueryUserToken 1 00BC24EC semi-stub!
0024:fixme:security:ImpersonateLoggedOnUser (00000018)
0024:fixme:thread:GetThreadUILanguage : stub, returning default language.
0024:fixme:thread:GetThreadUILanguage : stub, returning default language.
0024:fixme:thread:GetThreadUILanguage : stub, returning default language.
0124:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 023AFF18
0124:fixme:process:WTSGetActiveConsoleSessionId stub
0024:fixme:advapi:RegisterEventSourceW ((null),L"Splashtop Business app"): stub
0024:fixme:advapi:ReportEventW (CAFE4242,0x0004,0x0000,0x00017530,00000000,0x0001,0x00000000,0107F758,00000000): stub
0024:fixme:advapi:DeregisterEventSource (CAFE4242) stub
0024:fixme:ole:CoInitializeSecurity 00000000, -1, 00000000, 00000000, 0, 3, 00000000, 0, 00000000 stub
0024:fixme:wbemprox:client_security_SetBlanket 74811850, 01F8C0F8, 10, 0, (null), 3, 3, 00000000, 0
0024:fixme:wbemprox:client_security_Release 74811850
0024:fixme:wbemprox:get_system_propval returning empty array for __DERIVATION
0024:fixme:ole:CoInitializeSecurity 00000000, -1, 00000000, 00000000, 0, 3, 00000000, 0, 00000000 stub
0024:fixme:wbemprox:client_security_SetBlanket 74811850, 01F8C0F8, 10, 0, (null), 3, 3, 00000000, 0
0024:fixme:wbemprox:client_security_Release 74811850
0024:fixme:wbemprox:get_system_propval returning empty array for __DERIVATION
0024:fixme:wbemprox:get_system_propval returning empty array for __DERIVATION
0024:fixme:wbemprox:get_system_propval returning empty array for __DERIVATION
0024:fixme:wbemprox:get_system_propval returning empty array for __DERIVATION
0024:fixme:wbemprox:get_system_propval returning empty array for __DERIVATION
0024:fixme:ole:CoInitializeSecurity 00000000, -1, 00000000, 00000000, 0, 3, 00000000, 0, 00000000 stub
0024:fixme:wbemprox:client_security_SetBlanket 74811850, 01F8C0F8, 10, 0, (null), 3, 3, 00000000, 0
0024:fixme:wbemprox:client_security_Release 74811850
0024:fixme:wbemprox:get_system_propval returning empty array for __DERIVATION
0024:fixme:ole:CoInitializeSecurity 00000000, -1, 00000000, 00000000, 0, 3, 00000000, 0, 00000000 stub
0024:fixme:wbemprox:client_security_SetBlanket 74811850, 01F8C0F8, 10, 0, (null), 3, 3, 00000000, 0
0024:fixme:wbemprox:client_security_Release 74811850
0058:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0058:fixme:mountmgr:harddisk_ioctl The DISK_PARTITION_INFO and DISK_DETECTION_INFO structures will not be filled
0024:fixme:wbemprox:get_system_propval returning empty array for __DERIVATION
0024:fixme:wtsapi:WTSQueryUserToken 1 0107F4D8 semi-stub!
0024:fixme:ole:CoInitializeSecurity 00000000, -1, 00000000, 00000000, 0, 3, 00000000, 0, 00000000 stub
0024:fixme:wbemprox:client_security_SetBlanket 74811850, 01F8C0F8, 10, 0, (null), 3, 3, 00000000, 0
0024:fixme:wbemprox:client_security_Release 74811850
0024:fixme:wbemprox:get_system_propval returning empty array for __DERIVATION
0128:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x7bd55b60
[anders@archie Client for STB]$
Post Reply