Hi Sean,
There was a similar issue on Linux:
https://github.com/pharo-project/pharo-launcher/issues/307
It works with 1.7.2 on my laptop but I’m able to reproduce the error if I put
PharoLauncher in a location containing non ASCII characters, I get the same
error.
To fix this, in PL image, edit VirtualMachine>>#fullPath with:
^(self getSystemAttribute: 0) asByteArray utf8Decoded
It is a problem with the Pharo image. Encoding is not managed everywhere.
Tell me if it fixes your problem.
Christophe
> Le 13 févr. 2019 à 03:42, Sean P. DeNigris <[email protected]> a écrit :
>
> Just dl-ed launcher from Pharo.org. Attempting to open Iceberg gives:
> "NotFound: Could not find repository from '/'". Seems to be coming from
> libgit. Anyone else seeing this?
>
>
>
> -----
> Cheers,
> Sean
> --
> Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html
>