[plt-scheme] error loading file....

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Wed Nov 4 07:11:21 EST 2009

In version 4.2, there is a bug in saving text files that contain
images. The bug was fixed in alter versions, and later versions also
know how to work around the problem in files that were incorrectly
saved by version 4.2.

So, if the file was saved in version 4.2, then opening and saving the
file in 4.2.1 or later will most likely repair it.

At Tue, 3 Nov 2009 22:17:03 -0500, Marco Morazan wrote:
> Is there a way to recuperate from the error below wihout losing the
> work done? The .bak file does not contain all the done work.
> 
> 
> 
> insert-file in text%: error loading the file
> 
>  === context ===
> C:\Program Files\PLT\collects\mred\private\wxme\text.ss:2538:2:
> do-insert-file method in text%
> C:\Program Files\PLT\collects\mred\private\editor.ss:177:35
> C:\Program Files\PLT\collects\mred\private\editor.ss:171:29
> C:\Program Files\PLT\collects\framework\private\frame.ss:1007:2
> C:\Program Files\PLT\collects\scheme\private\class-internal.ss:2694:2:
> continue-make-object
> C:\Program Files\PLT\collects\scheme\private\class-internal.ss:2694:2:
> continue-make-object
> C:\Program Files\PLT\collects\scheme\private\class-internal.ss:2694:2:
> continue-make-object
> C:\Program Files\PLT\collects\framework\private\frame.ss:493:2
> C:\Program Files\PLT\collects\scheme\private\class-internal.ss:2694:2:
> continue-make-object
> C:\Program Files\PLT\collects\scheme\private\class-internal.ss:2694:2:
> continue-make-object
> C:\Program Files\PLT\collects\framework\private\frame.ss:1566:2
> C:\Program Files\PLT\collects\scheme\private\class-internal.ss:2694:2:
> continue-make-object
> C:\Program Files\PLT\collects\framework\private\frame.ss:749:2
> C:\Program Files\PLT\collects\scheme\private\class-internal.ss:2694:2:
> continue-make-object
> C:\Program Files\PLT\collects\scheme\private\class-internal.ss:2694:2:
> continue-make-object
> C:\Program Files\PLT\collects\scheme\private\class-internal.ss:2694:2:
> continue-make-object
> ...
> 
> 
> 
> -- 
> 
> Cheers,
> 
> Marco
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme


Posted on the users mailing list.