Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wx._core.PyAssertionError: C++ assertion "uiIndex < m_nCount" #878

Open
robmcmullen opened this issue Feb 21, 2012 · 0 comments
Open

wx._core.PyAssertionError: C++ assertion "uiIndex < m_nCount" #878

robmcmullen opened this issue Feb 21, 2012 · 0 comments
Milestone

Comments

@robmcmullen
Copy link
Owner

[reported by peppy@...] [Trac time 20110916 204844Z] I just was trying out peppy 0.16 both from source and the binary installer.
I always get crashes on binary files in .
E.g.:

  • start peppy
  • open file UserManual.pdf (the 549 k file from the source archive, dated 2011-02-24)
  • move down by several pages with page-down or the scroll wheel

Error in sys.excepthook:
Traceback (most recent call last):
File "peppy\plugins\exception_handler.pyo", line 78, in ExceptionHook
File "peppy\plugins\exception_handler.pyo", line 203, in init
File "wx_windows.pyo", line 711, in ShowModal
wx._core.PyAssertionError: C++ assertion "uiIndex < m_nCount" failed at ....\include\wx/dynarray.h(813) in wxBaseArrayInt::Item()

Original exception was:
Traceback (most recent call last):
File "peppy\plugins\exception_handler.pyo", line 248, in OnClose
File "wx_core.pyo", line 8475, in Destroy
wx._core.PyAssertionError: C++ assertion "uiIndex < m_nCount" failed at ....\include\wx/dynarray.h(813) in wxBaseArrayInt::Item()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant