Issues with visualruby on windows 10 with ruby 2.3.1

I’m attempting to install visualruby. Gem fetches all requirements,
everything seems fine.

Attempting to run visualruby causes an error and several warnings (see
attachment err.txt).

Attempting to solve this manually, I opened the file and replaced the
call to initialize_new_from_file with initialize_new_from_file_utf8.

Visualruby now runs but I am still getting these warnings (see warn.txt)

I have no idea how to fix this… help would be greatly appreciated

thanks in advance

I just got this exact error on Windows 7, without the last part. I only
have:

"
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/gobject-introspection-3.0.9-x64-mingw32/lib/gobject-introspection/loader.rb:
line 302
GLib-GObject-WARNING **:attempt to override closure->va_marshal
(0000000063A48970) with new marshal (00000000063D0518)
"

Do you have multiple versions of Ruby on your machine? I have 2.24 and
I’m using uru to manage them.

after run vr got the following error :

C:\Users\lelsheri>vr
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/gobject-introspection-3.0.9-x64-mingw32/lib/gobject-introspection/loader.rb:
line 302
GLib-GObject-WARNING **:attempt to override closure->va_marshal
(0000000063A48970) with new marshal (0000000006840518)

pls. advise