FoFiX 3.121 Ubuntu Installer (Automatic)

Discussion particular to FoFiX, its development, and themes
Forum rules
This topic is 12 years and 2 months old. Instead of replying, please begin a new topic, or search for another related topic that may be more suitable.
The tux power
User avatar
Borisdsp
Member
Posts: 287
Joined: July 23rd, 2008
Location: España
Reputation: 0
Contact:

FoFiX 3.121 Ubuntu Installer (Automatic)

Postby Borisdsp » Tue Jun 22, 2010 2:43 pm

I made a nice script, the script downloads everything, and gives you an executable.
You only need to give the installer execution permissions, and execute it in shell.
Here it is:
http://www.mediafire.com/?mgmmumnjywe
BUGS:
YOU HAVE TO MOVE THE SCRIPT TO YOUR HOME FOLDER OR IT WONT WORK!
To open the game, go to Home (User folder) / Games / FoFiX 3.121
Ciao :laugh:
Last edited by Borisdsp on Fri Jun 25, 2010 2:45 pm, edited 1 time in total.
Team Meteorito Official Member
The tux power
User avatar
Borisdsp
Member
Posts: 287
Joined: July 23rd, 2008
Location: España
Reputation: 0
Contact:

Re: FoFiX 3.121 Ubuntu Installer (Automatic)

Postby Borisdsp » Fri Jun 25, 2010 2:44 pm

Update: A friend tested it, and we found an error, YOU HAVE TO MOVE THE SCRIPT TO YOUR HOME FOLDER OR IT WONT WORK!
Team Meteorito Official Member
Surfpup
Member
Posts: 44
Joined: June 10th, 2007
Location: America
Reputation: 0
Contact:

Re: FoFiX 3.121 Ubuntu Installer (Automatic)

Postby Surfpup » Sun Jun 27, 2010 12:32 pm

It works perfectly, thanks!
Finished:
Circus Maximus - Biosfear (Amazing guitar)
Dream Theater - Pull Me Under (Amazing guitar)

Indefinite Hiatus:
Hurt - Ten Ton Brick (Having syncing issues)
Dream Theater - Pull Me Under (Drums)
The tux power
User avatar
Borisdsp
Member
Posts: 287
Joined: July 23rd, 2008
Location: España
Reputation: 0
Contact:

Re: FoFiX 3.121 Ubuntu Installer (Automatic)

Postby Borisdsp » Mon Jun 28, 2010 4:04 pm

Surfpup wrote:It works perfectly, thanks!

Thanks for commenting :smile:
Team Meteorito Official Member
loryjade
Member
Posts: 2
Joined: July 7th, 2010
Reputation: 0

Re: FoFiX 3.121 Ubuntu Installer (Automatic)

Postby loryjade » Wed Jul 07, 2010 8:23 pm

OK, I put the script in my home folder and ran it but for some reason I still can't run the game. When I try to run FoFiX, the following error comes up:
Could not display "/home/lory/Games/FoFiX 3.120/FoFiX".
The file is of an unknown type

I tried making it executable but no luck. Am I missing something? Thanks in advance for any help
The tux power
User avatar
Borisdsp
Member
Posts: 287
Joined: July 23rd, 2008
Location: España
Reputation: 0
Contact:

Re: FoFiX 3.121 Ubuntu Installer (Automatic)

Postby Borisdsp » Thu Jul 08, 2010 5:31 am

loryjade wrote:OK, I put the script in my home folder and ran it but for some reason I still can't run the game. When I try to run FoFiX, the following error comes up:
Could not display "/home/lory/Games/FoFiX 3.120/FoFiX".
The file is of an unknown type

I tried making it executable but no luck. Am I missing something? Thanks in advance for any help

The executable has errors with some people. You can open a shell/console and:
cd Games
cd "FoFiX 3.120"
cd src
python FoFiX.py
Team Meteorito Official Member
loryjade
Member
Posts: 2
Joined: July 7th, 2010
Reputation: 0

Re: FoFiX 3.121 Ubuntu Installer (Automatic)

Postby loryjade » Thu Jul 08, 2010 6:56 pm

That works. Thanks!
shopi2910
Member
Posts: 1
Joined: September 19th, 2010
Reputation: 0

