Author Topic: No action & build log gets emptied when attempting to Run the project  (Read 2469 times)

Offline Decrius

  • Multiple posting newcomer
  • *
  • Posts: 81
    • Daevius
After a fresh install of the OS (Win7 32bit) and CodeBlocks (either of the last two nightlies), the following problem all of a sudden occurred:

I can build the project successfully, however when attempting to run it, the build log is emptied and nothing happens at all.
I can run the executable myself successfully, I can also run cb_console_runner with the executable as command successfully. It the gives me the regular console I'm so used to with CodeBlocks.

So there must be a problem in the IDE getting to the the console runner. If I keep F9 pressed I can sometimes see the build log flash with text.
It looks like it says (yes I'm using the Digital Mars D2 Compiler):

dmd.exe [arguments]

Shouldn't that be the following?

cb_console_runner.exe [arguments]

I'm not sure about the above though, might be misread, it only appears only every 10sec only for a period of 10ms or so, when having F9 pressed all the time.

Thanks for the help,
Decrius
Check out my website: http://www.daevius.com

Offline Decrius

  • Multiple posting newcomer
  • *
  • Posts: 81
    • Daevius
Re: No action & build log gets emptied when attempting to Run the project
« Reply #1 on: August 20, 2010, 10:37:53 am »
The 5911 build seems to work fine. Perhaps I misconfigured or something, I will try the newer nightlies later on.
Check out my website: http://www.daevius.com