Actions
Bug #106
closed[Linux] CocoMUD crashes when pasting text
% Done:
100%
Company:
-
Contact person:
-
Additional contact persons:
-
Description
When pasting in the CocoMUD main window (using CTRL + V or another strategy), the following error occurs:
Traceback (most recent call last): File "/home/vincent/src/cocomud/src/ui/window.py", line 649, in OnPaste success = wx.TheClipboard.GetData(clipboard) File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_misc.py", line 5855, in GetData return _misc_.Clipboard_GetData(*args, **kwargs) PyAssertionError: C++ assertion "m_open" failed at ../src/gtk/clipbrd.cpp(688) in GetData(): clipboard not open
This error doesn't occur in Windows, although the behavior remains a bit unreliable.
Please register to edit this issue
Actions
Also available in: Atom PDF Tracking page
Attempt to fix #106