[wxruby-users] Segmentation Fault : [i386-mswin32] in wxruby
Lc Yeap
lists at ruby-forum.com
Tue Jan 13 03:28:46 EST 2009
Mario Steele wrote:
> Well, there's two things here.
>
> First, your using 1.9.7 of Ruby, please upgrade to 1.9.9, and test
> again,
> before moving on to this second part, there have been many bug fixes
> between
> 1.9.7 and 1.9.9.
>
> Second, and do this only after you tried the first part, if the problem
> still occurs, please send us a Minimal example, that can reproduce the
> problem that your having, so that we can test it, and see what exactly
> is
> going on.
>
> hth,
> Mario
Hi Mario,
thanks for the prompt response.
I downloaded the "wxruby-1.9.9-x86-mswin32-60.gem" from RubyForge.
by typing command 'gem install wxruby', system reported that it has
successfully installed wxruby with version 1.9.9.
However, when I run my program again, the same error occurred. -->
"config_vector_v6.rb:1418: [BUG] Segmentation fault
ruby 1.8.6 (2007-09-24) [i386-mswin32]"
so I deleted the previous gem "wxruby-1.9.7-i386-mswin32.gem" from the
bin folder and reinstalled it again, but still the same error being
reported.
I tried with command "gem update wxruby" but I get this-->"ERROR: While
executing gem ... (Gem::RemoteFetcher::FetchError)
No connection could be made because the target machine actively
refused it.
- connect(2)(Errno::ECONNREFUSED)"
Is that I am not using the correct version of wxruby? can you point me
how to upgrade my wxruby? If this still fail again after using wxruby
1.9.9, I will attach a sample code of my program.
Thanks again. =)
--
Posted via http://www.ruby-forum.com/.
More information about the wxruby-users
mailing list