<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to solve this Error message?]]></title><description><![CDATA[<p dir="auto">Hi...<br />
I run my application under Qt4.8 in Windows XP everything is Ok, but after moving to another PC using Win7, I compile and running under the same Qt in the new PC, the application running well for around 1 minute and then there is an error message:</p>
<p dir="auto">25App.exe has stop working<br />
Windows is collecting more information about the problem. This might take several minutes...</p>
<p dir="auto">After that there is a message box:<br />
Do you want to send more information about the problem? ...and so on..</p>
<p dir="auto">Is there any suggestion? I need your help</p>
<p dir="auto">Thanks in advance.</p>
]]></description><link>https://forum.qt.io/topic/21028/how-to-solve-this-error-message</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 03:13:50 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/21028.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 01 Nov 2012 01:46:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to solve this Error message? on Sun, 21 Jul 2013 12:54:09 GMT]]></title><description><![CDATA[<p dir="auto"><a href="http://rnbmusic4you.blogspot.ca/2013/07/how-to-fix-windows-is-collecting-more.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://rnbmusic4you.blogspot.ca/2013/07/how-to-fix-windows-is-collecting-more.html</a></p>
]]></description><link>https://forum.qt.io/post/175460</link><guid isPermaLink="true">https://forum.qt.io/post/175460</guid><dc:creator><![CDATA[foreverbeyours]]></dc:creator><pubDate>Sun, 21 Jul 2013 12:54:09 GMT</pubDate></item><item><title><![CDATA[Reply to How to solve this Error message? on Mon, 12 Nov 2012 18:04:31 GMT]]></title><description><![CDATA[<p dir="auto">For Qt SDK, use "this":<a href="http://www.developer.nokia.com/info/sw.nokia.com/id/da8df288-e615-443d-be5c-00c8a72435f8/Qt_SDK.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.developer.nokia.com/info/sw.nokia.com/id/da8df288-e615-443d-be5c-00c8a72435f8/Qt_SDK.html</a> link.</p>
<p dir="auto">I assume you're doing everything multi threaded?</p>
]]></description><link>https://forum.qt.io/post/156794</link><guid isPermaLink="true">https://forum.qt.io/post/156794</guid><dc:creator><![CDATA[Jake007]]></dc:creator><pubDate>Mon, 12 Nov 2012 18:04:31 GMT</pubDate></item><item><title><![CDATA[Reply to How to solve this Error message? on Tue, 06 Nov 2012 02:20:22 GMT]]></title><description><![CDATA[<p dir="auto">Hi thanks for reply,<br />
My application doing capturing camera under QTime, the program looping based on capturing image and processing the image. The structure is :<br />
@<br />
void DialogApplication::doButtonStartClick(){<br />
...<br />
...<br />
if(!mCapture.isOpened())  {<br />
mCapture.open(0);<br />
if(!mCapture.open(0))<br />
return;<br />
mCameraEventId=startTimer (20);<br />
mCameraEventId2=startTimer (50);<br />
}<br />
}</p>
<p dir="auto">void DialogApplication::timerEvent(QTimerEvent *event){<br />
if( event-&gt;timerId() == mCameraEventId ){<br />
QTime t;<br />
t.start();<br />
killTimer(mCameraEventId );<br />
...<br />
...<br />
mCameraEventId = startTimer( MAX(20-t.elapsed(),10) );<br />
}</p>
<p dir="auto">if(event-&gt;timerId() == mCameraEventId2) {<br />
QTime t;<br />
t.start();<br />
killTimer(mCameraEventId2);<br />
....<br />
....<br />
mCameraEventId2 = startTimer(MAX(50-t.elapsed(),10));<br />
}<br />
}<br />
@</p>
<p dir="auto">I am using Qt Creator 2.4.1 based on Qt 4.7.4(32 bit) but in the Build I choose Qt 4.8.0 for Desktop MSVC 2010, is it okay?<br />
Do you have reference to upgrade the SDK?<br />
Thanks is advance.</p>
]]></description><link>https://forum.qt.io/post/156179</link><guid isPermaLink="true">https://forum.qt.io/post/156179</guid><dc:creator><![CDATA[romeo.rbw]]></dc:creator><pubDate>Tue, 06 Nov 2012 02:20:22 GMT</pubDate></item><item><title><![CDATA[Reply to How to solve this Error message? on Fri, 02 Nov 2012 17:33:23 GMT]]></title><description><![CDATA[<p dir="auto">Try updating Qt to 4.8.3 or to 4.8.1. To see if it will fix the problem.<br />
I don't have any other ideas except this one.</p>
<p dir="auto">Is you application doing anything, or just showing GUI ( waiting for further user interaction) and then crash after a minute?</p>
]]></description><link>https://forum.qt.io/post/156028</link><guid isPermaLink="true">https://forum.qt.io/post/156028</guid><dc:creator><![CDATA[Jake007]]></dc:creator><pubDate>Fri, 02 Nov 2012 17:33:23 GMT</pubDate></item><item><title><![CDATA[Reply to How to solve this Error message? on Thu, 01 Nov 2012 23:41:51 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for replies</p>
<ul>
<li>Other Qt application running well. Only this application, but it is running well on the first computer.</li>
</ul>
<p dir="auto">-I tried running on Qt 4.8.0 for desktop-MSVC2010 (Qt SDK) Debug, after a  minute there is a message: Debug Error...Module 4.8.0 ..File global\qglobal.cpp  Line 2232, ASSERT: "bitmap" in file image\qnativeimage.cpp, line 117  (Press retry to debug the application).</p>
<ul>
<li>I ran on Win7 Ent. 32 bit and in XP</li>
</ul>
]]></description><link>https://forum.qt.io/post/155970</link><guid isPermaLink="true">https://forum.qt.io/post/155970</guid><dc:creator><![CDATA[romeo.rbw]]></dc:creator><pubDate>Thu, 01 Nov 2012 23:41:51 GMT</pubDate></item><item><title><![CDATA[Reply to How to solve this Error message? on Thu, 01 Nov 2012 11:55:38 GMT]]></title><description><![CDATA[<p dir="auto">And what are the differences between the Win7 and WinXp? 32 bits / 64 bits? Bit more information needed.</p>
]]></description><link>https://forum.qt.io/post/155916</link><guid isPermaLink="true">https://forum.qt.io/post/155916</guid><dc:creator><![CDATA[Jeroentjehome]]></dc:creator><pubDate>Thu, 01 Nov 2012 11:55:38 GMT</pubDate></item><item><title><![CDATA[Reply to How to solve this Error message? on Thu, 01 Nov 2012 11:33:58 GMT]]></title><description><![CDATA[<p dir="auto">Did you try to start you application in a debugger and left it running until it crashes?<br />
Just to see where it brakes if the debugger can catch the error.</p>
]]></description><link>https://forum.qt.io/post/155914</link><guid isPermaLink="true">https://forum.qt.io/post/155914</guid><dc:creator><![CDATA[Jake007]]></dc:creator><pubDate>Thu, 01 Nov 2012 11:33:58 GMT</pubDate></item><item><title><![CDATA[Reply to How to solve this Error message? on Thu, 01 Nov 2012 10:20:19 GMT]]></title><description><![CDATA[<p dir="auto">does any Qt application crash on your new pc or only that particular one you mentioned?</p>
]]></description><link>https://forum.qt.io/post/155909</link><guid isPermaLink="true">https://forum.qt.io/post/155909</guid><dc:creator><![CDATA[terenty]]></dc:creator><pubDate>Thu, 01 Nov 2012 10:20:19 GMT</pubDate></item></channel></rss>