First tested version that at least opens the windows and runs basically with wine 0.9.54.
Old test results
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 application runs overall and network stuff seems to work.
What does not
*) native gdiplus.dll was needed to run the app at all
*) Some fonts are completly messed up. It seems as the character codes are all +2 (eg. OK gets QM). On Windows the font is drawn with a black shadow that is missing on wine.
=> found a fix for that one. Same issue as for DVD Profiler 3. Installing tahoma.ttf to the fonts directory and adding it to the registry helps.
Open regedit and go to
"HKEY_LOCAL_MACHINE/Software/Miscrosoft/WindowsNT/CurrentVersion/Fonts"
Add a new string value (Edit - New - StringValue), and set the name to Tahoma and the data to Tahoma.ttf.
*) Some keys conflict with window manager keys (not wines fault)
*) Window Groupborders are not drawn most of the time
*) Offsets of Galaxy view are wrong (ignores custom window border)
*) Offsets of Listcontents are wrong (seems to ignore listheader)
See
http://www.spaceciv.com/forum/thread.php?threadid=2219
for screenshot
What was not tested
Overall gameplay was not tested in deep since main font is unreadable.
=> Fonts are working now...going to make some further tests.