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
Autorun Installation Starting the game
Though the movies start to play, I did not even try beginning a game, because the starting movie was incredibly slow, and stuttering. So I do not know if the actual game works. The movies upside-down bug is fixed though.
To enable background music:
winetricks directmusic
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
triple triad problem
by Tobi on Monday March 1st 2010, 9:03
this is more of a help thing than a comment. if i want to start triple triad in the game then the program crashes
can anyone help?
normal battles or battle sequences working
Battle Problem
by Josh on Friday July 14th 2006, 23:08
this is more of a help thing than a comment, umm do any of you have a problem with the battle sequence? as soon as a battle starts, the program crashes.. can anyone help?
sound still is trouble
by Harry Bullen on Thursday June 29th 2006, 18:16
Okay first I had to put eax.dll in WINDOWS/. not WINDOWS/System32/. that was implied. Also I could not find eax.dll on any windows computer I own (all win XP) so I found it online. Finally the sound stuttered during the opening movie very much like it dose for diablo II movies. Anyways I was using wine 0.9.15 on a Gentoo amd64.
Completely playable
by Lauri Tirkkonen on Saturday June 24th 2006, 11:52
On Ubuntu 6.06 LTS, I managed to get everything except D3D acceleration working. Here's how.
I copied the following native dll's to ~/.wine/drive_c/windows/system32:
dmband.dll
dmime.dll
dmloader.dll
dmstyle.dll
dmsynth.dll
dmusic.dll
eax.dll
Next, I added all of the above (apart from eax, though I figure it won't hurt) to the libraries tab in winecfg and set sound to 'Emulation' in the Sound tab.
Lastly, using FF8Config, I switched to Software Renderer, inserted a game CD and ran FF8.exe. Software mode might look a bit ugly to some, but the game is perfectly playable.
Works...sort of
by Tony Upton on Sunday October 16th 2005, 9:16
After trying for some time to figure out how to get the PC version of this game to run with Wine, I've figured out how to get it at least partially working (with Wine 20050930 on Fedora Core 3, using a "no-Windows" setup). Here's what I had to do:
1. Install Final Fantasy 8 from the installation CD, using the following commands:
mount /media/cdrecorder (if your CD-ROM has a different mount point, use that instead)
cd /media/cdrecorder
wine SETUP.EXE --winver win98
2. Copy the following files from a Windows installation (C:\WINDOWS\SYSTEM32) to the /windows/system32 folder in your "fake Windows" installation (in my case, /home/tony/.wine/drive_c/):
dmusic.dll
dmsynth.dll
eax.dll
3. Unmount and remove the installation CD and insert game CD #1.
4. Run the "FF8Config" program (wine FF8Config.exe). I didn't have to change any settings there to make the game work.
5. Start the game with the following command:
WINEDLLOVERRIDES="dmusic=n,dmsynth=n" wine FF8.exe
At this point, there are still several problems I'm trying to work on:
-Some graphical glitches, mostly during battles.
-Video is slow and choppy.
-Sound is choppy (when present), most of the time there's no sound at all.
If I have any further success with this game, I'll post my results here.