Hello, Under debian, loading curl https://get.pharo.org/64/70+vm | bash And then executing: ./pharo Pharo.image eval "Class allInstances" self recordInitializationSuccess ] in LGitLibrary>>initializeLibGit2 in Block: [ self libgit2_init.... BlockClosure>>on:do: LGitLibrary>>initializeLibGit2 LGitLibrary class>>startUp: ClassSessionHandler>>startup: [ :each | each startup: isImageStarting ] in WorkingSession>>runStartup: in Block: [ :each | each startup: isImageStarting ] [ aBlock value: each ] in [ :each | [ aBlock value: each ] on: Exception do: [ :error | self errorHandler handleError: error ] ] in WorkingSession>>runList:do: in Block: [ aBlock value: each ] BlockClosure>>on:do: [ :each | [ aBlock value: each ] on: Exception do: [ :error | self errorHandler handleError: error ] ] in WorkingSession>>runList:do: in Block: [ :each | ... Array(SequenceableCollection)>>do: WorkingSession>>runList:do: WorkingSession>>runStartup: WorkingSession>>start: SessionManager>>launchSnapshot:andQuit: [ isImageStarting := self launchSnapshot: save andQuit: quit. wait signal ] in SessionManager>>snapshot:andQuit: in Block: [ isImageStarting := self launchSnapshot: save and...etc... [ self value. Processor terminateActive ] in BlockClosure>>newProcess in Block: [ self value.... #() If I use pharo 6 this error don't happened and I got #() Can I ignore this error? Should I use Pharo 6? Something missed? Regards, Vitor |
Hi, I recently installed Pharo-Launcher under Mint 19. Version 70 build 1384 seems to be running fine. HTH, john -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html |
In reply to this post by Vitor Medina Cruz
You can ignore it (but is something we need to fix, indeed)
|
Ok, thanks!! On Sat, Dec 15, 2018 at 8:28 AM Esteban Lorenzano <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |