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.
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 <kemper.mt@googlemail.com> 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.
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.
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 <kemper.mt@googlemail.com> 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
Thanks Cyril! Am 30.05.2015 15:23 schrieb "Cyril Ferlicot" <cyril.ferlicot@gmail.com>:
You should just open a new issue on fogbugz and describe what you have done to get the bug.
Le samedi 30 mai 2015, mtk <kemper.mt@googlemail.com> 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
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.
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.
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.
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 -- View this message in context: http://forum.world.st/Transfer-image-between-OSes-tp4829484p4829509.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
participants (6)
-
Cyril Ferlicot -
Marcus Kemper -
mtk -
Sean P. DeNigris -
stepharo -
Sven Van Caekenberghe