From: Daniel Berger Date: 2007-10-25T08:00:44+09:00 Subject: Re: windows-api-0.2.0/lib/windows/api.rb:211: [BUG] Segmentation fault aidy.lewis@googlemail.com wrote: > Hi, > > I am attempting to use ruby 186rc1 one click installer on Windows > Vista and I am getting this error: > > c:/ruby/lib/ruby/gems/1.8/gems/windows-api-0.2.0/lib/windows/api.rb: > 211: [BUG] Segmentation fault > ruby 1.8.6 (2007-09-24) [i386-mswin32] > > Has anyone ever experienced this error or can suggest a fix? That's coming from win32-api. The line is simply API.new(...). By any chance did you build win32-api from source? Or did you install the prebuilt gem? If you built from source, what compiler did you use? Thanks, Dan