Frets on Fire 1.3.110
This topic is 1 year and 11 months old. Instead of replying, please begin a new topic, or search for another related topic that may be more suitable.
変なの、信じられない
- vedicardi
- Member
- Posts: 8614
- Joined: August 22nd, 2007
- Location: 近寄らないで、汚らわしい
- Reputation: 5
- Contact:
Acquired NinjA Power
- NinjAstar
- Member
- Posts: 594
- Joined: August 11th, 2008
- Location: Up In The Sky
- Reputation: 0
Re: Frets on Fire 1.3.110
vedicardi wrote:If MFH could adapt his mod for this that'd be epic
Until that happens its best to stay with 1.2.451.


Currently Fretting: I Am The Law - Anthrax
Megadeth - Youthanasia (1994)
NinjAstar Hero (WIP) (10/63 songs done)
Re: Frets on Fire 1.3.110
Every Frets On Fire version looks the same.
I love this word: BOZOBOZOBOZOBOZOBOZO!!!
Heartbeaker - Pat Benatar
Bozo Hero
Wait! The noobs better know this sooner or later. SEARCH!
Bozo999 (Cheers to BlackFate!)
Heartbeaker - Pat Benatar
Bozo Hero
Wait! The noobs better know this sooner or later. SEARCH!
Bozo999 (Cheers to BlackFate!)
- Azzco
- Member
- Posts: 1308
- Joined: August 15th, 2007
- Location: Trelleborg, Scania, Sweden
- Reputation: 0
- Contact:
Re: Frets on Fire 1.3.110
Bozo999 wrote:Every Frets On Fire version looks the same.
This version was just a minor bugfix there's no new features and no new art so that's not a surprise. AFAIK most FoF relases are bug fixes and feature addition, and the theme has remained the same.
If you want it to look any different there's mods and I guess that's what the developers had in mind when the made a folder for mods in fof/data.
Just trying to say that that wasn't one of the brightest posts. ;)

(k)Ubuntu 8.10 skyscraper 2.6.27-11-generic i686 GNU/Linux KDE 4.2.0
It's not like I dislike sleeping, I really do like it to be honest. It's the whole wake up/go to sleep business I don't like.
Mass Effect FTW :)
- BlackFate
- Member
- Posts: 5272
- Joined: October 9th, 2006
- Location: From Wales, now in Sheffield
- Reputation: 1
Re: Frets on Fire 1.3.110
Bozo999 wrote:Every Frets On Fire version looks the same.
You are clearly wrong.
Fretsonfire version 1.1.324-

Fretsonfire version 1.2.451-

Same? I think not.

Mike.
Bridged To The Sun.
- acrox999
- Member
- Posts: 3597
- Joined: March 22nd, 2008
- Location: /opt/bin/fretsonfire
- Reputation: 1
- Contact:
Re: Frets on Fire 1.3.110
Yeah. He's stupid. Never played an older version of FOF.
Last edited by acrox999 on Tue Dec 09, 2008 2:45 am, edited 3 times in total.
abloobloo
- RedShadow
- Member
- Posts: 2393
- Joined: June 9th, 2008
- Location: Forsaken Fortress
- Reputation: 2
- Contact:
Re: Frets on Fire 1.3.110
in my computer it didnt even started...
blackfriday told me it was only for Intel macs...
i think that was a bad move

blackfriday told me it was only for Intel macs...
i think that was a bad move


