Author Topic: codeblocks crashes when I try to build a project  (Read 11516 times)

shalem8

  • Guest
codeblocks crashes when I try to build a project
« on: December 07, 2009, 11:25:12 pm »
Hi,

I have Windows 7 x86, I use code blocks 8.02.

when I try to open a project that I got from school, cod blocks crashes, and writes this message:

codeblocks.exe has stopped working

problem details:
Problem Event Name:   APPCRASH
  Application Name:   codeblocks.exe
  Application Version:   0.0.0.0
  Application Timestamp:   47c5c222
  Fault Module Name:   compiler.dll
  Fault Module Version:   0.0.0.0
  Fault Module Timestamp:   47c5c228
  Exception Code:   c0000005
  Exception Offset:   000dfa87
  OS Version:   6.1.7600.2.0.0.256.48
  Locale ID:   1033
  Additional Information 1:   0a9e
  Additional Information 2:   0a9e372d3b4ad19135b953a78882e789
  Additional Information 3:   0a9e
  Additional Information 4:   0a9e372d3b4ad19135b953a78882e789


I had this problem before with other projects I tried to build.

thanks for the help!!

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: codeblocks crashes when I try to build a project
« Reply #1 on: December 08, 2009, 12:54:40 am »
Try running Code::Blocks as Admin

What Compiler are you using?
If, the compiler shipped with Code::Blocks 8.02; YOU MUST UPGRADE it to a Windows 7 Compatible Compiler.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

shalem8

  • Guest
Re: codeblocks crashes when I try to build a project
« Reply #2 on: December 08, 2009, 08:50:54 am »
thanks for the quick reply.

how do I get a compiler compatible to windows 7? I didn't find it in a simple google search.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: codeblocks crashes when I try to build a project
« Reply #3 on: December 08, 2009, 09:27:27 am »
Use the latest mingw release or the latest TDM gcc 4.4.x release.
Also you could search the forum for Vista compiler problems.

It was answer thousand times.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]