Hi
I already installed VisualRuby follwing the instructions
brew install gtk+
brew install gtksourceview
gem install visualruby
But when I select some example or try to open a new project, then the
window close and I receive in the command prompt the following
/Users/jdominguez/.rvm/gems/ruby-2.1.1@global/gems/gtk2-2.2.0/lib/gtk2.rb:
line 13
Gtk-WARNING **:Locale not supported by C library.
Using the fallback ‘C’ locale.
Fontconfig warning: ignoring UTF-8: not a valid region tag
/Users/jdominguez/.rvm/gems/ruby-2.1.1/gems/vrlib-1.0.16/lib/GladeGUI.rb:
line 154
Gtk-WARNING **:Unknown property: GtkMenu.ubuntu-local
/Users/jdominguez/.rvm/gems/ruby-2.1.1/gems/visualruby-1.0.16/bin/editor/VR_Document.rb:
line 12
GLib-GObject-WARNING **:gsignal.c:3290: invalid param spec type
‘GParamBoxed’ for value type ‘GParam’
(process:27430): GLib-GObject-CRITICAL **: g_object_notify_queue_thaw:
assertion ‘nqueue->freeze_count > 0’ failed
(process:27430): GLib-GObject-CRITICAL **: g_object_notify_queue_thaw:
assertion ‘nqueue->freeze_count > 0’ failed
(process:27430): GLib-GObject-CRITICAL **: g_object_notify_queue_thaw:
assertion ‘nqueue->freeze_count > 0’ failed
(process:27430): GLib-GObject-CRITICAL **: g_object_notify_queue_thaw:
assertion ‘nqueue->freeze_count > 0’ failed
(process:27430): GLib-GObject-CRITICAL **: g_object_notify_queue_thaw:
assertion ‘nqueue->freeze_count > 0’ failed
(process:27430): GLib-GObject-CRITICAL **: g_object_notify_queue_thaw:
assertion ‘nqueue->freeze_count > 0’ failed
(process:27430): GLib-GObject-CRITICAL **: g_object_notify_queue_thaw:
assertion ‘nqueue->freeze_count > 0’ failed
(process:27430): GLib-GObject-CRITICAL **: g_object_notify_queue_thaw:
assertion ‘nqueue->freeze_count > 0’ failed
(process:27430): GLib-GObject-CRITICAL **: g_object_notify_queue_thaw:
assertion ‘nqueue->freeze_count > 0’ failed
(process:27430): GLib-GObject-CRITICAL **: g_object_notify_queue_thaw:
assertion ‘nqueue->free
.
.
.
.
(process:27430): GLib-GObject-CRITICAL **: g_object_notify_queue_thaw:
assertion ‘nqueue->freeze_count > 0’ failed
/Users/jdominguez/.rvm/gems/ruby-2.1.1/gems/visualruby-1.0.16/bin/editor/VR_Document.rb:
line 12
GLib-GObject-WARNING **:invalid cast from
‘ruby_gobject_param_spec’ to ‘GtkObject’
/Users/jdominguez/.rvm/gems/ruby-2.1.1/gems/visualruby-1.0.16/bin/editor/VR_Document.rb:
line 12
Gtk-CRITICAL **:void gtk_object_sink(GtkObject *): assertion
‘GTK_IS_OBJECT (object)’ failed
/Users/jdominguez/.rvm/gems/ruby-2.1.1/gems/visualruby-1.0.16/bin/editor/VR_Document.rb:52:in
reload_from_disk': undefined local variable or method
buffer’ for
#<VR_Document:0x7fcf1c4a0338 ptr=0x7fcf1a120110> (NameError)
And that’s it, vr doesn’t run,
Anybody have any idea what is happening??
Thanks in advance