Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

PlayOnLinux

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
gurkenchrissie
Posts: 1
Joined: 2014-04-11 21:38

PlayOnLinux

#1 Post by gurkenchrissie »

Hello,

when I use PlayOnLinux to install wine 1.7.15, playonlinux cannot execute wine.
It is strange, because the file
/home/anna/.PlayOnLinux/wine/linux-amd64/1.7.15/bin/wine
exists, and the executable-flag ist set.
-rwxr-xr-x 1 anna anna 7612 Mär 22 23:10 wine

If I execute the ./wine via command line, I get an error
bash: ./wine: Datei oder Verzeichnis nicht gefunden
(English: bash: ./wine: File or Directory not found)

The other executables execute normally. e.g. ./wine64 shows the usual help message

I use a fresh installed debian wheezy amd64. No backports, yet. No i386 Multiarch, yet.
All packages were installed from official debian mirrors.
Kernel 3.2.0-4-amd64

Maybe the command ./wine is a 32-bit executable? And I may not execute them on an 64 Bit environment?
Has anyone an idea what may be the cause?

Thx

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: PlayOnLinux

#2 Post by stevepusser »

Yes, those local wines in wine "bottles" are 32-bit, but also are not in your PATH. Try launching with the complete path to the file, leaving off the "./"
MX Linux packager and developer

User avatar
kiyop
Posts: 3983
Joined: 2011-05-05 15:16
Location: Where persons without desire to improve themselves fear to tread, in Japan
Been thanked: 3 times

Re: PlayOnLinux

#3 Post by kiyop »

To the OP, gurkenchrissie,
Do you understand the meaning of "./" ?
http://linuxtutorial.info/modules.php?n ... &pageid=17
Openbox, JWM: Jessie, Sid, Arch / Win XP (on VirtualBox), 10
http://kiyoandkei.bbs.fc2.com/

User avatar
TobiSGD
Posts: 859
Joined: 2010-05-08 22:27
Location: Hannover, Germany

Re: PlayOnLinux

#4 Post by TobiSGD »

You answered the question yourself already: Those binaries are 32 bit and you have not installed multiarch support, so you can't run them.

Post Reply