On 13 January 2018 at 08:35, Ben Coman <btc@openinworld.com> wrote:
On 13 January 2018 at 12:43, Ben Coman <btc@openinworld.com> wrote:
Before creating an Issue, can someone confirm the following behaviour on Windows 10 ? Downloaded and unzipped into the same folder... * http://files.pharo.org/image/70/Pharo-7.0.0-alpha.build.425.sha.eb0a6fb.arch... * http://files.pharo.org/vm/pharo-spur32/win/pharo-win-i386-201711262336-8879e...
The directory contains... Pharo7.0-32bit-eb0a6fb.image Pharo7.0-32bit-eb0a6fb.changes Pharo.exe
Double-clicking Pharo.exe produces notification... Information Pharo cannot write to the changes file named C:\Users\....\pharo\Pharo7.0-32bit-eb0a6fb.changes. Please check that you have write permission for this file. You won't be able to save this image correctly until you fix this.
and btw, with notepad I can edit and and save the file no problem. cheers -ben
If I open a playground (after getting the "cannot write" error above) and execute: SourceFiles close; ensureOpen The changes file is successfully opened and written to. Cheers, Alistair