Error 91: object variable or with block response not set

279 views
Skip to first unread message

Tabitha K.

unread,
Jun 21, 2012, 7:35:08 PM6/21/12
to e-p...@googlegroups.com
Good evening, lovely folk of the E-Prime group.

I am having some trouble with my experiment. I am programming a combined eye tracking + fMRI study in which participants do not make key press responses. The only allowable responses are 5 (from the scanner) or a (from the experimenter); otherwise, all screens are timed.

My script seems to compile successfully, but then I get the relatively useless error message "object variable or with block response not set." From my internet searches thus far, I gather that it means that it has something to do with a conflict in the allowable responses to terminate a screen. As far as I can tell, though, I have my study set to only allow a keyboard response or no response. Any other ideas for things to try? I'm also happy to provide more information if needed - just not sure what would be useful at this point.

Thanks!
Tabitha

ben robinson

unread,
Jun 22, 2012, 10:57:05 AM6/22/12
to e-p...@googlegroups.com
When it crashes, giving you the above error message, it probably
leaves your cursor blinking on the line of code where the program
crashed. Take a look at what is written on that line of code. Maybe it
refers to some object which you once had in your program but have
since deleted? Or an Attribute (column name) in a List which you've
mistyped or forgot to create? Something along those lines would be my
first guess. Take another look at the line of code where the program
crashes.

ben
> --
> You received this message because you are subscribed to the Google Groups
> "E-Prime" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/e-prime/-/8KFjsRYX-aQJ.
> To post to this group, send email to e-p...@googlegroups.com.
> To unsubscribe from this group, send email to
> e-prime+u...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/e-prime?hl=en.

David McFarlane

unread,
Jun 22, 2012, 1:04:34 PM6/22/12
to e-p...@googlegroups.com
See also http://www.pstnet.com/support/kb.asp?TopicID=4782 . Example
code there will compile, but when run will crash at the line "y = x.RESP".

-- David McFarlane
Reply all
Reply to author
Forward
0 new messages