Compiled wine installed, but it doesn't run.

Questions about Wine on Linux
Locked
DoubleW
Newbie
Newbie
Posts: 1
Joined: Thu Apr 04, 2013 1:48 pm

Compiled wine installed, but it doesn't run.

Post by DoubleW »

I tried to compile my own version of wine, because I want to run a game named 'Planet Explorers' and it said that I needed opencl support.

So I installed the opencl SDK and downloaded the latest (1.5.27) wine source.

I did:
./configure --enable-win64
make depend
make -j6
make install

Above ran without any errors, but when I try and run a windows application it says I can run it with wine but doing so does nothing.

Any idea what I could have done wrong? It could be that I had to manually deïnstall my last installation of wine because it gave me an access denied error even if I used sudo.
User avatar
dimesio
Moderator
Moderator
Posts: 13368
Joined: Tue Mar 25, 2008 10:30 pm

Re: Compiled wine installed, but it doesn't run.

Post by dimesio »

Unless this game is pure 64 bit, you also need to compile 32 bit Wine in a shared WoW64 setup.
Locked