This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-10-02 17:42:04

agreene23
New Scratcher
Registered: 2012-10-02
Posts: 1

Error when trying to save/open a file

I am writing a spec file to build an rpm for the new raspberry pi fedora remix distro I have already written the spec file and the rpm works, but when I test out scratch on the raspberry pi I receive an UndefinedObject(Object)>>error: when trying to open a file or import a file.

Here some debug info I found on the problem:

error: t1
     | t2 |
     (t2 - Processor activeProcess errorhandler) notNil
          ifTrue: [t2 value: t1 value: self]
          ifFalse:
                [Debugger
                      openContext: thisContext
                      label: t1
                      contents: thisContext shortStack.
                 ^ self]

Any help anyone can provide on this issue will be appreciated I would really like to get this into our release.

Offline

 

#2 2012-10-02 17:55:28

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: Error when trying to save/open a file

I don't think the Raspberry pi can handle a big program like Scratch.  hmm


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

#3 2012-10-02 21:30:16

jontmy00
Scratcher
Registered: 2011-11-28
Posts: 1000+

Re: Error when trying to save/open a file

Mokat wrote:

I don't think the Raspberry pi can handle a big program like Scratch.  hmm

It can.


FOR ALL THE NEWS ON UPDATES FOR SIMPLISTICRAFT, CLICK HERE.

Offline

 

#4 2012-10-04 00:24:40

RyanJosephKing
New Scratcher
Registered: 2012-09-08
Posts: 6

Re: Error when trying to save/open a file

This is probably the same issue as: http://scratch.mit.edu/forums/viewtopic.php?id=105762

I didn't really get a response, but that bit of code is completely wrong.  I need to see if there's a new version out, because surely everyone who used the version I have would run into the same problem.

Offline

 

#5 2012-10-04 01:05:02

RyanJosephKing
New Scratcher
Registered: 2012-09-08
Posts: 6

Re: Error when trying to save/open a file

Sweet. It is fixed in scratch-1.4.0.7

Offline

 

Board footer