View Single Post
  #13  
Old 07-29-2011, 04:18 PM
stillborn stillborn is offline
Approved Member
 
Join Date: Sep 2010
Posts: 21
Default

Quote:
Originally Posted by Ataros View Post
Thanks a lot for all the answers.

This is how a path to cache looks
C:\Documents and Settings\Администратор\Мои документы\1C SoftClub\il-2 sturmovik cliffs of dover\cache

This is Russian WinServer 2003 x32, contains Cyrillic letters. Can this cause the problem?
attachment has a modified version for you, i hope this resolves the error.

i dont think its caused by Cyrillic letters, the cs files containing nonstandart chars are saved as utf8 by default unless you force them to save as ascii, i think its the Path.GetDirectoryName(System.Reflection.Assembly.G etExecutingAssembly().Location) command that returns something different in win server 2003.

make sure you extracted the modified archive to

"C:\Documents and Settings\Администратор\Мои документы\1C SoftClub\il-2 sturmovik cliffs of dover\missions\Multi\Dogfight\StbVolcanicIslands2\ "

, not the one inside program files so "StbVolcanicIslands2.cs" file location should be like this:

"C:\Documents and Settings\Администратор\Мои документы\1C SoftClub\il-2 sturmovik cliffs of dover\missions\Multi\Dogfight\StbVolcanicIslands2\ StbVolcanicIslands2.cs"
Attached Images
File Type: jpg ChangedLinesForRepka.jpg (18.2 KB, 6 views)
Attached Files
File Type: zip StbVolcanicIslands2Repka.zip (35.4 KB, 10 views)

Last edited by stillborn; 07-29-2011 at 04:21 PM.
Reply With Quote