1
Audio Releases / Re: [REL] Roses and Wine (for FF8)
« on: 2013-06-17 09:16:58 »Sounds to me like a problem with 64 bit installation. Prob does not belong on this thread. Post on Aali's thread and see what happensWell i am currently using Win7 64bit Home edition SP1 and it works OK, tested with w02 + DLL 2.2 + Aali's Custom Driver 0.7.11b and 1.2 non-geforce English.
It all seems to be working OK (sound effects and new music
)The reason it isn't working looks like it could be pretty obvious, your app.log should look like this
Code: [Select]
INFO: FBO extension detected, using fast scaling/postprocessing path
INFO: Loading external library RaW
MATRIX INITIALIZE
but yours looks like thisCode: [Select]
INFO: FBO extension detected, using fast scaling/postprocessing path
MATRIX INITIALIZE
Which mean's that RaW isn't installed correctly, i am guessing this is probably a UAC problem ? First check your FF8 directory and see if the RAW.DLL is inside the folder, if it isn't then that's your problem
, if it is there then Aali's driver isn't using the DLL which means you need to add this to FF8_opengl.cfg (just open it in notepad and copy and paste the following line anywhere on a new line)load_library = "RaW"
I hope this helps
, It seems to be quite a rare problem.