#848 closed defect (fixed)
Session restore fails: Can't form pseudobond to itself
Reported by: | Tom Goddard | Owned by: | pett |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Sessions | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
open 5ftj
save test.cxs
# Restart ChimeraX
open test.cxs
Unable to restore session, resetting.
Traceback (most recent call last):
File "/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/core/session.py", line 520, in restore
obj = sm.restore_snapshot(self, data)
File "/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/core/atomic/structure.py", line 2036, in restore_snapshot
Structure.set_state_from_snapshot(s, session, data)
File "/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/core/atomic/structure.py", line 201, in set_state_from_snapshot
StructureData.set_state_from_snapshot(self, session, datastructure state)
File "/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/core/atomic/molobject.py", line 1717, in set_state_from_snapshot
f(self._c_pointer, dataversion, tuple(dataints), tuple(datafloats), tuple(datamisc))
TypeError: Can't form pseudobond to itself
Change History (4)
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:2 by , 8 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Hmm, well *one* problem was fixed. Not all apparently.