On 12. Jun 2017, at 16:41, Juraj Kubelka <juraj.kubelka@icloud.com> wrote:
Hi Holger,
I have an impression that it can be solved by using "--no-default-preferencesâ option: ./pharo Pharo.image --no-default-preferences
Is it a good solution for you? Or do you need to load some preferences?
Right, unsetting HOME and then using --no-default-preferences makes the error go away.
Another option could be implementing an error signal, e.g., CantFindOriginError in the cantFindOriginError method and catch this in the GlobalIdentifier object.
I wonder if "FileLocator home exists" should really throw an exception in case {home} can not be resolved. a.) Just because it can not be resolved, it might still exist? b.) If it can not be resolved it doesn't exist from an image point of view? holger