| Message |
 |
Date: 2011-06-16 02:53
Sender: Todd Moyer
Possible solution found here:
http://www.eggheadcafe.com/microsoft/Ruby/36295487/rubyopengl-new
-glso.aspx
Apparently, there is something wrong with gl.so
The recompiled version provided on the above page worked for me. |
Date: 2011-06-15 01:07
Sender: Todd Moyer
Everything about Ruby's web presence is horrible. Bad docs,
disjointed/misleading/unclear/conflicting information abounds.
It's as if the people in the Ruby development community are high
all the time. |
Date: 2011-06-15 00:17
Sender: Todd Moyer
I'm new to Ruby, and I just encountered this on my first
project.
RUBY SUCKS.
Back to other languages, I guess. |
Date: 2011-06-15 00:16
Sender: Todd Moyer
I'm new to Ruby, and I just encountered this on my first
project.
RUBY SUCKS.
Back to other languages, I guess. |
Date: 2010-04-26 20:06
Sender: Chad Bamford
I also have the same error using
ruby-opengl-0.60.1-x86-mswin32-ruby19.gem.
I've installed Ruby 1.9.1-p378 using
rubyinstaller-1.9.1-p378-rc2.exe
In irb:
>> require 'gl'
LoadError: 127: The specified procedure could not be found.
- D:/Ruby19/lib/ruby/gems/1.9.1/gems/ruby-opengl-0.60.1-x86-mswin
32/lib/gl.so
from (irb):3:in `require'
from (irb):3
from D:/Ruby19/bin/irb:12:in `<main>'
>> require 'glu'
=> true
>> require 'glut'
=> true
The attempt to call "require 'gl'" in irb is met with
a dialog box stating:
"The procedure entry point snprintf could not be located
in the dynamic link library msvcrt-ruby191.dll"
|
Date: 2010-03-05 13:31
Sender: ippa ippa
I run into the same error with latest ruby installer and the
opengl gem on windows 7. Is there a fix planned? |
Date: 2010-02-28 06:08
Sender: Amos Bieler
I have the same error using the same gem.
It actually occurs when 'gl' itself is "require'd";
neither glu nor glut throw it.
I'm using Ruby 1.9.1-p378 (RC2) from the RubyInstaller project:
http://rubyinstaller.org/download.html |