Yup, it helps to post a log.
This problem seems to be more widespread than originally thought.
I can reproduce it on my machine as well. Fresh XP SP2 with MSVC9 RTE, 1GHz, 1GB RAM, nVidia 5200 FX.
Program starts up (displays the "Loading" text for a second) and shows black screen. It works, just with no UI.
I tried both 3.120 installers, the 2.4 python version and 2.6 python version.
Attaching log files for both.
Lou
2.4 python log:
Code: Select all
(D) Checking MIDI output ports for a wavetable or synth for sound generation...
(D) MIDI output port count = 4
(D) MIDI Output port 0 found: B: SB Live! MIDI Synth
(D) MIDI Output port 1 found: A: SB Live! MIDI Synth
(D) MIDI Output port 2 found: SB Live! MIDI UART
(D) MIDI Output port 3 found: Microsoft GS Wavetable SW Synth
(D) GameEngine class init (GameEngine.py)...
(D) FoFiX v3.120 beta 2 starting up...
(D) pygame version: 1.7.1release
(D) Initializing audio.
(D) Audio configuration: (44100, -16, 1)
(D) Initializing pygame.mixer & audio system at 44100 Hz.
(D) Initializing video.
(D) 0 joysticks found.
(D) 1 MIDI inputs found.
(W) MegaLight\sounds\ failsound.ogg not found -- using general failsound.ogg instead.
(W) MegaLight\sounds\starpowerready.ogg not found -- using starpower.ogg instead.
(W) MegaLight\sounds\crowdcheers.ogg not found -- using data\sounds\crowdcheers.ogg instead.
(W) MegaLight\sounds\staractivate.ogg not found -- using starpower.ogg instead.
(W) MegaLight\soundsattleused.ogg not found -- using starpower.ogg instead.
(W) MegaLight\sounds\stardeactivate.ogg not found -- sound disabled.
(W) MegaLight\sounds
escue.ogg not found -- using starpower.ogg instead.
(W) MegaLight\sounds\coopfail.ogg not found -- using out.ogg instead
(W) No stages\ folder found, forcing None setting for Animated Stage.
(D) Ready.
(D) 6 guitscw sounds found in sounds: guitscw1.ogg - guitscw6.ogg
(D) 6 bassscw sounds found in sounds: bassscw1.ogg - bassscw6.ogg
(D) 8 drumscw sounds found in sounds: drumscw1.ogg - drumscw8.ogg
(D) 6 guitscw sounds found in sounds: guitscw1.ogg - guitscw6.ogg
(D) View: Push: LoadingScreen
(D) View: Pop: LoadingScreen
(D) View: Push: MainMenu
(D) View: Push: Menu
(D) View: Pop: Menu
(D) View: Pop: MainMenu
(D) View: Pop: Menu
2.6 python log:
Code: Select all
(W) Pitch bending is not supported; install john.stumpo's pitchbend module (r7 or higher) if you want it.
(D) Checking MIDI output ports for a wavetable or synth for sound generation...
(D) MIDI output port count = 4
(D) MIDI Output port 0 found: B: SB Live! MIDI Synth
(D) MIDI Output port 1 found: A: SB Live! MIDI Synth
(D) MIDI Output port 2 found: SB Live! MIDI UART
(D) MIDI Output port 3 found: Microsoft GS Wavetable SW Synth
(D) GameEngine class init (GameEngine.py)...
(D) FoFiX v3.120 beta 2 starting up...
(D) pygame version: 1.9.0pre
(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.
(D) 1 MIDI inputs found.
(W) MegaLight\sounds\ failsound.ogg not found -- using general failsound.ogg instead.
(W) MegaLight\sounds\starpowerready.ogg not found -- using starpower.ogg instead.
(W) MegaLight\sounds\crowdcheers.ogg not found -- using data\sounds\crowdcheers.ogg instead.
(W) MegaLight\sounds\staractivate.ogg not found -- using starpower.ogg instead.
(W) MegaLight\soundsattleused.ogg not found -- using starpower.ogg instead.
(W) MegaLight\sounds\stardeactivate.ogg not found -- sound disabled.
(W) MegaLight\sounds
escue.ogg not found -- using starpower.ogg instead.
(W) MegaLight\sounds\coopfail.ogg not found -- using out.ogg instead
(D) Default animated stage for MegaLight theme = Normal
(D) Ready.
(D) 6 bassscw sounds found in sounds: bassscw1.ogg - bassscw6.ogg
(D) 8 drumscw sounds found in sounds: drumscw1.ogg - drumscw8.ogg
(D) 6 guitscw sounds found in sounds: guitscw1.ogg - guitscw6.ogg
(D) 6 guitscw sounds found in sounds: guitscw1.ogg - guitscw6.ogg
(D) View: Push: MainMenu
(D) View: Push: Menu
(D) View: Pop: Menu
(D) View: Pop: MainMenu
(D) View: Pop: Menu