FoFiX 4.0.0 Development Thread

Discussion particular to FoFiX, its development, and themes
Forum rules
This topic is 2 years and 3 months old. Instead of replying, please begin a new topic, or search for another related topic that may be more suitable.
max_rodolfo
Member
Posts: 69
Joined: September 24th, 2009
Reputation: 0

Re: FoFiX 4.0.0 Development Thread

Postby max_rodolfo » Thu Oct 22, 2009 8:26 pm

yes i install py ogg py game py vorbis all the required libraries alll! are installed men....
Bridged To The Sun.
User avatar
acrox999
Member
Posts: 3597
Joined: March 22nd, 2008
Location: /opt/bin/fretsonfire
Reputation: 1
Contact:

Re: FoFiX 4.0.0 Development Thread

Postby acrox999 » Sat Oct 24, 2009 12:22 pm

I've made a new issue regarding the problem, 'Practice can save highscores and upload highscores.'
FoFiX issue 1067
Uncle Fester
User avatar
slantyr
Member
Posts: 759
Joined: March 10th, 2008
Location: the great white north
Reputation: 0

Re: FoFiX 4.0.0 Development Thread

Postby slantyr » Sun Oct 25, 2009 7:37 am

hooray, album art works again :cool:

am i missing something simple?

ever since we switched to the rockmeter.ini my tails have been purple instead of cyan during starpower
Image
Bridged To The Sun.
User avatar
acrox999
Member
Posts: 3597
Joined: March 22nd, 2008
Location: /opt/bin/fretsonfire
Reputation: 1
Contact:

Re: FoFiX 4.0.0 Development Thread

Postby acrox999 » Sun Oct 25, 2009 7:40 am

Haha, yeah. I noticed that too.
I'm Brazilian
User avatar
Italo_Hellboy
Member
Posts: 195
Joined: June 23rd, 2008
Reputation: 0
Contact:

Re: FoFiX 4.0.0 Development Thread

Postby Italo_Hellboy » Sun Oct 25, 2009 7:56 am

icons in setlist don't work ?
Sorry for bad english !! I'm Brazilian
Image
nwru_kalma5003
Member
Posts: 3
Joined: November 20th, 2009
Reputation: 0

Re: FoFiX 4.0.0 Development Thread

Postby nwru_kalma5003 » Fri Nov 20, 2009 10:34 am

FoFiX crashes when I'm trying to play songs with multiple tracks (I mean rhythm and song). Windows gives "Runtime Error".

I'm using Vista 32b and FoFiX is version 3.120.

Code: Select all

(D) Song.getAvailableLibraries function call...library = D:\Pelit\FoFiX\data\songs\Rockband 2\Tier 07 - Impossible
(D) Dialogs.libraryListLoaded() function call...
(D) Dialogs.py: Finished inserting blank spaces in self.songs.
(D) Dialogs.py: Finished filtering doubled blank spaces in self.songs.
(D) Dialogs.songListLoaded.
(D) View: Pop: LoadingSplashScreen
(D) View: Push: SongChooser
(D) View: Pop: SongChooser
(D) Retrieving sections from: D:\Pelit\FoFiX\data\songs\Rockband 2\Tier 07 - Impossible\Mastodon - Colony of Birchmen\notes-unedited.mid
(D) Practice start position retrieved: 0.0
(D) Retrieving parts from: D:\Pelit\FoFiX\data\songs\Rockband 2\Tier 07 - Impossible\Mastodon - Colony of Birchmen\notes-unedited.mid
(D) MIDI Type identified as RB
(D) View: Push: ItemChooser
(D) View: Push: Menu
(D) View: Pop: Menu
(D) View: Pop: ItemChooser
(D) View: Pop: ItemChooser
(D) View: Push: ItemChooser
(D) View: Push: Menu
(D) 3 phrases taught.
(D) Learned about Scene.ControlEvent, 3 phrases now known.
(D) View: Pop: Menu
(D) View: Pop: ItemChooser
(D) 6 phrases taught.
(D) View: Pop: ItemChooser
(D) 4 phrases taught.
(D) 5 phrases taught.
(D) Learned about Scene.ControlData, 6 phrases now known.
(D) Learned about World.DeleteScene, 4 phrases now known.
(D) 7 phrases taught.
(D) 8 phrases taught.
(D) Learned about World.SceneDeleted, 7 phrases now known.
(D) Learned about World.CreateScene, 5 phrases now known.
(D) Learned about World.SceneLeft, 8 phrases now known.
(D) View: Pop: SongChoosingSceneClient
(D) GuitarSceneClient init...
(D) View: Push: LoadingSplashScreen
(D) [4, 3, 7, 8, 6, 5]
(D) Simple tails used; complex tail loading error...
(D) GuitarScene keysList: [[64, 256, 1024, 4096, 16384, 128, 512, 2048, 8192, 32768]]
(D) loadSong function call (song.py)...
(D) Retrieving parts from: D:\Pelit\FoFiX\data\songs\Rockband 2\Tier 07 - Impossible\Mastodon - Colony of Birchmen\notes-unedited.mid
(D) MIDI Type identified as RB


Code ends here...
World is in flames!!
User avatar
kilipeti
Member
Posts: 324
Joined: October 28th, 2008
Reputation: 0
Contact:

Re: FoFiX 4.0.0 Development Thread

Postby kilipeti » Sat Nov 21, 2009 6:45 am

Best wishes and Best of luck for your work dudes!
I really appreciate you, because FoFiX is the best computer game i've ever played.
Thanks a lot for your work, and for FoFiX!
caiowatanabe
Member
Posts: 67
Joined: July 15th, 2008
Location: Brazil
Reputation: 0

Re: FoFiX 4.0.0 Development Thread

Postby caiowatanabe » Sat Nov 21, 2009 12:27 pm

