Hi all,<br><br>I have a weird thing happening. I downloaded the latest squeak and when it opens it immediately delivers this error. Okay, so I open and close the emergency evaluator then I can work. But as soon as I try to save an updated image... here we go again. So no saving, which is obviously bad.<br>
<br>Running on<br>XP pro 2002 version, SP2 (russian edition)<br>Squeak 3.10.2<br><br>It looks like the problem is connected to my filesystem strings. <br>In secureUserDirectory<br>dir := self primSecureUserDirectory.<br><br>
generates a string in the form path+username which results in trouble: &#39;C:\Program Files\Squeak\Áýðòó&#39;. My username on the system is in cyrillic, and this really looks like it.<br><br>Then in convertFromWithConverter (ByteString) the exception is raised.<br>
<br>I&#39;ve been googling a bit about this, but I cannot seem to find much. Any hint at what we should do? It does look like a problem that is going to occur over and over again, and since the app I&#39;m about to write deals with languages and thousands of different scripts... This is a bit worrying.<br>
<br>Let me know.<br>Bèrto<br>