Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

[open] Opensesame 3 in Linux

edited November 2015 in OpenSesame

I installed the new Opensesame 3 on my Linux (Lubuntu 15.04) configuration, and loaded in one of my old experiments. I noticed the feedback was no longer working, so I tried to look at the table where I specified the required response. Unfortunately doing that I get an error message. I sent the error report, but I thought it would be good to let you know about the error message on the forum as well. I am now looking for a way to (temporarily) go back to an older version. Any suggestions?

Thanks!

Comments

  • edited 8:52AM

    Hi Frouke,

    Thanks for sending those reports. Is this the error you're talking about?

    "2776746932" is not a valid variable name
    

    Even looking at the full traceback in your report, I don't understand where this comes from, and I cannot reproduce it. Could you post the entire experiment somewhere?

    Cheers,
    Sebastiaan

  • edited November 2015

    Dear Sebastiaan,

    This is the error message (I forgot to include this in my question, sorry!):

    Oops, I did it again

    An unexpected error occurred. Do you want to send a bug report? This is automatic, and prevents similar problems in the future.

    Send the error message
    Do not send the error message
    Privacy:

    The error message (see below) may contain identifying information, such as your user name. If so, this information will not be used for any other purpose than fixing bugs.
    Information:

    Operating System: linux2
    OpenSesame: 3.0.2
    Python: 2.7.9
    Don't show me this message!

    If you don't want to see bug-report messages in the future, you can disable the bug_report extension under Menu → Tools → Plug-in and extension manager. This does not automagically solve the problem--it only suppresses the report!
    Error message:

    Traceback (most recent call last):
          File "/usr/lib/pymodules/python2.7/libqtopensesame/widgets/tab_widget.py", line 449, in index_changed
            w.on_activate()
          File "/usr/lib/pymodules/python2.7/libqtopensesame/items/qtitem.py", line 161, in show_tab
            self.edit_widget()
          File "/usr/lib/pymodules/python2.7/libqtopensesame/items/loop.py", line 531, in edit_widget
            super(loop, self).edit_widget()
          File "/usr/lib/pymodules/python2.7/libqtopensesame/items/qtitem.py", line 363, in edit_widget
            self.auto_edit_widget()
          File "/usr/lib/pymodules/python2.7/libqtopensesame/items/qtitem.py", line 639, in auto_edit_widget
            if var in self.var:
          File "/usr/lib/pymodules/python2.7/libopensesame/var_store.py", line 108, in __contains__
            self.check_var_name(var)
          File "/usr/lib/pymodules/python2.7/libopensesame/var_store.py", line 97, in check_var_name
            raise osexception(u'"%s" is not a valid variable name' % var)
        libopensesame.exceptions.osexception: 
        "2776119884" is not a valid variable name
    
        item-stack: 
        time: Fri Nov  6 13:57:39 2015
    
        Traceback (most recent call last):
          File "/usr/lib/pymodules/python2.7/libqtopensesame/widgets/tab_widget.py", line 449, in index_changed
            w.on_activate()
          File "/usr/lib/pymodules/python2.7/libqtopensesame/items/qtitem.py", line 161, in show_tab
            self.edit_widget()
          File "/usr/lib/pymodules/python2.7/libqtopensesame/items/loop.py", line 531, in edit_widget
            super(loop, self).edit_widget()
          File "/usr/lib/pymodules/python2.7/libqtopensesame/items/qtitem.py", line 363, in edit_widget
            self.auto_edit_widget()
          File "/usr/lib/pymodules/python2.7/libqtopensesame/items/qtitem.py", line 639, in auto_edit_widget
            if var in self.var:
          File "/usr/lib/pymodules/python2.7/libopensesame/var_store.py", line 108, in __contains__
            self.check_var_name(var)
          File "/usr/lib/pymodules/python2.7/libopensesame/var_store.py", line 97, in check_var_name
            raise osexception(u'"%s" is not a valid variable name' % var)
        libopensesame.exceptions.osexception: 
        "2776119884" is not a valid variable name
    
        item-stack: 
        time: Fri Nov  6 13:57:39 2015
    

    My experiment is at:
    https://www.dropbox.com/s/34iu85iqkw8imch/SearchRings.osexp?dl=0

    Thanks!

  • edited 8:52AM

    I still cannot reproduce the problem. Can you describe a way to reliably trigger the error?

    • Step 1: Open the experiment
    • Step 2: ?

    And do you have any idea where the 2776119884 might come from?

Sign In or Register to comment.