Changes between Initial Version and Version 1 of Ticket #6044, comment 2
- Timestamp:
- Jan 31, 2022, 10:53:43 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6044, comment 2
initial v1 1 {{{ 1 2 Thread 0x00002218 (most recent call first): 2 3 File "C:\Program Files\ChimeraX 1.4.dev202112140748\bin\lib\site-packages\chimerax\core\updateloop.py", line 95 in draw_new_frame 3 4 Windows fatal exception: access violation 5 }}} 4 6 5 7 Python code at line 95 returns a boolean value 6 8 9 {{{ 7 10 return drew 11 }}} 8 12 9 13 Maybe garbage collection crash. Looks like all the use did was open a PDB file 10 14 15 {{{ 11 16 open "C:\\\Users\\\Johannes Kühn\\\Desktop\\\Alles Meins\\\Uni\\\07_HeSe20_21\\\single_cas3_4QQW.pdb" 17 }}}