Displaying 2 results from an estimated 2 matches for "bff7b9a6".
2004 Feb 19
3
Ov_open crash in windows
I am getting the following error from MSVC when calling ov_open()
from my app:
Unhandled exception in Progname.exe (KERNEL32.DLL): 0xC0000005:
Access Violation
The call stack shows:
KERNEL32! bff7b9a6()
VORBISFILE! 00471d1d()
I am running Win98 and v1.0 off the vorbis libs. The app is single-
threaded.
The following code works just fine in a test app I built, but when I
add it to another app, the error occurs:
int CSound::LoadVorbisFile(char *fname)
{
FILE *file;
char *pcmData = NULL;...
2012 Apr 13
1
wined3d in windows 98 - illegal operation.
...when it is accessing d3d it gives this error:
_____________________________
DxDiag
This program has performed an illegal operation and will be shut down.
If the problem persists, contact the program vendor.
Close
Details>>
DXDIAG caused an invalid page fault in
module KERNEL32.DLL at 016f:bff7b9a6.
Registers:
EAX=00000000 CS=016f EIP=bff7b9a6 EFLGS=00200246
EBX=00401f44 SS=0177 ESP=0056f79c EBP=0056f7bc
ECX=c195a250 DS=0177 ESI=62bc8334 FS=614f
EDX=004020f8 ES=0177 EDI=00000000 GS=0000
Bytes at CS:EIP:
ff 76 04 e8 13 89 ff ff 5e c2 04 00 56 8b 74 24
Stack dump:
bff8cae1 62bc2323 62bc8334 00...