PDA

View Full Version : First-chance exception in DIVX.DLL: 0xC0000092: Float Stack Check.


Erik
26th March 2002, 10:26
Hi,

I am working on a dll made out of mpeg2avi. It workes fine while using the command line version but as soon as I use the dll it crashes. This only happens with divx5 with divx 4.11 it workes fine.


The source of the dll:
http://netti.nic.fi/~temp/easydivx/download/sources/mpeg2avi.zip


This is the output of the visual C++ debugger:



Loaded 'D:\source\BCPP\AviAudioMux\AVIAUD~1.exe', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
Loaded 'D:\source\BCPP\AviAudioMux\AVIAUDIOMUX.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\avifil32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\msvcrt.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\user32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\gdi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\advapi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\rpcrt4.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\winmm.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\ole32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\msacm32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\msvfw32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\shell32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\shlwapi.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\comctl32.dll', no matching symbolic information found.
Loaded symbols for 'D:\source\BCPP\AviAudioMux\mpeg2avi.dll'
Loaded 'D:\source\BCPP\AviAudioMux\mpeg2avi2.dll', no matching symbolic information found.
Loaded 'D:\source\BCPP\AviAudioMux\vStrip.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\comdlg32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\oleaut32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\serwvdrv.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\umdmxfrm.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_x-ww_1382d70a\comctl32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\MSCTF.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\apphelp.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\clbcatq.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\comres.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\version.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\cscui.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\cscdll.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\setupapi.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\uxtheme.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\userenv.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\ntshrui.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\atl.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\netapi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\shdocvw.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\divx.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\winspool.drv', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\mp4fil32.dll', no matching symbolic information found.
The thread 0x524 has exited with code 0 (0x0).
The thread 0x574 has exited with code 0 (0x0).
The thread 0x520 has exited with code 0 (0x0).
The thread 0x498 has exited with code 0 (0x0).
First-chance exception in AVIAUD~1.exe (DIVX.DLL): 0xC0000092: Float Stack Check.
DBG: Break command failed within 0 seconds.
DBG: No threads available for break. Soft broken.
DBG: Break command failed within 0 seconds.
DBG: No threads available for break. Soft broken.
The program 'D:\source\BCPP\AviAudioMux\AVIAUD~1.exe' has exited with code 0 (0x0).

Does anybody has an idea where to look for the error?

Thanks

Erik