Here is my Applog
INFO: FF7/FF8 OpenGL driver version 0.7.11b
INFO: Auto-detected version: FF7 1.02 German
INFO: ATI Technologies Inc. AMD Radeon HD 6800 Series 4.1.10834 Compatibility Profile Context
INFO: OpenGL 2.0 support detected
INFO: Using PBO
INFO: Found swap_control extension
INFO: Max texture size: 16384x16384
INFO: Number of texture units: 8
INFO: Original resolution 640x480, window size 1280x960, output resolution 1280x960, internal resolution 1280x960
INFO: Shader limits: varying 128, vert uniform 16384, frag uniform 16384
INFO: vertex shader compile log:
Vertex shader was successfully compiled to run on hardware.
INFO: fragment shader compile log:
Fragment shader was successfully compiled to run on hardware.
INFO: main program link log:
Vertex shader(s) linked, fragment shader(s) linked.
INFO: FFMpeg movie player plugin loaded
INFO: FFMpeg version SVN-r25886, Copyright (c) 2000-2010 Fabrice Bellard, et al.
LOCK UNLOCK TEST
MATRIX INITIALIZE
INITIALIZE DD/D3D END
initializing sound...
creating dsound primary buffer
reading audio file
loading static sounds
sound initialized
INITIALIZING MIDI...
selecting device 0:Microsoft GS Wavetable Synth, mid=1, pid=27,
midi data type: GENERAL MIDI
using midi data file: C:\Spiele\Final Fantasy VII\Data\midi\midi.lgp
midiOutGetVolume returned: ffffffff
MIDI INITIALIZED
set music volume: 127
MIDI set volume: 127
100% of 127 = 127
set music volume: 127
MIDI set master volume: 100
MIDI set volume: 127
100% of 127 = 127
Entering MAIN
Exiting MAIN
START OF CREDITS!!!
INFO: V:\FF7\Movies\eidoslogo.avi; truemotion2/pcm_u8 320x240, 15.000000 FPS, duration: 10.133333, frames: 152
set music volume trans: 127->0, step=60
MIDI set volume trans: 127->0; step=60
MIDI stop - OK
INFO: V:\FF7\Movies\sqlogo.avi; truemotion2/pcm_u8 320x224, 15.000000 FPS, duration: 14.533333, frames: 218
MIDI stop - OK
END OF CREDITS!!!
Entering MAIN
set music volume: 127
MIDI set volume: 127
100% of 127 = 127
Exiting MAIN
START OF MENU SYSTEM!!!
END OF MENU SYSTEM!!!
Entering MAIN
Exiting MAIN
-=-=[START OF WORLD MAP!!!]=-=-
stop_sound
MIDI set volume: 127
100% of 127 = 127
cross play music: 0
set music volume trans: 127->0, step=4
MIDI cross fade: 13, time: 4
MIDI set volume trans: 15->127; step=4
MIDI set volume: 127
100% of 127 = 127
MIDI play: 13
reading midi file: TA.mid
current volume: 127
MIDI is playing SUCCESSFULLY!!!
set music volume: 127
MIDI play: 7
reading midi file: BAT.mid
current volume: 127
MIDI is playing SUCCESSFULLY!!!
stop_sound
-=-=[END OF WORLD MAP!!!]=-=-
Entering MAIN
Exiting MAIN
Entering FRAME_INITIALIZE SWIRL
Exitting FRAME_INITIALIZE SWIRL
GLITCH: Vsync seems to be forced ON, battle swirl framelimiter will not work
Swirl sound_effect1
stop_sound
End of Swirl sound_effect1
Entering FRAME_QUIT SWIRL
Exitting FRAME_QUIT SWIRL
Entering MAIN
Exiting MAIN
[BATTLE] Entering FRAME_INITIALIZE
[BATTLE] Scene# 97
[BATTLE] Exitting FRAME_INITIALIZE
[BATTLE] Begin main battle loop
[BATTLE] End of current battle
[BATTLE] Begin end battle stuff
MIDI play: 46
reading midi file: FAN2.mid
current volume: 127
MIDI is playing SUCCESSFULLY!!!
stop_sound
[BATTLE] Entering FRAME_QUIT
[BATTLE] endof battle.
[BATTLE] Exitting FRAME_QUIT
Entering MAIN
Exiting MAIN
START OF MENU SYSTEM!!!
END OF MENU SYSTEM!!!
Entering MAIN
Exiting MAIN
-=-=[START OF WORLD MAP!!!]=-=-
stop_sound
MIDI set volume: 127
100% of 127 = 127
cross play music: 0
set music volume trans: 127->0, step=4
MIDI cross fade: 13, time: 4
MIDI set volume trans: 127->15; step=2
MIDI set volume: 15
100% of 15 = 15
MIDI play: 13
reading midi file: TA.mid
current volume: 15
MIDI set volume trans: 15->127; step=2
MIDI set volume: 127
100% of 127 = 127
MIDI is playing SUCCESSFULLY!!!
set music volume: 127
-=-=[END OF WORLD MAP!!!]=-=-
START OF MENU SYSTEM!!!
WM_CLOSE
END OF MENU SYSTEM!!!
Field Quit
MIDI stop - OK
resetting MIDI driver volume - OK
UNINITIALIZE DD
END UNINITIALIZE DD
here is my cfg
# ff7_opengl-0.7.10b config file
## USER OPTIONS ##
## If you just want to play the game, these are the only options you'll want to change.
# set the window size (or fullscreen resolution) of FF7
# 0 means use original resolution (whatever ff7.exe provides)
# preserve_aspect adds black borders as needed to preserve a 4:3 aspect ratio
window_size_x = 1280
window_size_y = 960
preserve_aspect = yes
fullscreen = yes
# mod directory
# subdirectroy of mods/ where textures will be loaded from
# does not affect the old external textures feature, those should still go in textures/
mod_path = avalanche
# check your driver settings if this option doesn't seem to work
enable_vsync = yes
# limit snowboard, coaster and highway minigames to refresh rate / 2, i.e. 30fps for a 60hz display mode
# vsync must be enabled and working for this to have any effect
minigame_framelimiter = yes
# same thing, but for the battle swirl
battleswirl_framelimiter = yes
# allow FF7 to use linear filtering for its textures
# some things look slightly better with this option on, but alot of textures just lose their detail
linear_filter = off
# plugin used to play music, the FF7Music plugin MUST be enabled for FF7Music to work.
# If no music plugin is loaded the game will play MIDI as usual but FF7Music will NOT work.
#
#music_plugin = plugins/ff7music.fgp
## ENHANCEMENTS ##
## All the little extras that weren't part of the original game, default options include only trivial bug fixes.
# make all dialog boxes transparent, same effect as the transparent dialog boxes YAMP patch
transparent_dialogs = yes
# allow max hp/mp to go over 9999, same effect as the YAMP patch by dziugo
break_9999limit = yes
# include armor in magic defense calculation
mdef_fix = yes
# expand battle viewport to cover entire screen and make the battle menu transparent
new_battle_interface = yes
# post-processing shader, used to apply fullscreen effects
post_source = shaders/bloom2.post
enable_postprocessing = off
## ADVANCED OPTIONS ##
## Don't fiddle with these unless you know what you're doing.
# use shaders, if available and supported
# turn shaders off to use the OpenGL 1.1 backend
use_shaders = yes
# prevent glitches due to rounding errors by rendering in the nearest (larger, if supported)
# multiple of the original resolution and up/down-scaling
prevent_rounding_errors = yes
# enable alpha blending for textures without an existing blending effect
fancy_transparency = yes
# display frames per second counter in upper right corner
show_fps = yes
# display some real-time debug information
show_stats = off
# store external textures in a compressed cache for increased performance
# compression is not lossless, some artifacts may appear when this option is in use
# texture cache does NOT update automatically if the source image changes, however, deleting anything from the cache
# will cause that file to be recreated from the source
compress_textures = yes
# use pixel buffer objects to speed up texture loading
# will probably crash horribly on ATI cards but should work for NVIDIA users
use_pbo = yes
# replace FF7's default framelimiter timer source
use_new_timer = yes
# use a more stable (but less accurate) timer to control FF7's framelimiter
# this option has no effect unless the use_new_timer option is on
use_stable_timer = off
# plugin used to play movies, FFMpeg is the only choice for now
movie_plugin = plugins/ffmpeg_movies.fgp
## MODDER OPTIONS ##
## These options are mostly useful to modders and should not be enabled during normal play.
# read files directly instead of using LGP archives
# for example; if FF7 is looking for aaab.rsd in char.lgp, this option will make it open direct/char/aaab.rsd first,
# if this file doesn't exist it will look for the original in the LGP archive
direct_mode = yes
# show every failed attempt at loading a .png texture
show_missing_textures = off
Thanks