Hi,
I was about to update some changes on my project as a result of this weekend hackathon, but I got this error: Error: RemoteString past end of file I'm using: - Pharo4.0 Latest update: #40611 - OS: 3.12.39-1-MANJARO #1 SMP PREEMPT Sat Mar 21 07:54:52 UTC 2015 x86_64 GNU/Linux I found [1] and [2] for this error, but I can't make sense on any fix I can apply (I don't know about slices) [1] http://forum.world.st/Error-Remote-String-past-end-of-file-td4707766.html [2] https://pharo.fogbugz.com/f/cases/10411/#78632 Any help is appreciated. Cheers, Offray |
It happend to me when I renamed some .image without renaming the .change file.
Maybe that's the problem. On 3 May 2015 at 23:35, Offray Vladimir Luna Cárdenas <[hidden email]> wrote: > Hi, > > I was about to update some changes on my project as a result of this weekend > hackathon, but I got this error: > > Error: RemoteString past end of file > > I'm using: > > - Pharo4.0 Latest update: #40611 > - OS: 3.12.39-1-MANJARO #1 SMP PREEMPT Sat Mar 21 07:54:52 UTC 2015 x86_64 > GNU/Linux > > I found [1] and [2] for this error, but I can't make sense on any fix I can > apply (I don't know about slices) > > [1] > http://forum.world.st/Error-Remote-String-past-end-of-file-td4707766.html > [2] https://pharo.fogbugz.com/f/cases/10411/#78632 > > Any help is appreciated. > > Cheers, > > Offray > -- Cheers Cyril Ferlicot |
Hi
My first thought was also to do with the .change file, as I have received this error before when creating manual backups of images. Cheers Carlo On 04 May 2015, at 12:22 AM, Cyril Ferlicot <[hidden email]> wrote: It happend to me when I renamed some .image without renaming the .change file. Maybe that's the problem. On 3 May 2015 at 23:35, Offray Vladimir Luna Cárdenas <[hidden email]> wrote: > Hi, > > I was about to update some changes on my project as a result of this weekend > hackathon, but I got this error: > > Error: RemoteString past end of file > > I'm using: > > - Pharo4.0 Latest update: #40611 > - OS: 3.12.39-1-MANJARO #1 SMP PREEMPT Sat Mar 21 07:54:52 UTC 2015 x86_64 > GNU/Linux > > I found [1] and [2] for this error, but I can't make sense on any fix I can > apply (I don't know about slices) > > [1] > http://forum.world.st/Error-Remote-String-past-end-of-file-td4707766.html > [2] https://pharo.fogbugz.com/f/cases/10411/#78632 > > Any help is appreciated. > > Cheers, > > Offray > -- Cheers Cyril Ferlicot |
Hi,
I used "Save as" from world menu and I'm pretty sure I have the .image and .changes with the same name in the same folder. How can I confirm that these are related properly beyond the name? There is any way to generate a proper .changes file? Cheers, Offray El 03/05/15 a las 17:25, Carlo escribió: > Hi > > My first thought was also to do with the .change file, as I have received this error before when creating manual backups of images. > > Cheers > Carlo > > On 04 May 2015, at 12:22 AM, Cyril Ferlicot <[hidden email]> wrote: > > It happend to me when I renamed some .image without renaming the .change file. > Maybe that's the problem. > > On 3 May 2015 at 23:35, Offray Vladimir Luna Cárdenas <[hidden email]> wrote: >> Hi, >> >> I was about to update some changes on my project as a result of this weekend >> hackathon, but I got this error: >> >> Error: RemoteString past end of file >> >> I'm using: >> >> - Pharo4.0 Latest update: #40611 >> - OS: 3.12.39-1-MANJARO #1 SMP PREEMPT Sat Mar 21 07:54:52 UTC 2015 x86_64 >> GNU/Linux >> >> I found [1] and [2] for this error, but I can't make sense on any fix I can >> apply (I don't know about slices) >> >> [1] >> http://forum.world.st/Error-Remote-String-past-end-of-file-td4707766.html >> [2] https://pharo.fogbugz.com/f/cases/10411/#78632 >> >> Any help is appreciated. >> >> Cheers, >> >> Offray >> > > > |
That wouldn't be faster to save your changes into package-cache and
load your .mcz into a new image ? On 4 May 2015 at 00:39, Offray Vladimir Luna Cárdenas <[hidden email]> wrote: > Hi, > > I used "Save as" from world menu and I'm pretty sure I have the .image and > .changes with the same name in the same folder. How can I confirm that these > are related properly beyond the name? There is any way to generate a proper > .changes file? > > Cheers, > > Offray > > El 03/05/15 a las 17:25, Carlo escribió: > >> Hi >> >> My first thought was also to do with the .change file, as I have received >> this error before when creating manual backups of images. >> >> Cheers >> Carlo >> >> On 04 May 2015, at 12:22 AM, Cyril Ferlicot <[hidden email]> >> wrote: >> >> It happend to me when I renamed some .image without renaming the .change >> file. >> Maybe that's the problem. >> >> On 3 May 2015 at 23:35, Offray Vladimir Luna Cárdenas <[hidden email]> >> wrote: >>> >>> Hi, >>> >>> I was about to update some changes on my project as a result of this >>> weekend >>> hackathon, but I got this error: >>> >>> Error: RemoteString past end of file >>> >>> I'm using: >>> >>> - Pharo4.0 Latest update: #40611 >>> - OS: 3.12.39-1-MANJARO #1 SMP PREEMPT Sat Mar 21 07:54:52 UTC 2015 >>> x86_64 >>> GNU/Linux >>> >>> I found [1] and [2] for this error, but I can't make sense on any fix I >>> can >>> apply (I don't know about slices) >>> >>> [1] >>> http://forum.world.st/Error-Remote-String-past-end-of-file-td4707766.html >>> [2] https://pharo.fogbugz.com/f/cases/10411/#78632 >>> >>> Any help is appreciated. >>> >>> Cheers, >>> >>> Offray >>> >> >> >> > > -- Cheers Cyril Ferlicot |
Hi,
I didn't know that was an option. I will check on how to create .mcz files and let you know how it went. Thanks, Offray El 03/05/15 a las 17:35, Cyril Ferlicot escribió: > That wouldn't be faster to save your changes into package-cache and > load your .mcz into a new image ? > > On 4 May 2015 at 00:39, Offray Vladimir Luna Cárdenas <[hidden email]> wrote: >> Hi, >> >> I used "Save as" from world menu and I'm pretty sure I have the .image and >> .changes with the same name in the same folder. How can I confirm that these >> are related properly beyond the name? There is any way to generate a proper >> .changes file? >> >> Cheers, >> >> Offray >> >> El 03/05/15 a las 17:25, Carlo escribió: >> >>> Hi >>> >>> My first thought was also to do with the .change file, as I have received >>> this error before when creating manual backups of images. >>> >>> Cheers >>> Carlo >>> >>> On 04 May 2015, at 12:22 AM, Cyril Ferlicot <[hidden email]> >>> wrote: >>> >>> It happend to me when I renamed some .image without renaming the .change >>> file. >>> Maybe that's the problem. >>> >>> On 3 May 2015 at 23:35, Offray Vladimir Luna Cárdenas <[hidden email]> >>> wrote: >>>> >>>> Hi, >>>> >>>> I was about to update some changes on my project as a result of this >>>> weekend >>>> hackathon, but I got this error: >>>> >>>> Error: RemoteString past end of file >>>> >>>> I'm using: >>>> >>>> - Pharo4.0 Latest update: #40611 >>>> - OS: 3.12.39-1-MANJARO #1 SMP PREEMPT Sat Mar 21 07:54:52 UTC 2015 >>>> x86_64 >>>> GNU/Linux >>>> >>>> I found [1] and [2] for this error, but I can't make sense on any fix I >>>> can >>>> apply (I don't know about slices) >>>> >>>> [1] >>>> http://forum.world.st/Error-Remote-String-past-end-of-file-td4707766.html >>>> [2] https://pharo.fogbugz.com/f/cases/10411/#78632 >>>> >>>> Any help is appreciated. >>>> >>>> Cheers, >>>> >>>> Offray >>>> >>> >>> >>> >> >> > > > |
you can use Monticielle to create a local version of you project/packages
On 4 May 2015 at 02:30, Offray Vladimir Luna Cárdenas <[hidden email]> wrote: > Hi, > > I didn't know that was an option. I will check on how to create .mcz files > and let you know how it went. > > Thanks, > > Offray > > El 03/05/15 a las 17:35, Cyril Ferlicot escribió: > >> That wouldn't be faster to save your changes into package-cache and >> load your .mcz into a new image ? >> >> On 4 May 2015 at 00:39, Offray Vladimir Luna Cárdenas <[hidden email]> >> wrote: >>> >>> Hi, >>> >>> I used "Save as" from world menu and I'm pretty sure I have the .image >>> and >>> .changes with the same name in the same folder. How can I confirm that >>> these >>> are related properly beyond the name? There is any way to generate a >>> proper >>> .changes file? >>> >>> Cheers, >>> >>> Offray >>> >>> El 03/05/15 a las 17:25, Carlo escribió: >>> >>>> Hi >>>> >>>> My first thought was also to do with the .change file, as I have >>>> received >>>> this error before when creating manual backups of images. >>>> >>>> Cheers >>>> Carlo >>>> >>>> On 04 May 2015, at 12:22 AM, Cyril Ferlicot <[hidden email]> >>>> wrote: >>>> >>>> It happend to me when I renamed some .image without renaming the .change >>>> file. >>>> Maybe that's the problem. >>>> >>>> On 3 May 2015 at 23:35, Offray Vladimir Luna Cárdenas >>>> <[hidden email]> >>>> wrote: >>>>> >>>>> >>>>> Hi, >>>>> >>>>> I was about to update some changes on my project as a result of this >>>>> weekend >>>>> hackathon, but I got this error: >>>>> >>>>> Error: RemoteString past end of file >>>>> >>>>> I'm using: >>>>> >>>>> - Pharo4.0 Latest update: #40611 >>>>> - OS: 3.12.39-1-MANJARO #1 SMP PREEMPT Sat Mar 21 07:54:52 UTC 2015 >>>>> x86_64 >>>>> GNU/Linux >>>>> >>>>> I found [1] and [2] for this error, but I can't make sense on any fix I >>>>> can >>>>> apply (I don't know about slices) >>>>> >>>>> [1] >>>>> >>>>> http://forum.world.st/Error-Remote-String-past-end-of-file-td4707766.html >>>>> [2] https://pharo.fogbugz.com/f/cases/10411/#78632 >>>>> >>>>> Any help is appreciated. >>>>> >>>>> Cheers, >>>>> >>>>> Offray >>>>> >>>> >>>> >>>> >>> >>> >> >> >> > > -- Cheers Cyril Ferlicot |
In reply to this post by CyrilFerlicot
On Mon, May 4, 2015 at 12:22 AM, Cyril Ferlicot <[hidden email]> wrote: It happend to me when I renamed some .image without renaming the .change file. Yes! That is the reason. This error means that the pointer to the .changes file is not valid. (each method encodes the offset into either the .changes or .sources, so when you load new code and that files is too small --> you get an error.
|
Free forum by Nabble | Edit this page |