<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Skin Framework crashing</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : Skin Framework crashing]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 25 May 2026 12:28:06 +0000</pubDate>
  <lastBuildDate>Mon, 16 Sep 2013 02:40:36 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=19634</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Skin Framework crashing : Thanks a lot for posting a solution...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19634&amp;PID=71610&amp;title=skin-framework-crashing#71610</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1424">g_j_a_i_n</a><br /><strong>Subject:</strong> 19634<br /><strong>Posted:</strong> 16 September 2013 at 2:40am<br /><br /><br>Thanks a lot for posting a solution for the WRusr.dll problem. I will implement it in my app.<br><br>I am still looking for the root cause of this problem. Whether it is a bug in CodeJock? Whether this was fixed in recent CodeJock update, Is it a problem with WebRoot or what?<br><br>Regards,<br>Gautam Jain<br>]]>
   </description>
   <pubDate>Mon, 16 Sep 2013 02:40:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19634&amp;PID=71610&amp;title=skin-framework-crashing#71610</guid>
  </item> 
  <item>
   <title><![CDATA[Skin Framework crashing : Can someone please give a solution...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19634&amp;PID=68000&amp;title=skin-framework-crashing#68000</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7281">redserpent7</a><br /><strong>Subject:</strong> 19634<br /><strong>Posted:</strong> 17 April 2012 at 4:05am<br /><br />Can someone please give a solution or a remark on this... I don't think its uncommon..]]>
   </description>
   <pubDate>Tue, 17 Apr 2012 04:05:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19634&amp;PID=68000&amp;title=skin-framework-crashing#68000</guid>
  </item> 
  <item>
   <title><![CDATA[Skin Framework crashing : HiI am a developer at Genie9....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19634&amp;PID=67945&amp;title=skin-framework-crashing#67945</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7281">redserpent7</a><br /><strong>Subject:</strong> 19634<br /><strong>Posted:</strong> 04 April 2012 at 9:27am<br /><br />Hi<div><br></div><div>I am a developer at Genie9. recently we have release GenieTimeline 2012 which use CodeJock's SkinFramework version (15.2.1).</div><div><br></div><div>We received issues from our customers stating that the application's UI was not showing. After some investigation we discovered that in the Windows Event Viewer there were several crash reports indicating that our main application (GenieTimeline.exe) has crashed and the faulting module was (WRusr.dll).&nbsp;</div><div><br></div><div>Further investigation revealed that the dll is part of an Anti-Virus software called WebRoot and when debugging our application we discovered that XTPSkinFramework was crashing..</div><div><br></div><div>The crash occurs in "XTPSkinManagerApiHook.cpp" on line 517<b> ::VirtualProtect(mbi.BaseAddress, mbi.RegionSize, mbi.Protect, &amp;dwOldProtect);</b></div><div><b><br></b></div><div>We think that WebRoot is using CodeJock's SkinFramework and in some way its conflicting with our product. calling&nbsp;<b>XTPSkinManager()-&gt;ExcludeModule(_T("WRusr.dll")); </b>does solve the problem, however, we aren't sure if there are other DLL's that might cause the same problem.</div><div><br></div><div>Currently this is the code we are using to initialize and load our skin:</div><div><br></div><div><div><span ="Apple-tab-span" style="white-space:pre">	</span>DWORD dwOptions = XTPSkinManager()-&gt;GetApplyOptions();</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>dwOptions &amp;=~xtpSkinApplyMenus;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>dwOptions &amp;=~xtpSkinApplyMetrics;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>XTPSkinManager()-&gt;ExcludeModule(_T("WRusr.dll"));&nbsp;<b>&lt;-- Added to resolve the issue&nbsp;temporarily&nbsp;</b></div><div><span ="Apple-tab-span" style="white-space:pre">	</span>XTPSkinManager()-&gt;SetApplyOptions(dwOptions);</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>XTPSkinManager()-&gt;SetAutoApplyNewWindows(FALSE);</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>XTPSkinManager()-&gt;LoadSkin(stStylePath, _T("GenieBlackNoTitle.ini")); <b>&lt;-- This is where its crashing</b></div><div><span ="Apple-tab-span" style="white-space:pre">	</span>XTPSkinManager()-&gt;SetAutoApplyNewWindows(TRUE);</div></div><div><br></div><div>The skin is loaded in the application main dialog constructor.</div><div><br></div><div>Where stStylePath is the path of our skin. we are not sure why SkinFramework is trying to ApiHook from different dlls and projects. And its not&nbsp;feasible&nbsp;to call ExcludeModule whenever a problem with a cretain DLL arise.</div><div><br></div><div>We would like to know if there is an optimal solution for this. Something that can enable XTPSkinManager to work only within our product environment and not try to hook to other Dlls.</div><div><br></div><div>The case is very common and any one can try it by installing Genie Timeline 2012 from <a href="http://www.genie9.com/business/Genie_Timeline_Pro/download.aspx" target="_blank">here</a>.</div><div>And installing WebRoot SecureAnywhere from <a href="http://www.webroot.com/customerSupport/trialRegistrati&#111;n.php?trpd=WSAC&amp;loc=USA" target="_blank">here</a></div><div><br></div><div>Regards</div>]]>
   </description>
   <pubDate>Wed, 04 Apr 2012 09:27:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19634&amp;PID=67945&amp;title=skin-framework-crashing#67945</guid>
  </item> 
 </channel>
</rss>