Shattered Test Error

5 views
Skip to first unread message

dragonforce

unread,
Jun 1, 2008, 11:45:28 PM6/1/08
to ShatteredRuby
I'd appreciate some help on this. After installing Shattered via, I
get an error when I try 'shattered test'.

I proceeded to install Shattered like this:

gem install shattered --include-dependencies

INFO: `gem install -y` is now default and will be removed
INFO: use --ignore-dependencies to install only the gems you list
Bulk updating Gem source index for: http://gems.rubyforge.org
Building native extensions. This could take a while...
Successfully installed archive-tar-minitar-0.5.2
Successfully installed rubyzip-0.9.1
Successfully installed pmsrb-0.2.0
Successfully installed ogre.rb-0.3
Successfully installed shattered-0.7.0
5 gems installed
Installing ri documentation for archive-tar-minitar-0.5.2...
Installing ri documentation for pmsrb-0.2.0...
Installing ri documentation for shattered-0.7.0...
Installing RDoc documentation for archive-tar-minitar-0.5.2...
Installing RDoc documentation for pmsrb-0.2.0...
Installing RDoc documentation for shattered-0.7.0...


When I try to test it, i get a rubigen error:

C:\>shattered test
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_re
quire': no such file to load -- rubigen (LoadError)
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
27:in `re
quire'
from c:/ruby/lib/ruby/gems/1.8/gems/shattered-0.7.0/bin/
shattered:2
from c:/ruby/bin/shattered:19:in `load'
from c:/ruby/bin/shattered:19

I couldn't find this error on the forums, so I'd appreciate help.

Mikkel Garcia

unread,
Jun 2, 2008, 12:24:08 PM6/2/08
to shatte...@googlegroups.com
Krikies!

It looks like we forgot a dependency.  I'm guessing you're on OSX (as we haven't built the WIndows binaries yet).

I'll fix this and re-release, but in the mean time, just do a:

sudo gem install rubigen

and retry.

Thanks for the error report,
-Mikkel

Mikkel Garcia

unread,
Jun 2, 2008, 12:26:15 PM6/2/08
to shatte...@googlegroups.com
Just noticed you are on windows, not OSX - you'll likely experience an issue until we are able to build the windows ogre.rb binaries.

Martyn, we need to look into why there was no error thrown on ogre.rb installation when the binaries are missing.

Martyn Garcia

unread,
Jun 2, 2008, 5:13:09 PM6/2/08
to shatte...@googlegroups.com
Likely because we haven't fixed it to work on windows yet :D  Hopefully we can get to that this week.

BTW that's a great name 'dragonforce'.  That's one of my favorite games of all time.

Martyn

dragonforce

unread,
Jun 2, 2008, 8:53:19 PM6/2/08
to ShatteredRuby
Hi Mikkel and Martyn, I hope to be able to start developing soon :-)

BTW, Martyn, I'm glad you like dragonforce (from sega saturn) too, its
one of my favorites. I still haven't figured why out no one has made a
multiplayer version similar and improving upon that game, so that is
one of my goals.

def btw
soon = true
if(shattered.works_on_windows == soon)
team_members.each { |member| thank(member.name) }
end
end

def thank(you)
print "Thanks a bunch, "+ ( you.to_s ) +"\n"
end

On Jun 2, 5:13 pm, "Martyn Garcia" <martyn.gar...@gmail.com> wrote:
> Likely because we haven't fixed it to work on windows yet :D Hopefully we
> can get to that this week.
>
> BTW that's a great name 'dragonforce'. That's one of my favorite games of
> all time.
>
> Martyn
>
> On Mon, Jun 2, 2008 at 10:26 AM, Mikkel Garcia <lekkim.gar...@gmail.com>
> wrote:
>
> > Just noticed you are on windows, not OSX - you'll likely experience an
> > issue until we are able to build the windows ogre.rb binaries.
>
> > Martyn, we need to look into why there was no error thrown on ogre.rb
> > installation when the binaries are missing.
>
> > On Mon, Jun 2, 2008 at 10:24 AM, Mikkel Garcia <lekkim.gar...@gmail.com>

grigio

unread,
Jun 9, 2008, 4:46:40 PM6/9/08
to ShatteredRuby
I had the same problem on Linux
rubigen-1.3.2 is a dependency

Now i get:

$ shattered test
/usr/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/
dependencies.rb:502:in `load': no such file to load -- test/acceptance/
game.rb (MissingSourceFile)
from /usr/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/
active_support/dependencies.rb:502:in `load'
from /usr/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/
active_support/dependencies.rb:354:in `new_constants_in'
from /usr/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/
active_support/dependencies.rb:502:in `load'
from /usr/lib/ruby/gems/1.8/gems/shattered-0.7.0/bin/shattered:21
from /usr/bin/shattered:19:in `load'
from /usr/bin/shattered:19

Mikkel Garcia

unread,
Jun 10, 2008, 1:29:30 PM6/10/08
to shatte...@googlegroups.com
Martyn is looking into this on his linux box.

-Mikkel

Max

unread,
Jun 24, 2008, 8:53:42 PM6/24/08
to ShatteredRuby
I'd like to second this error:

max@max-laptop:~/Documents$ shattered test
/usr/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/
dependencies.rb:502:in `load': no such file to load -- test/acceptance/
game.rb (MissingSourceFile)

