Transfer image between OSes

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
9 messages Options
mtk
Reply | Threaded
Open this post in threaded view
|

Transfer image between OSes

mtk
Hi,
I am just playing around with Pharo and now I wanted to take my Image (together with the .changes file) and transfer it from Windows to Linux. Under Linux I can start my .image and everything looks like on Win, but as soon as I go to the System->Settings Menu there is a error. I tried to look into the debugger and found out that a class (WindowsStore(FileSystemStore)) is calling 'ensureCreateDirectory: aPath' where aPath points to the Path of my Windows System.

Is this the intended behavior? What do I have to do if I want to transfer my images between OSes?

Thanks and kind regards

Marcus
Reply | Threaded
Open this post in threaded view
|

Re: Transfer image between OSes

Sven Van Caekenberghe-2
Hi Marcus,

Images (and changes and sources) files are (should be) x-platform.

What you experience is a bug.

We need an exact bug report so that we can reproduce this (I assume that this won't happen with a 'virgin' image).

Sven

> On 30 May 2015, at 14:02, mtk <[hidden email]> wrote:
>
> Hi,
> I am just playing around with Pharo and now I wanted to take my Image
> (together with the .changes file) and transfer it from Windows to Linux.
> Under Linux I can start my .image and everything looks like on Win, but as
> soon as I go to the System->Settings Menu there is a error. I tried to look
> into the debugger and found out that a class
> (/WindowsStore(FileSystemStore)/) is calling '/ensureCreateDirectory:
> aPath/' where aPath points to the Path of my Windows System.
>
> Is this the intended behavior? What do I have to do if I want to transfer my
> images between OSes?
>
> Thanks and kind regards
>
> Marcus
>
>
>
> --
> View this message in context: http://forum.world.st/Transfer-image-between-OSes-tp4829484.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>


mtk
Reply | Threaded
Open this post in threaded view
|

Re: Transfer image between OSes

mtk
Hi Sven,

is there a form for a bug report somewhere? Where should I send it?

Best

Marcus
Reply | Threaded
Open this post in threaded view
|

Re: Transfer image between OSes

CyrilFerlicot
You should just open a new issue on fogbugz and describe what you have done to get the bug.

https://pharo.fogbugz.com/

Le samedi 30 mai 2015, mtk <[hidden email]> a écrit :
Hi Sven,

is there a form for a bug report somewhere? Where should I send it?

Best

Marcus



--
View this message in context: http://forum.world.st/Transfer-image-between-OSes-tp4829484p4829496.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.



--
Cheers
Cyril Ferlicot

mtk
Reply | Threaded
Open this post in threaded view
|

Re: Transfer image between OSes

mtk

Thanks Cyril!

Am 30.05.2015 15:23 schrieb "Cyril Ferlicot" <[hidden email]>:
You should just open a new issue on fogbugz and describe what you have done to get the bug.

https://pharo.fogbugz.com/

Le samedi 30 mai 2015, mtk <[hidden email]> a écrit :
Hi Sven,

is there a form for a bug report somewhere? Where should I send it?

Best

Marcus



--
View this message in context: http://forum.world.st/Transfer-image-between-OSes-tp4829484p4829496.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.



--
Cheers
Cyril Ferlicot

Reply | Threaded
Open this post in threaded view
|

Re: Transfer image between OSes

Sean P. DeNigris
Administrator
In reply to this post by mtk
mtk wrote
a class (WindowsStore(FileSystemStore)) is calling 'ensureCreateDirectory: aPath' where aPath points to the Path of my Windows System.
I experienced something similar on a Mac when I renamed the Launcher bundle, but couldn't figure out how to reproduce it...
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: Transfer image between OSes

stepharo
In reply to this post by mtk
First welcome.

Second please tell us more about the bug or the bug entry because if you
just add it to the bugtracker it will be less exposed to the community.

Stef



Le 30/5/15 14:51, mtk a écrit :

> Hi Sven,
>
> is there a form for a bug report somewhere? Where should I send it?
>
> Best
>
> Marcus
>
>
>
> --
> View this message in context: http://forum.world.st/Transfer-image-between-OSes-tp4829484p4829496.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>
>
>


mtk
Reply | Threaded
Open this post in threaded view
|

Re: Transfer image between OSes / Bug report 15648

mtk
Hi Stef,

thanks for the welcome! Glad to be here... :-) I filed a new bug-report in fogbugz (case number 15648) and described it as good as possible with my limited skills. Added two screenshots to illustrate it a bit further. Hope it helps.

Kind regards

Marcus
Reply | Threaded
Open this post in threaded view
|

Re: Transfer image between OSes / Bug report 15648

stepharo
super thanks!
What I can tell you is that you can learn a lot with Pharo.

Le 31/5/15 12:36, mtk a écrit :

> Hi Stef,
>
> thanks for the welcome! Glad to be here... :-) I filed a new bug-report in
> fogbugz (case number 15648) and described it as good as possible with my
> limited skills. Added two screenshots to illustrate it a bit further. Hope
> it helps.
>
> Kind regards
>
> Marcus
>
>
>
> --
> View this message in context: http://forum.world.st/Transfer-image-between-OSes-tp4829484p4829590.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>
>