chimara / Chimara

Interactive Fiction GTK Widget
http://chimara.github.io/Chimara/
Other
6 stars 1 forks source link

Crash probably related to text grids #46

Open ptomato opened 8 years ago

ptomato commented 8 years ago

Originally Trac #10. Opened 2011-02-06:

"Nord and Bert Couldn't Make Head Nor Tail of it" crashes occasionally when restoring a game or completing a "scene" in the game. Probably either a bug in text grids or threading. Terminal output:

(chimara:5464): Gtk-WARNING **: /build/buildd/gtk+2.0-2.22.0/gtk/gtktextbtree.c:4096: char offset off the end of the line
Gtk-ERROR **: Char offset 5 is off the end of the line
aborting...
ptomato commented 8 years ago

@wmvanvliet commented 2011-02-07:

This could be related to #15. Try it now...

@ptomato commented 2011-02-08:

Probably not, since #15 crashes consistently. This only crashes occasionally, which makes me think it's probably threading. But I'll try it later.