Code::Blocks Forums

User forums => Help => Topic started by: sanch0 on November 09, 2019, 01:12:54 pm

Title: Blank window after running program
Post by: sanch0 on November 09, 2019, 01:12:54 pm
Hey guys,
I have problem with my CodeBlocks. I downloaded program from official site (with compiler, mingw). After installation I tried to check if everything is OK, but it isn't. After building and running very basic code there is blank window and I can't even close it. I have to use Task Manager to close it. You can look at it, there's attachment.

Moreover, CodeBlocks asks me after creating new project something like this: "Select the targets file should belong to" and there is Debugger and Release option. On tutorials I haven't seen window like this yet.

Please, help me :/
Title: Re: Blank window after running program
Post by: stahta01 on November 09, 2019, 05:19:15 pm
Most likely your Anti-Virus program in causing the problem.


Edit: http://wiki.codeblocks.org/index.php/FAQ-Compiling_(general)#Q:_I_get_a_blank_.28black.29_terminal_window_on_windows

http://wiki.codeblocks.org/index.php/Creating_a_new_project

Tim S.
Title: Re: Blank window after running program
Post by: sanch0 on November 09, 2019, 08:05:26 pm
 Hey,
Yes, you were right. Just like I thought. I added every single .exe file from CodeBlocks to anti-virus exceptions list and now it works.