Author Topic: Troubleshooting with a fresh install  (Read 3244 times)

mark726

  • Guest
Troubleshooting with a fresh install
« 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!

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Troubleshooting with a fresh install
« Reply #1 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
« Last Edit: December 24, 2008, 08:00:30 am by stahta01 »
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

mark726

  • Guest
Re: Troubleshooting with a fresh install
« Reply #2 on: December 27, 2008, 05:56:47 am »
Thanks, the program works perfectly now!