Menu

gmameui 0.2.7

Help
Ma Beef
2009-04-05
2013-04-30
  • Ma Beef

    Ma Beef - 2009-04-05

    I'm trying to get the new version running in Arch. Version 0.2.6 started without a problem, however 0.2.7 is giving these errors then segfaulting on startup:

    (gmameui:12003): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory.
    This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
    The overwriting error message was: Key file does not have group 'Preferences'

    (gmameui:12003): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory.
    This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
    The overwriting error message was: Key file does not have group 'Preferences'

    (gmameui:12003): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory.
    This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
    The overwriting error message was: Key file does not have group 'Preferences'

    (gmameui:12003): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory.
    This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
    The overwriting error message was: Key file does not have group 'Preferences'
    Segmentation fault

    This is on i686, no custom CFLAGS set, deleted .gmamui settings directory. Here's the pkgbuild i'm using: http://aur.archlinux.org/packages.php?ID=15759

     
    • Ma Beef

      Ma Beef - 2009-04-05

      Sorry, the title is supposed to be "gameui 0.2.7 segfaulting"

       
    • Ma Beef

      Ma Beef - 2009-04-05

      gmameui, damn.

       
    • Ma Beef

      Ma Beef - 2009-04-05

      Should have mentioned some related package versions also:

      kernel 2.6.28.8
      gcc 4.3.3
      glibc 2.9
      glib 2.20.0

      Basically everything on my system it at the latest non-experimental version that arch has out:

      http://www.archlinux.org/packages/

       
    • Andrew Burton

      Andrew Burton - 2009-04-06

      Can you compile with:
      ./configure --enable-debug
      ?

      Then run using:
      gdb src/gmameui
      and post what the stacktrace is?

      Also, I'll post a bug, rather than having this hide in the Help forums :)

       
    • Ma Beef

      Ma Beef - 2009-04-07

      lol, I was about to post the stacktrace but I see you've already got a fix out.

       

Log in to post a comment.