Fora

Can't download wine under playonlinux - Chksum fails

Autor Odpowiedzi
miki12345 Tuesday 8 November 2016 at 12:43
miki12345Anonymous

Hi,

I'm just doing my firts tests on playonlinux, and I'm completely stuck on a download problem when tring to install any wine version. Download is quick and seems correct, but sha1 results differ:

 

Looking for python... 2.7.12 - wxversion(s): 3.0-gtk2
selected
[main] Message: PlayOnLinux (4.2.10) is starting
[clean_tmp] Message: Cleaning temp directory
[Check_OpenGL] Warning: check_dd_x86 missing, test skipped
[POL_System_CheckFS] Message: Checking filesystem for /home/miguel/.PlayOnLinux/
[main] Message: Filesystem is compatible
[update_check] Message: List is up to date
[install_plugins] Message: Checking plugin: ScreenCap...
[install_plugins] Message: Checking plugin: PlayOnLinux Vault...
[POL_SetupWindow_Init] Message: Creating new window for pid 6945
[POL_System_SetArch] Message: POL_ARCH set to x86
[POL_Wine_InstallVersion] Message: Installing wine version path: 1.7.52, x86
Server sha1 : 8f56991c2d1457214d2dc53e1f11d4e52d6d9309
Client sha1 : 62f273e5b3c38c13265a6f6f15f85179ebda7b94

 

This is my /usr/bin

ls -l /usr/bin/sha*
-rwxr-xr-x 1 root root  42780 feb 18  2016 /usr/bin/sha1sum
-rwxr-xr-x 1 root root  50972 feb 18  2016 /usr/bin/sha224sum
-rwxr-xr-x 1 root root  50972 feb 18  2016 /usr/bin/sha256sum
-rwxr-xr-x 1 root root  87836 feb 18  2016 /usr/bin/sha384sum
-rwxr-xr-x 1 root root  87836 feb 18  2016 /usr/bin/sha512sum
-rwxr-xr-x 1 root root 101668 feb 28  2015 /usr/bin/shares-admin
-rwxr-xr-x 1 root root  26012 sep 23 21:45 /usr/bin/sharesec
-rwxr-xr-x 1 root root   9332 mar 13  2016 /usr/bin/shasum

miguel@miguel-VMLubuntu:~$ which shasum
/usr/bin/shasum
miguel@miguel-VMLubuntu:~$ which sha1sum
/usr/bin/sha1sum

 

Renaming shasum to shasum-org and replacing it by sha1sum:

 

sudo ln -s /usr/bin/sha1sum /usr/bin/shasum

 

gives the same results

 

I don't really now what else to check. Could you please help?

Working on Lubuntu in a virtualbox on a MacOSX

 

miguel@miguel-VMLubuntu:~$ lsb_release -a
No LSB modules are available.
Distributor ID:    Ubuntu
Description:    Ubuntu 16.04.1 LTS
Release:    16.04
Codename:    xenial

 

Any help would be appreciated! Thanks!!!

 

 

 

 

 

 

Edytowane przez miki12345

miki12345 Thursday 10 November 2016 at 0:29
miki12345Anonymous

Found the problem and the solution. It has to do with the network configuration of the VirtualBox running Lubuntu.

 

Just in case someone encounters the same problem, you just need to change your VirtualBox network configuration from NAT to Bridged Adapter.

 

That's it.

 

Edytowane przez miki12345