i keep having this error while trying to play on rock band theme r93 i think

Code: Select all

(E) Recursive exception:Traceback (most recent call last):
  File "C:\FoFiX\src\GameEngine.py", line 1125, in run
    return self.mainloop()
  File "C:\FoFiX\src\GameEngine.py", line 1100, in main
    self.view.render()
  File "C:\FoFiX\src\View.py", line 256, in render
    layer.render(self.visibility[layer], layer == self.layers[-1])
  File "C:\FoFiX\src\GuitarScene.py", line 5705, in render
    Scene.render(self, visibility, topMost) #MFH - I believe this eventually calls the renderGuitar function, which also involves two viewports... may not be easy to move this one...
  File "C:\FoFiX\src\Scene.py", line 93, in render
    self.render3D()
  File "C:\FoFiX\src\GuitarScene.py", line 4268, in render3D
    self.stage.render(self.visibility)
  File "C:\FoFiX\src\Stage.py", line 383, in render
    self.rockmeter.render(visibility)
  File "C:\FoFiX\src\Rockmeter.py", line 756, in render
    layer.render(visibility)
  File "C:\FoFiX\src\Rockmeter.py", line 77, in render
    effect.apply(i)
  File "C:\FoFiX\src\Rockmeter.py", line 400, in apply
    except:  self.layer.scale = (eval(self.opt.get("xscale")), eval(self.opt.get("yscale")))
  File "<string>", line 1, in <module>
AttributeError: 'bool' object has no attribute 'widthf'
I forget. LETS ROCK!
User avatar
jfosheezy
Member
Posts: 920
Joined: June 22nd, 2008
Location: The deepest pits of hell
Reputation: 1

Re: FoFiX 4.0.0 Development Thread

Postby jfosheezy » Sat Nov 21, 2009 12:39 pm

ok i downloaded every thing needed and had the videos needed but i still cant get video playback
ImageImage
Image
Image
Image
Image
FoFiX Dev/Mod Squad
User avatar
jstump91
Member
Posts: 837
Joined: September 21st, 2008
Location: Baltimore, MD (US)
Reputation: 0
Contact:

Re: FoFiX 4.0.0 Development Thread

Postby jstump91 » Sat Nov 21, 2009 2:41 pm

jfosheezy wrote:ok i downloaded every thing needed and had the videos needed but i still cant get video playback


In ***** FORUM RULES • PLEASE READ BEFORE POSTING HERE! *****, jstump91 wrote:
  • Know your log file. It's called "fofix.log". It is here:
    1. in Windows: Your game folder
    2. in GNU/Linux: ~/.fofix
    3. in Mac OS X: ~/Library/Logs.
    Always post it whenever you are reporting an error. Use a spoiler, collapse or code tag, because it's often long.
jstump91, a.k.a. john.stumpo, a.k.a. stump
jstump.com | stump's blog | FoFiX development | My own code
Can't find a Windows build of the Python module you need? Try my mediafire!
Don't say "Python can't do [insert task here]." Python can do anything with the right modules - said modules may just not have been written yet.
"Python - why settle for snake oil when you can have the whole snake?" --Mark Jackson
Did you search before you posted? Did you read the rules for the subforum you are posting in?
I forget. LETS ROCK!
User avatar
jfosheezy
Member
Posts: 920
Joined: June 22nd, 2008
Location: The deepest pits of hell
Reputation: 1

Re: FoFiX 4.0.0 Development Thread

Postby jfosheezy » Sat Nov 21, 2009 8:27 pm

*facepalm*
i knew i forgot something
i did what the wiki told me "intro.avi in data,themes,theme_name,menu"
i downloaded everything
using r1972
no video playback at all

