Print Page | Close Window

Crash when showing xvid compression dialog

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Skin Framework
Forum Description: Topics Related to Codejock Skin Framework
URL: http://forum.codejock.com/forum_posts.asp?TID=15689
Printed Date: 07 June 2024 at 6:28am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Crash when showing xvid compression dialog
Posted By: znakeeye
Subject: Crash when showing xvid compression dialog
Date 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.
 
 
Sample: http://forum.codejock.com/uploads/20091123_071427_SkinControls.zip - uploads/20091123_071427_SkinControls.zip



Replies:
Posted By: Oleg
Date Posted: 23 November 2009 at 5:24am
Hi,
 
try add
 
XTPSkinMaanger()->ExcludeModule("xvidcore.dll');


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: znakeeye
Date Posted: 23 November 2009 at 7:13am

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!



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net