Author Topic: Crash  (Read 4361 times)

Offline Eventide

  • Single posting newcomer
  • *
  • Posts: 4
Crash
« on: June 13, 2009, 03:42:00 pm »
Hello, after so many months using C::B i got this crash:



what is it? :/~
i'm not using vc8, i'm using MinGW! ;O~

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Crash
« Reply #1 on: June 13, 2009, 04:25:50 pm »
But MinGW uses msvcrt.dll.

You can try to delete (or better move away for backup) your C::B configuration files from the directory "c:\documents and settings\username\applications data\codeblocks" (might not be exactly correct, no running windows here at the moment).

If that does not help try to search the forum and/or your preferred search engine, it's a common (not only C::B) problem.

Offline Eventide

  • Single posting newcomer
  • *
  • Posts: 4
Re: Crash
« Reply #2 on: June 13, 2009, 08:55:23 pm »
Don't have code::blocks folder in it.. ;o
it's a problem? i already re-installed Code::Blocks, it's necessary to format my pc? ;/

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Crash
« Reply #3 on: June 13, 2009, 09:17:42 pm »
Don't have code::blocks folder in it.. ;o
it's a problem? i already re-installed Code::Blocks, it's necessary to format my pc? ;/

That would most likely fix the problem, but would be a little bit overdone.

The folder "\documents and settings\<your username>\application data\codeblocks" surely exists, but might be named a little different.
I see that you are using portuguese as your system language, it is most likely in prtuguese and not in english and it exists on the system-drive.
That is in most cases the drive "c:", but might also be another drive-name.

If you do not find it, you can try to search for "default.conf", that's the name of C::B's config-file. It should be in a directory called codeblocks.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Crash
« Reply #4 on: June 13, 2009, 11:56:57 pm »


Try "%APPDATA%\codeblocks"

Tim S
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

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Crash
« Reply #5 on: June 14, 2009, 12:02:40 am »
Maybe the problem is a pirated version of msvcrt.dll?  :P
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline Eventide

  • Single posting newcomer
  • *
  • Posts: 4
Re: Crash
« Reply #6 on: June 14, 2009, 02:22:24 am »
@/\
and where can i found that DLL?

@stahta01
thanks, i will try to delete the conf! ;o


edit:

IT'S WORKING!! TY!!
but i want to know what do that problem.. :S
someone can explain it? ;o
« Last Edit: June 14, 2009, 02:26:50 am by Eventide »