OpenPonk / class-editor

MIT License
3 stars 2 forks source link

Issues with networked file system #31

Closed MarekSuchanek closed 3 years ago

MarekSuchanek commented 3 years ago

Does not exists... but how am I running that?

image

JanBliznicenko commented 3 years ago

Problem comes from Pharo (language used by OP) VM that apparently cannot read anything from Windows network drives. OP is being executed from \msad-fs.ms.cvut\home... (as shown in window title), therefore many libraries and other dependencies did not load properly. I created issue on Pharo project: https://github.com/pharo-project/pharo/issues/10085, but I do not expect this issue to be fixed anytime soon. I recommend moving OP to C drive or flash drive or using it from own laptop.

JanBliznicenko commented 3 years ago

It is not fully solved, but it is solved enough for usual use cases for FIT CTU: 1) Current version of OP has "launch" .bat script that uses X:\ drive instead of .cvut.cz UNC network path (hardcoded for FIT CTU) 2) It works when used on flash drive or C drive (beware that desktop, documents and other user directories on FIT CTU PCs are on network drive, not C) 3) New version of Pharo (not used by OP yet) has this problem entirely fixed