Author Topic: HAY GUYS IM NOO 2 STEPMANIA  (Read 17084 times)

Bobbias

  • #1 Poster
  • Hero Member
  • *****
  • Posts: 7210
  • 404 Avatar not found.
    • View Profile
    • Magnetic Architect
Re: HAY GUYS IM NOO 2 STEPMANIA
« Reply #15 on: December 02, 2007, 09:46:02 AM »
Or you could make a ghetto solution like I plan on doing, lol. Serial/Parallel input FTW.
This is going in my sig. :)

BANNED FOR BAD PUNS X_x

Alice

  • B&!!!!1!!11`
  • Hero Member
  • *
  • Posts: 1665
  • the pinnacle of human emotion
    • View Profile
    • DigitalMZX
Re: HAY GUYS IM NOO 2 STEPMANIA
« Reply #16 on: December 02, 2007, 01:33:46 PM »
Code: [Select]
Pooptop:/home/kuroneko/StepMania-3.9# ./stepmania
StepMania 3.9
Log starting 2007-12-02 12:27:53
Loading window: sdl
OS: Linux ver 020618
Crash backtrace component: x86 custom backtrace
Crash lookup component: dladdr
Crash demangle component: cxa_demangle
Runtime library: glibc 2.3.6
Threads library: NPTL 2.3.6
TLS is available
/////////////////////////////////////////
WARNING: Unknown sound driver name: ALSA
/////////////////////////////////////////
/////////////////////////////////////////
WARNING: Unknown sound driver name: ALSA-sw
/////////////////////////////////////////
Mixing 0.000000 ahead in 0 Mix() calls
Couldn't load driver OSS: RageSound_OSS: ALSA detected.  ALSA OSS emulation is buggy; use ALSA natively.
Language: english
Theme: default
Error: Couldn't find a sound driver that works
Pooptop:/home/kuroneko/StepMania-3.9#

HLP PLZ

I already managed to compile StepMania 3.9 from the source code, so I've already won an internet... looks like my drivers suck though.

Spectere

  • \m/ (-_-) \m/
  • Administrator
  • Hero Member
  • *****
  • Posts: 5716
  • printf("%s\n", "Hi!");
    • View Profile
    • spectere.net
Re: HAY GUYS IM NOO 2 STEPMANIA
« Reply #17 on: December 02, 2007, 03:04:00 PM »
For whatever reason, your copy of StepMania doesn't seem to be compiled with ALSA support. :/

What distro are you using?
"This is a machine for making cows."

Alice

  • B&!!!!1!!11`
  • Hero Member
  • *
  • Posts: 1665
  • the pinnacle of human emotion
    • View Profile
    • DigitalMZX
Re: HAY GUYS IM NOO 2 STEPMANIA
« Reply #18 on: December 02, 2007, 06:36:27 PM »
The problem was is that I was missing ALSA.  I fixed that, but I also downloaded ffmpeg, and now it fails to compile.  Whoever released the StepMania source did a really shitty job (I've had to put three fix patches on it and it still won't compile properly).  Apparently my new problem can be fixed by getting an old version of ffmpeg but I don't know how to do that.

http://rafb.net/p/JojivV32.html
http://forums.gentoo.org/viewtopic-p-3256825.html

I might as well wait for the god damn cable and use the linux binary :P

Spectere

  • \m/ (-_-) \m/
  • Administrator
  • Hero Member
  • *****
  • Posts: 5716
  • printf("%s\n", "Hi!");
    • View Profile
    • spectere.net
Re: HAY GUYS IM NOO 2 STEPMANIA
« Reply #19 on: December 02, 2007, 08:18:28 PM »
No, the problem is probably that Lua 5.1 and/or ffmpeg breaks support for older programs; the SM team has nothing to do with that.
"This is a machine for making cows."

