Changes between Initial Version and Version 1 of Ticket #5344


Ignore:
Timestamp:
Oct 5, 2021, 10:39:21 AM (4 years ago)
Author:
Tom Goddard
Comment:

I tried running the script from the command-line

~/Desktop/ChimeraX-1.2.5.app/Contents/MacOS/ChimeraX --exit ~/Downloads/7otq_figure-2-supplement-2.cxc

and did not get any errors. But the traceback you got makes it pretty clear that Qt issues an error when ChimeraX was shutting down and ChimeraX tried to report that error to the Log panel, but the Qt timer for the Log panel had already been destroyed. The Qt error should have been reported to the shell.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5344 – Description

    initial v1  
    2121----
    2222
     23
     24{{{
    2325Error in sys.excepthook:
    2426Traceback (most recent call last):
     
    138140    self.regulating_timer.start(100)
    139141RuntimeError: wrapped C/C++ object of type QTimer has been deleted
     142}}}