1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Strange memory error...

Discussion in 'Legacy Windows' started by LargeAngryRobot, 2003/04/12.

Thread Status:
Not open for further replies.
  1. 2003/04/12
    LargeAngryRobot

    LargeAngryRobot Inactive Thread Starter

    Joined:
    2003/04/12
    Messages:
    2
    Likes Received:
    0
    Recently, my CPU burned itself out (and my video card along with it, mysteriously). I've since gotten it running again with some new parts, but I'm getting odd errors with particular programs. For instance, with my C++ compiler (Bloodshed's DevCpp), I can write my code, but when I hit the compile function I get a Win32 error that says "There is not enough memory available to run this program. Quit one or more programs, and then try again. "

    I find it hard to believe that there isn't enough memory to compile such a small program (and numerous other programs refuse to run because of the same error), since I use graphic applications and run WinAmp with high bitrate MP3s and high quality settings flawlessly.

    Does anyone know how I can fix this extremely annoying error? I really do need my compiler to work, being a Computer Science student and all.

    System specs:

    FIC AZ11EA Motherboard
    AMD Athlon @1.33 GHz
    Frontside Bus speed 133 MHz
    786 MB SDRAM
    20 Gig Seagate HD (C)
    20 Gig WD HD (D)
    LG CD-RW 16x10x40x
    Sony 16x DVD
    HSP 56K Micro Modem
    Santa Cruz soundcard
    XFX GeForce2 MX400 w/64 MB RAM, AGP 4X
    Windows 98SE

    I've gotten all the service packs for 98SE, but the problem remains. I've also gotten the newest drivers for my soundcard, video card, etc., along with DirectX 9. This is a fresh install of 98SE, since I added the second hard drive and new soundcard (but the Win32 error occurred prior to the new installation). Could this be a registry or BIOS problem?

    Thanks!
     
  2. 2003/04/12
    WhitPhil

    WhitPhil Inactive

    Joined:
    2002/01/07
    Messages:
    599
    Likes Received:
    4
    The error is most likely being caused by the amount of ram installed. With more than 512, Windows can assign all the virtual addresses to vcache resulting in out of memory errors.

    Do Start > Run > System.ini
    Scroll to the [vcache] section and add the line

    MaxFileCache=512000

    Save, exit and reboot.
     

  3. to hide this advert.

  4. 2003/04/12
    LargeAngryRobot

    LargeAngryRobot Inactive Thread Starter

    Joined:
    2003/04/12
    Messages:
    2
    Likes Received:
    0
    Many thanks, Phil! That fixed the error right up, and my compiler now works perfectly. It was getting troublesome to have to use the 10 minutes I have between classes to try and debug my code, but now that won't be a problem.

    Well, now my system works just dandy!

    Thanks again!
     
  5. 2003/04/12
    WhitPhil

    WhitPhil Inactive

    Joined:
    2002/01/07
    Messages:
    599
    Likes Received:
    4
    :)

    Glad to have helped.
     
Thread Status:
Not open for further replies.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.