Afterall Wine 1.0.1 in Debian sid is too old and buggy. Drop all existing packages (apt-get remove –purge *wine* *libwine*) and get the debs from over here, installing them one by one
# dpkg -i libwine-unstable_1.3.26-0.1_amd64.deb # dpkg -i libwine-bin-unstable_1.3.26-0.1_amd64.deb # dpkg -i wine-bin-unstable_1.3.26-0.1_amd64.deb # dpkg -i libwine-alsa-unstable_1.3.26-0.1_amd64.deb # dpkg -i libwine-gl-unstable_1.3.26-0.1_amd64.deb # dpkg -i libwine-print-unstable_1.3.26-0.1_amd64.deb # dpkg -i libwine-sane-unstable_1.3.26-0.1_amd64.deb # dpkg -i libwine-cms-unstable_1.3.26-0.1_amd64.deb # dpkg -i libwine-gphoto2-unstable_1.3.26-0.1_amd64.deb # dpkg -i libwine-ldap-unstable_1.3.26-0.1_amd64.deb # dpkg -i libwine-openal-unstable_1.3.26-0.1_amd64.deb # dpkg -i wine-unstable_1.3.26-0.1_amd64.deb
Start over with using current winetricks
$ wget http://winetricks.org/winetricks ; sudo cp winetricks /usr/bin/ ; sudo chmod +x /usr/bin/winetricks
Then install ddls
* d3dx9_43
* ogg
* vb6run
* vcrun2005
* vcrun2008
$ wine ManiaPlanetCanyon_Setup.exe $ cd ~/.wine/drive_c/Program Files/ManiaPlanet/ $ wine ManiaPlanetLauncher.exe
If it fails because of OpenGL, run winetricks again, go to “change wine settings”, and tick “ddr=opengl”
Furthermore, if you are using aptosid, and sgfxi and proprietary nvidia run file, you can’t use that on 64bit architectures. Better off to install the official debian sid non-free nvidia-glx and nvidia-glx-ia32 to get the 32bit (openGL) libs too.
Note: The game can’t run fullscreen so fire up the launcher and untick it – oh, and if running from the shell: it creates a lot of debug output …
Have fun gaming – even the sound with alsa works like a charm! 🙂
Anyhow I tried, I got “Graphic adapter does not support game minimum requirements (DirectX9=ShaderModel2)”
I got an AMD HD6450. It is definitively not a high-end card, but to my mind, it should be enough…
Yeah I get the same lack of pixel shader 2 error even when my gfx card (Intel Integrated Ironlake Mobile) definitely has it.
Wine’s been this way for a few years now and doesn’t look like being fixed.
Reading https://bugs.launchpad.net/ubuntu/+source/wine/+bug/247398 it’s all part of the hack between directxopengl
works for me! however seems like you can’t set the windowed resolution =(
would really like to get fullscreen working, or at least set a custom windowed resolution to fit my screen. anyone had any luck with this?