Page 1 of 1

ImageCFG.exe

Posted: 04 Feb 2008, 14:29
by Snide-Tiger
Hello all.

I have just installed Spring on my dual core computer.

As per the instuctions in the FAQs on the site, I tryed to use the ImageCFG.exe file to set spring to only run on one core.

The problem I am having is spring installs into C:\program files\spring\ and ImageCFG.exe doesnt seem to recognise spaces in the file path.

I am typing 'imagecfg -a 0x1 c:\program files\spring\spring.exe' and receiving the following.

IMAGECFG: unable to map and load c:\program
IMAGECFG: unable to map and load files\spring\spring.exe

Other than reinstall to a directory with no spaces, is there a simple answer to this? Special charecter etc..?

Thanks in advance,
ST

Re: ImageCFG.exe

Posted: 04 Feb 2008, 14:33
by Tobi
use

Code: Select all

imagecfg -a 0x1 "c:\program files\spring\spring.exe"
(note the quotes)

Re: ImageCFG.exe

Posted: 04 Feb 2008, 14:41
by Snide-Tiger
now if that works an i never tryed it, i'ma deny all knowelage of this thread :oops:

Thanks!!
ST

Re: ImageCFG.exe

Posted: 04 Feb 2008, 14:54
by Snide-Tiger
Excellent, that did infact work.

Thanks Tobi!
ST

Re: ImageCFG.exe

Posted: 04 Feb 2008, 18:46
by KDR_11k
Any pathes or filenames with spaces in them must be put in "".

Re: ImageCFG.exe

Posted: 06 Feb 2008, 20:41
by Snide-Tiger
hello again!!

I have set all the spring .exe files to a single core, but I still have low FPS issues. Any ideas why?

System spec:
Intel Dual Core 2.8GHz
3GB RAM
GeForce 8400 GS: 450MHz Core, 512MB RAM

Re: ImageCFG.exe

Posted: 06 Feb 2008, 21:51
by FLOZi
Have you turned off multithreading optimisations in your graphics driver settings?

Re: ImageCFG.exe

Posted: 11 Feb 2008, 16:48
by Snide-Tiger
I am not dure, but I have turned down some of the graphics settings and it works fine now.

I think it is likely you are right.

Many Thanks,
ST