You are not logged in.

#1 2015-04-10 14:53:50

dsreyes1014
Member
Registered: 2014-06-28
Posts: 56

Totem Not Working On Gnome 3.16 Wayland Session...

Not sure if anyone else is having this issue but Totem-3.16 on Wayland crashes with a few deprecated code warnings in cli right before it seg faults.  Tried to copy and paste some code from the session but copy and paste doesn't seem to work when I tried from the terminal to the browser.  Anywho here is a couple of the warnings before the seg fault:

(totem:4437): GLib-GObject-WARNING **: The property GtkAlignment:right-padding is deprecated and shouldn't be used anymore. It will be removed in a future version.

(totem:4437): GLib-GObject-WARNING **: The property SoupSession:ssl-ca-file is deprecated and shouldn't be used anymore.  It will removed in a future version.
Segmentation fault (core dumped)

Last edited by dsreyes1014 (2015-04-10 15:12:48)

Offline

#2 2015-04-10 15:34:25

max.bra
Member
From: Bologna - Italy
Registered: 2008-06-02
Posts: 93

Re: Totem Not Working On Gnome 3.16 Wayland Session...

+1 Totem KO, but on X with

(totem:31146): Gdk-ERROR **: The program 'totem' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 669 error_code 8 request_code 154 (GLX) minor_code 31)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
[1]    31146 trace trap (core dumped)  totem

by the way, same error on gnome maps:

(org.gnome.Maps:31313): Gdk-ERROR **: The program 'org.gnome.Maps' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 1695 error_code 8 request_code 154 (GLX) minor_code 31)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
[1]    31313 trace trap (core dumped)  gnome-maps

Offline

#3 2015-04-10 17:03:19

bfrancom
Member
Registered: 2014-07-09
Posts: 3

Re: Totem Not Working On Gnome 3.16 Wayland Session...

I had a similar error with SoupSession:ssl-ca-file and gnome-music not loading.  I had to purge what was a broken gnome-shell extension:
https://bbs.archlinux.org/viewtopic.php?id=195580

Offline

#4 2015-04-11 03:28:18

dsreyes1014
Member
Registered: 2014-06-28
Posts: 56

Re: Totem Not Working On Gnome 3.16 Wayland Session...

I did remove all of my extensions and still doesn't start.

Offline

#5 2015-04-11 07:56:49

masmullin
Member
Registered: 2014-04-10
Posts: 28

Re: Totem Not Working On Gnome 3.16 Wayland Session...

I have exactly the same issues

max.bra wrote:

+1 Totem KO, but on X with

(totem:31146): Gdk-ERROR **: The program 'totem' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 669 error_code 8 request_code 154 (GLX) minor_code 31)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
[1]    31146 trace trap (core dumped)  totem

by the way, same error on gnome maps:

(org.gnome.Maps:31313): Gdk-ERROR **: The program 'org.gnome.Maps' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 1695 error_code 8 request_code 154 (GLX) minor_code 31)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
[1]    31313 trace trap (core dumped)  gnome-maps

Offline

#6 2015-04-11 18:20:05

max.bra
Member
From: Bologna - Italy
Registered: 2008-06-02
Posts: 93

Re: Totem Not Working On Gnome 3.16 Wayland Session...

masmullin wrote:

I have exactly the same issues

max.bra wrote:

+1 Totem KO, but on X with

(totem:31146): Gdk-ERROR **: The program 'totem' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 669 error_code 8 request_code 154 (GLX) minor_code 31)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
[1]    31146 trace trap (core dumped)  totem

by the way, same error on gnome maps:

(org.gnome.Maps:31313): Gdk-ERROR **: The program 'org.gnome.Maps' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 1695 error_code 8 request_code 154 (GLX) minor_code 31)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
[1]    31313 trace trap (core dumped)  gnome-maps

our problem is THIS and is not related with original post, sorry for the OT

Offline

#7 2015-04-11 19:23:09

masmullin
Member
Registered: 2014-04-10
Posts: 28

Re: Totem Not Working On Gnome 3.16 Wayland Session...

Good find.  Thank you for posting the report.

max.bra wrote:
masmullin wrote:

I have exactly the same issues

max.bra wrote:

+1 Totem KO, but on X with

(totem:31146): Gdk-ERROR **: The program 'totem' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 669 error_code 8 request_code 154 (GLX) minor_code 31)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
[1]    31146 trace trap (core dumped)  totem

by the way, same error on gnome maps:

(org.gnome.Maps:31313): Gdk-ERROR **: The program 'org.gnome.Maps' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 1695 error_code 8 request_code 154 (GLX) minor_code 31)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
[1]    31313 trace trap (core dumped)  gnome-maps

our problem is THIS and is not related with original post, sorry for the OT

Offline

#8 2015-04-11 21:57:52

dsreyes1014
Member
Registered: 2014-06-28
Posts: 56

Re: Totem Not Working On Gnome 3.16 Wayland Session...

Im using intel so that doesn't apply to me.  It's not just Nvidia.

Offline

#9 2015-04-12 09:53:37

max.bra
Member
From: Bologna - Italy
Registered: 2008-06-02
Posts: 93

Re: Totem Not Working On Gnome 3.16 Wayland Session...

dsreyes1014 wrote:

Im using intel so that doesn't apply to me.  It's not just Nvidia.

