GNOME Bugzilla – Bug 670461
hits g_assert (device->priv->styli) when my Wacom Bamboo 2FG 4x5 is plugged in
Last modified: 2012-06-08 10:45:59 UTC
The bug has been reported on https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/934445 Using gnome-settings-daemon 3.3.5: "$ gnome-settings-daemon color-plugin-WARNING **: failed to get edid: unable to get EDID for output [1329507333,000,xklavier.c:xkl_engine_start_listen/] The backend does not require manual layout management - but it is provided by the application ** WARNING **: Tablet 'usb:056a:0015' has no buttons defined, do something! ** WARNING **: Tablet 'usb:056a:0014' has no buttons defined, do something! ** WARNING **: Tablet 'usb:056a:0013' has no buttons defined, do something! wacom-plugin-WARNING **: Failed to create fallback wacom device for '/dev/input/event5': Device '/dev/input/event5' is not a tablet (2) wacom-plugin-WARNING **: Could not set the current stylus ID 0x0 for tablet 'Wacom Bamboo Pen & Touch', no general pen found ** wacom-plugin:ERROR:gsd-wacom-device.c:1321:gsd_wacom_device_set_current_stylus: assertion failed: (device->priv->styli) Aborted (core dumped)" "#0 0x00007f5af97ea475 in __GI_raise (sig=<optimized out>) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 resultvar = 0 pid = <optimized out> selftid = 2410
+ Trace 229692
"xinput log: ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ Wacom Bamboo 2FG 4x5 Pen stylus id=10 [slave pointer (2)] ⎜ ↳ Wacom Bamboo 2FG 4x5 Finger touch id=11 [slave pointer (2)] ⎜ ↳ Logitech Unifying Device. Wireless PID:1024 id=12 [slave pointer (2)] ⎜ ↳ Logitech Unifying Device. Wireless PID:2011 id=13 [slave pointer (2)] ⎜ ↳ Wacom Bamboo 2FG 4x5 Pen eraser id=14 [slave pointer (2)] ⎜ ↳ Wacom Bamboo 2FG 4x5 Finger pad id=15 [slave pointer (2)] ⎣ Virtual core keyboard id=3 [master keyboard (2)] ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)] ↳ Power Button id=6 [slave keyboard (3)] ↳ Sleep Button id=7 [slave keyboard (3)] ↳ Logitech Logitech Wireless Headset id=8 [slave keyboard (3)] ↳ Microsoft® LifeCam Cinema(TM) id=9 [slave keyboard (3)]" lsusb log: https://launchpadlibrarian.net/93395879/lsusb.log
*** Bug 670598 has been marked as a duplicate of this bug. ***
Please test with libwacom and gnome-settings-daemon master. This patch should fix the problem: http://linuxwacom.git.sourceforge.net/git/gitweb.cgi?p=linuxwacom/libwacom;a=commitdiff;h=381d3a6bd42fb6236c10c651f807747e5d535927 And some additional patches in gnome-settings-daemon stop the device from being set as absolute.
users report that's still an issue
downstream comment https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/958553 "gnome-settings-daemon 3.4.0 mentions a Wacom-related change, in the news. I tested again with that version, and unfortunately still get the same crash. Here's what I get if I run g-s-d from the command line: ** (gnome-settings-daemon:3720): WARNING **: Tablet 'usb:056a:0015' has no buttons defined, do something! ** (gnome-settings-daemon:3720): WARNING **: Tablet 'usb:056a:0014' has no buttons defined, do something! ** (gnome-settings-daemon:3720): WARNING **: Tablet 'usb:056a:0013' has no buttons defined, do something! (gnome-settings-daemon:3720): wacom-plugin-WARNING **: Could not set the current stylus ID 0x0 for tablet 'Wacom Bamboo Pen & Touch', no general pen found ** wacom-plugin:ERROR:gsd-wacom-device.c:1491:gsd_wacom_device_set_current_stylus: assertion failed: (device->priv->styli)"
Looks like the same as bug 672917
*** This bug has been marked as a duplicate of bug 672917 ***