So I manage to get Launcher running with downloading pharolauncher zip and then downloading pharo 3 and joining the two folders. Launcher now runs but ��I dont want it to store images in my c drive so I go to preferences and tell it where in my D drive to save images (D:\software\PharoImages) I press enter and I am getting this error
WindowsStore(Object)>>primitiveFailed:
WindowsStore(Object)>>primitiveFailed
WindowsStore(FileSystemStore)>>rename:ifAbsent:to:ifPresent:fileSystem:
FileSystem>>rename:ifAbsent:to:ifPresent:
FileSystem>>rename:to:
FileReference>>moveTo:
PhLRelocateImageDirectoryCommand>>execute in Block: [ :child | child moveTo: (self target resolvePath:...etc...
Array(SequenceableCollection)>>collect:
PhLRelocateImageDirectoryCommand>>execute
PhLRelocateImageDirectoryCommand>>executeOrInform
PhLDirectoryBasedImageRepository class>>migrateFrom:to:
PhLDirectoryBasedImageRepository class>>location:
PhLDirectoryBasedImageRepository class>>locationString:
SettingDeclaration>>realValue:
SettingDeclaration>>index:
EditableDropListMorph(DropListMorph)>>listSelectionIndex:
EditableDropListMorph>>content:
PluggableTextFieldMorph>>acceptTextInModel
PluggableTextFieldMorph(PluggableTextMorph)>>acceptBasic
PluggableTextFieldMorph>>accept
TextMorphForFieldView(TextMorphForEditView)>>acceptContents
TextEditor>>accept
TextMorphForFieldView(TextMorphForEditView)>>keyStroke:
TextMorphForFieldView>>keyStroke:
TextMorphForFieldView(TextMorph)>>handleKeystroke:
KeyboardEvent>>sentTo:
TextMorphForFieldView(Morph)>>handleEvent:
TextMorphForFieldView(Morph)>>handleFocusEvent:
HandMorph>>sendFocusEvent:to:clear: in Block: [ ...
BlockClosure>>on:do: