[squeak-dev] Laser-Game-sbw.1.mcz cannot import in Squeak 3.10

Levente Uzonyi leves at elte.hu
Fri Jan 8 06:04:00 UTC 2010


On Thu, 7 Jan 2010, askoh wrote:

>
> I used Monticello Browser in both XP and Vista to import the new clean mcz
> file. It loaded on XP but not in Vista.
> ASK

Are the squeak versions the same on these machines? Was the size of the 
file the same?


Levente

>
>
> Levente Uzonyi-2 wrote:
>>
>> On Thu, 7 Jan 2010, askoh wrote:
>>
>>>
>>> Thanks. The file was imported by the Monticello Browser for Squeak in
>>> Windows
>>> XP but not in Windows Vista.
>>
>> Why didn't you use the Monticello Browser on vista?
>>
>>>
>>> I then fileout the Laser Game categories from the XP machine and moved
>>> the
>>> files to the Vista machine. Then I asked Squeak in Vista to filein the
>>> Laser
>>> Game *.st files. It complained of a compiler error. It seems that Vista
>>> is
>>> not seeing the file correctly. Is this a know problem for Squeak in
>>> Vista?
>>> Is it something to do with file encoding in Vista being different from
>>> XP?
>>
>> Since the .st file is a text file, character encoding may change line
>> endings, though this shouldn't happen (because it's a windows-to-windows
>> transfer). And dditional line feed characters shouldn't make the file
>> unloadable, so I guess the file is corrupt. If you compare the method
>> which had the compilation error with the original, you may see that the
>> end of the method is missing.
>>
>>
>> Levente
>>
>>
>>
>>
>
> -- 
> View this message in context: http://n4.nabble.com/Laser-Game-sbw-1-mcz-cannot-import-in-Squeak-3-10-tp999363p1009482.html
> Sent from the Squeak - Dev mailing list archive at Nabble.com.
>
>



More information about the Squeak-dev mailing list