Application Details:
Version: | 1997 [w/ unofficial patches]] |
License: | Retail |
URL: | |
Votes: | 0 |
Latest Rating: | Platinum |
Latest Wine Version Tested: | 1.7.17 |
Maintainers: About Maintainership
What works
Installing from CD
Configuring
Launching the game
In-game movies/videos
Starting a new game
Combat
Sound
Music (MIDI via QSynth)
What does not
Attempting to exit the game via in-game menus; the game froze when the screen appeared asking if I'd like to quit to Windows, and I had to force quit.
Workarounds
What was not tested
Full playthrough
Did not try all keyboard commands
Hardware tested
Graphics:
Additional Comments
I *had* to install Aali's custom FF7 OpenGL driver. The latest version is linked from here: http://forums.qhimm.com/index.php?topic=8306.0 (note: run 'regedit' from an Ubuntu terminal window to Import the .reg file into Wine; use the regular .reg file, not the Vista 64-bit one) I also had to install the Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) as per a post in the Aali thread regarding DLL issues: http://www.microsoft.com/downloads/details.aspx?familyid=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2&displaylang=en Note that running FF7Config wipes out the registry settings for Aali's OpenGL driver, so you have to re-import the .reg file after each time you (re-)run FF7Config. Also: I tried the unofficial 1.04 XP patch as well, but the in-game movies/videos don't seem to appear. I was able to see the main menu after hitting Escape, but that doesn't help much since FF7 is tightly integrated with in-game video sequences.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Linux Mint 13 "Maya" | May 01 2014 | 1.7.17 | Yes | Yes | No | Platinum | Inukaze | |
Show | Ubuntu 12.04 "Precise" amd64 (+ variants like Kubuntu) | Jul 18 2012 | 1.4 | Yes | Yes | No | Gold | an anonymous user | |
Show | Linux Mint 10 "Julia" | Aug 29 2011 | 1.3.26 | Yes | Yes | No | Gold | Seth | |
Show | Ubuntu 10.10 "Maverick" amd64 (+ variants like Kubuntu) | Nov 01 2010 | 1.3.6 | Yes | Yes | No | Gold | Inukaze | |
Show | Ubuntu 10.04 "Lucid" i386 (+ variants like Kubuntu) | Sep 14 2010 | 1.2 | Yes | Yes | No | Gold | Inukaze |
Bug # | Description | Status | Resolution | Other apps affected |
http://community.pcgamingwiki.com/files/file/599-truemotion-2-codec/
Install with: wine tm20decSetup.exe
Aali OpenGL driver allow Wine to use a native OpenGL backend instead of the (old) Direct3D one.
(Works for FF8 too)
Source & Download
Direct Download
Alternate Download
Download:
Just replace files (after backup) ff7.exe
and FF7Config.exe
You can apply the method describe in this Venezuelan blog (in Spanish) ->
https://inukaze.wordpress.com/juegos-wine/final-fantasy-vii-7-pc/jwff7pc-05/
On English :
now edit with root permissions , the file
" /etc/modules "
and add the lines
#MIDI For FinalFantasy 7
snd-seq-device
snd-seq-midi
snd-seq-oss
snd-seq-midi-event
snd-seq
if you dont have installed any soundfont , you can do the follow in a terminal
sudo rm -rf /etc/sounds
sudo mkdir /etc/sounds/
sudo cp /etc/timidity/timidity.cfg /etc/timidity/timidity_original.cfg
sudo cp /etc/init.d/timidity /etc/init.d/timidity_original
cd $HOME/.wine/drive_c/"
sudo cp FF7.sf2 /etc/sounds
sudo chmod 777 /etc/sounds/FF7.sf2
sudo chmod o+rw+x /etc/sounds/FF7.sf2
now edit with root permissions , the file
" /etc/timidity/timidity.cfg "
and just add the soundfonts and the config file
soundfont /etc/sounds/FF7.sf2
source /etc/timidity/freepats.cfg
now edit with root permissions , the file
" /etc/default/timidity "
and modify the line " TIM_ALSASEQPARAMS "
For this one :
TIM_ALSASEQPARAMS="-iA -B5,10 -Os1l -s 44100"
if you dont have started the daemon for timidity or timidity binary , you can run it explicit with
$ timidity -iADl -Os1 - -module=16 -cache- -audio-buffer=200%
if you wanna you can install timidity like daemon for start with the boot
if see in FF7Config , using wine , in the music tab , something like
"14:0 Midi Trought" , and you see , dont play music , you can disabled temporally
you can check in a terminal with
$ pmidi -l
Port Client name Port name
14:0 Midi Through Midi Through Port-0
if you wanna delete it , in the same terminal with root permissions use
$ rmmod snd_seq_dummy
$ pmidi -l
Port Client name Port name
128:0 TiMidity TiMidity port 0
128:1 TiMidity TiMidity port 1
128:2 TiMidity TiMidity port 2
128:3 TiMidity TiMidity port 3
and now you can set Timidity inside the game and hear the original music from the game
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Inukaze on Friday March 14th 2014, 13:27
have a something like "CDEmu" Module (libmirage , etc) , for mount ISOS
like "Final Fantasy 7" without gCDEmu and without root privilegies to mount that ISO
and force the mount of ISO , in a drive for example if i want mount all ISOS in "X:\" in wine.
Because using CDEmu , i can mount , in where i specify in the Registry Keys of Game. the CDEmu make a diferents drive letters when i mount the iso of FF7CD# .
Or if you know you a Method , to put all data of game in the hard disk , and load from hard disk , without ask cd change . please someone can tell me ???