Hello, I have got a similar error after installing TortoiseGit. After investigation I figure out that the installation change my PATH environment variable. I modified the PATH of my build environment to remove the newly added directories and this fixed the crash. So I guess you should check your PATH variable first.
Laurent Le 1/02/2010 10:54, Daniel Teske a écrit : > On Saturday 30 January 2010 16:06:55 ext Matthias Pospiech wrote: > >> I get the following error on any compilation started within qtCreator >> (1.3.1, QT 4.6.1). >> >> mingw32-make.exe: Interrupt/Exception caught (code = 0xc0000005, addr = >> 0x41f96e) >> >> However if I compile the same project from the qt command prompt I have >> no problem. >> >> The System is Window 7. >> >> Any idea? >> > Does it work if you start Qt Creator from that command line? Is the path to > the MinGW version set in the Tool/Options/Qt Dialog? > > daniel > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-creator > > > _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
