Hello, I am not new to codeblocks, previously used it in windows, and now i wanted to try it in linux, and i downloaded it correctly but when i launch it i keep getting a crash saying "a debug report has been generated to directory", I am using arch linux and used the following command to install
"sudo pacman -Syu codeblocks", please help!
Can you attach the crash report?
Here you have, I attached the error it was difficult to get the other window because it closes really fast and cnat do nothing
The crash report is the file shown in that window, in that image is /tmp/codeblocks_dbgrpt-49830-20210415T152059 (the last numbers are the date and time in ISO format, so they will change between runs). You can attach a previous one, if it is still there.
I rerun the program and the file changed, I dont really understand what did you said there besided this file changed based the time, how can I solve it? If ti haves a solution.
We need the contents of the path displayed to you.
That's the problem, I cant find it, when i put tmp get me to the files but I don't find the file, when i try to search it shows me doesn't find it
Copy it before closing the dialog
Yeah, this is the problem the program crashes immediately after 2 or 3 secs after launching so I cant click nothing or copy nothing. And that's my problem I cant do nothing in this error because as it starts crashed and quits.
I'm talking about the dialog seen in the images you are posting (Debug Report Codeblocks).
Yeah this sides along with codeblocks so I can't acces it for more than 2 second and that isn't enough time to open it in folder
It should not close until you press Ok or Cancel
Yeah i know but that is the problem that is close that's why i started this topic to see wihy it closes so fast and why i have this problem
Could you run codeblocks from a terminal? Maybe some useful text will stay behind in the terminal after the window vanishes?
Here you have some screenshots running it in terminal, the final error maybe the problem?
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!
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.
Can you please start cb under gdb and print the backtrace?
These are the commands you need to run:
gdb /usr/bin/codeblocks
run
thread apply all bt
It doesn't work to run gdb just says me where it is.
Obviously you have to install it. It already told you the package you need to install.
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.
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!