I've just downloaded Pharo 6.1 from pharo.org, unzipped it and started. And i've got an error: "UTF8InvalidText: Invalid utf8 input detected" Whether i save image or not, every time i start it i get the same error. System: win 7 professional x64 on 6-core Athlon Phenom. Locale: russian (cyrillic). Can i fix it by myself or i should forget about 6.1 until global bugfix? Vikenti Potapov |
I was just preparing a similar post. Just downloaded latest Pharo 6.1-64 for Mac
I was greeted with a walkback when it failed to create directory /private/var/folders/ks/wg6l98bj64q6hgvs23wwqypr0000gn/T/AppTranslocation/DAA5EA3A-374D-4ADE-9E04-BBB7433BB6C8/d/Pharo6.1-64.app/Contents/Resources/pharo-local Definitely not the right directory to resolve pharo-local to. -Todd Blanchard > On Oct 30, 2017, at 12:27 PM, Викентий Потапов <[hidden email]> wrote: > > > I've just downloaded Pharo 6.1 from pharo.org, unzipped it and started. And i've got an error: > "UTF8InvalidText: Invalid utf8 input detected" > > Whether i save image or not, every time i start it i get the same error. > > System: win 7 professional x64 on 6-core Athlon Phenom. > Locale: russian (cyrillic). > > Can i fix it by myself or i should forget about 6.1 until global bugfix? > > Vikenti Potapov > |
In reply to this post by vikenti
On Tue, Oct 31, 2017 at 3:27 AM, Викентий Потапов <[hidden email]> wrote: System: Win 10 Professional x64
I downloaded yesterday and again just now and no problem unzipping and running. What folder do you unzip into? Does it contain any non-ASCII characters? Double check copy-pasting into somewhere like http://asciivalue.com/ Could you create folder C:\Pharo ensuring all ASCII characters, and try unzipping into there? cheers -ben |
In reply to this post by tblanchard
> On 30 Oct 2017, at 20:30, Todd Blanchard <[hidden email]> wrote: > > I was just preparing a similar post. Just downloaded latest Pharo 6.1-64 for Mac > > I was greeted with a walkback when it failed to create directory /private/var/folders/ks/wg6l98bj64q6hgvs23wwqypr0000gn/T/AppTranslocation/DAA5EA3A-374D-4ADE-9E04-BBB7433BB6C8/d/Pharo6.1-64.app/Contents/Resources/pharo-local > > Definitely not the right directory to resolve pharo-local to. not related :) this is because you didn’t put Pharo under /Applications as indicated when you download Pharo. at the same time, this is because we are still not signing Pharo, then apple moves it to a sandbox, which is bad. I have in my TODO signing the apps, but still no time to do it :/ Esteban > > -Todd Blanchard > >> On Oct 30, 2017, at 12:27 PM, Викентий Потапов <[hidden email]> wrote: >> >> >> I've just downloaded Pharo 6.1 from pharo.org, unzipped it and started. And i've got an error: >> "UTF8InvalidText: Invalid utf8 input detected" >> >> Whether i save image or not, every time i start it i get the same error. >> >> System: win 7 professional x64 on 6-core Athlon Phenom. >> Locale: russian (cyrillic). >> >> Can i fix it by myself or i should forget about 6.1 until global bugfix? >> >> Vikenti Potapov >> > > |
Actually, it is in Applications
Sent from the road > On Oct 31, 2017, at 02:34, Esteban Lorenzano <[hidden email]> wrote: > > > >> On 30 Oct 2017, at 20:30, Todd Blanchard <[hidden email]> wrote: >> >> I was just preparing a similar post. Just downloaded latest Pharo 6.1-64 for Mac >> >> I was greeted with a walkback when it failed to create directory /private/var/folders/ks/wg6l98bj64q6hgvs23wwqypr0000gn/T/AppTranslocation/DAA5EA3A-374D-4ADE-9E04-BBB7433BB6C8/d/Pharo6.1-64.app/Contents/Resources/pharo-local >> >> Definitely not the right directory to resolve pharo-local to. > > not related :) > this is because you didn’t put Pharo under /Applications as indicated when you download Pharo. > at the same time, this is because we are still not signing Pharo, then apple moves it to a sandbox, which is bad. I have in my TODO signing the apps, but still no time to do it :/ > > Esteban > >> >> -Todd Blanchard >> >>> On Oct 30, 2017, at 12:27 PM, Викентий Потапов <[hidden email]> wrote: >>> >>> >>> I've just downloaded Pharo 6.1 from pharo.org, unzipped it and started. And i've got an error: >>> "UTF8InvalidText: Invalid utf8 input detected" >>> >>> Whether i save image or not, every time i start it i get the same error. >>> >>> System: win 7 professional x64 on 6-core Athlon Phenom. >>> Locale: russian (cyrillic). >>> >>> Can i fix it by myself or i should forget about 6.1 until global bugfix? >>> >>> Vikenti Potapov >>> >> >> > > |
If it would be a help, I can sign the apps. Cheers Andrew From: [hidden email] Actually, it is in Applications Sent from the road > On Oct 31, 2017, at 02:34, Esteban Lorenzano <[hidden email]> wrote: > > > >> On 30 Oct 2017, at 20:30, Todd Blanchard <[hidden email]> wrote: >> >> I was just preparing a similar post. Just downloaded latest Pharo 6.1-64 for Mac >> >> I was greeted with a walkback when it failed to create directory /private/var/folders/ks/wg6l98bj64q6hgvs23wwqypr0000gn/T/AppTranslocation/DAA5EA3A-374D-4ADE-9E04-BBB7433BB6C8/d/Pharo6.1-64.app/Contents/Resources/pharo-local >> >> Definitely not the right directory to resolve pharo-local to. > > not related :) > this is because you didn’t put Pharo under /Applications as indicated when you download Pharo. > at the same time, this is because we are still not signing Pharo, then apple moves it to a sandbox, which is bad. I have in my TODO signing the apps, but still no time to do it :/ > > Esteban > >> >> -Todd Blanchard >> >>> On Oct 30, 2017, at 12:27 PM, Викентий Потапов <[hidden email]> wrote: >>> >>> >>> I've just downloaded Pharo 6.1 from pharo.org, unzipped it and started. And i've got an error: >>> "UTF8InvalidText: Invalid utf8 input detected" >>> >>> Whether i save image or not, every time i start it i get the same error. >>> >>> System: win 7 professional x64 on 6-core Athlon Phenom. >>> Locale: russian (cyrillic). >>> >>> Can i fix it by myself or i should forget about 6.1 until global bugfix? >>> >>> Vikenti Potapov >>> >> >> > > |
In reply to this post by tblanchard
What actually happens is that moving (with the finder) a file to /Applications removes
the com.apple.quarantine flag. you could try: xattr -d com.apple.quarantine <file> (this is related to signing, too, but not the signing of the app, but the container the files are downloaded. We need to use .dmg files and sign them on the build server). Marcus > On 31 Oct 2017, at 15:35, Todd Blanchard <[hidden email]> wrote: > > Actually, it is in Applications > > Sent from the road > >> On Oct 31, 2017, at 02:34, Esteban Lorenzano <[hidden email]> wrote: >> >> >> >>> On 30 Oct 2017, at 20:30, Todd Blanchard <[hidden email]> wrote: >>> >>> I was just preparing a similar post. Just downloaded latest Pharo 6.1-64 for Mac >>> >>> I was greeted with a walkback when it failed to create directory /private/var/folders/ks/wg6l98bj64q6hgvs23wwqypr0000gn/T/AppTranslocation/DAA5EA3A-374D-4ADE-9E04-BBB7433BB6C8/d/Pharo6.1-64.app/Contents/Resources/pharo-local >>> >>> Definitely not the right directory to resolve pharo-local to. >> >> not related :) >> this is because you didn’t put Pharo under /Applications as indicated when you download Pharo. >> at the same time, this is because we are still not signing Pharo, then apple moves it to a sandbox, which is bad. I have in my TODO signing the apps, but still no time to do it :/ >> >> Esteban >> >>> >>> -Todd Blanchard >>> >>>> On Oct 30, 2017, at 12:27 PM, Викентий Потапов <[hidden email]> wrote: >>>> >>>> >>>> I've just downloaded Pharo 6.1 from pharo.org, unzipped it and started. And i've got an error: >>>> "UTF8InvalidText: Invalid utf8 input detected" >>>> >>>> Whether i save image or not, every time i start it i get the same error. >>>> >>>> System: win 7 professional x64 on 6-core Athlon Phenom. >>>> Locale: russian (cyrillic). >>>> >>>> Can i fix it by myself or i should forget about 6.1 until global bugfix? >>>> >>>> Vikenti Potapov >>>> >>> >>> >> >> > |
In reply to this post by aglynn42
We tried to get signing for the Pharo association but it did not work.
So ZweiDenker proposed that we can use their key. Now esteban was busy with consulting for Pharo + iceberg + tonel. Stef On Tue, Oct 31, 2017 at 3:38 PM, Andrew Glynn <[hidden email]> wrote: > If it would be a help, I can sign the apps. > > > > Cheers > > Andrew > > > > > > From: Todd Blanchard > Sent: Tuesday, October 31, 2017 10:36 AM > To: Any question about pharo is welcome > Subject: Re: [Pharo-users] Pharo 6.1 > > > > Actually, it is in Applications > > > > Sent from the road > > > >> On Oct 31, 2017, at 02:34, Esteban Lorenzano <[hidden email]> wrote: > >> > >> > >> > >>> On 30 Oct 2017, at 20:30, Todd Blanchard <[hidden email]> wrote: > >>> > >>> I was just preparing a similar post. Just downloaded latest Pharo >>> 6.1-64 for Mac > >>> > >>> I was greeted with a walkback when it failed to create directory >>> /private/var/folders/ks/wg6l98bj64q6hgvs23wwqypr0000gn/T/AppTranslocation/DAA5EA3A-374D-4ADE-9E04-BBB7433BB6C8/d/Pharo6.1-64.app/Contents/Resources/pharo-local > >>> > >>> Definitely not the right directory to resolve pharo-local to. > >> > >> not related :) > >> this is because you didn’t put Pharo under /Applications as indicated when >> you download Pharo. > >> at the same time, this is because we are still not signing Pharo, then >> apple moves it to a sandbox, which is bad. I have in my TODO signing the >> apps, but still no time to do it :/ > >> > >> Esteban > >> > >>> > >>> -Todd Blanchard > >>> > >>>> On Oct 30, 2017, at 12:27 PM, Викентий Потапов >>>> <[hidden email]> wrote: > >>>> > >>>> > >>>> I've just downloaded Pharo 6.1 from pharo.org, unzipped it and started. >>>> And i've got an error: > >>>> "UTF8InvalidText: Invalid utf8 input detected" > >>>> > >>>> Whether i save image or not, every time i start it i get the same error. > >>>> > >>>> System: win 7 professional x64 on 6-core Athlon Phenom. > >>>> Locale: russian (cyrillic). > >>>> > >>>> Can i fix it by myself or i should forget about 6.1 until global bugfix? > >>>> > >>>> Vikenti Potapov > >>>> > >>> > >>> > >> > >> > > > > |
Free forum by Nabble | Edit this page |