Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#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 pett, 8 years ago

Resolution: fixed
Status: assignedclosed

comment:2 by pett, 8 years ago

Resolution: fixed
Status: closedreopened

Hmm, well *one* problem was fixed. Not all apparently.

comment:3 by pett, 8 years ago

Resolution: fixed
Status: reopenedclosed

Okay, all fixed not AFAICT

comment:4 by pett, 8 years ago

notnow

Note: See TracTickets for help on using tickets.