ironruby icon indicating copy to clipboard operation
ironruby copied to clipboard

error while require "rubygems"

Open slide opened this issue 9 years ago • 1 comments

From @soend on March 19, 2011 12:3

When i add require "rubygems" to my project i get a LoadError: no such file to load -- etc.so

Copied from original issue: IronLanguages/main#16

slide avatar Jul 14 '16 22:07 slide

From @rickmark on July 26, 2011 20:49

You are probably debugging via visual studio. This is a normal exception that happens during the loading of ruby gems, and is handled in a block later on. You should be able to continue / run without debugging. The true problem is the visual studio debugger halting on non-user errors.

slide avatar Jul 14 '16 22:07 slide