Colobot Forum - International Colobot Community
Microsoft Visual C++ Runtime Library - Printable Version

+- Colobot Forum - International Colobot Community (https://colobot.info/forum)
+-- Forum: [Archive] New forum (2015-2019) (https://colobot.info/forum/forumdisplay.php?fid=76)
+--- Forum: Colobot: Gold Edition Basics (https://colobot.info/forum/forumdisplay.php?fid=58)
+---- Forum: Help (https://colobot.info/forum/forumdisplay.php?fid=61)
+---- Thread: Microsoft Visual C++ Runtime Library (/showthread.php?tid=562)



Microsoft Visual C++ Runtime Library - michal3789 - 01-08-2015

I recive this error when i'm trying to launch the game (Tried with 0.1.4 alpha 32 bit and 64 bit)

[Image: ZnTAw.png]


RE: Microsoft Visual C++ Runtime Library - krzys_h - 01-08-2015

Please show your game's log, it should be stored in stderr.txt in game's directory.
I think this might be issue #414. Try to make a shortcut to colobot.exe file, and add -savedir ./saves after last " in the path


RE: Microsoft Visual C++ Runtime Library - michal3789 - 01-08-2015

(01-08-2015, 06:26 PM)krzys_h Wrote: Please show your game's log, it should be stored in stderr.txt in game's directory.
I think this might be issue #414. Try to make a shortcut to colobot.exe file, and add -savedir ./saves after last " in the path

Thank you very much!

"-savedir ./saves" commandline worked for me


RE: Microsoft Visual C++ Runtime Library - barti - 03-06-2015

I have the same problem on Win7 and i don't understand where do i have to print "-savedir ./saves". Can you please explain more?


RE: Microsoft Visual C++ Runtime Library - tomangelo - 03-06-2015

Something like that
Spoiler :
[Image: pst3.png]
Instead of '-private' you type '-savedir ./saves' (without apostrophes)
So it should looks like "<path to colobot.exe>" -savedir ./saves


RE: Microsoft Visual C++ Runtime Library - barti - 03-06-2015

(03-06-2015, 05:37 PM)tomangelo Wrote: Something like that
Spoiler :
[Image: pst3.png]
Instead of '-private' you type '-savedir ./saves' (without apostrophes)
So it should looks like "<path to colobot.exe>" -savedir ./saves

Thanks a lot!!!