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
What does not
Launching the game itself
Workarounds
What was not tested
The game itself (since it wouldn't run)
Hardware tested
Graphics:
Additional Comments
In Direct3D hardware rendering mode the screen turns black and then the game exits. In software rendering mode, the screen turns black and stays black until I quit via Alt+F4. I don't hear any sound during either situation. I tried with the official 1.02 patch and the unofficial 1.04 XP patch, both from http://www.patches-scrolls.de/ Also, I did once try launching the game with the install CD in the drive instead of Play Disc 1, and it detected this and complained. The black screen issues were with Play Disc 1 inserted.
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 ???