Spoiler:(D) Checking MIDI output ports for a wavetable or synth for sound generation...
(D) MIDI output port count = 1
(D) MIDI Output port 0 found: Microsoft GS Wavetable SW Synth
(D) GameEngine class init (GameEngine.py)...
(D) FoFiX v3.120 Final starting up...
(D) pygame version: 1.9.1release-svn2575
(D) Initializing audio.
(D) Audio configuration: (44100, -16, 2)
(D) Initializing pygame.mixer & audio system at 44100 Hz.
(D) Initializing video.
(D) 0 joysticks found.
(W) No MIDI input ports found.
(D) Star ding sound not found, loading another sound.
(D) 6 guitscw sounds found in themes\Guitar Hero II\sounds: guitscw1.ogg - guitscw6.ogg
(W) Guitar Hero II\sounds\ failsound.ogg not found -- using general failsound.ogg instead.
(D) 6 guitscw sounds found in themes\Guitar Hero II\sounds: guitscw1.ogg - guitscw6.ogg
(W) Guitar Hero II\sounds\starpowerready.ogg not found -- using starpower.ogg instead.
(W) Guitar Hero II\sounds\crowdcheers.ogg not found -- using data\sounds\crowdcheers.ogg instead.
(W) Guitar Hero II\sounds\staractivate.ogg not found -- using starpower.ogg instead.
(W) Guitar Hero II\soundsattleused.ogg not found -- using starpower.ogg instead.
(W) Guitar Hero II\sounds\stardeactivate.ogg not found -- sound disabled.
(D) 8 drumscw sounds found in sounds: drumscw1.ogg - drumscw8.ogg
(W) Guitar Hero II\sounds
escue.ogg not found -- using starpower.ogg instead.
(W) Guitar Hero II\sounds\coopfail.ogg not found -- using out.ogg instead
(D) Default animated stage for Guitar Hero II theme = Normal
(D) Ready.
(D) 6 bassscw sounds found in sounds: bassscw1.ogg - bassscw6.ogg
(D) View: Push: MainMenu
(D) View: Push: Menu
(D) View: Push: ControlActivator
(D) View: Pop: ControlActivator
(D) Starting server.
(D) Connecting to host 127.0.0.1.
(D) View: Pop all
(D) View: Pop: MainMenu
(D) View: Pop: Menu
(D) Session #1 connected.
(D) View: Pop: Menu
(D) View: Push: Lobby
(D) View: Pop: MainMenu
(D) Connected as session #1.
(D) 1 phrases taught.
(D) 2 phrases taught.
(D) Learned about World.CreatePlayer, 1 phrases now known.
(D) 1 phrases taught.
(D) Learned about World.PlayerJoined, 1 phrases now known.
(D) Learned about World.StartGame, 2 phrases now known.
(D) 2 phrases taught.
(D) 3 phrases taught.
(D) 4 phrases taught.
(D) 5 phrases taught.
(D) Learned about World.GameStarted, 2 phrases now known.
(D) View: Pop: Lobby
(D) Learned about World.SceneCreated, 3 phrases now known.
(D) Song select submenu position tuple: None
(D) Learned about World.EnterScene, 4 phrases now known.
(D) Learned about World.SceneEntered, 5 phrases now known.
(D) View: Push: SongChoosingSceneClient
(D) Songlist artist colors: (0.25098039215686274, 0.25098039215686274, 0.25098039215686274) / (0.30980392156862746, 0.41176470588235292, 1.0)
(D) song_cd_xpos found: None
(D) song_cdscore_xpos found: None
(D) song_list_xpos found: None
(D) song_listscore_xpos found: None
(D) song_listcd_cd_xpos found: None
(D) song_listcd_cd_ypos found: None
(D) song_listcd_score_xpos found: None
(D) song_listcd_score_ypos found: None
(D) song_listcd_list_xpos found: None
(D) Dialogs.loadCollection() function call...
(D) View: Push: LoadingSplashScreen
(D) Song.getAvailableLibraries function call...library = songs
(D) Dialogs.libraryListLoaded() function call...
(D) Dialogs.py: Finished inserting blank spaces in self.songs.
(D) Dialogs.py: Finished filtering doubled blank spaces in self.songs.
(D) Dialogs.songListLoaded.
(D) View: Pop: LoadingSplashScreen
(D) View: Push: SongChooser
(D) Retrieving parts from: data\songs\Tenacious D - Tribute\notes.mid
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\Tenacious D - Master Exploder\notes-unedited.mid
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\B.4_Hangar 18\notes.mid
(D) MIDI Type identified as GH
(D) Retrieving parts from: data\songs\Slayer - Silent Scream\notes.mid
(D) MIDI Type identified as WT
(D) Retrieving parts from: data\songs\Dethklok - Deththeme\notes.mid
(D) Improperly named tracks. Attempting to force first track guitar.
(D) MIDI Type identified as GH
(D) loadSong function call (song.py)...
(D) Retrieving parts from: data\songs\Slayer - Silent Scream\notes.mid
(D) MIDI Type identified as WT
(D) Song with only a single audio track identified - single-track miss volume applied: 1.0
(D) Retrieving parts from: data\songs\Tenacious D - The Metal\notes.mid
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\Alien Ant Farm - Smooth Criminal\notes.mid
(D) MIDI Type identified as RB
(D) loadSong function call (song.py)...
(D) Retrieving parts from: data\songs\Tenacious D - Tribute\notes.mid
(D) MIDI Type identified as RB
(D) Song with only a single audio track identified - single-track miss volume applied: 1.0
(D) Retrieving parts from: data\songs\Disturbed - Stupify\notes.mid
(D) MIDI Type identified as RB
(D) loadSong function call (song.py)...
(D) Retrieving parts from: data\songs\Tenacious D - The Metal\notes.mid
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\White Zombie - More Human Than Human\notes.mid
(D) Song with only a single audio track identified - single-track miss volume applied: 1.0
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\Rage Against the Machine - Guerilla Radio\notes.mid
(D) MIDI Type identified as RB
(D) loadSong function call (song.py)...
(D) Retrieving parts from: data\songs\Disturbed - Stupify\notes.mid
(D) MIDI Type identified as RB
(D) Song with only a single audio track identified - single-track miss volume applied: 1.0
(D) loadSong function call (song.py)...
(D) Retrieving parts from: data\songs\Rage Against the Machine - Guerilla Radio\notes.mid
(D) MIDI Type identified as RB
(D) Song with only a single audio track identified - single-track miss volume applied: 1.0
(D) New library selected: songs\Rock Band The Beatles Remastered
(D) Dialogs.loadCollection() function call...
(D) View: Push: LoadingSplashScreen
(D) Song.getAvailableLibraries function call...library = songs\Rock Band The Beatles Remastered
(D) Dialogs.libraryListLoaded() function call...
(D) Dialogs.py: Finished inserting blank spaces in self.songs.
(D) Dialogs.py: Finished filtering doubled blank spaces in self.songs.
(D) Dialogs.songListLoaded.
(D) View: Pop: LoadingSplashScreen
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\1.1 Yellow Submarine\notes.mid
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\1.2 Lucy in the Sky with Diamonds\notes.mid
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\1.3 If I Needed Someone\notes.mid
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\1.4 Getting Better\notes.mid
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\1.5 Eight Days a Week\notes.mid
(D) MIDI Type identified as RB
(D) loadSong function call (song.py)...
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\1.3 If I Needed Someone\notes.mid
(D) MIDI Type identified as RB
(D) Song with only a single audio track identified - single-track miss volume applied: 1.0
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\1.6 Do You Want To Know A Secret\notes.mid
(D) MIDI Type identified as RB
(D) View: Pop: SongChooser
(D) Retrieving sections from: data\songs\Rock Band The Beatles Remastered\1.1 Yellow Submarine\notes.mid
(D) Practice start position retrieved: 0.0
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\1.1 Yellow Submarine\notes.mid
(D) MIDI Type identified as RB
(D) View: Push: ItemChooser
(D) View: Push: Menu
(D) 3 phrases taught.
(D) Learned about Scene.ControlEvent, 3 phrases now known.
(D) 6 phrases taught.
(D) Learned about Scene.ControlData, 6 phrases now known.
(D) View: Pop: Menu
(D) View: Pop: ItemChooser
(D) View: Pop: ItemChooser
(D) View: Push: ItemChooser
(D) View: Push: Menu
(D) View: Pop: Menu
(D) View: Pop: ItemChooser
(D) View: Pop: ItemChooser
(D) 4 phrases taught.
(D) 5 phrases taught.
(D) Learned about World.DeleteScene, 4 phrases now known.
(D) 7 phrases taught.
(D) 8 phrases taught.
(D) Learned about World.SceneDeleted, 7 phrases now known.
(D) Learned about World.CreateScene, 5 phrases now known.
(D) Learned about World.SceneLeft, 8 phrases now known.
(D) View: Pop: SongChoosingSceneClient
(D) GuitarSceneClient init...
(D) View: Push: LoadingSplashScreen
(W) Extra GuitarSceneClient was instantiated, but detected and shut down. Cause unknown.
(D) [4, 3, 7, 8, 6, 5]
(D) GuitarScene keysList: [[73786976294838206464L, 295147905179352825856L, 1180591620717411303424L, 4722366482869645213696L, 18889465931478580854784L, 147573952589676412928L, 590295810358705651712L, 2361183241434822606848L, 9444732965739290427392L, 37778931862957161709568L]]
(D) loadSong function call (song.py)...
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\1.1 Yellow Submarine\notes.mid
(D) MIDI Type identified as RB
(D) Song with only a single audio track identified - single-track miss volume applied: 1.0
(D) Retrieving notes from: data\songs\Rock Band The Beatles Remastered\1.1 Yellow Submarine\notes.mid
(D) No song.ini setting found speficying early_hit_window_size - using automatic detection...
(D) Basic RB1/RB2 type MIDI found - early hitwindow of NONE is set as handicap base.
(D) Last note (number 4) found for player 0 at time 154087.886000
(N) No song-specific stage found
(D) Valid background found, index (0): default.png
(D) Practice background filtered: practice.png
(D) Valid background found, index (1): Stage1.png
(D) Valid background found, index (2): Stage2.png
(D) Valid background found, index (3): Stage3.png
(D) Valid background found, index (4): Stage4.png
(D) Valid background found, index (5): Stage5.png
(D) Valid background found, index (6): Stage6.png
(D) Valid background found, index (7): Stage7.png
(D) BRE score background image loading problem!
(D) Pause text / selected hex colors: #FFFFFF / #fff600
(D) Pause text / selected colors: (1.0, 1.0, 1.0) / (1.0, 0.96470588235294119, 0.0)
(D) View: Pop: Menu
(D) View: Pop: LoadingSplashScreen
(D) 6 phrases taught.
(D) Learned about World.EnterScene, 6 phrases now known.
(D) View: Push: GuitarSceneClient
(D) View: Push: Menu
(D) View: Pop: Menu
(D) View: Push: Menu
(D) View: Pop: Menu
(D) View: Push: Menu
(D) View: Pop: Menu
(D) View: Pop: Menu
(D) View: Pop: GuitarSceneClient
(D) Song select submenu position tuple: None
(D) View: Push: SongChoosingSceneClient
(D) Songlist artist colors: (0.25098039215686274, 0.25098039215686274, 0.25098039215686274) / (0.30980392156862746, 0.41176470588235292, 1.0)
(D) song_cd_xpos found: None
(D) song_cdscore_xpos found: None
(D) song_list_xpos found: None
(D) song_listscore_xpos found: None
(D) song_listcd_cd_xpos found: None
(D) song_listcd_cd_ypos found: None
(D) song_listcd_score_xpos found: None
(D) song_listcd_score_ypos found: None
(D) song_listcd_list_xpos found: None
(D) Dialogs.loadCollection() function call...
(D) View: Push: LoadingSplashScreen
(D) Song.getAvailableLibraries function call...library = songs
(D) Dialogs.libraryListLoaded() function call...
(D) Dialogs.py: Finished inserting blank spaces in self.songs.
(D) Dialogs.py: Finished filtering doubled blank spaces in self.songs.
(D) Dialogs.songListLoaded.
(D) View: Pop: LoadingSplashScreen
(D) View: Push: SongChooser
(D) Retrieving parts from: data\songs\Rage Against the Machine - Guerilla Radio\notes.mid
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\White Zombie - More Human Than Human\notes.mid
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\Disturbed - Stupify\notes.mid
(D) MIDI Type identified as RB
(D) New library selected: songs\Rock Band The Beatles Remastered
(D) Dialogs.loadCollection() function call...
(D) View: Push: LoadingSplashScreen
(D) Song.getAvailableLibraries function call...library = songs\Rock Band The Beatles Remastered
(D) Dialogs.libraryListLoaded() function call...
(D) Dialogs.py: Finished inserting blank spaces in self.songs.
(D) Dialogs.py: Finished filtering doubled blank spaces in self.songs.
(D) Dialogs.songListLoaded.
(D) View: Pop: LoadingSplashScreen
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\1.1 Yellow Submarine\notes.mid
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\1.2 Lucy in the Sky with Diamonds\notes.mid
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\1.3 If I Needed Someone\notes.mid
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\1.4 Getting Better\notes.mid
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\1.5 Eight Days a Week\notes.mid
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\1.6 Do You Want To Know A Secret\notes.mid
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\2.1 Ticket to Ride\notes.mid
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\2.2 I Wanna Hold You Hand\notes.mid
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\2.3 Hello Goodbye\notes.mid
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\2.4 While My Guitar Gently Weeps\notes.mid
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\2.5 Twist and Shout\notes.mid
(D) MIDI Type identified as RB
(D) loadSong function call (song.py)...
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\2.3 Hello Goodbye\notes.mid
(D) MIDI Type identified as RB
(D) Song with only a single audio track identified - single-track miss volume applied: 1.0
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\2.6 Something\notes.mid
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\3.1 A Hard Day's Night\notes.mid
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\3.2 Within You Without You Tomorrow Never Knows\notes.mid
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\3.3 And Your Bird Can Sing\notes.mid
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\3.4 Drive My Car\notes.mid
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\3.5 Come Together\notes.mid
(D) MIDI Type identified as RB
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\3.6 Sgt Pepper's Lonely Hearts Club Band - With A Little Help From My Friends\notes.mid
(D) MIDI Type identified as RB
(D) View: Pop: SongChooser
(D) Retrieving sections from: data\songs\Rock Band The Beatles Remastered\3.6 Sgt Pepper's Lonely Hearts Club Band - With A Little Help From My Friends\notes.mid
(D) Practice start position retrieved: 0.0
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\3.6 Sgt Pepper's Lonely Hearts Club Band - With A Little Help From My Friends\notes.mid
(D) MIDI Type identified as RB
(D) View: Push: ItemChooser
(D) View: Push: Menu
(D) View: Pop: Menu
(D) View: Pop: ItemChooser
(D) View: Pop: ItemChooser
(D) View: Push: ItemChooser
(D) View: Push: Menu
(D) View: Pop: Menu
(D) View: Pop: ItemChooser
(D) View: Pop: ItemChooser
(D) View: Pop: SongChoosingSceneClient
(D) GuitarSceneClient init...
(D) View: Push: LoadingSplashScreen
(D) [4, 3, 7, 8, 6, 5]
(D) GuitarScene keysList: [[73786976294838206464L, 295147905179352825856L, 1180591620717411303424L, 4722366482869645213696L, 18889465931478580854784L, 147573952589676412928L, 590295810358705651712L, 2361183241434822606848L, 9444732965739290427392L, 37778931862957161709568L]]
(D) loadSong function call (song.py)...
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\3.6 Sgt Pepper's Lonely Hearts Club Band - With A Little Help From My Friends\notes.mid
(D) MIDI Type identified as RB
(D) Song with only a single audio track identified - single-track miss volume applied: 1.0
(D) Retrieving notes from: data\songs\Rock Band The Beatles Remastered\3.6 Sgt Pepper's Lonely Hearts Club Band - With A Little Help From My Friends\notes.mid
(D) No song.ini setting found speficying early_hit_window_size - using automatic detection...
(D) Basic RB1/RB2 type MIDI found - early hitwindow of NONE is set as handicap base.
(D) Last note (number 4) found for player 0 at time 280057.084740
(D) P1 MIDI Guitar Solo found from: 96737.84243 to: 115858.5397, containing 72 notes.
(N) No song-specific stage found
(D) Valid background found, index (0): default.png
(D) Practice background filtered: practice.png
(D) Valid background found, index (1): Stage1.png
(D) Valid background found, index (2): Stage2.png
(D) Valid background found, index (3): Stage3.png
(D) Valid background found, index (4): Stage4.png
(D) Valid background found, index (5): Stage5.png
(D) Valid background found, index (6): Stage6.png
(D) Valid background found, index (7): Stage7.png
(D) BRE score background image loading problem!
(D) Pause text / selected hex colors: #FFFFFF / #fff600
(D) Pause text / selected colors: (1.0, 1.0, 1.0) / (1.0, 0.96470588235294119, 0.0)
(D) View: Pop: Menu
(D) View: Pop: LoadingSplashScreen
(D) View: Push: GuitarSceneClient
(D) View: Pop: GuitarSceneClient
(D) Cheer loop delay used: 550
(D) loadSong function call (song.py)...
(D) Retrieving parts from: data\songs\Rock Band The Beatles Remastered\3.6 Sgt Pepper's Lonely Hearts Club Band - With A Little Help From My Friends\notes.mid
(D) MIDI Type identified as RB
(D) Retrieving notes from: data\songs\Rock Band The Beatles Remastered\3.6 Sgt Pepper's Lonely Hearts Club Band - With A Little Help From My Friends\notes.mid
(D) View: Push: LoadingScreen
(D) View: Pop: LoadingScreen
(D) View: Push: GameResultsSceneClient
(D) View: Push: GetText
(D) View: Pop: GetText
(D) View: Push: Menu
(D) View: Pop: Menu
(D) 7 phrases taught.
(D) View: Pop: Menu
(D) Learned about World.PlayerLeft, 7 phrases now known.
(D) View: Pop: GameResultsSceneClient
(D) 9 phrases taught.
(D) Learned about World.GameFinished, 9 phrases now known.
(D) View: Pop all
(D) View: Push: MainMenu
(D) View: Push: Menu
(D) Stopping server.
(D) Disconnecting.
(D) Option text / selected hex colors: #FFFFFF / #fff600
(D) Option text / selected colors: (1.0, 1.0, 1.0) / (1.0, 0.96470588235294119, 0.0)
(D) View: Push: SettingsMenu
(D) View: Push: Menu
(D) View: Push: Menu
(D) View: Pop: Menu
(D) View: Pop: Menu
(D) Quickset Gameplay - Manual
(D) Quickset Performance - Fastest
(D) View: Pop: SettingsMenu
(D) View: Pop: Menu
(D) View: Pop: MainMenu
(D) View: Pop: Menu



