Author Topic: Problem with Console-Runner  (Read 7345 times)

Offline eoneuk

  • Multiple posting newcomer
  • *
  • Posts: 18
    • http://
Problem with Console-Runner
« on: May 04, 2007, 01:35:40 pm »
Using XP sp2, Code:Blocks SVN 3915

Recently, and for reasons unknown to me, when I run a program that uses the CB console window, it switches my main screen to a 640 X 480 resolution.  When the window is closed the screen returns to its original resolution of 1152 X 864.
If I disable console-runner.exe and run the program, the standard console windows appears, and is normal in every respect with no change in resolution.

I have removed all CB files, and re-installed -- even some older versions -- but with the same result. Are there hidden files that contain some setting, or are there registry entries that need to be changed or removed? 

Any help will be much appreciated.

Ed


Offline eoneuk

  • Multiple posting newcomer
  • *
  • Posts: 18
    • http://
Re: Problem with Console-Runner
« Reply #1 on: May 10, 2007, 01:49:32 pm »
Anybody have an idea or solution to this problem?

Ed

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Problem with Console-Runner
« Reply #2 on: May 10, 2007, 02:42:20 pm »
No idea.
The console runner is a simple console app. Open the source and see for yourself, it does nothing to your desktop resolution...
Be patient!
This bug will be fixed soon...

Offline Maciek

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: Problem with Console-Runner
« Reply #3 on: May 10, 2007, 04:30:56 pm »
Check compatibility options in console runner's properties. There is an option that makes programs run at 640x480. Normally you have to explicitly enable it, so it would be strange if that's the case. Still, worth a try.

Offline eoneuk

  • Multiple posting newcomer
  • *
  • Posts: 18
    • http://
Re: Problem with Console-Runner
« Reply #4 on: May 10, 2007, 09:02:26 pm »
Thank you very much, Maciek. That resolved the problem.

Ed