Don't install Bootleg over The Remix.
Bootleg installs The Remix automatically.
Run Bootleg on a fresh vanilla maximum install of a legitimate English US 3 disc version of FF7.
If the issue persists, provide more details about your system.
What version of Windows are you running?
Are you using the English US version of FF7?
Did the vanilla FMV's play before you applied any mods?
Have you configured the game to run in compatibility mode?
FF7 Compatibility Settings:
Right click on ff7.exe in the game folder.
Select Properties.
Go to the Compatibility tab.
Tick 'Run this program in compatibility mode for.'
Set the drop down list to 'Windows 98/Windows Me.'
Tick all the boxes under Settings:
Run in 256 colors
Run in 640x480 screen resolution
Disable visual themes
Disable desktop composition
Disable display scaling on high DPI settings
Tick 'Run this program as an administrator.'
Now open FF7_OpenGL.cfg in notepad (or use the configure option in BootLoader).
Set the game resolution to 1280x960:
window_size_x = 1280
window_size_y = 960
Turn off fullscreen:
fullscreen = no
Disable shaders:
use_shaders = no
Disable transparence:
fancy_transparency = off
transparent_dialogs = off
Disable compression:
compre ss_textures = no
Disable PBO:
use_pbo = no
FF7 is a finicky game and it just doesn't like some systems.
There's a new OpenGL driver on the verge of release that might enable the game to run on more systems.
As a last ditch effort, you might also try closing the explorer.exe process before executing the game.
You'll need to do this via a batch file.
Batch to Close Explorer and Run FF7
Code: [Select]
Code:
@echo off:opentaskkill /f /im explorer.exestart /d Run FFVII-Bootleg.batecho Press any key to bring back your desktop.pausestart explorer.exeecho Run color fix again?set /p colorfix=(Y/N)if "%colorfix%"=="y" (taskkill /f /im explorer.exegoto open)
If you still have no luck, try using the plugins from an older version of the OpenGL driver.
I still haven't identified one fix that works for everyone, so I suggest using the spaghetti approach.
Throw every conceivable fix at it and see what sticks.
Hopefully one of the masters replies with the simple solution.