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
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
Sweet. It is fixed in scratch-1.4.0.7
Offline