The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results (selected in 'Test Results' table below)
What works
Everything
What does not
Nothing
What was not tested
-
Additional Comments
Doesn't start out of the box due some issues but they can be fixed by creating two little files (placed directly into the "MMD" folder):
Problem 1 – Graphics mode:
==========================
By starting "winsetup.exe" there's a bug that won't create the mandatory needed "acsetup.cfg" file. So you've to do it yourself with the following content:
[sound]
digiid=-1
midiid=-1
digiwin=1096302880
midiwin=-1
digiindx=0
midiindx=0
digiwinindx=0
midiwinindx=0
[misc]
gamecolordepth=16
defaultres=1
screenres=1
letterbox=0
windowed=0
refresh=0
[language]
translation=English
Problem 2 – Sound driver:
=========================
The audio issues depends on a well known conflict between PulseAudio and Wine, which can be solved with a special startscript (don't forget to set the execution rights!) that deactivates PulseAudio temporarly:
#!/bin/sh
# Deactivate PulseAudio if audio problems occur:
pulseaudio -k
# Start wine application:
env WINEPREFIX="$HOME/.wine" wine Maniac.exe
# Reactivate PulseAudio:
pulseaudio -D
See also:
=========
http://www.bigbluecup.com/yabb/index.php?topic=42799.msg568456#msg568456
http://forum.ubuntuusers.de/post/2774252/