[Newbies] transferring .image from mac to pc

Kyle Hamilton aerowolf at gmail.com
Thu Dec 28 11:33:13 UTC 2006


Make sure that you transfer the file without converting carriage
returns to CRLF -- i.e., in binary mode, not text mode.

-Kyle H

On 12/28/06, jacob remin <remin at elgen.dk> wrote:
> hi all,
> im having trouble transferring my work from mac to pc (running XP).
> as i understand the .image and .changes files is all i need, and they
> should be identical on mac/pc/whatever, right? only the VM changes.
> i've placed the .image and .changes files in the same folder as
> squeak.exe. when i drag the .image to squeak.exe i get a "Squeak fatal
> error". crash.
> i've done the mac work in squeak 3.7.1, and so i've tried to import the
> work on the pc both in 3.9 and all the 3.7 versions i have found on the
> ftp. same error.
> am i doing something wrong?
> below is a copy of the error msg and the crash.dmp file.
> cheers,
> jacob
>
> Squeak fatal error:
> Sorry bu the VM has crashed
> Exception code: C0000005
> Exception address: 00414340
> Current Byte code: 34
> Primitive index: 0
>
> crash.dmp:
> ---------------------------------------------------------------------
> Thu Dec 28 12:29:21 2006
>
> Exception code: C0000005
> Exception addr: 00414340
> Access violation (read access) at 0E8D1198
> EAX:04C44000    EBX:09B6A35C    ECX:00000000    EDX:0E8D1198
> ESI:09C8D198    EDI:005203F0    EBP:0119D0B8    ESP:0006FC88
> EIP:00414340    EFL:00010246
> FP Control: FFFF037F
> FP Status:  FFFF0000
> FP Tag:     FFFFFFFF
> VM Version: Squeak 3.7.1 (release) from Sep 23 2004
> Compiler: gcc 2.95.2 19991024 (release)
>
> Current byte code: 34
> Primitive index: 0
>
> Loaded plugins:
>
>
> Stack dump:
>
> 163973476 SmalltalkImage>snapshot:andQuit:embedded:
> 163973384 SmalltalkImage>snapshot:andQuit:
> 163973016 SmalltalkImage>saveImageInFileNamed:
> 163969708 SmalltalkImage>saveAs
> 163969524 TheWorldMenu>doMenuItem:with:
> 163969432 [] in MenuItemMorph>invokeWithEvent:
> 163969340 BlockContext>ensure:
> 163969248 Cursor>showWhile:
> 163969156 MenuItemMorph>invokeWithEvent:
> 163969060 MenuItemMorph>mouseUp:
> 163968968 MenuItemMorph>handleMouseUp:
> 163968704 MouseButtonEvent>sentTo:
> 163968612 Morph>handleEvent:
> 163968520 MorphicEventDispatcher>dispatchDefault:with:
> 163968428 MorphicEventDispatcher>dispatchEvent:with:
> 163968336 Morph>processEvent:using:
> 163968244 MorphicEventDispatcher>dispatchDefault:with:
> 163968136 MorphicEventDispatcher>dispatchEvent:with:
> 163968004 Morph>processEvent:using:
> 163967912 Morph>processEvent:
> 163967820 MenuMorph>handleFocusEvent:
> 163967544 [] in HandMorph>sendFocusEvent:to:clear:
> 163967636 [] in PasteUpMorph>becomeActiveDuring:
> 163967452 BlockContext>on:do:
> 163967360 PasteUpMorph>becomeActiveDuring:
> 163967176 HandMorph>sendFocusEvent:to:clear:
> 163967084 HandMorph>sendEvent:focus:clear:
> 163966940 HandMorph>sendMouseEvent:
> 163966848 HandMorph>handleEvent:
> 163966628 HandMorph>processEvents
> 163966720 [] in WorldState>doOneCycleNowFor:
> 163966536 SequenceableCollection>do:
> 163966444 WorldState>handsDo:
> 163966352 WorldState>doOneCycleNowFor:
> 163966260 WorldState>doOneCycleFor:
> 163966168 PasteUpMorph>doOneCycle
> 163886932 [] in Project class>spawnNewProcess
> 163887116 [] in BlockContext>newProcess
>
> _______________________________________________
> Beginners mailing list
> Beginners at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>


-- 

-Kyle H


More information about the Beginners mailing list