Author Topic: CodeBlocks crach when i open it Please Help!  (Read 4266 times)

Offline professor

  • Single posting newcomer
  • *
  • Posts: 4
CodeBlocks crach when i open it Please Help!
« on: November 06, 2017, 10:53:04 am »
Welcome Everyone i use codeblocks for programming c++

but after that when i open it its show me an error message that says :

"Cross-platform IDE built around wxWidgets, designed to be extensible and configurable. has stopped working"

i tried to reinstall it but nothing changed
even i format the PC and nothing changed
also i change the installation drive and nothing changed
i tried to change the version from v13 to v10 and v16 and nothing changed
its all same error :(

please help me tell me what i have to do  :( ...

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: CodeBlocks crach when i open it Please Help!
« Reply #1 on: November 06, 2017, 11:13:33 am »
what operating system are you using?

Offline professor

  • Single posting newcomer
  • *
  • Posts: 4
Re: CodeBlocks crach when i open it Please Help!
« Reply #2 on: November 06, 2017, 11:34:19 am »
windows 7 Ultimate

Offline normann

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: CodeBlocks crach when i open it Please Help!
« Reply #3 on: November 06, 2017, 11:58:44 am »
First, run CB under console and lookout the exhaust (in the console of course).
Second, try -d/--debug-log and -v/--verbose.
Third, try --safe-mode, or run CB with administrative rights.
Also --help exists.
« Last Edit: November 06, 2017, 06:15:49 pm by normann »

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: CodeBlocks crach when i open it Please Help!
« Reply #4 on: November 06, 2017, 05:13:05 pm »
Quote
even i format the PC and nothing changed
what a drastic step...

Is there a codeblocks.xml file somewhere on your pc? If yes can you zip and upload it?

Offline professor

  • Single posting newcomer
  • *
  • Posts: 4
Re: CodeBlocks crach when i open it Please Help!
« Reply #5 on: November 12, 2017, 02:38:44 pm »
First, run CB under console and lookout the exhaust (in the console of course).
Second, try -d/--debug-log and -v/--verbose.
Third, try --safe-mode, or run CB with administrative rights.
Also --help exists.

how can i run CB under console ?
can you explain it to me

Offline professor

  • Single posting newcomer
  • *
  • Posts: 4
Re: CodeBlocks crach when i open it Please Help!
« Reply #6 on: November 12, 2017, 02:41:07 pm »
Quote
even i format the PC and nothing changed
what a drastic step...

Is there a codeblocks.xml file somewhere on your pc? If yes can you zip and upload it?

i tried any thing just to let it work :(
no i dont find codeblocks.xml

Offline normann

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: CodeBlocks crach when i open it Please Help!
« Reply #7 on: November 13, 2017, 09:44:20 am »
how can i run CB under console ?
can you explain it to me
Oh my God, you are programmer, you can format your pc! And you do not know what is console?
Ok. Press Win+R combination on your keyboard (for ms windows OS of course), then you will see field for input a single text command. Input "cmd" without double-quotes, and then press Enter. It will run windows command line (or console - window with black background and gray characters). Now you can input there your commands and see the text output of your commands/programs you ran.

Do there what I have suggested before. Good luck.