Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - adnanrannu

Pages: [1]
1
Bootleg Questions / Re: [Tutorial] Tifa's Bootleg
« on: 2014-03-26 17:57:32 »
This doesn't solve the memory overflow. With the driver version 0.7.11b you will get this crash sooner or later, depending on how many textures are loaded in over the time. The bigger the textures the faster the crash. The new driver has solved this by limiting the texture cache. So the only solution is either to swap to the new driver (the old GUI overhauls wont work) or not to use too many texture improvements ( I suggest the HQ magic shouldn't be used. Most of them aren't improvements anyway and are only memory eater) and reducing the possibility for a crash.

how could I "not to use too many texture improvements ( I suggest the HQ magic shouldn't be used. Most of them aren't improvements anyway and are only memory eater)" ?

2
Bootleg Questions / Re: [Tutorial] Tifa's Bootleg
« on: 2014-03-26 17:38:03 »
To be honest I didn't read his app log. But it doesn't even show an error anyway.  However a look in his config shows the possible reason for the crashes:

I just try that and still I got the damn error window
then I try to update the FF7 opengl to v.0.8.1b
but the font and the image in the bottom got screw up.
I dont know what to do.
please help :-(  :-(

3
Bootleg Questions / Re: [Tutorial] Tifa's Bootleg
« on: 2014-03-26 17:34:30 »
Start over and install the game to a non-system folder. Program Files is a system folder.

It's English only for now.

I'm not.
my system folder is in C:\Program Files (x86) or C:\Program Files

4
Bootleg Questions / Re: [Tutorial] Tifa's Bootleg
« on: 2014-03-25 13:35:22 »
at first, I want to thank all the people who generously made and share these beautiful mods.
I love it. but there's a problem.
I often, but not always, got the error window that said:

Oops, something very bad happened
Wrote crash.dmp to FF7 install dir.
please provide a copy of it along with APP.LOG when reporting this error.
write emergency save to save/crash.ff7?

during either start of the game or start of battle (or in the middle of battle).
I install the game in D:\Program Files\Final Fantasy VII while the mods are in E:\Games\Final Fantasy VII PC remake\Mods.
my pc specs are intel i5 3.0 GHz; ATI Radeon HD7850; 8GB of RAM.
I follow all the step in tutorial and already try uninstall-install the game and the mods but still, I often got the same damn error window.

here's my APP.LOG from when i got the window in the starting of the game

Code: [Select]
INFO: FF7/FF8 OpenGL driver version 0.7.11b
INFO: Auto-detected version: FF7 1.02 US English
INFO: ATI Technologies Inc. AMD Radeon HD 7800 Series 4.2.12002 Compatibility Profile Context 9.12.0.0
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 1600x900, output resolution 1200x900, internal resolution 3840x2160
INFO: FBO extension detected, using fast scaling/postprocessing path
INFO: Shader limits: varying 128, vert uniform 1024, frag uniform 1024
INFO: FFMpeg movie player plugin loaded
INFO: FFMpeg version SVN-r25886, Copyright (c) 2000-2010 Fabrice Bellard, et al.
INFO: FF7Music helper plugin loaded
INFO: Loading external library Multi.dll
LOCK UNLOCK TEST
MATRIX INITIALIZE
INITIALIZE DD/D3D END
initializing sound...
creating dsound primary buffer
reading audio file
loading static sounds
sound initialized
set music volume: 127
set music volume: 127
Entering MAIN
Exiting MAIN
START OF CREDITS!!!
INFO: D:\Program Files\Final Fantasy VII\movies\eidoslogo.avi; h264/aac 1280x960, 15.000000 FPS, duration: 10.193000, frames: 153

and ff7_opengl.cfg:

Code: [Select]
# ff7_opengl-0.7.11b config file - modified by Bootleg



## 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 = 1600
window_size_y = 900
internal_size_x = 3840
internal_size_y = 2160
preserve_aspect = yes
fullscreen = yes

#window_pos_x = -1
#window_pos_y = -1
#widescreen_hack = 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 = bootleg

# check your driver settings if this option doesn't seem to work
enable_vsync = yes
refresh_rate = 60

# 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 = on

# same thing, but for the battle swirl
battleswirl_framelimiter = on

# 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 = on

# allow max hp/mp to go over 9999, same effect as the YAMP patch by dziugo
break_9999limit = no
#new_hp_limit = yes
#new_mp_limit = 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 = on

# post-processing shader, used to apply fullscreen effects
enable_postprocessing = yes
post_source = shaders/SmartBloomAdvanced.post
yuv_source = shaders/yuvAdvanced.frag
frag_source = shaders/mainAdvanced.frag
vert_source = shaders/mainAdvanced.vert



## 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
#enable_lighting = yes
#show_light_rays = yes
#show_normals = yes
#show_tbn_space = yes
max_lights = 12

#Variable Functions#
#specular_fog = yes
#texture_scale_bias = 1
#texture_coordinate_clamp = yes
#pixel_texture_bits = 32
#generate_mipmap = yes
#detail_texture = yes
#shader_precision = yes
#tessellation_program5 = yes
#multisample_coverage = yes
#multisample_filter_hint = yes
#texture_filter_anisotropic = yes
#texture_edge_clamp = 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 = on

# display frames per second counter in upper right corner
show_fps = no
skip_frames = no

# display some real-time debug information
show_stats = no

# 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 = no

# 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
use_vbo = 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 = yes

# 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 = off

# show every failed attempt at loading a .png texture
show_missing_textures = no

# Disable Error Notifications
disable_popup = on

# Load Multiple DLLs
load_library = Multi.dll

I really have no idea what went wrong, so an help will be appreciated  :) :)

Pages: [1]