Frets On Fire Error
Logged In: NOHi!Same effect with Windows XP here, though the causes seem a little differentTraceback (most recent call last):File 'c:usersprojcxFreeze-3.0.3initscriptsconsole.py', line 27, in?File 'src/FretsOnFire.py', line 79, in?File 'srcGameEngine.py', line 376, in runFile 'srcDialogs.py', line 1153, in showMessageFile 'srcDialogs.py', line 1043, in runDialogFile 'srcGameEngine.py', line 366, in runSystemExit: 1I noticed the forward slash in the third line. A bit strange for a Windows version, no? Kleptocratic. Logged In: NOHi!Same effect with Windows XP here, though the causes seem a little different.
This is for version 1.2.512.Traceback (most recent call last):File 'c:usersprojcxFreeze-3.0.3initscriptsconsole.py', line 27, in?File 'src/FretsOnFire.py', line 79, in?File 'srcGameEngine.py', line 376, in runFile 'srcDialogs.py', line 1153, in showMessageFile 'srcDialogs.py', line 1043, in runDialogFile 'srcGameEngine.py', line 366, in runSystemExit: 1I noticed the forward slash in the third line. A bit strange for a Windows version, no?Using Windows XP SP2, nVidia Geforce 6600, 512Mb memory. The matrix online download.
Frets on Fire Bugs Brought to you by: jokerttu, skyostil. I'm not sure if your issue is the same as mine, but I got my copy working by changing line 189 of Font.py as follows: - t = TextureAtlas(size = glGetInteger(GLMAXTEXTURESIZE)) + t= TextureAtlas Turns out that with GLMAXTEXTURESIZE, FoF was trying to allocate a 1 GB texture.