Additionally, after creating a game and trying to run it:
max@max-laptop:~/Documents/test_shattered$ ruby game.rb
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require': no such file to load -- /usr/lib/ruby/gems/1.8/
gems/ogre.rb-0.3/./vendor/lib/ogrerb_ogre (LoadError)

Running Ubuntu 8.04 here.

Thanks,
Max

Myles

unread,
Jul 12, 2008, 7:02:02 PM7/12/08
to ShatteredRuby
Let's make it a 3rd:

myles@vmplayer-kubuntu:~$ shattered test
/usr/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/
dependencies.rb:502:in `load': no such file to load -- test/acceptance/
game.rb (MissingSourceFile)
from /usr/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/
active_support/dependencies.rb:502:in `load'
from /usr/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/
active_support/dependencies.rb:354:in `new_constants_in'
from /usr/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/
active_support/dependencies.rb:502:in `load'
from /usr/lib/ruby/gems/1.8/gems/shattered-0.7.0/bin/shattered:
21
from /usr/bin/shattered:19:in `load'
from /usr/bin/shattered:19

And then also tried to run the test game.rb manually and got the same
as Max:

myles@vmplayer-kubuntu:/usr/lib/ruby/gems/1.8/gems/shattered-0.7.0/
test/acceptance$ ruby game.rb
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require': no such file to load -- /usr/lib/ruby/gems/1.8/
gems/ogre.rb-0.3/./vendor/lib/ogrerb_ogre (LoadError)
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:
27:in `require'
from /usr/lib/ruby/gems/1.8/gems/ogre.rb-0.3/./ogre.rb:10
from /usr/lib/ruby/gems/1.8/gems/ogre.rb-0.3/./ogre.rb:9:in
`each'
from /usr/lib/ruby/gems/1.8/gems/ogre.rb-0.3/./ogre.rb:9
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:
32:in `gem_original_require'
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:
32:in `require'
from /usr/lib/ruby/gems/1.8/gems/shattered-0.7.0/lib/
shattered.rb:11
from game.rb:6:in `require'
from game.rb:6

Whew! I thought my install/whole-system was bjorked. I'm running a
fresh install of Kubuntu-8.04 (the community supported KDE4 version)
on vmplayer.

I guess I'll read Ogre3D docs till it's fixed.

Thanks!
--Myles

James

unread,
Jul 24, 2008, 3:19:38 AM7/24/08
to ShatteredRuby
Hi, do you have an estimate for when you think you'll be able to have
a windows binary up?

Thanks,

James

browning

unread,
Aug 22, 2008, 1:53:27 AM8/22/08
to ShatteredRuby
I get the exact same errors on ubuntu :(

Martyn Garcia

unread,
Aug 26, 2008, 12:05:50 PM8/26/08
to shatte...@googlegroups.com
Yeah it's very broken right now :-/.  I'm hoping to get some time next week to fix it up...

Martyn

Martyn Garcia

unread,
Aug 26, 2008, 12:12:37 PM8/26/08
to shatte...@googlegroups.com
Hi James,
I'll try to tackle this in the upcoming few weeks.  Mikkel and I had to work pretty intensely on an unrelated project, but it's coming to a close.

Thanks!
Martyn

James

unread,
Sep 11, 2008, 9:29:04 AM9/11/08
to ShatteredRuby
Thanks. I'm looking forward to it.

On Aug 26, 12:12 pm, "Martyn Garcia" <martyn.gar...@gmail.com> wrote:
> Hi James,
> I'll try to tackle this in the upcoming few weeks.  Mikkel and I had to work
> pretty intensely on an unrelated project, but it's coming to a close.
>
> Thanks!
> Martyn
>

jazzyb

unread,
Oct 7, 2008, 11:57:22 PM10/7/08
to ShatteredRuby
Hi,

Is there an update on when this problem might be fixed? I'm running
into it myself on Leopard with the default ruby install (ruby 1.8.6
(2008-03-03 patchlevel 114) [universal-darwin9.0]).

Let me know if I need to provide more information.

Thanks,
jazzyb

On Aug 26, 12:05 pm, "Martyn Garcia" <martyn.gar...@gmail.com> wrote:
> Yeah it's very broken right now :-/.  I'm hoping to get some time next week
> to fix it up...
>
> Martyn
>
Reply all
Reply to author
Forward
0 new messages