Re: [hatari-devel] Updating to Hatari 2.0.0 in Fedora |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Updating to Hatari 2.0.0 in Fedora
- From: David Savinkoff <dsavnkff@xxxxxxxxx>
- Date: Sun, 1 Jan 2017 15:17:00 -0700 (MST)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telus.net; s=neo; t=1483309021; bh=fg4iu+YO4S+zn4nxGIvHpbwb/a1Wud4BQv7f9/8YBvc=; h=Date:From:To:In-Reply-To:Subject; b=pAc+xGSAVN837nSUR3P7p68rMgW9T3MNrOPjYbveEG9LAbW0A2vUcw65KIxf7Zprl au5XMweZ611je+t5ZrDDR4N2xZU/2zvbLDUN65KwNaCPT1Co5NDDkKSRjwkQKu2k2u k8ffXH44y5ppFcVOoMx6a6BG+YHb8JPwdOonC52ZnfRkonoQX/3vTzZg6ihcIxCJ/s lbqXkbzAEPE+pfHye5s6ceF4rurnuvTTZ5EehsQIVADJnUvSH+fRlmSgRQheoWsAyV jc+oqrWC41my0GZjMoTHuLs0Onqj3Q9mnD/acdO0C0gOvd0giEJ6dY//5intcG+xKB 9fV0IZiLrD4og==
- Thread-index: rE/r6JOrbKqqlu1iG+cn1E9wQhy5Ig==
- Thread-topic: Updating to Hatari 2.0.0 in Fedora
----- Andrea Musuruane wrote:
> Hi!
>
> On Sun, Jan 1, 2017 at 6:22 PM, Thomas Huth wrote:
>
> > Am Sun, 1 Jan 2017 18:05:34 +0100
> > schrieb Andrea Musuruane:
> >
> > > On Sun, Jan 1, 2017 at 11:06 AM, Thomas Huth wrote:
> > >
> > > > Does this patch here help with the embedding:
> > > >
> > > > https://hg.tuxfamily.org/mercurialroot/hatari/hatari/rev/092f6e163261
> > > >
> > > No. I still have the same behaviour.
> >
> > Too bad - it was fixing the problem for me on Fedora 24.
> >
> > Could you maybe add some debugging fprintfs to control.c like this:
> >
> > diff -r 0dcf5981c260 src/control.c
> > --- a/src/control.c Sun Jan 01 18:12:16 2017 +0100
> > +++ b/src/control.c Sun Jan 01 18:19:49 2017 +0100
> > @@ -534,8 +534,10 @@
> > unsigned int nwin;
> > #endif
> >
> > +fprintf(stderr,"Control_ReparentWindow: START! (%i)\n", (int)noembed);
> > parent_win_id = getenv("PARENT_WIN_ID");
> > if (!parent_win_id) {
> > +fprintf(stderr,"Control_ReparentWindow: NO PARENT_WIN_ID!\n");
> > return;
> > }
> > parent_win = strtol(parent_win_id, NULL, 0);
> >
> > ... and then report the output from the terminal window here?
> >
>
> [andrea@panoramix ~]$ hatariui
> Reading configuration file '/home/andrea/.hatari/hatari.cfg'...
> ('--right', 'about,|,run,pause,forward,|,reset,|,quit')
> ('--embed', '')
> /usr/bin/../share/hatari/hatariui/hatariui.py:606: GtkWarning:
> IA__gtk_accel_label_set_accel_closure: assertion
> 'gtk_accel_group_from_accel_closure (accel_closure) != NULL' failed
> item = action.create_menu_item()
> WAIT hatari to connect to control socket...
> ('RUN:', ['hatari', '--confirm-quit', 'off', '--control-socket',
> '/tmp/hatari-ui-19367.socket', '--configfile',
> '/home/andrea/.hatari/hatari.cfg'])
> Connecting to control socket '/tmp/hatari-ui-19367.socket'...
> connected!
> new control socket is '/tmp/hatari-ui-19367.socket'
> Video_SetSystemTimings1 1 3
> Video_SetSystemTimings2 1 3 -> 2 (WS3) 503 503 64
> Hatari v2.0.0, compiled on: Jan 1 2017, 19:10:51
> Video_SetSystemTimings1 1 3
> Video_SetSystemTimings2 1 3 -> 2 (WS3) 503 503 64
> Configured max Hatari resolution = 1920x1080, optimal for ST = 832x588
> Embedded window ID change messages = ON
> Control_ReparentWindow: START! (0)
> New 832x588 SDL window with ID: 2400007
> New size = 832 x 588
> [...]
>
>
> > And what's your windowing manager again? Gnome? (I was using XFCE)
> >
>
> Gnome
>
> Bye,
>
> Andrea
I get the same warnings and problems with Gnome / CentOS 6 / SDL 2.0.5
I'll give confirmation for my system when you solve this.
David