Author Topic: Codeblocks doesn't crate a txt file or start a CMD  (Read 3524 times)

Th3Luk1z

  • Guest
Codeblocks doesn't crate a txt file or start a CMD
« on: March 02, 2021, 01:25:12 pm »
Hi I'm trying to make a simple c++ code for my assignment and It won't open CMD or make a txt file it just says checking for existence and asks if I want to build the file if I try again it does the same thing. https://prnt.sc/10b9d5a

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1553
Re: Codeblocks doesn't crate a txt file or start a CMD
« Reply #1 on: March 02, 2021, 01:32:28 pm »
Check i f you have write rights for the output folder and disable antivirus. If this does not work, post a full rebuild log, http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F

Offline Commaster

  • Almost regular
  • **
  • Posts: 171
Re: Codeblocks doesn't crate a txt file or start a CMD
« Reply #2 on: March 02, 2021, 02:04:16 pm »
Also the path contains non-ASCII characters, this might cause issues...