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
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
Sorry, the title is supposed to be "gameui 0.2.7 segfaulting"
gmameui, damn.
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/
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 :)
lol, I was about to post the stacktrace but I see you've already got a fix out.