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
The only thing I have not resolved is the icons don't display in the MOBHACK OOB Editor. This does not cause any serious problem.
What does not
Main game, MOBHACK OOB editor, OOB Manager.
What was not tested
Map editor, Scenario Editor, Campaign Editor
Additional Comments
Ok lets get it working.
Installation of wine and WinSPMBT are as normal.
Then the following must be done.
Part 1
Download wine_gecko-1.0.0-x86.cab
sudo mkdir -p /usr/share/wine/gecko
sudo cp wine_gecko-1.0.0-x86.cab /usr/share/wine/gecko/
Part 2
Download quartz.dll (Will crash without this)
rename c:\windows\system32\quartz.dll
copy downloaded dll into c:\windows\system32
change winecfg to use native quartz.dll
OK that's the installation done.
Now to run the game...
Don't use the shortcut! best to create your own script
this will work from your home dir
--- begin ---
#!/bin/bash
cd .wine/drive_c/Program\ Files/Shrapnel\ Games/The\ Camo\ Workshop/WinSPMBT
wine GameOptions.exe
--- end ---
That's it;
In Game Options always use WINDOWED GDI
you may get a warning about alsa
fixme:mixer:ALSA_MixerInit No master control found on MPU-401 UART, disabling mixer.
worry not sound still works.