News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

No text appears

Started by PheseantNetsuke, April 11, 2015, 08:08:27 PM

Previous topic - Next topic

PheseantNetsuke

Hello everyone ! I was using Code::Blocks without any problem until recently when I tried to generate the most elementary code ever. But when I do New > Project > Console application > C >... here's what appears:

Absolutely nothing... I don't know why or what I've done but now whenever I do this not even the single text appears. I also tried to open an existing code file and here's what I got:

The program should be saying 'Bonjour' but no matter what code I try putting it still says this ******* 'Hello world' ! Please help me if you can and thanks already.

MortenMacFly

Press F2 to see the management pane or reset the perspective. Btw: I cannot see anything on the images.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

PheseantNetsuke

It still doesn't work. If you can't see anything in the images try clicking it with the right mouse button than opening the image in a new tab.

stahta01

Re-build your program and try running it again.
If it still fails; post the full re-build log!

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Jenna

To get the managemnet pane back you need to press "Shift+F2", "F2" toggles the "Logs & others" pane.
I suggest (as MortenMacFly also did) to reset the perspective ("View -> Perspectives -> Delete current").
If that is done and you really see which project is active and what you are doing, you can start to fix the other issue.

PheseantNetsuke

There we go it works thanks  :D !