You are not logged in.

#51 2006-09-01 17:15:22

test1000
Member
Registered: 2005-04-03
Posts: 834

Re: Frets on Fire

lumiwa:

1. have you tried the latest version of the PKGBUILD?
2. By seraching google for this error:(http://www.google.com/search?hs=ISr&hl=en&safe=off&client=opera&rls=en&q=%22Name+or+) they suggested setting your hostname correctly in /etc/hosts Have you done that?
3. if none of this work see google hmm


KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein

Offline

#52 2006-09-01 17:24:24

lumiwa
Member
Registered: 2005-12-26
Posts: 712

Re: Frets on Fire

test1000 wrote:

lumiwa:

1. have you tried the latest version of the PKGBUILD?
2. By seraching google for this error:(http://www.google.com/search?hs=ISr&hl=en&safe=off&client=opera&rls=en&q=%22Name+or+) they suggested setting your hostname correctly in /etc/hosts Have you done that?
3. if none of this work see google hmm

Hostname is correct and I used the last PKGBUILD. I didn't check on Google yet.
Thanks.

Offline

#53 2006-09-01 17:29:26

Jacek Poplawski
Member
From: Poland
Registered: 2006-01-10
Posts: 736
Website

Re: Frets on Fire

I just want to repeat that this version doesn't work for me. It changes video mode to GL, then stops with GLError, back to X, but mouse doesn't work anymore so I am unable to copy its output.
Is there anyone with Open Source drivers who can run this version?

Offline

#54 2007-03-26 18:33:05

newbie1
Member
Registered: 2007-03-15
Posts: 23

Re: Frets on Fire

jotapesan wrote:

with this packages works for me:
SDL SDL_mixer SDL_ttf python-pygame python-pyopengl

I installed all these packages but the game doesn't work. It says:

[nils@Nils ~]$ fretsonfire 
Traceback (most recent call last):
  File "/home/skyostil/src/cx_Freeze-3.0.3/initscripts/Console.py", line 27, in ?
  File "src/FretsOnFire.py", line 27, in ?
  File "src/GameEngine.py", line 34, in ?
  File "src/Data.py", line 27, in ?
  File "ExtensionLoader_pygame_mixer.py", line 12, in ?
ImportError: libsmpeg-0.4.so.0: wrong ELF class: ELFCLASS64

Is it because I have arch64 ? Do I have to install other packages ?

Offline

#55 2007-03-27 16:02:45

Acker
Member
Registered: 2007-03-21
Posts: 11

Re: Frets on Fire

Hi!

I get the following error code:

open /dev/sequencer: No such device
open /dev/sequencer: No such device
Traceback (most recent call last):
File /home/skyostil/src/cx_Freeze-3.0.3/initscripts/Console.py, line 27, in ?
File src/FretsOnFire.py, line 64, in ?
File src/GameEngine.py, line 154, in __init__
File src/Video.py, line 68, in setMode
pygame.error: Couldn't find matching GLX visual

--

can someone help ? I have a nvidia graphics adapter - glxgears, nexuiz are working. So 3D Acceleration seems to work...

Regards,
Acker

Offline

#56 2007-04-04 09:20:48

test1000
Member
Registered: 2005-04-03
Posts: 834

Re: Frets on Fire

Anyone gotten the latest version of fretsonfire to run? i have managed to realise i might need to install python2.4 but that's about it...


KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein

Offline

#57 2007-08-08 13:13:02

Beini
Member
From: Finland
Registered: 2007-06-06
Posts: 78

Re: Frets on Fire

Hi

I created PKGBUILDs for amanith, pyamanith and fretsonfire(compiles from source).
These are my first PKGBUILDS so I decided to post them here for peer review. I might submit them to AUR if they are correct.

amanith:

http://www.nullcore.org/~bane/pkg/amanith.tar.gz

pyamanith:

http://www.nullcore.org/~bane/pkg/pyamanith.tar.gz

fretsonfire:

http://www.nullcore.org/~bane/pkg/fretsonfire.tar.gz

NOTE: You probably need to do this BEFORE building fretsonfire. If you don't you probably get "not a directory" error when running the game.

edit  file /usr/lib/python2.5/site-packages/OpenGL/__init__.py

change line:

__version__ = string.strip(open(filename).read())

to:

__version__ = '2.0.2.01'

save and delete __init__.pyc from the same directory. You can change the line back after building the package.

Last edited by Beini (2007-08-08 13:15:47)


archlinux x86_64 user || My PKGBUILDs

Offline

#58 2007-08-10 11:43:32

Ichji
Member
From: Hamburg, Germany
Registered: 2006-12-21
Posts: 13

Re: Frets on Fire

Running the latest binary from sourceforge works right out of the box (for me anyways)

Offline

#59 2007-08-10 13:04:21

Jacek Poplawski
Member
From: Poland
Registered: 2006-01-10
Posts: 736
Website

Re: Frets on Fire

Anyone tried on r300 DRI (Ati Radeon 9800 or X600 or similiar)?

Offline

#60 2007-08-10 14:02:05

Beini
Member
From: Finland
Registered: 2007-06-06
Posts: 78

Re: Frets on Fire

Jacek Poplawski wrote:

Anyone tried on r300 DRI (Ati Radeon 9800 or X600 or similiar)?

I use r300 DRI (X850XT). I had an "Invalid value" error when running the game but installing 'mesa', 'libgl-dri' and 'xf86-video-ati' from testing fixed it. Not sure which one of those actually did it smile


archlinux x86_64 user || My PKGBUILDs

Offline

Board footer

Powered by FluxBB