Post subject: "Gtk-CRITICAL" error in fceux on debian built from source
Joined: 1/18/2012
Posts: 1
I am running debain. I built fceux from the repository. I didn't have sudo set up so I just ran scons GTK=1 install as root. Seems to work fine except when I try to change the controls in the drop down menu the program crashes. I ran it from the terminal to get the error messages: =================== (fceux:2413): Gtk-CRITICAL **: gtk_combo_box_real_get_active_text: assertion `GTK_IS_LIST_STORE (combo_box->priv->model)' failed [^this, a bunch of times] Segmentation fault =========================== I checked google and it said I should have written the code differently. Obviously, I didn';t write this code. any ideas? any ideas? Thanks
Post subject: Re: "Gtk-CRITICAL" error in fceux on debian built from source
Emulator Coder, Skilled player (1140)
Joined: 5/1/2010
Posts: 1217
offonoff wrote:
(fceux:2413): Gtk-CRITICAL **: gtk_combo_box_real_get_active_text: assertion `GTK_IS_LIST_STORE (combo_box->priv->model)' failed [^this, a bunch of times] Segmentation fault
GTK programs have tendency to spam those assertion failures, but usually don't crash. Now, the crash might have been caused by the same error that caused the assertion failure. Backtrace could probably tell more...
Emulator Coder
Joined: 8/12/2008
Posts: 42
Would you be able to provide an strace of this issue? You should be able to simply run "strace fceux" and provide the output after the crash. Could you provide which version of Debian you are running? There have also been numerous changes to the FceuX GUI in svn, so the issue may be resolved in the latest SVN source. If you could compile the latest svn and test that it would be greatly appreciated; as I am not able to reproduce this issue. You can grab the source here: http://sourceforge.net/p/fceultra/code/2748/tree/
** FceuX SDL Developer/Maintainer ** get the latest source http://sourceforge.net/p/fceultra/code/