Results 1 to 4 of 4
I installed frets on fire with
Code:
aptitude install fretsonfire
but it will not run. I tried running from the terminal and this is the error message. Please help. I ...
- 10-10-2008 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 6
Frets on Fire will not run
I installed frets on fire with
but it will not run. I tried running from the terminal and this is the error message. Please help. I installed using this same package in ubuntu, downloaded off the debian package website, and it worked fine. Why won't it work the same here?Code:aptitude install fretsonfire
Code:patrick@debian:~$ fretsonfire Traceback (most recent call last): File "./FretsOnFire.py", line 36, in <module> from GameEngine import GameEngine File "/usr/share/games/fretsonfire/game/GameEngine.py", line 23, in <module> from OpenGL.GL import * File "/usr/lib/python2.5/site-packages/OpenGL/GL/__init__.py", line 2, in <module> from OpenGL.raw.GL import * File "/usr/lib/python2.5/site-packages/OpenGL/raw/GL/__init__.py", line 6, in <module> from OpenGL.raw.GL.constants import * File "/usr/lib/python2.5/site-packages/OpenGL/raw/GL/constants.py", line 7, in <module> from OpenGL import platform, arrays File "/usr/lib/python2.5/site-packages/OpenGL/platform/__init__.py", line 57, in <module> _load() File "/usr/lib/python2.5/site-packages/OpenGL/platform/__init__.py", line 40, in _load plugin_class = _findPlatform( platform ) File "/usr/lib/python2.5/site-packages/OpenGL/platform/__init__.py", line 28, in _findPlatform return entrypoint.load() File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1912, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) File "/usr/lib/python2.5/site-packages/OpenGL/platform/glx.py", line 8, in <module> class GLXPlatform( baseplatform.BasePlatform ): File "/usr/lib/python2.5/site-packages/OpenGL/platform/glx.py", line 16, in GLXPlatform mode=ctypes.RTLD_GLOBAL File "/usr/lib/python2.5/site-packages/OpenGL/platform/ctypesloader.py", line 42, in loadLibrary return dllType( name, mode ) File "/usr/lib/python2.5/ctypes/__init__.py", line 348, in __init__ self._handle = _dlopen(self._name, mode) OSError: ('GL: cannot open shared object file: No such file or directory', 'GL', None)
- 10-10-2008 #2Linux User
- Join Date
- Feb 2006
- Posts
- 484
you need to install a 3D capable driver for your videocard.
According to the errormessages it can't open the GL lib routines because it's probaly not installed.
install the package xlibmesa-gl and your video card's driver.
- 10-10-2008 #3Just Joined!
- Join Date
- Oct 2008
- Posts
- 6
Thank you for the response, but I don't think it will work.
Code:debian:/home/patrick# aptitude search xlibmesa-gl p xlibmesa-gl - transitional package for Debian etch p xlibmesa-gl-dev - transitional package for Debian etch p xlibmesa-glu - transitional package for Debian etch v xlibmesa-glu-dev - debian:/home/patrick#
- 10-10-2008 #4Just Joined!
- Join Date
- Oct 2008
- Posts
- 6
I installed neverball and now frets on fire works.


Reply With Quote

