DirectDraw Wrapper 1.2

  • Thread starter Thread starter Phun
  • Start date Start date
Status
Not open for further replies.
Ooh, those sneaky bastards, it prints "DIRECT DRAW 2" just like FF7 but actually creates a DD4 interface.
 
Ooh, those sneaky bastards, it prints "DIRECT DRAW 2" just like FF7 but actually creates a DD4 interface.
They probably did a copy/paste of the function used to initialize DirectDraw.
 
I have determined the reason as to why FF8.exe closes, but I have yet to figure out why. Does anyone have any theories?

ERROR: 8876000A This surface can not be attached to the requested surface. in FILE C:\lib\src\graphics\directx.cpp LINE 1883
Code: [Select]
Code:
0040D58D  |.  FF52 0C       call dword ptr [edx+C]                   ;  IDirectDrawSurface4::AddAttachedSurface
 
Last edited:
This might be a dumb question, but is it possible to force it to use a different surface?  Considering how FF8 likes to have the screen all to itself, it might be trying to attach to a surface that the windows desktop itself is already using and won't release to FF8.....

....or I could be completely off-base.  I'm a sound guy, not a video guy. :cry:
 
Status
Not open for further replies.
Back
Top