DeltaEscher / editra

Automatically exported from code.google.com/p/editra
Other
0 stars 0 forks source link

Session File load error #486

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
#---- Notes ----#
Please provide additional information about the crash here

#---- System Information ----#
Editra Version: 0.5.32
Operating System: Windows XP (build 2600, Service Pack 2)
Python Version: 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32
bit (Intel)]
wxPython Version: 2.8.10.1 (msw-unicode)
wxPython Info: (__WXMSW__, wxMSW, unicode, wx-assertions-on, SWIG-1.3.29)
Python Encoding: Default=ascii  File=mbcs
wxPython Encoding: cp1252
System Architecture: 32bit 
Byte order: little
Frozen: windows_exe
#---- End System Information ----#

#---- Traceback Info ----#
*** Mon Feb 22 14:43:30 2010 ***
Traceback (most recent call last):
  File "Editra.py", line 1092, in <module>
  File "Editra.py", line 988, in Main
  File "Editra.py", line 1042, in _Main
  File "ed_pages.pyo", line 371, in LoadSessionFile
  File "wx\_core.pyo", line 9791, in Update
PyAssertionError: C++ assertion "uiIndex < m_nCount" failed at
..\..\include\wx/dynarray.h(813) in wxBaseArrayInt::Item()

Original issue reported on code.google.com by CodyPrec...@gmail.com on 22 Feb 2010 at 8:47

GoogleCodeExporter commented 8 years ago
Removed the call to Update as it is no longer necessary with the new tab 
control. The
fast successive calls to it appear to be able to cause errors with the screen 
rendering.

Original comment by CodyPrec...@gmail.com on 23 Feb 2010 at 2:41