Author Topic: Codeblocks crash on running please help!  (Read 11384 times)

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Codeblocks crash on running please help!
« Reply #15 on: April 16, 2021, 08:31:12 am »
Can you give us the default.conf file from /home/USERNAME/.config/codeblocks or /home/USERNAME/.codeblocks ?
And also if it exists every file from /home/USERNAME/.config/codeblocks/share/codeblocks/compilers or /home/USERNAME/.codeblocks/share/codeblocks/compilers

Thank you for your work!

Offline Fovu

  • Multiple posting newcomer
  • *
  • Posts: 12
Re: Codeblocks crash on running please help!
« Reply #16 on: April 16, 2021, 08:57:51 am »
Ok I opened the file "/home/fovu/.config/codeblocks/" and it opened me a folder with no files, altrough I have installed it, maybe this is the problem? I don't have that files I dont know.
« Last Edit: April 16, 2021, 09:07:55 am by Fovu »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Codeblocks crash on running please help!
« Reply #17 on: April 16, 2021, 08:56:06 pm »
Can you please start cb under gdb and print the backtrace?

These are the commands you need to run:
Code
gdb /usr/bin/codeblocks
run
thread apply all bt
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Fovu

  • Multiple posting newcomer
  • *
  • Posts: 12
Re: Codeblocks crash on running please help!
« Reply #18 on: April 16, 2021, 10:13:27 pm »
It doesn't work to run gdb just says me where it is.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Codeblocks crash on running please help!
« Reply #19 on: April 17, 2021, 12:59:11 am »
Obviously you have to install it. It already told you the package you need to install.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Fovu

  • Multiple posting newcomer
  • *
  • Posts: 12
Re: Codeblocks crash on running please help!
« Reply #20 on: April 17, 2021, 11:30:20 am »
Ok I installed it and It runs me the codeblocks selestion compiler whick crashed on run and i can't slect nothing and after some secs the compiler selection screen  freezes as you will see in the photo.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Codeblocks crash on running please help!
« Reply #21 on: April 17, 2021, 04:41:53 pm »
You can use copy paste in your terminal.
These images are almost useless.
Also this is not the full output please post the full output!
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]