Crash when showing xvid compression dialog |
Post Reply |
Author | |
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
Posted: 22 November 2009 at 3:34pm |
XTP 13.2.1.
When the skin manager is active, I get a crash when displaying the xvid configuration dialog. I've read about similar issues, so I figured I could disable the skin manager before displaying this dialog.
XTPSkinManager()->SetAutoApplyNewWindows(FALSE);
XTPSkinManager()->SetAutoApplyNewThreads(FALSE); AVISaveOptions() result :-(
XTPSkinManager()->SetAutoApplyNewWindows(TRUE);
XTPSkinManager()->SetAutoApplyNewThreads(TRUE);
Why do I get such artifacts? ... and then it crashes anyway:
At ThreadProcHook:
'TestApp.exe': Loaded 'C:\Windows\System32\xvidcore.dll', Binary was not built with debug information.
[ 0] type=I Q: 4 length: 64161Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call. This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention.
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
try add
XTPSkinMaanger()->ExcludeModule("xvidcore.dll');
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
|
I'll test that, but there are other codec configuration windows that might be displayed, so this is not good solution. Please see attached sample. It crashes on Vista SP1 (32-bit). Instructions can be found in the source code. Press the "Filter" button! |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |