janniklaval / phratch

Phratch is based on Scratch with more features
Other
22 stars 10 forks source link

Does not load on Linux because of file path issue #164

Closed janniklaval closed 9 years ago

janniklaval commented 9 years ago

Original issue 160 created by janniklaval on 2014-08-08T14:20:49.000Z:

When trying to load the program on a Linux machine, I got:

primitiveFailed: primitive #createDirectory: in UnixStore failed

The path it was trying to create is: Path / 'usr' / 'lib' / 'pharo-vm' / '__MACOSX' which is clearly not available on linux without root rights.

(not talking about the __MACOSX directory which is meaningless in Linux

janniklaval commented 9 years ago

Comment #1 originally posted by janniklaval on 2014-08-08T14:49:34.000Z:

Could you give me more information:

Thank you

janniklaval commented 9 years ago

Comment #2 originally posted by janniklaval on 2014-08-08T15:31:47.000Z:

first, sorry because I thought I had provided these informations. May be I erased it by mistake

second, sorry because I cannot reproduce the bug :-( probably goofed somewhere

janniklaval commented 9 years ago

Comment #3 originally posted by janniklaval on 2014-08-11T07:21:16.000Z:

<empty>