onmouseout="this.style.cursor='default'" alt="" />



ImageImage
Image
Image
Image
Image


FoFiX Dev/Mod Squad
User avatar
jstump91
Member
Posts: 837
Joined: September 21st, 2008
Location: Baltimore, MD (US)
Reputation: 0
Contact:

Re: FoFiX 4.0.0 Development Thread

Postby jstump91 » Sat Nov 21, 2009 8:32 pm

jfosheezy's logfile wrote:(D) Checking MIDI output ports for a wavetable or synth for sound generation...
(D) MIDI output port count = 1
(D) MIDI Output port 0 found: Microsoft GS Wavetable SW Synth
(D) GameEngine class init (GameEngine.py)...
(D) FoFiX v3.120 Final starting up...
(D) pygame version: 1.9.1release-svn2575
(D) Initializing audio.
[snip...]


r1972? I think not.

How did you set up the environment you are running from?
jstump91, a.k.a. john.stumpo, a.k.a. stump
jstump.com | stump's blog | FoFiX development | My own code
Can't find a Windows build of the Python module you need? Try my mediafire!
Don't say "Python can't do [insert task here]." Python can do anything with the right modules - said modules may just not have been written yet.
"Python - why settle for snake oil when you can have the whole snake?" --Mark Jackson
Did you search before you posted? Did you read the rules for the subforum you are posting in?
I forget. LETS ROCK!
User avatar
jfosheezy
Member
Posts: 920
Joined: June 22nd, 2008
Location: The deepest pits of hell
Reputation: 1

