Unable to install online apps on Wine

Questions about Wine on Linux
Locked
abhaynayar
Newbie
Newbie
Posts: 1
Joined: Sat May 05, 2018 4:46 am

Unable to install online apps on Wine

Post by abhaynayar »

Wine is working perfectly well with off-line installers. But with on-line installers such as Google Backup & Sync and Tally (which is an ERP software), it is displaying an error.

Google Backup and Sync screenshot
Image

Code: Select all

0138:fixme:winhttp:WinHttpDetectAutoProxyConfigUrl discovery via DHCP not supported
Tally screenshot
Image

Code: Select all

0026:err:ole:start_rpcss failed to start RpcSs service
0009:err:wininet:open_http_connection create_netconn failed: 12029
On the other hand, applications that have already been installed using offline installers, are later having no troubles connecting with the internet.

I have tried:

disabling the firewall using

Code: Select all

sudo ufw disable
installing winhttp dll using winetricks

Code: Select all

winetricks winhttp
and in wincfg libraries, adding "dbghelp" and removing "d3d11".

Have also tried different Windows Versions in winecfg.

I'd prefer to fix this issue, rather than look for alternatives like Grive or offline installers.
Cybermax
Level 4
Level 4
Posts: 218
Joined: Fri Dec 01, 2017 5:26 pm

Re: Unable to install online apps on Wine

Post by Cybermax »

Just tested a bit with google backup & sync, and got quite a few:

Code: Select all

00f6:fixme:bcrypt:key_asymmetric_verify GnuTLS does not support algorithm 10 with hash len 32
00f6:fixme:crypt:verify_signature_bcrypt Failed to verify signature: c0000002
00f6:fixme:bcrypt:key_asymmetric_verify GnuTLS does not support algorithm 11 with hash len 48
00f6:fixme:crypt:verify_signature_bcrypt Failed to verify signature: c0000002
So, some encryption not supported that makes the installer think you are not connected to the internet i guess...
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Unable to install online apps on Wine

Post by DarkShadow44 »

Can reproduce the issue for the google applications, but tally worked fine for me.
kurbads
Newbie
Newbie
Posts: 1
Joined: Wed Sep 18, 2019 2:22 am

Re: Unable to install online apps on Wine

Post by kurbads »

sudo: ufw: command not found
-bash: winetricks: command not found
User avatar
L. Rahyen
Moderator
Moderator
Posts: 338
Joined: Fri Feb 22, 2008 9:13 pm

Re: Unable to install online apps on Wine

Post by L. Rahyen »

kurbads wrote: Wed Sep 18, 2019 2:23 am sudo: ufw: command not found
-bash: winetricks: command not found
You need to install ufw and winetricks. For example, in Ubuntu this can be done by runnig "sudo apt install ufw winetricks". If you are using different distro, you may need to run different command to install packages.
Locked