FoFiX v3.1xx development thread
Forum rules
- Read the rule stickies, especially ***** FORUM RULES • PLEASE READ BEFORE POSTING HERE! *****, before you post.
- If you are thinking about running from git, please do the entire community a favor and read this thread first. It contains some important information that anyone thinking about running from git should be familiar with.
Re: FoFiX v3.1xx development thread
I see there are a couple of questions about the Windows patches. I did not create them, i simply linked to them as John [Stumpo] suggested. Unfortunatly John will be unavailable for the next 2-3 days so i'll try my best to guess answers.
About the "not finding OpenGL" issue. Make sure you've installed the patch OVER a previous 3.100 Final installation.
@death_au, thanks for confirming my suspicion that i was unable to confirm. The python2.6 build includes pyopengl3.x which is slower (in direct-mode drawing). I'll change the summary page to make this explicit.
Edit: Modified summary page at googlecode, hope this makes things clearer.
About the "not finding OpenGL" issue. Make sure you've installed the patch OVER a previous 3.100 Final installation.
@death_au, thanks for confirming my suspicion that i was unable to confirm. The python2.6 build includes pyopengl3.x which is slower (in direct-mode drawing). I'll change the summary page to make this explicit.
Edit: Modified summary page at googlecode, hope this makes things clearer.
Last edited by evilynux on Mon Apr 20, 2009 6:40 pm, edited 1 time in total.
FoFiX GNU/Linux Releases and Patches (32bit and 64bit)
Rocker Troll
- KaelemGaen
- Member
- Posts: 47
- Joined: December 24th, 2008
- Reputation: 0
Re: FoFiX v3.1xx development thread
Oh, and something else, if you use the Alpha and the Beta on the same system, you might have trouble saving the settings, since they both use Fofix.ini and it only makes the one in the appdata fofix folder.
Is there anyway currently to get the Alpha to read a different configuration file?
Is there anyway currently to get the Alpha to read a different configuration file?
Re: FoFiX v3.1xx development thread
KaelemGaen wrote:Oh, and something else, if you use the Alpha and the Beta on the same system, you might have trouble saving the settings, since they both use Fofix.ini and it only makes the one in the appdata fofix folder.
Is there anyway currently to get the Alpha to read a different configuration file?
I'm not sure about this on Windows, but on GNU/Linux and MacOS X you can create a fofix.ini in the game folder. If the game finds a fofix.ini in the game folder, it uses that one.
FoFiX GNU/Linux Releases and Patches (32bit and 64bit)
Blue Heaven!
- death_au
- Member
- Posts: 3991
- Joined: December 12th, 2007
- Location: Australia
- Reputation: 7
- Contact:
Re: FoFiX v3.1xx development thread
evilynux wrote:KaelemGaen wrote:Oh, and something else, if you use the Alpha and the Beta on the same system, you might have trouble saving the settings, since they both use Fofix.ini and it only makes the one in the appdata fofix folder.
Is there anyway currently to get the Alpha to read a different configuration file?
I'm not sure about this on Windows, but on GNU/Linux and MacOS X you can create a fofix.ini in the game folder. If the game finds a fofix.ini in the game folder, it uses that one.
That's how it works in windows, too.
Oh, and I haven't actually looked at john's patches, I was just going by what he'd said

