AlexLeoTW / rubyripper

Automatically exported from code.google.com/p/rubyripper
0 stars 0 forks source link

Program doesn't function at all after ripping a cd #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Insert CD
2. Rip it
3. Try to click any button

What is the expected output? What do you see instead?
X Error: BadDevice, invalid or uninitialized input device 169
  Major opcode:  147
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
/usr/bin/rrip_gui: line 12
   GLib-GObject-WARNING **:IA__g_object_notify: object class
`GtkTextBuffer' has no property named `copy-target-list'
/usr/bin/rrip_gui:364: warning: GRClosure invoking callback: already destroyed
/usr/bin/rrip_gui:364: warning: GRClosure invoking callback: already destroyed
/usr/bin/rrip_gui: line 364
   GLib-GObject-WARNING **:IA__g_object_notify: object class
`GtkTextBuffer' has no property named `copy-target-list'
_gtk_text_util_create_rich_drag_icon: layout size 239 135
_gtk_text_util_create_rich_drag_icon: pixmap size 249 145
/usr/bin/rrip_gui: line 364
   GLib-GObject-WARNING **:IA__g_object_notify: object class
`GtkTextBuffer' has no property named `copy-target-list'
_gtk_text_util_create_rich_drag_icon: layout size 410 180
_gtk_text_util_create_rich_drag_icon: pixmap size 260 190
/usr/bin/rrip_gui:364: warning: GRClosure invoking callback: already destroyed
/usr/bin/rrip_gui:364: warning: GRClosure invoking callback: already destroyed
/usr/bin/rrip_gui:364: warning: GRClosure invoking callback: already destroyed

What version of the product are you using? On what operating system?
rubyripper v.3, Kubuntu 6.10 (with GNOME libraries installed)

Please provide any additional information below.
I'm using a USB KVM, and switching between computers while the program is
ripping.

Original issue reported on code.google.com by josh.har...@gmail.com on 23 Dec 2006 at 4:51

GoogleCodeExporter commented 8 years ago
Tomorrow I'll try ripping a CD without using the KVM to see if the issue still 
occurs.

Original comment by josh.har...@gmail.com on 23 Dec 2006 at 4:55

GoogleCodeExporter commented 8 years ago
Same issue without the KVM in play.

Original comment by josh.har...@gmail.com on 23 Dec 2006 at 7:25

GoogleCodeExporter commented 8 years ago
Hereby I declare all bug reports with a GRClosure warning invalid. It's not 
mine 
bug. It's that of the ruby gtk bindings as of version 0.15.0. Next release of 
the 
bindings should solve those warnings. They fixed it in the svn codebase. See 
also 
the readme file or search for grclosure, where this is mentioned. Most easy 
solution is to go back to the 0.14.* bindings.

Original comment by rubyripp...@gmail.com on 23 Dec 2006 at 9:06