Re: FoFiX 4.0.0 Development Thread

Postby jfosheezy » Sat Nov 21, 2009 8:35 pm

runfoffromsources.bat
let me clear my log and try again mabye that will help idk how though

---- EDIT ----

ok wtf now my log isnt workingand in the settings all of the things like, log blah blah, are set to yes
but the log works when i start fofix.exe
i feel like such a noob


onmouseout="this.style.cursor='default'" alt="" />



ImageImage
Image
Image
Image
Image


FoFiX Dev/Mod Squad
User avatar
jstump91
Member
Posts: 837
Joined: September 21st, 2008
Location: Baltimore, MD (US)
Reputation: 0
Contact:

Re: FoFiX 4.0.0 Development Thread

Postby jstump91 » Sat Nov 21, 2009 8:57 pm

jfosheezy wrote:runfoffromsources.bat
let me clear my log and try again mabye that will help idk how though

---- EDIT ----

ok wtf now my log isnt workingand in the settings all of the things like, log blah blah, are set to yes
but the log works when i start fofix.exe
i feel like such a noob


Did you check for the log in the src folder or in the other standard locations when you tried to run from source?
jstump91, a.k.a. john.stumpo, a.k.a. stump
jstump.com | stump's blog | FoFiX development | My own code
Can't find a Windows build of the Python module you need? Try my mediafire!
Don't say "Python can't do [insert task here]." Python can do anything with the right modules - said modules may just not have been written yet.
"Python - why settle for snake oil when you can have the whole snake?" --Mark Jackson
Did you search before you posted? Did you read the rules for the subforum you are posting in?
I forget. LETS ROCK!
User avatar
jfosheezy
Member
Posts: 920
Joined: June 22nd, 2008
Location: The deepest pits of hell
Reputation: 1