Re: Frets on Fire 1.3.110
1.3.110 crashes more than 1.2.512 or the previous version for me
laggy on the menus and completely locks up after selecting the difficulty
crashes every time settings are applied It seems this python was compiled with visual c++ (crahes with a visual c++ runtime error) which i have experienced being a very buggy compiler (and also having very poor standards compliance) so I suspect that is part of the problem compile with GCC and mingw and I bet it will be more stable
also the versions have gotten progressively slower each release I have a geforce2 mx 400 and it is plenty to play this game (1.3.110 plays fine on a nearly identical Linux box I have)
laggy on the menus and completely locks up after selecting the difficulty
crashes every time settings are applied It seems this python was compiled with visual c++ (crahes with a visual c++ runtime error) which i have experienced being a very buggy compiler (and also having very poor standards compliance) so I suspect that is part of the problem compile with GCC and mingw and I bet it will be more stable
also the versions have gotten progressively slower each release I have a geforce2 mx 400 and it is plenty to play this game (1.3.110 plays fine on a nearly identical Linux box I have)
I am NOT a N00b!
- wakethefallen
- Member
- Posts: 91
- Joined: September 6th, 2008
- Reputation: 0
Re: Frets on Fire 1.3.110
honestly, if there was a way to select your own hitwindows/hopos, then I would keep a copy of this on my
desktop right beside MFH 3.00
desktop right beside MFH 3.00
not a robot
- raph666
- Administrator
- Posts: 2425
- Joined: March 9th, 2007
- Location: dans la mer du nord
- Reputation: 20
- Contact:
Re: Frets on Fire 1.3.110
cb88 wrote:crashes every time settings are applied It seems this python was compiled with visual c++ (crahes with a visual c++ runtime error) which i have experienced being a very buggy compiler (and also having very poor standards compliance) so I suspect that is part of the problem compile with GCC and mingw and I bet it will be more stable
At first I thought "What the hell, let's try another compiler" but I quickly realized there was something very wrong. "It seems this python was compiled with visual c++"
This is not how it works. The error is referencing to the Visual C++ Runtime and actually comes from a segmentation fault caused by the game (running with the verbose flag shows "pygame parachute").
This said, I also thought the linux version was much stabler than the windows version, there is definitely something wrong with it but the visual c++ runtime error does not come from the packaging as you will get the same error when running from source code.
Re: Frets on Fire 1.3.110
I can see where you are coming from on that....
when i say this python i was meaning all of the binaries in general ... but anyway
so is it the runtime itself crashing or is it a runtime error? are you implying that you recompiled it with a compiler other than visual c++?
trying FoFix atm... perhaps I will fare better
when i say this python i was meaning all of the binaries in general ... but anyway
so is it the runtime itself crashing or is it a runtime error? are you implying that you recompiled it with a compiler other than visual c++?
trying FoFix atm... perhaps I will fare better
Last edited by cb88 on Wed Nov 26, 2008 12:45 am, edited 1 time in total.
not a robot
- raph666
- Administrator
- Posts: 2425
- Joined: March 9th, 2007
- Location: dans la mer du nord
- Reputation: 20
- Contact:
Re: Frets on Fire 1.3.110
cb88 wrote:are you implying that you recompiled it with a compiler other than visual c++?
No, you cannot do that. As I said, It is not compiled with visual c++ to begin with. It is run through the python interpreter-compiler.
Re: Frets on Fire 1.3.110
python itself WAS compiled with visual c++ 
did you try recompiling python is what I mean to ask obviously you wouldn't recompile the python sources .py etc...... although it is possible to compile the runtime (python that is) in so it seems like a compiled program.

did you try recompiling python is what I mean to ask obviously you wouldn't recompile the python sources .py etc...... although it is possible to compile the runtime (python that is) in so it seems like a compiled program.
- KrazzyKlown
- Member
- Posts: 253
- Joined: September 20th, 2008
- Location: Kansas
- Reputation: 0
- Contact:
Re: Frets on Fire 1.3.110
MarvinPA wrote::crying: What happened to RF?
He said there'd be a Rockmeter and J Power. Maybe he moved on...

- eggyegg500
- Member
- Posts: 33
- Joined: October 3rd, 2008
- Reputation: 0
Re: Frets on Fire 1.3.110
ALL the versions start and when i go and start a game Bfore the fretboard starts moving the game says:an error occured see frets on fire.exe.log for details
THE EGG
Who is online
Users browsing this forum: No registered users and 3 guests