Aali's driver [v 0.7.7] Help/Bugs/Suggestions

  • Thread starter Thread starter Kranmer
  • Start date Start date
Status
Not open for further replies.
Under ff7opengl.cfg look for the line that says fullscreen and change it to fullscreen = no
Annnnd... that did the trick after borrowing a disk! Thank you very much, sl!
 
Any plans to make it open-source?
Nope. For one I don't want a million slightly modified versions floating around and I can't trust people to abide by the license given the average level of maturity in this community. Second, I believe that having the source up for public consumption greatly increases the risk of someone shutting this down.
The source for the plugins is available on request however, to aid people who wish to develop one themselves.
 
Ah, I see.
It is not like I'm planing to develop it myself, i just want to revert some changes in direct mode of 0.7.7 coz this annoying issue with wind.wav and audio.dat bugs me >_>

But oh well, I'll just wait for 0.7.8 then :P

Oh, and btw, another question: any plans to implement customizable framelimiter? I'm on old good CRT with 85Hz, so, your framelimiter feature does not work well for me (yeah, I can use YAMP's patch for that but do not want). Would be nice to specify which framerate you want in certain cases.
 
Last edited:
0.7.8b will be released soon, don't worry.

The framelimiter is based on vsync so you can't really set an absolute value, what you could do is divide the refresh rate by 3 instead of 2, in your case this translates into 28.333... FPS which is quite okay. I may add this option.
 
With latests versions of FF7Music 1.51 and aali's custom driver 0.7.7b:
First solved the saves bugs by creating every of them.
Then, when playing, when starting a battle, if FF7music is off it will say: "Error loading tifa.t09" or something like that, but the game won't crash.

But if I activate FF7music too, the game will crash instead of giving an error and going on.

What should I do?
 
Seems like you're missing some files from battle.lgp

It shouldn't crash the game, that's a known problem with 0.7.7b, but reverting to an earlier version of the driver wont fix the underlying problem.
 
I installed the original english version and then the Remix Patch.
I shouldn't miss anything, I think.

Which version I should try in order to avoid the crash?
 
I installed the original english version and then the Remix Patch.
I shouldn't miss anything, I think.

Which version I should try in order to avoid the crash?
there is already a thread of the tifa.t09 error and a patch to fix the problem which can be gotten here
https://www.ff7catalog.com/posts/107921/
(The problem is the weapon model's used in the remix patch)
Or if you dont want to fix the problem you can just do as Aali says and use version 0.7.3 (the version that came with the remix patch)
 
Oh btw, Aali, almost forgot that i wanted to request some small feature: ability to save window position when in windowed mode. I do play a lot of time in this mode (since in fullscreen it is always on 60Hz no matter what, even vsync doesn't help) and it is really annoying to move window on "good" place very time ;<
 
:<
Found a reproducible (but completely random) crash on The Great Glacier ;<<

<APP log>
<ff7music log>
<dump>

1st time happened when I passed out on glacier and appeared in Holzof's house (2d backgroubd wasn't even loaded, but music changed)
2nd time happened when I ALT+TAB'bed window
3rd time happened when I went into a battle
4th time described in the logs

Can be reproduced on 0.7.5/07.7.7.
 
Any and all crash logs are still appreciated though, unless the reason for the crash is already known. I suspect this particular problem to be fixed in 0.7.8b though.

:EDIT:
It's not what I thought it was, but the crash does happen in the nvidia driver, so you may want to update that too, if you can still reproduce it I will look into it more deeply.
 
Last edited:
:EDIT:
It's not what I thought it was, but the crash does happen in the nvidia driver, so you may want to update that too, if you can still reproduce it I will look into it more deeply.
Hmm, it explains things a bit...
How did you get human-readable info from ff7's dump? :P
 
It's not FF7s dump, the driver creates it and its a standard minidump from the windows dbghelp library. Loads right up into Visual C++ as if you were debugging the program at the moment it crashed. With some obvious limitations since the file is not big enough to cover the entire address space of the program and since you're not actually running anything. Plus the source environment could be very different (even wine can create fairly limited but still useful minidumps). But you can always see where it crashed, and if you're lucky that happened to be in or around some code you're familiar with.
 
Status
Not open for further replies.
Back
Top