Re: FoFiX 4.0.0 Development Thread

Postby jfosheezy » Sat Nov 21, 2009 9:01 pm

*facepalm again*

Spoiler:(W) OggStreamer not found. Falling back to legacy pyogg/pyvorbis based ogg streamer.
(D) Config.get: game.log_undefined_gets = 1
(D) GameEngine class init (GameEngine.py)...
(D) FoFiX v4.0.0 development (r1972) starting up...
(D) Python version: 2.4.3
(D) Pygame version: 1.7.1release
(D) PyOpenGL version: 2.0.2.01
(D) Numpy version: 1.2.1
(D) PIL version: 1.1.6
(D) os.name: nt
(D) sys.platform: win32
(D) win32api.GetVersionEx(1): (5, 1, 2600, 2, 'Service Pack 3', 3, 0, 768, 1, 0)
(D) Config.get: video.fps = 60
(D) Config.get: coffee.themename = Guitar Hero II
(D) Config.get: engine.highpriority = False
(D) Config.get: video.show_fps = False
(D) Config.get: game.adv_settings = True
(D) Config.get: quickset.performance = 1
(D) Config.get: game.scroll_rate = 50
(D) Config.get: game.scroll_delay = 500
(D) Initializing audio.
(D) Config.get: audio.frequency = 44100
(D) Config.get: audio.bits = 16
(D) Config.get: audio.stereo = True
(D) Config.get: audio.buffersize = 2048
(D) Audio configuration: (44100, -16, 1)
(D) Initializing pygame.mixer & audio system at 44100 Hz.
(D) Initializing video.
(D) Config.get: video.resolution = 800x600
(D) Config.get: video.fullscreen = False
(D) Config.get: video.multisamples = 0
(D) Config.get: video.shader_use = False
(D) Config.get: game.log_class_inits = 1
(D) Input class init (Input.py)...
(D) Config.get: game.log_class_inits = 1
(D) Controls class init (Player.py)...
(D) Config.get: game.control0 = WARBEAST
(D) Config.get: game.control1 = geemic
(D) Config.get: game.control2 = d
(D) Config.get: game.control3 = defaultg
(D) Config.get: game.p2_menu_nav = 1
(D) Config.get: game.drum_navigation = False
(D) Config.get: game.key_checker_mode = 0
(D) Config.get: game.log_ini_reads = 0
(D) 0 joysticks found.
(D) Data class init (Data.py)...
(N) Checking image: C:\Documents and Settings\jfosheezy\My Documents\justin\FoFix\data\themes\Guitar Hero II\notes.png
(N) Checking image: C:\Documents and Settings\jfosheezy\My Documents\justin\FoFix\data\themes\Guitar Hero II\spfill.png
(N) Trying to load image: C:\Documents and Settings\jfosheezy\My Documents\justin\FoFix\data\themes\Guitar Hero II\star1.png
(N) Loading Data.star1 synchronously
(N) Loaded Data.star1 in 0.000 seconds
(N) Trying to load image: C:\Documents and Settings\jfosheezy\My Documents\justin\FoFix\data\themes\Guitar Hero II\star2.png
(N) Loading Data.star2 synchronously
(N) Loaded Data.star2 in 0.000 seconds
(N) Trying to load image: C:\Documents and Settings\jfosheezy\My Documents\justin\FoFix\data\themes\Guitar Hero II\star3.png
(N) Loading Data.star3 synchronously
(N) Loaded Data.star3 in 0.000 seconds
(N) Trying to load image: C:\Documents and Settings\jfosheezy\My Documents\justin\FoFix\data\themes\Guitar Hero II\star4.png
(D) Image not found: themes\Guitar Hero II\star4.png
(N) Trying to load image: C:\Documents and Settings\jfosheezy\My Documents\justin\FoFix\data\themes\Guitar Hero II\starperfect.png
(D) Image not found: themes\Guitar Hero II\starperfect.png
(N) Trying to load image: C:\Documents and Settings\jfosheezy\My Documents\justin\FoFix\data\themes\Guitar Hero II\loadingbg.png
(N) Loading Data.loadingImage synchronously
(N) Loaded Data.loadingImage in 0.000 seconds
(N) Trying to load image: C:\Documents and Settings\jfosheezy\My Documents\justin\FoFix\data\themes\Guitar Hero II\editor.png
(N) Loading Data.choiceImage synchronously
(N) Loaded Data.choiceImage in 0.000 seconds
(N) Trying to load image: C:\Documents and Settings\jfosheezy\My Documents\justin\FoFix\data\themes\Guitar Hero II\submenuselect.png
(D) Image not found: themes\Guitar Hero II\submenuselect.png
(N) Trying to load image: C:\Documents and Settings\jfosheezy\My Documents\justin\FoFix\data\themes\Guitar Hero II\menu\selected.png
(N) Loading Data.submenuSelect synchronously
(N) Loaded Data.submenuSelect in 0.000 seconds
(N) Loading Data.font synchronously
(N) Loaded Data.font in 0.000 seconds
(N) Loading Data.bigFont synchronously
(N) Loaded Data.bigFont in 0.000 seconds
(N) Loading Data.lfont synchronously
(N) Loaded Data.lfont in 0.000 seconds
(N) Loading Data.font synchronously
(N) Loaded Data.font in 0.000 seconds
(N) Loading Data.pauseFont synchronously
(N) Loaded Data.pauseFont in 0.000 seconds
(N) Loading Data.scoreFont synchronously
(N) Loaded Data.scoreFont in 0.000 seconds
(N) Loading Data.streakFont synchronously
(N) Loaded Data.streakFont in 0.000 seconds
(N) Loading Data.songFont synchronously
(N) Loaded Data.songFont in 0.000 seconds
(N) Loading Data.streakFont2 synchronously
(N) Loaded Data.streakFont2 in 0.000 seconds
(N) Loading Data.songListFont synchronously
(N) Loaded Data.songListFont in 0.000 seconds
(N) Loading Data.shadowfont synchronously
(N) Loaded Data.shadowfont in 0.000 seconds
(N) Loading Data.loadingFont synchronously
(N) Loaded Data.loadingFont in 0.016 seconds
(D) Star ding sound not found, loading another sound.
(N) Loading Data.starDingSound asynchronously
(N) Loading Data.starLostSound asynchronously
(N) Loading Data.bassDrumSound asynchronously
(N) Loading Data.T1DrumSound asynchronously
(N) Loading Data.T2DrumSound asynchronously
(N) Loading Data.T3DrumSound asynchronously
(N) Loading Data.CDrumSound asynchronously
(N) Loading Data.screwUpsounds asynchronously
(N) Loading Data.screwUpsoundsBass asynchronously
(N) Loading Data.screwUpsoundsDrums asynchronously
(D) 6 guitscw sounds found in themes\Guitar Hero II\sounds: guitscw1.ogg - guitscw6.ogg
(N) Loading Data.acceptSounds asynchronously
(N) Loading Data.cancelSounds asynchronously
(N) Loading Data.symcsounds asynchronously
(N) Loading Data.selectSound1 asynchronously
(N) Loading Data.selectSound2 asynchronously
(D) 6 bassscw sounds found in sounds: bassscw1.ogg - bassscw6.ogg
(N) Loading Data.selectSound3 asynchronously
(N) Loading Data.startSound asynchronously
(N) Loading Data.starSound asynchronously
(N) Loading Data.failSound asynchronously
(W) Guitar Hero II/sounds/failsound.ogg not found -- using general failsound.ogg instead.
(N) Loading Data.clapSound asynchronously
(D) 8 drumscw sounds found in sounds: drumscw1.ogg - drumscw8.ogg
(N) Loading Data.starReadySound asynchronously
(W) Guitar Hero II/sounds/starpowerready.ogg not found -- using starpower.ogg instead.
(N) Loading Data.crowdSound asynchronously
(W) Guitar Hero II/sounds/crowdcheers.ogg not found -- using data/sounds/crowdcheers.ogg instead.
(N) Loading Data.starActivateSound asynchronously
(W) Guitar Hero II/sounds/staractivate.ogg not found -- using starpower.ogg instead.
(N) Loading Data.battleUsedSound asynchronously
(D) 6 guitscw sounds found in themes\Guitar Hero II\sounds: guitscw1.ogg - guitscw6.ogg
(W) Guitar Hero II/sounds/battleused.ogg not found -- using starpower.ogg instead.
(N) Loading Data.starDeActivateSound asynchronously
(W) Guitar Hero II/sounds/stardeactivate.ogg not found -- sound disabled.
(N) Loading Data.rescueSound asynchronously
(W) Guitar Hero II/sounds/rescue.ogg not found -- using starpower.ogg instead.
(N) Loading Data.coOpFailSound asynchronously
(W) Guitar Hero II/sounds/coopfail.ogg not found -- using out.ogg instead
(N) Loading Data.rockSound asynchronously
(D) Default animated stage for Guitar Hero II theme = Normal
(D) Ready.
(D) MainMenu class init (MainMenu.py)...
(N) Trying to load image: C:\Documents and Settings\jfosheezy\My Documents\justin\FoFix\data\necks\15.png
(N) Loading MainMenu.ok synchronously
(N) Loaded MainMenu.ok in 0.000 seconds
(N) Trying to load image: C:\Documents and Settings\jfosheezy\My Documents\justin\FoFix\data\themes\Guitar Hero II\menu\mainbg.png
(N) Loading MainMenu.background synchronously
(N) Loaded MainMenu.background in 0.000 seconds
(N) Trying to load image: C:\Documents and Settings\jfosheezy\My Documents\justin\FoFix\data\themes\Guitar Hero II\menu\maintext.png
(N) Loading MainMenu.BGText synchronously
(N) Loaded MainMenu.BGText in 0.000 seconds
(N) Trying to load image: C:\Documents and Settings\jfosheezy\My Documents\justin\FoFix\data\themes\Guitar Hero II\menu\optionsbg.png
(N) Loading MainMenu.optionsBG synchronously
(N) Loaded MainMenu.optionsBG in 0.000 seconds
(N) Trying to load image: C:\Documents and Settings\jfosheezy\My Documents\justin\FoFix\data\themes\Guitar Hero II\menu\optionspanel.png
(N) Loading MainMenu.optionsPanel synchronously
(N) Loaded MainMenu.optionsPanel in 0.000 seconds
(D) Menu class init (Menu.py)...
(N) Loaded Data.starDingSound in 0.000 seconds
(N) Loaded Data.starLostSound in 0.000 seconds
(N) Loaded Data.bassDrumSound in 0.000 seconds
(N) Loaded Data.T1DrumSound in 0.016 seconds
(N) Loaded Data.T2DrumSound in 0.016 seconds
(N) Loaded Data.T3DrumSound in 0.000 seconds
(N) Loaded Data.CDrumSound in 0.015 seconds
(N) Loaded Data.screwUpsounds in 0.047 seconds
(N) Loaded Data.screwUpsoundsBass in 0.063 seconds
(N) Loaded Data.screwUpsoundsDrums in 0.062 seconds
(N) Loaded Data.acceptSounds in 0.016 seconds
(N) Loaded Data.cancelSounds in 0.015 seconds
(N) Loaded Data.starSound in 0.016 seconds
(N) Loaded Data.startSound in 0.016 seconds
(N) Loaded Data.selectSound3 in 0.015 seconds
(N) Loaded Data.selectSound2 in 0.000 seconds
(N) Loaded Data.selectSound1 in 0.016 seconds
(N) Loaded Data.symcsounds in 0.047 seconds
(N) Loaded Data.failSound in 0.109 seconds
(N) Loaded Data.starReadySound in 0.015 seconds
(N) Loaded Data.clapSound in 0.000 seconds
(N) Loaded Data.crowdSound in 0.141 seconds
(N) Loaded Data.starDeActivateSound in 0.016 seconds
(N) Loaded Data.battleUsedSound in 0.015 seconds
(N) Loaded Data.starActivateSound in 0.016 seconds
(N) Loaded Data.coOpFailSound in 0.000 seconds
(N) Loaded Data.rescueSound in 0.015 seconds
(N) Loaded Data.rockSound in 0.063 seconds
(D) View: Push: MainMenu
(D) View: Push: Menu
(D) SettingsMenu class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) Menu class init (Menu.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) Menu class init (Menu.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) Menu class init (Menu.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) Menu class init (Menu.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) Menu class init (Menu.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) Menu class init (Menu.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) Menu class init (Menu.py)...
(D) Menu class init (Menu.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) Menu class init (Menu.py)...
(D) Menu class init (Menu.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ActiveConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ActiveConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ActiveConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ActiveConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ActiveConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ActiveConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ActiveConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ActiveConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ActiveConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ActiveConfigChoice class init (Settings.py)...
(D) Menu class init (Menu.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) Menu class init (Menu.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) Menu class init (Menu.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) Menu class init (Menu.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) Menu class init (Menu.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) Menu class init (Menu.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) Menu class init (Menu.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) Menu class init (Menu.py)...
(D) ConfigChoice class init (Settings.py)...
(D) VolumeConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) VolumeConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) VolumeConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) VolumeConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) VolumeConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) VolumeConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) VolumeConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ActiveConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ActiveConfigChoice class init (Settings.py)...
(D) Menu class init (Menu.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) Menu class init (Menu.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) Menu class init (Menu.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) Menu class init (Menu.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) Menu class init (Menu.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) Menu class init (Menu.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) Menu class init (Menu.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) Menu class init (Menu.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) ConfigChoice class init (Settings.py)...
(D) Menu class init (Menu.py)...
(D) Menu class init (Menu.py)...
(D) View: Push: SettingsMenu
(D) View: Push: Menu
(D) View: Push: Menu
(D) View: Pop: Menu
(D) View: Push: Menu
(D) View: Pop: Menu
(D) View: Pop: Menu
(D) Quickset Gameplay - Manual
(D) Quickset Performance - Fastest
(D) View: Pop: SettingsMenu
(D) View: Pop: Menu
(D) View: Pop: MainMenu
(D) View: Pop: Menu



onmouseout="this.style.cursor='default'" alt="" />



ImageImage
Image
Image
Image
Image



Return to “FoFiX”

Who is online

Users browsing this forum: No registered users and 32 guests