Code::Blocks Forums

User forums => Help => Topic started by: mark726 on December 24, 2008, 04:05:29 am

Title: Troubleshooting with a fresh install
Post by: mark726 on December 24, 2008, 04:05:29 am
Hi,

I'm trying to make my way back into programming, and downloaded your latest compiler after being referred here by a few sites.  However, when I start a new project in Code:Blocks, and enter into the main workscreen, I get an error:

"Windows - No Disk

Exception Processing Message 0xc0000013 Parameters 0x758092A0 0x00000004 0x758092A0 0x758092A0"

I have to hit "continue" (as opposed to retry or cancel) about 10 times before the error message goes away.  The program then works fine until I try to compile the program, when the message appears and I have to hit continue about 20-30 times before the message finally stops popping up.  I've tried redownloading and reinstalling, with no effect.  I'm running 32 bit Vista on a Thinkpad.  I've never run into the error before with any other programs.  Any help would be appreciated.  Thanks, and happy holidays!
Title: Re: Troubleshooting with a fresh install
Post by: stahta01 on December 24, 2008, 07:56:10 am
The MinGW GCC packaged with Code::Blocks 8.02 had an Vista related bug in it. I think it also had an drive related issue you described.

I suggest downloading the current version of MinGW GCC 3.4.5.

You can use the Automated MinGW Installer at
https://sourceforge.net/project/showfiles.php?group_id=2435&package_id=240780&release_id=595197
Or download each part manually.
I use the Installer(MinGW-5.1.4.exe).

Note, you then need to adjust/verify the Code::Blocks Compiler Settings after installing the newer MinGW.

Tim S
Title: Re: Troubleshooting with a fresh install
Post by: mark726 on December 27, 2008, 05:56:47 am
Thanks, the program works perfectly now!