Re: FoFiX 3.121 Ubuntu Installer (Automatic)

Postby shopi2910 » Sun Sep 19, 2010 2:46 pm

~/Games/FoFiX 3.120/src$ python FoFiX.py
Traceback (most recent call last):
File "FoFiX.py", line 102, in <module>
import OpenGL
ImportError: No module named OpenGL
any one can help me?
The tux power
User avatar
Borisdsp
Member
Posts: 287
Joined: July 23rd, 2008
Location: España
Reputation: 0
Contact:

Re: FoFiX 3.121 Ubuntu Installer (Automatic)

Postby Borisdsp » Tue Sep 21, 2010 1:32 pm

shopi2910 wrote:~/Games/FoFiX 3.120/src$ python FoFiX.py
Traceback (most recent call last):
File "FoFiX.py", line 102, in <module>
import OpenGL
ImportError: No module named OpenGL
any one can help me?

sudo apt-get install python-opengl
Team Meteorito Official Member
rodrigowilasco
Member
Posts: 3
Joined: August 29th, 2010
Reputation: 0

Re: FoFiX 3.121 Ubuntu Installer (Automatic)

Postby rodrigowilasco » Tue Sep 28, 2010 6:09 pm

rodrigo@rodrigo-desktop:~/Games/FoFiX 3.120/src$ python FoFiX.py
Traceback (most recent call last):
File "FoFiX.py", line 108, in <module>
from GameEngine import GameEngine
File "/home/rodrigo/Games/FoFiX 3.120/src/GameEngine.py", line 32, in <module>
from numpy import array, float32
ImportError: No module named numpy


CAN SOMEONE HELP ME? :/
The tux power
User avatar
Borisdsp
Member
Posts: 287
Joined: July 23rd, 2008
Location: España
Reputation: 0
Contact:

Re: FoFiX 3.121 Ubuntu Installer (Automatic)

Postby Borisdsp » Thu Sep 30, 2010 6:15 am

rodrigowilasco wrote:rodrigo@rodrigo-desktop:~/Games/FoFiX 3.120/src$ python FoFiX.py
Traceback (most recent call last):
File "FoFiX.py", line 108, in <module>
from GameEngine import GameEngine
File "/home/rodrigo/Games/FoFiX 3.120/src/GameEngine.py", line 32, in <module>
from numpy import array, float32
ImportError: No module named numpy


CAN SOMEONE HELP ME? :/

Mmm try:
sudo apt-get install python-numpy
Team Meteorito Official Member
rodrigowilasco
Member
Posts: 3
Joined: August 29th, 2010
Reputation: 0

Re: FoFiX 3.121 Ubuntu Installer (Automatic)

Postby rodrigowilasco » Sat Oct 09, 2010 6:54 pm

Thanks, it worked! \o/
b3nn1boy91
Member
Posts: 1
Joined: December 14th, 2011
Reputation: 0
Contact:

Re: FoFiX 3.121 Ubuntu Installer (Automatic)

Postby b3nn1boy91 » Wed Dec 14, 2011 8:15 am

I'll get this problem:

/Games/FoFiX 3.120/src$ python FoFiX.py
Traceback (most recent call last):
File "FoFiX.py", line 108, in <module>
from GameEngine import GameEngine
File "/home/benni/Games/FoFiX 3.120/src/GameEngine.py", line 33, in <module>
import pygame
ImportError: No module named pygame

can help pls?

-- Edit: Thu Dec 15, 2011 7:49 am --

last problem solved!
game is running!
BUT:
i915_program_error: Exceeded max ALU instructions (91 out of 64)
what does this mean?
Help please!
I like Keyboards!
User avatar
743rage
Member
Posts: 47
Joined: July 5th, 2011
Reputation: 0
Contact:

Re: FoFiX 3.121 Ubuntu Installer (Automatic)

Postby 743rage » Mon Jan 16, 2012 8:17 am

'oh my god' - Heavy (tf2)
and i deleted ubuntu -.-
Image
Image
Image
Image
Image

Image
Image
"The doctors X-rayed my head an found nothing."

Return to “FoFiX”

Who is online

Users browsing this forum: No registered users and 19 guests