Menu

devcpp.cfg error in update program

John K
2002-10-30
2012-09-26
  • John K

    John K - 2002-10-30

    When I run the update program in the status window it says:

    *Error: Your devcpp.cfg file is missing
               the $BIN field in its
               [VUPDATE] section...

    How do I fix this?  I have VUpdate v1.614.

    John

     
    • Nobody/Anonymous

      It's a bug that still hasn't been fixed in dev. It corrupts vUpdate's configuration file. Just open it manually and edit it.

      Kip

       
      • Anonymous

        Anonymous - 2002-11-09

        Disclaimer: This is just a quick'n'dirty fix for the bug, just until it gets fixed properly!!!

        BEFORE opening dev-c++, do this:

        Edit the devcpp.cfg file and remove the extra double quotes:

        $BIN=""<Bin>"" -> $BIN="<Bin>"
        $INCLUDE=""<include>"" -> $INCLUDE="<include>"
        $LIB=""<lib>"" -> $LIB="<lib>"

        Set the file as READ ONLY so it can't get corrupted.

        Now, open Dev-c++.

        AT THIS POINT REMEMBER TO UNCHECK THE READ-ONLY ATTRIBUTE! Just in case someone might want to write to the file later on...

        Devc++ will throw an error msg at you but don't worry, just click continue and now vUpdate will work just fine.

        Using this fix I downloaded the latest critical update that fixed the $BIN field, but INCLUDE and LIB were still corrupted...

        Note to dev team: this seems to be a simple problem to fix, its just a few rogue quotes in the .cfg file... After all, how can ppl download updates and fixes if the update app itself doesn't work? :)

         
    • Nobody/Anonymous

      Thats what I said.

      Kip

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.