Its not just a Intel problem. G4 Mac mini here, 1.42ghz, and same issue.
No messages or anything when I run it, just a blank screen, and unresponsive, so I ssh into my mac and kill off Frets on Fire that way. When I check the console log, it shows this
Code: Select all
An unexpected error has occurred during execution of the main script
AttributeError: 'module' object has no attribute 'GMatrix33'
Traceback (most recent call last):
File "/Users/hellmark/Frets on Fire.app/Contents/Resources/.py", line 158, in ?
_run('FretsOnFire.py')
File "/Users/hellmark/Frets on Fire.app/Contents/Resources/.py", line 134, in _run
execfile(path, globals(), globals())
File "/Users/hellmark/Frets on Fire.app/Contents/Resources/FretsOnFire.py", line 64, in ?
engine = GameEngine(config)
File "GameEngine.pyc", line 165, in
File "Svg.pyc", line 77, in
File "Svg.pyc", line 240, in
AttributeError: 'module' object has no attribute 'GMatrix33'
2007-04-12 20:51:36.215 Frets on Fire[5464] Frets on Fire Error
2007-04-12 20:51:36.216 Frets on Fire[5464] Frets on Fire Error
An unexpected error has occurred during execution of the main script
AttributeError: 'module' object has no attribute 'GMatrix33'
After I switched out the lib folder for the one from the last version, it would run, however, it froze when I tried changing the settings (loaded with the Chilly scheme, and I prefer the plain red scheme). Here's the report from that
Code: Select all
Traceback (most recent call last):
File "/Users/hellmark/Frets on Fire.app/Contents/Resources/.py", line 158, in ?
_run('FretsOnFire.py')
File "/Users/hellmark/Frets on Fire.app/Contents/Resources/.py", line 134, in _run
execfile(path, globals(), globals())
File "/Users/hellmark/Frets on Fire.app/Contents/Resources/FretsOnFire.py", line 87, in ?
os.execl("./FretsOnFire", "./FretsOnFire", *sys.argv[1:])
File "os.pyc", line 309, in execl
OSError: [Errno 45] Operation not supported
2007-04-12 21:07:46.664 Frets on Fire[5473] Frets on Fire Error
2007-04-12 21:07:46.665 Frets on Fire[5473] Frets on Fire Error
An unexpected error has occurred during execution of the main script
OSError: [Errno 45] Operation not supported