Alice

  • B&!!!!1!!11`
  • Hero Member
  • *
  • Posts: 1665
  • the pinnacle of human emotion
    • View Profile
    • DigitalMZX
Re: HAY GUYS IM NOO 2 STEPMANIA
« Reply #20 on: December 02, 2007, 09:53:42 PM »
The SM team should be around to fix their programs to be compatable with the newest shit around.

Anyway, after getting rid of ffmpeg (since I can't find the older version, and apparently the binary on the SM website doesn't have ffmpeg either) I got it to compile completely.  Then, it bitched about my video card (i810 I guess) not being able to work with OpenGL and that I should get a new driver.  I got the new driver but now it says I need a whole shitload of other shit that I can't seem to find (failed dependencies)

ld-linux.so.2
libc.so.6
libdl.so.2
libm.so.6
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1)
libdl.so.2(GLIBC_2.0)
libdl.so.2(GLIBC_2.1)
libm.so.6(GLIBC_2.0)
libm.so.6(GLIBC_2.1)

#MZX has been completely worthless for the past few hours.  Anybody here help? :(

Spectere

  • \m/ (-_-) \m/
  • Administrator
  • Hero Member
  • *****
  • Posts: 5716
  • printf("%s\n", "Hi!");
    • View Profile
    • spectere.net
Re: HAY GUYS IM NOO 2 STEPMANIA
« Reply #21 on: December 03, 2007, 12:47:58 AM »
They do; that's why StepMania 4.0 works fine with all of that stuff (it's still in heavy development but it is pretty stable in my experience, for the most part).  You can't possibly expect them to maintain versions that are several years old to fix problems that don't even stem from their code, especially considering it's a fairly small development team.  Going through that large of a project to fix issues caused by new versions of libraries is an immense amount of work.

Anyway, are you getting those errors when you attempt to run the binary or when you build it?  If you're getting those problems after compiling it it would seem like there's a problem with your toolchain.  Those kind of errors are the result of a program being built against an older version of glibc (the C library -- a core system library).  Binary compatibility isn't maintained between many releases of glibc due to a number of factors; compiling is the only real way to solve that.
"This is a machine for making cows."

Bobbias

  • #1 Poster
  • Hero Member
  • *****
  • Posts: 7210
  • 404 Avatar not found.
    • View Profile
    • Magnetic Architect
Re: HAY GUYS IM NOO 2 STEPMANIA
« Reply #22 on: December 03, 2007, 09:41:59 AM »
Damn good example of dependency hell.
This is going in my sig. :)

BANNED FOR BAD PUNS X_x

Alice

  • B&!!!!1!!11`
  • Hero Member
  • *
  • Posts: 1665
  • the pinnacle of human emotion
    • View Profile
    • DigitalMZX
Re: HAY GUYS IM NOO 2 STEPMANIA
« Reply #23 on: December 03, 2007, 11:27:17 AM »
The latest set of errors, I got from running RPM and trying to install my video card driver.  StepMania crashed because my video card couldn't handle OpenGL (apparently a problem with i810?  Anyway, it told me to update the drivers, and when I tried to, it gave me a crapload of dependencies that it needs that I have no idea what to do about).

Spectere

  • \m/ (-_-) \m/
  • Administrator
  • Hero Member
  • *****
  • Posts: 5716
  • printf("%s\n", "Hi!");
    • View Profile
    • spectere.net
Re: HAY GUYS IM NOO 2 STEPMANIA
« Reply #24 on: December 03, 2007, 01:12:38 PM »
I had the i810 working in Gentoo before, direct rendering and all.

Start X and open Konsole/Terminal/Xterm/whatever.  Type "glxinfo | grep direct".  What does it say?
"This is a machine for making cows."

Alice

  • B&!!!!1!!11`
  • Hero Member
  • *
  • Posts: 1665
  • the pinnacle of human emotion
    • View Profile
    • DigitalMZX
Re: HAY GUYS IM NOO 2 STEPMANIA
« Reply #25 on: December 03, 2007, 07:12:47 PM »
X won't even start.  It says it's already active.  It also says there's a file in /tmp that isn't.  WTF.

Ridge

  • Full Member
  • ***
  • Posts: 138
  • EVERYBODY TO THE MARIACHI TRUCK
    • View Profile
Re: HAY GUYS IM NOO 2 STEPMANIA
« Reply #26 on: December 03, 2007, 09:07:00 PM »
http://www.angelfire.com/stars5/shortysnmn2010/Albumix.htm

Albumix for pad.

For a pad game, get Mungyodance 2.
I shoot your hand with a gun that has bullets.

By gun I mean penis and by bullets I mean semen.

Spectere

  • \m/ (-_-) \m/
  • Administrator
  • Hero Member
  • *****
  • Posts: 5716
  • printf("%s\n", "Hi!");
    • View Profile
    • spectere.net
Re: HAY GUYS IM NOO 2 STEPMANIA
« Reply #27 on: December 03, 2007, 09:27:46 PM »
X won't even start.  It says it's already active.  It also says there's a file in /tmp that isn't.  WTF.

Try going Ctrl+Alt+F7.  If it's running it should show up in that virtual "terminal."

Also, what distribution are you using?

For a pad game, get Mungyodance 2.

Seconded (Windows only for the full experience so you'll have to wait for the adapter).

Or you could wait for Mungyodance 3, which is somehow awesomer than MGD2.
"This is a machine for making cows."

Alice

  • B&!!!!1!!11`
  • Hero Member
  • *
  • Posts: 1665
  • the pinnacle of human emotion
    • View Profile
    • DigitalMZX
Re: HAY GUYS IM NOO 2 STEPMANIA
« Reply #28 on: December 03, 2007, 09:40:16 PM »
Ctrl+Alt+F7 doesn't do anything.  I'm running Debian 4.0 "Etch"

Spectere

  • \m/ (-_-) \m/
  • Administrator
  • Hero Member
  • *****
  • Posts: 5716
  • printf("%s\n", "Hi!");
    • View Profile
    • spectere.net
Re: HAY GUYS IM NOO 2 STEPMANIA
« Reply #29 on: December 04, 2007, 01:22:06 AM »
Hmm...

Type startx at the prompt and post the error lines that come up on the screen (they should have "(EE)" before them).  If you see a "no screens found," post your /etc/X11/xorg.conf file as well.
"This is a machine for making cows."