MFH Mod (FoFiX) 3.0xx (v3.030) (OLD)
@superalien: Can you try editing Resource.py inside your library.zip?
Around line 230, you should see something like this:
def load(self, target = None, name = None, function = lambda: None, synch = False, onLoad = None):
Replace it with:
def load(self, target = None, name = None, function = lambda: None, synch = True, onLoad = None):
Please tell me if it helps.
Around line 230, you should see something like this:
def load(self, target = None, name = None, function = lambda: None, synch = False, onLoad = None):
Replace it with:
def load(self, target = None, name = None, function = lambda: None, synch = True, onLoad = None):
Please tell me if it helps.
FoFiX GNU/Linux Releases and Patches (32bit and 64bit)
-
- Member
- Posts: 92
- Joined: November 14th, 2006
- Location: Denmark
- Reputation: 0
- Contact:
I'm having a big problem with my computer.. Dunno why tho.. It's the latest full installer version and everything is so super slow responsive..
Is there anything I can try? I've tried turning down all the graphics and set it to window mode..
I'm on a laptop, don't know if that has anything to say.. It's a Interl Core 2 Duo with a 256 MB Nvidia graphics card and 2 GB RAM..
Anybody else had these problems? Just a very slow responding menu.. Don't daaare to go into the game and check..
Is there anything I can try? I've tried turning down all the graphics and set it to window mode..
I'm on a laptop, don't know if that has anything to say.. It's a Interl Core 2 Duo with a 256 MB Nvidia graphics card and 2 GB RAM..
Anybody else had these problems? Just a very slow responding menu.. Don't daaare to go into the game and check..
-
- Member
- Posts: 4
- Joined: October 11th, 2008
- Location: argentina
- Reputation: 0
evilynux wrote:@superalien: Can you try editing Resource.py inside your library.zip?
Around line 230, you should see something like this:
def load(self, target = None, name = None, function = lambda: None, synch = False, onLoad = None):
Replace it with:
def load(self, target = None, name = None, function = lambda: None, synch = True, onLoad = None):
Please tell me if it helps.
i dont have resource.py in library, have resource.pyo but cant open whit python :S
i found resource.py in src folder and i change whit ur instruction but always crash in loading.
need more tips, i love rockband but is so hard play whit this bug.
++Create a new 99pct1.ogg from the ending crowd cheers from the live Eagles - Hotel California song (from the Hell Freezes Over tour)
Dude do you refer to my version?
Last edited by Gugered on Sat Oct 11, 2008 10:07 pm, edited 1 time in total.
@superalien: i'm not familiar with the windows packaging stuff... but i think you'll need to copy your src/Resource.py in your data/library.zip .
FoFiX GNU/Linux Releases and Patches (32bit and 64bit)
- doorknob60
- Member
- Posts: 34
- Joined: December 17th, 2007
- Reputation: 0
Quick need help :'( My parents are using OpenDNS for web filtering and when I try playing I get erros like this:
error: (99, 'Cannot assign requested address')
I google and it said turn off th firewall, but it's not the firewall, its the filter. It has a whitelist, but I don't know what the URL for the score server is. What would need to go on the whitelist for it to work? If you know talk to me on AIM if you have AIM: doorknob602
EDIT: found http://www.wembley1967.com/chart/uploadsp.php and it doesn't seem to be blocked...anything else that could be stopping it from working?
Here's the full error if it helps:
Traceback (most recent call last):
File "src/MainMenu.py", line 305, in harness
File "src/MainMenu.py", line 360, in newLocalGame
File "src/GameEngine.py", line 529, in startServer
File "src/Server.py", line 33, in
File "src/Network.py", line 178, in
File "/usr/lib/python2.4/asyncore.py", line 304, in bind
File "<string>", line 1, in bind
error: (99, 'Cannot assign requested address')
Turning off uploading scores doesn't help, I'd call that a bug, I should be able to play this game without relying on the internet -.- FIX PLZ!!!
EDIT: Okay it's not an OpenDNS problem, it works in Windows, it must be some weird Linux config file I messed up while installing (Arch...) Andyways I still think there's potential for a bug if I disable score uploading but it still tries (I'm assuming it's trying). Oh well I can boot into windows to play it for now.
error: (99, 'Cannot assign requested address')
I google and it said turn off th firewall, but it's not the firewall, its the filter. It has a whitelist, but I don't know what the URL for the score server is. What would need to go on the whitelist for it to work? If you know talk to me on AIM if you have AIM: doorknob602
EDIT: found http://www.wembley1967.com/chart/uploadsp.php and it doesn't seem to be blocked...anything else that could be stopping it from working?
Here's the full error if it helps:
Traceback (most recent call last):
File "src/MainMenu.py", line 305, in harness
File "src/MainMenu.py", line 360, in newLocalGame
File "src/GameEngine.py", line 529, in startServer
File "src/Server.py", line 33, in
File "src/Network.py", line 178, in
File "/usr/lib/python2.4/asyncore.py", line 304, in bind
File "<string>", line 1, in bind
error: (99, 'Cannot assign requested address')
Turning off uploading scores doesn't help, I'd call that a bug, I should be able to play this game without relying on the internet -.- FIX PLZ!!!
EDIT: Okay it's not an OpenDNS problem, it works in Windows, it must be some weird Linux config file I messed up while installing (Arch...) Andyways I still think there's potential for a bug if I disable score uploading but it still tries (I'm assuming it's trying). Oh well I can boot into windows to play it for now.
Last edited by doorknob60 on Sun Oct 12, 2008 3:04 am, edited 1 time in total.
My FoF Videos: Click!
-
- Member
- Posts: 4
- Joined: October 11th, 2008
- Location: argentina
- Reputation: 0
evilynux wrote:@superalien: i'm not familiar with the windows packaging stuff... but i think you'll need to copy your src/Resource.py in your data/library.zip .
After much searching I was able to put the file within the libary and operate the FOF, but still doing the same thing.
good attempt but I need more ideas
PD: evilynux, Thanks for your time and patience...
- cyberconan
- Member
- Posts: 13
- Joined: September 29th, 2008
- Reputation: 0
doorknob60 wrote:Quick need help :'( My parents are using OpenDNS for web filtering and when I try playing I get erros like this:
error: (99, 'Cannot assign requested address')
.
Hi,
I think you haven't localhost configured. Show if you have this lines in /etc/network/interfaces:
auto lo
iface lo inet loopback
If not, add in the top of file. Good luck!
Last edited by cyberconan on Sun Oct 12, 2008 10:58 am, edited 1 time in total.
Now Mudkip Flavour!
- BSRaven
- Member
- Posts: 5393
- Joined: August 29th, 2007
- Location: Furiously attempting to FC Gilberto Concerto.
- Reputation: 1
- Contact:
evilynux wrote:@BSRaven: Have you played with the settings?! e.g. Performance, FretBoard, Theme, Visual, etc.?
Yup. MegaLight Theme, no AntiAliasing, Guitar Solo/Bass Groove necks set to Off (only uses the normal one), Low SVG quality (if it does anything), 640x480 resolution... The only one that may be of any use is halving the audio buffer, if that does anything.
- KrazzyKlown
- Member
- Posts: 253
- Joined: September 20th, 2008
- Location: Kansas
- Reputation: 0
- Contact:
...the pain
- myfingershurt
- Member
- Posts: 1796
- Joined: April 9th, 2007
- Location: Northern Nevada, USA
- Reputation: 0
Leixner wrote:"-Add drum fill sections, with required green fret / cymbal hit at end to continue streak (or maybe to activate starpower instead) - detail post
---Add option to use the separate drum fill drum sounds as miss sounds, instead of the random sounds"
I´d pay you if you do that
lol... you've got my attention

Gugered - yes, the end of your Eagles song is, I think, much more appropriate than 99pct1.ogg (which I used a Wayne's World quote for, having nothing better to use at the time).
As far as I know, I'm still the only one creating sounds to be used for 99pctX.ogg and 100pctX.ogg. Nobody's ever posted or PM'd any alternates, even though at one point there was a lot of complaining that there was only one sound for 99 & 100%.
- eggyegg500
- Member
- Posts: 33
- Joined: October 3rd, 2008
- Reputation: 0
...the pain
- myfingershurt
- Member
- Posts: 1796
- Joined: April 9th, 2007
- Location: Northern Nevada, USA
- Reputation: 0
eggyegg500 wrote:Downloaded...ran the .EXE...message "NTDVM CPU encounterd an illegal instruction click close to terminate the app...click ignore...empty command prompt...HELP PLEASE!!!
from the first post -.-
PLEASE NOTE if you cannot even get a basic version of Frets on Fire working, this mod will not fix your problem. Furthermore, I will not help you get the game working. There are plenty of other support threads on this forum that can help you troubleshoot. Once you have a basic version of FoF working, then you are ready to try this mod.
Return to “FOF Mod Discussion and Support”
Who is online
Users browsing this forum: No registered users and 21 guests