The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results (selected in 'Test Results' table below)
What works
N/A
What does not
Failed to install Freezing in InstallShield Wizard with X terminal messages as follows: "fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:midi:OSS_MidiInit Synthesizer support MIDI in. Not supported yet (please report) err:ole:get_unmarshaler_from_stream Failed to read common OBJREF header, 0x00000001 fixme:ole:NdrClearOutParameters (0x7d20e5a0,0x7cc54212,0x7d20e6d4): stub fixme:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window (nil) should not use SendMessage fixme:win:SetWindowTextA setting text "Max Payne 2 Demo - InstallShield Wizard" of other process window (nil) should not use SendMessage fixme:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window (nil) should not use SendMessage fixme:win:SetWindowTextA setting text "Max Payne 2 Demo - InstallShield Wizard" of other process window (nil) should not use SendMessage" Even though I tried CTRL-C in X Terminal where I started program with WINE, the windows on my KDE desktop "Unhandled Exception" and "InstallShield Wizard" remained and I couldn't remove them via X Terminal no matter what I tried: killall wineserver didn't remove them, nor did trying killall with the demo installer .exe. Running "top" without quotes didn't show any related programs that I could find so I had to CTRL-ALT-BACKSPACE and log back into KDE for them to be removed. Manually removed files in ~/.wine/drive_c/windows/temp
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
S3TC and open-source graphics drivers
by Tobias Jakobi on Sunday September 5th 2010, 9:40
A lot of people using open-source / mesa OpenGL drivers seem to have trouble getting the game (or even the demo) running. After the intro movie the game quickly crashes at the loading screen.
This mostly affects the people with integrated Intel cards, but should also become a problem when opensource drivers for nVidia and Radeon (ATI/AMD) hardware become more common.
If you're experiencing these crashes during the loading screen and you're using a open-source mesa driver then the chances are high that you have no S3TC compression/decompression library (libtxc_dxtn) installed and mesa is therefore disabling S3TC completly.
The Max Paxne 2 engine seems to rely on the S3TC texture formats being always available and can't handle the case when these formats are not advertised by the driver. There is a fix and a workaround for the problem.
The fix is installing libtxc_dxtn on your system (keep in mind that you need a 32bit compile). I'm not going to describe how to do this, just use your favorite search engine for the steps.
The workaround is forcing mesa to advertise the texture formats even when the said library is not installed (the engine seems to be happy with this). You can do this e.g. with driconf. Launch this graphical config utility and select the tab 'Image Quality'. You should see an option "Enable S3TC texture compression even if software support is not
available" which is probably set to "off". Enable it and retry starting the game. It should work now, if not then you're probably facing a different problem.
Proposed wine settings
by Tobias Jakobi on Sunday November 2nd 2008, 19:02
It is recommended to set the OffscreenRenderingMode to "fbo" when playing Max Payne 2 (doesn't matter if full or the demo).
With the default setting of OffscreenRenderingMode ("auto", which maps to "backbuffer") wine hits some severe limitations, which are connected to the backbuffer dimensions.
When post-processing effects are enabled ingame (e.g. set to medium) the bullettime screen is cropped. Cropping is affected by the ingame resolution.
Also affected are motion blur effects during cutscenes.
If you REALLY need to use ORM="backbuffer", make sure you use a ingame resolution where at least on dimensions has a POT (power-of-two) size. This applies e.g. to 1024x768 or 1280x1024.