IronLanguages / ironruby

98 stars 24 forks source link

error while require "rubygems" #1

Open slide opened 8 years ago

slide commented 8 years ago

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 commented 8 years ago

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.