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

#1 2010-10-23 05:26:09

TheSuccessor
Scratcher
Registered: 2010-04-23
Posts: 1000+

Help me!

I open the system browser, but every time I try to choose a method a debugger comes up that says "Message not understood: isSeparator". It seems to be trying to call this method on UndefinedObject, which suggests something is nil when it shouldn't be.


/* No comment */

Offline

 

#2 2010-10-23 06:05:31

Daffy22
Scratcher
Registered: 2008-12-15
Posts: 500+

Re: Help me!

mmm... is this a mod your making? My best answer is that you re-download the .image from scratch.  hmm

If it is a mod maybe you could grab all the blockspec and code and put it onto your new image.
Thats all I can really tell you.  sad


http://img201.imageshack.us/img201/1784/logosmalle.png
"Spectacular - 5 Star" -  CNET.com Editor.

Offline

 

#3 2010-10-23 06:06:55

TheSuccessor
Scratcher
Registered: 2010-04-23
Posts: 1000+

Re: Help me!

I can't grab the block specs, because when I try to go to them, the above happens.


/* No comment */

Offline

 

#4 2010-10-23 06:22:07

Daffy22
Scratcher
Registered: 2008-12-15
Posts: 500+

Re: Help me!

TheSuccessor wrote:

I can't grab the block specs, because when I try to go to them, the above happens.

oh.  sad
prehaps LS97 or nXIII could help you here. sorry.  hmm


http://img201.imageshack.us/img201/1784/logosmalle.png
"Spectacular - 5 Star" -  CNET.com Editor.

Offline

 

#5 2010-10-23 06:53:45

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: Help me!

What i'm thinking is that you probably messed around with the Browser class.
A possible (though untested) solution could be that you:
- re-download the source code
- open up the new one
- file out the whole browser class into a changes file
- open your mod
- file in the whole changes file

that should, in theory, replace the browser class with the correct version!  smile

Offline

 

#6 2010-10-23 09:59:55

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Help me!

TheSuccessor wrote:

I open the system browser, but every time I try to choose a method a debugger comes up that says "Message not understood: isSeparator". It seems to be trying to call this method on UndefinedObject, which suggests something is nil when it shouldn't be.

I've had this problem before, and I think it comes up when you don't have the SqueakV2.sources file with your image but do have the changes file.


nXIII

Offline

 

#7 2010-10-23 10:06:49

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: Help me!

nXIII wrote:

TheSuccessor wrote:

I open the system browser, but every time I try to choose a method a debugger comes up that says "Message not understood: isSeparator". It seems to be trying to call this method on UndefinedObject, which suggests something is nil when it shouldn't be.

I've had this problem before, and I think it comes up when you don't have the SqueakV2.sources file with your image but do have the changes file.

hmm... shouldnt that give you an error on startup?

Offline

 

#8 2010-10-23 10:21:32

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Help me!

LS97 wrote:

nXIII wrote:

TheSuccessor wrote:

I open the system browser, but every time I try to choose a method a debugger comes up that says "Message not understood: isSeparator". It seems to be trying to call this method on UndefinedObject, which suggests something is nil when it shouldn't be.

I've had this problem before, and I think it comes up when you don't have the SqueakV2.sources file with your image but do have the changes file.

hmm... shouldnt that give you an error on startup?

yea, but you can just ignore it when it says "Squeak can't find the SqueakV2.source file [...]"


nXIII

Offline

 

#9 2010-10-26 14:27:23

TheSuccessor
Scratcher
Registered: 2010-04-23
Posts: 1000+

Re: Help me!

I've traced the problem to StandardFileStream primAtEnd:. It doesn't seem to report true when it should.

Last edited by TheSuccessor (2010-10-27 05:14:33)


/* No comment */

Offline

 

#10 2010-10-26 21:23:23

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Help me!

Can I have your image? I might be more of a help then.


nXIII

Offline

 

#11 2010-10-27 03:22:34

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Help me!

^ thats what I said!


You can now reach me on Twitter @johnnydean1_

Offline

 

#12 2010-11-01 18:28:48

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Help me!

I believe your changes file or sources file is corrupt. Have you replaced them?


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#13 2010-11-02 14:33:09

TheSuccessor
Scratcher
Registered: 2010-04-23
Posts: 1000+

Re: Help me!

Yes. It didn't work. I gave up and started over.


/* No comment */

Offline

 

Board footer