Author Topic: error when closeing code::blocks -- I now have the error code  (Read 5987 times)

Rune Hunter

  • Guest
error when closeing code::blocks -- I now have the error code
« on: August 31, 2005, 10:55:06 pm »
I get a windows error saying <program name> has encountered an error and has to close when I shut down code blocks (any way doesn't matter) or when I try to run my program using the blue run button. But if I run the exe of the program directly it works just fine.

What is wrong?
« Last Edit: September 02, 2005, 05:04:38 am by Rune Hunter »

Rune Hunter

  • Guest
Re: error when closeing code::blocks or running a program
« Reply #1 on: September 02, 2005, 04:04:09 am »
I am lost as to why it gave an error when running the program I made. That is fixed now. But I still get an error when closing code blocks.

grv575

  • Guest
Re: error when closeing code::blocks or running a program
« Reply #2 on: September 02, 2005, 04:26:24 am »
what's the error?
do you get a codeblocks.rpt file in the codeblocks installation dir?

Rune Hunter

  • Guest
Re: error when closeing code::blocks or running a program
« Reply #3 on: September 02, 2005, 04:59:56 am »
As stated in first post it is a windows error saying the program has to close cause of an error. In the RPT file the error is as fallows:

Code
Error occured on Thursday, September 1, 2005 at 21:57:29.

C:\Program Files\CodeBlocks\codeblocks.exe caused an Access Violation at location 100a5293 in module C:\Program Files\CodeBlocks\wxmsw242.dll Reading from location 00000001.

Registers:
eax=100a5270 ebx=00a8f180 ecx=77c2c2e3 edx=00000001 esi=00000000 edi=0042a4c8
eip=100a5293 esp=0022fce0 ebp=0022fcf8 iopl=0         nv up ei ng nz ac po cy
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010297

Call stack:
100A5293  C:\Program Files\CodeBlocks\wxmsw242.dll:100A5293  _ZN17_wxHashTableBase211DeleteNodesEjPP21_wxHashTable_NodeBasePFvS1_E
0042A533  C:\Program Files\CodeBlocks\codeblocks.exe:0042A533
0042A599  C:\Program Files\CodeBlocks\codeblocks.exe:0042A599
00427399  C:\Program Files\CodeBlocks\codeblocks.exe:00427399
00410312  C:\Program Files\CodeBlocks\codeblocks.exe:00410312
10014D29  C:\Program Files\CodeBlocks\wxmsw242.dll:10014D29  _ZN5wxApp20DeletePendingObjectsEv
100158C2  C:\Program Files\CodeBlocks\wxmsw242.dll:100158C2  _ZN5wxApp6OnIdleER11wxIdleEvent
1008B238  C:\Program Files\CodeBlocks\wxmsw242.dll:1008B238  _ZN12wxEvtHandler16SearchEventTableER12wxEventTableR7wxEvent
1008B095  C:\Program Files\CodeBlocks\wxmsw242.dll:1008B095  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100155C3  C:\Program Files\CodeBlocks\wxmsw242.dll:100155C3  _ZN5wxApp11ProcessIdleEv
10015554  C:\Program Files\CodeBlocks\wxmsw242.dll:10015554  _ZN5wxApp8MainLoopEv
10015132  C:\Program Files\CodeBlocks\wxmsw242.dll:10015132  _Z7wxEntryPvS_Pcib
00401392  C:\Program Files\CodeBlocks\codeblocks.exe:00401392
0042549A  C:\Program Files\CodeBlocks\codeblocks.exe:0042549A
004011E7  C:\Program Files\CodeBlocks\codeblocks.exe:004011E7
00401238  C:\Program Files\CodeBlocks\codeblocks.exe:00401238
7C816D4F  C:\WINDOWS\system32\kernel32.dll:7C816D4F  RegisterWaitForInputIdle

EDIT: I am a computer admin, and always have been.

If anyone can tell me what to do next that'd be great.

grv575

  • Guest
Re: error when closeing code::blocks -- I now have the error code
« Reply #4 on: September 02, 2005, 05:12:38 am »
I think that hash table error has been fixed in CVS.  If you want to download and compile the cvs code, there's instructions in the wiki.

Rune Hunter

  • Guest
Re: error when closeing code::blocks -- I now have the error code
« Reply #5 on: September 02, 2005, 05:37:30 am »
I looked at it, and I really don't feel like downloading all the files and compiling it my self. I know what happened last time I tried somthing like that, and it wasn't very good. And sence this error doesn't seem to serius, I think I can wait for a pre built new version to come out.