Thursday, July 1, 2010

mingw32-make.exe: Interrupt/Exception caught (code = 0xc0000005, addr = 0x41f96e)

After lying fallow for several weeks, I installed the 2010.04 version of Qt Creator and tried to recompile a project. This is the error:

"mingw32-make.exe: Interrupt/Exception caught (code = 0xc0000005, addr = 0x41f96e)"

I reset my paths and reverted to 2010.01. After googling for the answer, I deleted the .pro.user file and the project built and ran.

Apparently I hadn't yet learned the first rule of Qt Club. Delete the .pro.user file and try again...

Other comments:

Here's a note about a change in the path causing the same error.
http://www.lemon-factory.com/2010/05/12/windows-gripes-with-qt-creator-and-git/

No comments:

Post a Comment