-
- Member
- Posts: 5
- Joined: December 19th, 2007
- Reputation: 0
Re: FoFiX v3.1xx development thread
Code: Select all
Traceback (most recent call last):
File "FretsOnFire.py", line 38, in ?
File "GameEngine.pyo", line 31, in ?
File "OpenGL\__init__.pyo", line 27, in ?
File "OpenGL\GL\__init__.pyo", line 2, in ?
File "OpenGL\GL\GL__init__.pyo", line 5, in ?
File "OpenGL\GL\_GL__init__.pyo", line 12, in ?
File "OpenGL\GL\_GL__init__.pyo", line 10, in __load
ImportError: DLL load failed: Não foi possível encontrar o módulo especificado.
???????????????
**ImportError: DLL load failed: The specified module could not be found.
**FoFiX 3.120 Beta python 2.4 and pyopengl 2.x
Re: FoFiX v3.1xx development thread
thiago.longo wrote:Code: Select all
Traceback (most recent call last):
File "FretsOnFire.py", line 38, in ?
File "GameEngine.pyo", line 31, in ?
File "OpenGL\__init__.pyo", line 27, in ?
File "OpenGL\GL\__init__.pyo", line 2, in ?
File "OpenGL\GL\GL__init__.pyo", line 5, in ?
File "OpenGL\GL\_GL__init__.pyo", line 12, in ?
File "OpenGL\GL\_GL__init__.pyo", line 10, in __load
ImportError: DLL load failed: Não foi possível encontrar o módulo especificado.
???????????????
**ImportError: DLL load failed: The specified module could not be found.
**FoFiX 3.120 Beta python 2.4 and pyopengl 2.x
*Sigh*
evilynux wrote:About the "not finding OpenGL" issue. Make sure you've installed the patch OVER a previous 3.100 Final installation.
-
- Member
- Posts: 5
- Joined: December 19th, 2007
- Reputation: 0
Re: FoFiX v3.1xx development thread
Lysdestic wrote:thiago.longo wrote:Code: Select all
Traceback (most recent call last):
File "FretsOnFire.py", line 38, in ?
File "GameEngine.pyo", line 31, in ?
File "OpenGL\__init__.pyo", line 27, in ?
File "OpenGL\GL\__init__.pyo", line 2, in ?
File "OpenGL\GL\GL__init__.pyo", line 5, in ?
File "OpenGL\GL\_GL__init__.pyo", line 12, in ?
File "OpenGL\GL\_GL__init__.pyo", line 10, in __load
ImportError: DLL load failed: Não foi possível encontrar o módulo especificado.
???????????????
**ImportError: DLL load failed: The specified module could not be found.
**FoFiX 3.120 Beta python 2.4 and pyopengl 2.x
*Sigh*evilynux wrote:About the "not finding OpenGL" issue. Make sure you've installed the patch OVER a previous 3.100 Final installation.
Everything is correct, the error still continues.
1º:Download 3.100 Full for Windows
2º:Install
3º:3.100 Final to 3.120~beta1 Patch for Windows
4º:Pacth
5º:Tada !! Error !
Last edited by thiago.longo on Mon Apr 20, 2009 7:06 pm, edited 1 time in total.
Rocker Troll
- KaelemGaen
- Member
- Posts: 47
- Joined: December 24th, 2008
- Reputation: 0
Re: FoFiX v3.1xx development thread
thiago.longo wrote:**ImportError: DLL load failed: The specified module could not be found.
**FoFiX 3.120 Beta python 2.4 and pyopengl 2.x
Did you install the 3.120~beta1 patch OVER an existing 3.100 final installation?
If so, i'm clueless... again, i can't test the windows binaries.
Edit: Based on your update, sorry thiago.longo, i don't know what's wrong. Note that i don't understand how this patch could possibly not work for you while it does for others...
FoFiX GNU/Linux Releases and Patches (32bit and 64bit)
-
- Member
- Posts: 5
- Joined: December 19th, 2007
- Reputation: 0
Re: FoFiX v3.1xx development thread
evilynux wrote:thiago.longo wrote:**ImportError: DLL load failed: The specified module could not be found.
**FoFiX 3.120 Beta python 2.4 and pyopengl 2.x
Did you install the 3.120~beta1 patch OVER an existing 3.100 final installation?
If so, i'm clueless... again, i can't test the windows binaries.
Edit: Based on your update, sorry thiago.longo, i don't know what's wrong.
Ok....
In 3.120 beta1 version with python 2.6 and pyopengl 3.x, the screen goes all black and the game does not open.
Uncle Fester
- slantyr
- Member
- Posts: 759
- Joined: March 10th, 2008
- Location: the great white north
- Reputation: 0
Re: FoFiX v3.1xx development thread
2.6 gives a slightly lower framerate that is rock solid for me, 2.4 runs a little higher fps (10fps) but will have at least a couple of streak breaking lags per song
this problem gets worse if you play more than one song before restarting the app
also john stumpo added an option to turn off psyco support that improved performance to almost even on my system
this problem gets worse if you play more than one song before restarting the app
also john stumpo added an option to turn off psyco support that improved performance to almost even on my system
Re: FoFiX v3.1xx development thread
slantyr wrote:2.6 gives a slightly lower framerate that is rock solid for me, 2.4 runs a little higher fps (10fps) but will have at least a couple of streak breaking lags per song
this problem gets worse if you play more than one song before restarting the app
also john stumpo added an option to turn off psyco support that improved performance to almost even on my system
I wish that would also be my case... but it's far from it.
Note that i've an amd64 so I never used psyco [which is only avail. for i386 CPUs].
FoFiX GNU/Linux Releases and Patches (32bit and 64bit)
Uncle Fester
- slantyr
- Member
- Posts: 759
- Joined: March 10th, 2008
- Location: the great white north
- Reputation: 0
Re: FoFiX v3.1xx development thread
right on, i just think people should try 2.6 first
it's less memory greedy (on all systems?) and more stable on some
it's less memory greedy (on all systems?) and more stable on some
Re: FoFiX v3.1xx development thread
slantyr wrote:right on, i just think people should try 2.6 first
it's less memory greedy (on all systems?) and more stable on some
Actually, i'd agree to recommand trying python >= 2.5 if we would have built binaries off of pyopengl 2.x+python >= 2.5.
FoFiX GNU/Linux Releases and Patches (32bit and 64bit)
Who is online
Users browsing this forum: No registered users and 6 guests