Siduction Forum

Siduction Forum => Software - Support => Topic started by: tuxic on 2014/01/06, 14:48:47

Title: (solved) Wine not working
Post by: tuxic on 2014/01/06, 14:48:47
Dowloaded al the debs from Wine-HQ, put them on folder called wine-debs, used the dpkg command to install them as listed:


[/code][font=verdana][size=78%]root@siductionbox:/home/oscar# dpkg -l | grep wine[/font][/size]
ii  gnome-wine-icon-theme                       5.5.1-1                        all          red variation of the GNOME-Colors icon theme
ii  libwine:amd64                               1.6.1-12                       amd64        Windows API implementation - library
ii  libwine-dev-unstable:amd64                  1.7.10-0.1                     amd64        Windows API implementation - development files
ii  libwine-gecko-1.4                           1.4+dfsg1-3                    all          Windows API implementation - web browser module
ii  libwine-unstable:amd64                      1.7.10-0.1                     amd64        Windows API implementation - library
ii  wine64-dev-tools-unstable                   1.7.10-0.1                     amd64        Windows API implementation - 64-bit developer tools
ii  wine64-unstable                             1.7.10-0.1                     amd64        Windows API implementation - 64-bit binary loader

Title: Re: Wine not working
Post by: tuxic on 2014/01/06, 14:52:31
So what's wrong? Please help! I need it for an essential program.
Title: Re: Wine not working
Post by: towo on 2014/01/06, 14:54:45
This will never work.
The debs, you have downloaded are not for debian, winehq does not provide debs for debian.
Debian is using Multiarch and since wine is a 32bit application, you have to use Multiarch and the i386 debs.
Wine64 is the API for Windows 64bit applications (if it work), you will neve be able to start a "normal" 32bit win app with it.
Title: Re: Wine not working
Post by: tuxic on 2014/01/06, 21:38:53
QuoteThis will never work.The debs, you have downloaded are not for debian, winehq does not provide debs for debian.Debian is using Multiarch and since wine is a 32bit application, you have to use Multiarch and the i386 debs.Wine64 is the API for Windows 64bit applications (if it work), you will neve be able to start a "normal" 32bit win app with it.



The Wine-HQ page redirects to a link for downloading .debs for "debian sid".


http://dev.carbon-project.org/debian/wine-unstable/ (http://dev.carbon-project.org/debian/wine-unstable/)



Title: Re: Wine not working
Post by: towo on 2014/01/06, 21:48:22
I suggest you to read your link and then look again to your installed wine-packages.
Title: Re: Wine not working
Post by: tuxic on 2014/01/06, 22:24:11
Thanks towo! Now I have removed all this packages.
[/code][font=verdana, arial, helvetica, sans-serif][size=1]root@siductionbox:/home/oscar# dpkg -l | grep wineii  gnome-wine-icon-theme                       5.5.1-1                        all          red variation of the GNOME-Colors icon theme[/size][/font]
Title: Re: Wine not working
Post by: tuxic on 2014/01/06, 22:31:38
already removed debs. Thanks towo!


[/code][font=verdana, arial, helvetica, sans-serif][size=1]root@siductionbox:/home/oscar# dpkg -l | grep wineii  gnome-wine-icon-theme                       5.5.1-1                        all          red variation of the GNOME-Colors icon theme[/size][/font]
Title: Re: Wine not working
Post by: tuxic on 2014/01/06, 22:32:25
What's next?

Title: Re: Wine not working
Post by: tuxic on 2014/01/06, 22:45:36
I was just following this past post:


http://forum.siduction.org/index.php?topic=3770.msg32044#msg32044 (http://forum.siduction.org/index.php?topic=3770.msg32044#msg32044)
Title: Re: (solved) Wine not working
Post by: tuxic on 2014/01/06, 23:37:49
Found this on Debian Forums:


# dpkg --add-architecture i386# apt-get update# apt-get install wine-bin:i386

Title: Re: (solved) Wine not working
Post by: tuxic on 2014/01/06, 23:40:41
Then installed playonlinux and winetricks and Voila!!!
Thanks Towo!!!
Title: Re: (solved) Wine not working
Post by: piper on 2014/01/07, 18:00:02
Basically, all you had to do was

apt-get install wine winetricks libwine-openal:i386 libc6-i686:i386 libgpm2:i386 uuid-runtime:i386 libgsm1:i386 libv4l-0:i386 fonts-liberation libwine-gl:i386 libwine-alsa:i386 libgl1-mesa-dri:i386

apt-cache policy wine
wine:
  Installed: 1.6.1-12
  Candidate: 1.6.1-12
  Version table:
     1.6.1-12 0
        500 http://mirror.cc.columbia.edu/debian/ unstable/main amd64 Packages


Yes, its not 1.7.10, but it works