mmm... seem really two separate issues

Offline

#10 2015-04-12 14:47:52

aja
Member
Registered: 2013-06-27
Posts: 26

Re: Totem Not Working On Gnome 3.16 Wayland Session...

I simply uninstalled totem and am currenly using mplayer and gnome-mplayer , will try again installing totem once new patches are released, hopefully fixed by then.

Offline

#11 2015-04-16 04:03:59

tapia
Member
Registered: 2013-03-13
Posts: 58

Re: Totem Not Working On Gnome 3.16 Wayland Session...

I am also having this issue:

totem

(totem:10816): Gdk-ERROR **: The program 'totem' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 404 error_code 8 request_code 154 (GLX) minor_code 31)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
Trace/breakpoint trap (core dumped)

gnome-music

Gjs-Message: JS LOG: Failed to parse Maps places file, subsequent writes will overwrite the file!

(org.gnome.Maps:10847): camel-CRITICAL **: camel_provider_list: Could not load /usr/lib/evolution-data-server/camel-providers/libcamelmapi.so: libebook-1.2.so.14: cannot open shared object file: No such file or directory

(org.gnome.Maps:10847): Gdk-ERROR **: The program 'org.gnome.Maps' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 1836 error_code 8 request_code 154 (GLX) minor_code 31)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
Trace/breakpoint trap (core dumped)

and also cheese

(cheese:10880): GLib-GObject-CRITICAL **: g_object_ref_sink: assertion 'G_IS_OBJECT (object)' failed

(cheese:10880): GLib-GObject-CRITICAL **: g_object_ref_sink: assertion 'G_IS_OBJECT (object)' failed

(cheese:10880): GLib-GObject-CRITICAL **: g_object_ref_sink: assertion 'G_IS_OBJECT (object)' failed

(cheese:10880): GLib-GObject-CRITICAL **: g_object_ref_sink: assertion 'G_IS_OBJECT (object)' failed

(cheese:10880): GLib-GObject-CRITICAL **: g_object_ref_sink: assertion 'G_IS_OBJECT (object)' failed

(cheese:10880): GLib-GObject-CRITICAL **: g_object_ref_sink: assertion 'G_IS_OBJECT (object)' failed

(cheese:10880): GLib-GObject-CRITICAL **: g_object_ref_sink: assertion 'G_IS_OBJECT (object)' failed

(cheese:10880): Gdk-ERROR **: The program 'cheese' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 466 error_code 8 request_code 154 (GLX) minor_code 31)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
Trace/breakpoint trap (core dumped)

Offline

#12 2015-05-21 15:26:31

print
Member
Registered: 2007-02-27
Posts: 174

Re: Totem Not Working On Gnome 3.16 Wayland Session...

Same issue here re. cheese.  Did you resolve?


% whereis whatis whence which whoami whois who

Offline

#13 2015-05-26 16:17:24

digitalblade
Member
Registered: 2014-05-18
Posts: 6

Re: Totem Not Working On Gnome 3.16 Wayland Session...

Same here:
System is updated to latest Arch versions of everything.
AMD CPU
nvidia

gnome-maps:

--------------------------------------------------------------------------------------------------------
~]$ gnome-maps

(org.gnome.Maps:7122): Gdk-ERROR **: The program 'org.gnome.Maps' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 587 error_code 8 request_code 154 (GLX) minor_code 31)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
Trace/breakpoint trap (core dumped)
--------------------------------------------------------------------------------------------------------

I had the same issue with "Video" - totem but solved it with -R totem smile

My gnome-music is running just fine.

It seems a lot of the gnome-extras are broken from times to times. But I guess that is nothing new.

Cheese:
--------------------------------------------------------------------------------------------------------
~]$ cheese

(cheese:7567): GLib-GObject-CRITICAL **: g_object_ref_sink: assertion 'G_IS_OBJECT (object)' failed

(cheese:7567): GLib-GObject-CRITICAL **: g_object_ref_sink: assertion 'G_IS_OBJECT (object)' failed

(cheese:7567): GLib-GObject-CRITICAL **: g_object_ref_sink: assertion 'G_IS_OBJECT (object)' failed

(cheese:7567): GLib-GObject-CRITICAL **: g_object_ref_sink: assertion 'G_IS_OBJECT (object)' failed

(cheese:7567): GLib-GObject-CRITICAL **: g_object_ref_sink: assertion 'G_IS_OBJECT (object)' failed

(cheese:7567): GLib-GObject-CRITICAL **: g_object_ref_sink: assertion 'G_IS_OBJECT (object)' failed

(cheese:7567): GLib-GObject-CRITICAL **: g_object_ref_sink: assertion 'G_IS_OBJECT (object)' failed

(cheese:7567): Gdk-ERROR **: The program 'cheese' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 455 error_code 8 request_code 154 (GLX) minor_code 31)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
Trace/breakpoint trap (core dumped)
--------------------------------------------------------------------------------------------------------

All this Programs where fine a couple of weeks ago.

Offline

#14 2015-05-26 18:26:23

max.bra
Member
From: Bologna - Italy
Registered: 2008-06-02
Posts: 93

Re: Totem Not Working On Gnome 3.16 Wayland Session...

nearly necrobumped, anyway...

solution is the same

Offline

Board footer

Powered by FluxBB