From: seannakasone@... Date: 2006-07-31T05:40:09+09:00 Subject: Re: Does WideStudio require a special ruby build? nobu@ruby-lang.org wrote: > What's your platform and how did you installed them? Windows XP. Ruby 1.8.4 was installed from bash with these commands: ./configure --prefix=c:/ruby make make install WideStudio was installed from setup.exe. > > How doesn't it work? > Here's the error (Ruby 1.8.4 precedes the widestudio version of Ruby in my path). C:\a\hello>ruby hello.rb ./mwt.dll: [BUG] Segmentation fault ruby 1.8.4 (2005-12-24) [i386-cygwin] 3 [sig] ruby 3576 open_stackdumpfile: Dumping stack trace to ruby.exe.stac kdump If I run the widestudio version of ruby, it works: C:\a\hello>\WideStudio\ruby\bin\ruby hello.rb A window appears as expected. Thanks, Sean.