Code::Blocks 10.05 crashes when starting a new project

Started by
0 comments, last by Calexus 11 years, 10 months ago
I've been using Visual Studio for a little while but I want to go cross-platform. I've just done a fresh install of Code::Blocks 10.05 (with MinGW) from the binary. I open it up and whenever I go to start a new project (whether from the file menu or the start page) it crashes. I saw on the CB forums that it would output the error log to the codeblocks.RPT file, so here's that:

-------------------
Error occured on Friday, June 15, 2012 at 11:06:10.
C:\Program Files (x86)\CodeBlocks\codeblocks.exe caused a Privileged Instruction at location 01df58a1.
Registers:
eax=0028f497 ebx=001a0e6a ecx=001a0e6a edx=00000000 esi=0028fb84 edi=0028f488
eip=01df58a1 esp=0028fadc ebp=0028fb08 iopl=0 nv up ei pl nz na pe nc
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00010202
Call stack:
01DF58A1
6CD1BC4C C:\Program Files (x86)\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD1BC4CDwarf Error: found dwarf version '50548', this reader only handles version 2 information. _ZN11wxEventLoop17PreProcessMessageEP6tagMSG
6CD1BCF9 C:\Program Files (x86)\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD1BCF9 _ZN11wxEventLoop14ProcessMessageEP6tagMSG
6CD1B9E6 C:\Program Files (x86)\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD1B9E6 _ZN11wxEventLoop8DispatchEv
6CDD4B27 C:\Program Files (x86)\CodeBlocks\wxmsw28u_gcc_cb.dll:6CDD4B27 _ZN17wxEventLoopManual3RunEv
6CDABF29 C:\Program Files (x86)\CodeBlocks\wxmsw28u_gcc_cb.dll:6CDABF29 _ZN9wxAppBase8MainLoopEv
00405A86 C:\Program Files (x86)\CodeBlocks\codeblocks.exe:00405A86
6CC7BC3E C:\Program Files (x86)\CodeBlocks\wxmsw28u_gcc_cb.dll:6CC7BC3EDwarf Error: found dwarf version '50469', this reader only handles version 2 information. _Z12wxInitializeiPPw
6CCE543F C:\Program Files (x86)\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCE543F _Z7wxEntryP11HINSTANCE__S0_Pci
00401D38 C:\Program Files (x86)\CodeBlocks\codeblocks.exe:00401D38
00467BA6 C:\Program Files (x86)\CodeBlocks\codeblocks.exe:00467BA6
004010B6 C:\Program Files (x86)\CodeBlocks\codeblocks.exe:004010B6
00401128 C:\Program Files (x86)\CodeBlocks\codeblocks.exe:00401128
7700339A C:\windows\syswow64\kernel32.dll:7700339A BaseThreadInitThunk
77EA9EF2 C:\windows\SysWOW64\ntdll.dll:77EA9EF2 RtlInitializeExceptionChain
77EA9EC5 C:\windows\SysWOW64\ntdll.dll:77EA9EC5 RtlInitializeExceptionChain[/quote]


Has anyone ever had this problem before and/or does anybody know how to fix it?

"So there you have it, ladies and gentlemen: the only API I’ve ever used that requires both elevated privileges and a dedicated user thread just to copy a block of structures from the kernel to the user." - Casey Muratori

boreal.aggydaggy.com

Advertisement
Codeblocks 10:05 is over two years old. Try installing a "nightly" build instead.
Exitus Acta Probat

This topic is closed to new replies.

Advertisement