MAC OS X Version - Trouble installing new version

Help center. Members helping members
Forum rules
This topic is 18 years and 1 week old. Instead of replying, please begin a new topic, or search for another related topic that may be more suitable.
sebastian
Member
Posts: 3
Joined: December 16th, 2006
Reputation: 0

Postby sebastian » Fri Dec 29, 2006 7:02 am

Many thanks to clofresh!

The latest binary version (from http://louhi.kempele.fi/~skyostil/uv/fretsonfire/) now runs on my PPC iMac G5!
I just replaced the default.ttf with Chalkboard.ttf (renamed it to default.ttf!) from my fonts folder. There are only some minor font problems, but thats ok.

sebastian
clofresh
Member
Posts: 4
Joined: December 24th, 2006
Reputation: 0
Contact:

Postby clofresh » Fri Dec 29, 2006 11:20 am

Oh! I forgot to try it on the binary version! It works for me too! Gonna start a new thread with instructions for people....
User avatar
lardbloke
Member
Posts: 50
Joined: October 2nd, 2006
Location: Scotland
Reputation: 0

Postby lardbloke » Sun Dec 31, 2006 4:49 am

The font correction works for me on my imac G4, so the one of the mian problems appears to have been ironed out (at last).

Whats the results for everyone else??
User avatar
deb248211
Member
Posts: 5
Joined: January 1st, 2007
Location: North West UK
Reputation: 0
Contact:

Postby deb248211 » Tue Jan 02, 2007 5:17 am

Agggh! I have tried so many Macs and two different versions and I still can't make it work.

I am quite happy to help with any debugging but I am not hot at compiling from source so can only report on what I get when I follow instructions.

On all of the following I used the OSX compile and downloaded, unzipped, moved it to Applications folder and double clicked (tried replacing default.ttf too).

Any help with anything would be most appreciated. For now, here are some console logs:

Emac PPC G4 OSX 10.3.9
FoF version: 1.0.263

Black screen then:

Code: Select all

File "/Applications/Frets on Fire.app/Contents/Resources/.py", line 158, in ?

    _run('FretsOnFire.py')

  File "/Applications/Frets on Fire.app/Contents/Resources/.py", line 134, in _run

    execfile(path, globals(), globals())

  File "/Applications/Frets on Fire.app/Contents/Resources/FretsOnFire.py", line 61, in ?

    engine = GameEngine(config)

  File "GameEngine.pyo", line 166, in

  File "Data.pyo", line 45, in

  File "Data.pyo", line 76, in loadSvgDrawing

  File "Svg.pyo", line 556, in convertToTexture

  File "Svg.pyo", line 108, in getRenderingQuality

AttributeError: GOpenGLBoard instance has no attribute 'RenderingQuality'

2007-01-02 09:58:08.356 Frets on Fire[9155] Frets on Fire Error

2007-01-02 09:58:08.357 Frets on Fire[9155] Frets on Fire Error

An unexpected error has occurred during execution of the main script



AttributeError: GOpenGLBoard instance has no attribute 'RenderingQuality'

*** malloc[9155]: Deallocation of a pointer not malloced: 0xa1233610; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug

*** malloc[9155]: Deallocation of a pointer not malloced: 0x2e76390; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug


Emac PPC G4 OSX 10.3.9
FoF version: 1.1.324 (tried both Sourceforge and from creator's site)

Black screen then:

Code: Select all

 File "/Applications/Frets on Fire.app/Contents/Resources/.py", line 158, in ?

    _run('FretsOnFire.py')

  File "/Applications/Frets on Fire.app/Contents/Resources/.py", line 134, in _run

    execfile(path, globals(), globals())

  File "/Applications/Frets on Fire.app/Contents/Resources/FretsOnFire.py", line 64, in ?

    engine = GameEngine(config)

  File "GameEngine.pyc", line 181, in

  File "Data.pyc", line 48, in

  File "Data.pyc", line 93, in loadSvgDrawing

  File "Svg.pyc", line 556, in convertToTexture

  File "Svg.pyc", line 108, in getRenderingQuality

AttributeError: GOpenGLBoard instance has no attribute 'RenderingQuality'

2007-01-02 10:01:51.548 Frets on Fire[9887] Frets on Fire Error

2007-01-02 10:01:51.549 Frets on Fire[9887] Frets on Fire Error

An unexpected error has occurred during execution of the main script


I also have a G4 Powerbook running Tiger and a MacBook Pro Intel running Tiger - both of these have errors also. On the Powerbook neither version will even start up, and on the MacBook Pro I get the following:

MacBook Pro Tiger 10.4.8
FoF Version 1.0.263

Code: Select all

 File "/Applications/Frets on Fire.app/Contents/Resources/.py", line 103, in ?
    _argv_emulation()
  File "/Applications/Frets on Fire.app/Contents/Resources/.py", line 101, in _argv_emulation
    _get_argvemulator().mainloop()
  File "/Applications/Frets on Fire.app/Contents/Resources/.py", line 7, in _get_argvemulator
    import traceback
ImportError: No module named traceback
2007-01-02 10:10:20.978 Frets on Fire[1099] Frets on Fire Error
2007-01-02 10:10:20.978 Frets on Fire[1099] Frets on Fire Error
An unexpected error has occurred during execution of the main script

ImportError: No module named traceback


MacBook Pro Tiger 10.4.8
FoF Version 1.1.324

Code: Select all

Traceback (most recent call last):
  File "/Applications/Frets on Fire.app/Contents/Resources/.py", line 103, in ?
    _argv_emulation()
  File "/Applications/Frets on Fire.app/Contents/Resources/.py", line 101, in _argv_emulation
    _get_argvemulator().mainloop()
  File "/Applications/Frets on Fire.app/Contents/Resources/.py", line 7, in _get_argvemulator
    import traceback
ImportError: No module named traceback
2007-01-02 10:06:15.150 Frets on Fire[1078] Frets on Fire Error
2007-01-02 10:06:15.151 Frets on Fire[1078] Frets on Fire Error
An unexpected error has occurred during execution of the main script

ImportError: No module named traceback


Sorry for lengthy post!
Offer them what they secretly want and they of course immediately become panic-stricken. [Jack Kerouac]
User avatar
deb248211
Member
Posts: 5
Joined: January 1st, 2007
Location: North West UK
Reputation: 0
Contact:

Postby deb248211 » Tue Jan 02, 2007 11:12 am

Following from my previous post....

I have managed to get FoF going on my Mac Mini (intel running Tiger 10.4.8) with absolutely no problems at all. It is running perfectly so far - no crashes, no quits, no lag, and also playing custom songs.

Think I might try some of the mods next! I went to Lik-Sang to see how much a guitar controller would be (I got my dance platforms from them) and was gutted to find Sony had forced them out of business - also wondered how I didn't know that already!

As stated, I am happy to beta / bug test on PPC and other Macs as required.
Offer them what they secretly want and they of course immediately become panic-stricken. [Jack Kerouac]
Fofer
Member
Posts: 15
Joined: January 2nd, 2007
Location: Los Angeles
Reputation: 0

Postby Fofer » Tue Jan 02, 2007 8:06 pm

I have a MacBook Pro 2 Ghz Intel Core Duo, with 2 GB of RAM. Running OS X 10.4.8. Very excited about this app.

HOWEVER, when I launch Frets on Fire, the (generic) icon appears and bounces in my dock... it changes to the custom icon... and then the app quits. I've tried again (and again and again,) rebooted, tried again, tried under a clean, new user account... no dice. I can't get the app to launch!


Here's the crash info, if it helps any:
Date/Time: 2007-01-02 11:14:43.265 -0800
OS Version: 10.4.8 (Build 8L2127)
Report Version: 4

Command: Frets on Fire
Path: /Users/admin/Desktop/Frets on Fire.app/Contents/MacOS/Frets on Fire
Parent: WindowServer [1459]

Version: 1.1.324 (1.1.324)

PID: 5144
Thread: 0

Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x90a619d8

Thread 0 Crashed:
0 <<00000000>> 0x0000813c objc_msgSend + 0
1 libobjc.A.dylib 0x90a53f06 _objc_notify_images + 4259
2 dyld 0x8fe0e3c8 ImageLoaderMachO::doNotification(dyld_image_mode, unsigned, dyld_image_info const*) + 70
3 dyld 0x8fe05255 dyld::notifyAdding(std::vector<ImageLoader*, std::allocator<ImageLoader*> >&) + 201
4 dyld 0x8fe0cbcd ImageLoader::link(ImageLoader::LinkContext const&, ImageLoader::BindingLaziness, ImageLoader::InitializerRunning, unsigned) + 331
5 dyld 0x8fe03982 dyld::link(ImageLoader*, ImageLoader::BindingLaziness, ImageLoader::InitializerRunning) + 160
6 dyld 0x8fe08721 NSLinkModule + 157
7 libSystem.B.dylib 0x90025335 NSLinkModule + 85
8 libobjc.A.dylib 0x90a57cd4 objc_loadModule + 113
9 com.apple.Foundation 0x9260a07f _NSBundleLoadCode + 914
10 com.apple.Foundation 0x92609957 -[NSBundle load] + 377
11 com.apple.Foundation 0x926097d3 -[NSBundle principalClass] + 40
12 com.apple.AppKit 0x93617931 -[NSInputManager _loadBundle] + 131
13 com.apple.AppKit 0x93616e9b -[NSInputManager initWithName:host:] + 1748
14 com.apple.AppKit 0x93249b29 +[NSInputManager initialize] + 1138
15 libobjc.A.dylib 0x90a547ae class_initialize + 453
16 libobjc.A.dylib 0x90a54446 _class_lookupMethodAndLoadCache + 86
17 libobjc.A.dylib 0x90a543c6 objc_msgSend + 86
18 _objc.so 0x0073a0d7 ffi_call_SYSV + 23
19 _objc.so 0x00739ed8 ffi_call + 112
20 _objc.so 0x007471e5 PyObjCFFI_Caller + 2634
21 _objc.so 0x007582ee PyObjCAPI_Register + 929
22 org.python.python 0x0040d73f PyObject_Call + 45
23 org.python.python 0x0047e233 PyEval_EvalFrame + 16838
24 org.python.python 0x0047ea46 PyEval_EvalFrame + 18905
25 org.python.python 0x00480501 PyEval_EvalCodeEx + 1774
26 org.python.python 0x00427f23 PyFunction_SetClosure + 2009
27 org.python.python 0x00411568 PyObject_CallMethod + 179
28 base.so 0x014240da PyGame_RegisterQuit + 900
29 base.so 0x01424222 PyGame_RegisterQuit + 1228
30 org.python.python 0x0047f966 PyEval_EvalFrame + 22777
31 org.python.python 0x00480501 PyEval_EvalCodeEx + 1774
32 org.python.python 0x00427f23 PyFunction_SetClosure + 2009
33 org.python.python 0x0040d73f PyObject_Call + 45
34 org.python.python 0x00415527 PyMethod_New + 2382
35 org.python.python 0x0040d73f PyObject_Call + 45
36 org.python.python 0x004792e6 PyEval_CallObjectWithKeywords + 112
37 org.python.python 0x0041796a PyInstance_New + 114
38 org.python.python 0x0040d73f PyObject_Call + 45
39 org.python.python 0x0047e233 PyEval_EvalFrame + 16838
40 org.python.python 0x00480501 PyEval_EvalCodeEx + 1774
41 org.python.python 0x00480741 PyEval_EvalCode + 87
42 org.python.python 0x004a7373 PyRun_FileEx + 183
43 org.python.python 0x00471eee _PyUnicodeUCS2_IsNumeric + 3456
44 org.python.python 0x0047f966 PyEval_EvalFrame + 22777
45 org.python.python 0x00480501 PyEval_EvalCodeEx + 1774
46 org.python.python 0x0047e33b PyEval_EvalFrame + 17102
47 org.python.python 0x00480501 PyEval_EvalCodeEx + 1774
48 org.python.python 0x00480741 PyEval_EvalCode + 87
49 org.python.python 0x004a7496 PyRun_FileExFlags + 200
50 org.python.python 0x004a7779 PyRun_SimpleFileExFlags + 640
51 org.python.python 0x004a791c PyRun_SimpleFile + 40
52 ...mac.unspecified.FretsonFire 0x000063a2 getPythonInterpreter + 13556
53 ...mac.unspecified.FretsonFire 0x00006f3d main + 2097
54 ...mac.unspecified.FretsonFire 0x00002202 start + 270
55 ...mac.unspecified.FretsonFire 0x0000211d start + 41

Thread 1:
0 libSystem.B.dylib 0x90009857 mach_msg_trap + 7
1 com.unsanity.ape 0xc0001d12 initinitinitinit__.so
0x1687000 - 0x1688fff _random.so /Users/admin/Desktop/Frets on Fire.app/Contents/Resources/lib/python2.4/lib-dynload/_random.so
0x16d8000 - 0x16f0fff libGLEW.dylib /Users/admin/Desktop/Frets on Fire.app/Contents/Frameworks/libGLEW.dylib
0x17ee000 - 0x17fbfff cPickle.so /Users/admin/Desktop/Frets on Fire.app/Contents/Resources/lib/python2.4/lib-dynload/cPickle.so
0x1296a000 - 0x12c2cfff _amanith.so /Users/admin/Desktop/Frets on Fire.app/Contents/Resources/lib/python2.4/lib-dynload/_amanith.so
0x12caa000 - 0x12daefff libamanith.dylib /Users/admin/Desktop/Frets on Fire.app/Contents/Frameworks/libamanith.dylib
0x12eb3000 - 0x12ebefff datetime.so /Users/admin/Desktop/Frets on Fire.app/Contents/Resources/lib/python2.4/lib-dynload/datetime.so
0x13187000 - 0x13195fff com.scriptsoftware.ChatFX 1.0 (1.21) /Library/InputManagers/ChatFXloader/ChatFX.bundle/Contents/MacOS/ChatFX
0x30000000 - 0x3005efff SDL 1.2.9 (1.2.10) /Users/admin/Desktop/Frets on Fire.app/Contents/Frameworks/SDL.framework/Versions/A/SDL
0x31000000 - 0x3103efff SDL_image 1.2.3 /Users/admin/Desktop/Frets on Fire.app/Contents/Frameworks/SDL_image.framework/Versions/A/SDL_image
0x32000000 - 0x32084fff SDL_mixer 1.2.5 /Users/admin/Desktop/Frets on Fire.app/Contents/Frameworks/SDL_mixer.framework/Versions/A/SDL_mixer
0x34000000 - 0x3403ffff SDL_ttf 2.0.6 /Users/admin/Desktop/Frets on Fire.app/Contents/Frameworks/SDL_ttf.framework/Versions/A/SDL_ttf
0x8fe00000 - 0x8fe49fff dyld 46.9 /usr/lib/dyld
0x90000000 - 0x9016ffff libSystem.B.dylib /usr/lib/libSystem.B.dylib
0x901bf000 - 0x901c1fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
0x901c3000 - 0x901fffff com.apple.CoreText 1.1.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x90226000 - 0x902fcfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9031c000 - 0x90770fff com.apple.CoreGraphics 1.258.38 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x90807000 - 0x908cffff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x9090d000 - 0x9090dfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9090f000 - 0x90a02fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
0x90a52000 - 0x90ad1fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
0x90afa000 - 0x90b5efff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
0x90bcd000 - 0x90bd4fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
0x90bd9000 - 0x90c4cfff com.apple.framework.IOKit 1.4.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90c61000 - 0x90c73fff libauto.dylib /usr/lib/libauto.dylib
0x90c79000 - 0x90f1ffff com.apple.CoreServices.CarbonCore 682.15 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90f62000 - 0x90fcafff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x91002000 - 0x91040fff com.apple.CFNetwork 129.19 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x91053000 - 0x91063fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore
0x9106e000 - 0x910ecfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x91121000 - 0x9113ffff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9114b000 - 0x91159fff libz.1.dylib /usr/lib/libz.1.dylib
0x9115c000 - 0x912fbfff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x913f9000 - 0x91401fff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x91408000 - 0x9142efff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x91440000 - 0x91447fff libbsm.dylib /usr/lib/libbsm.dylib
0x9144b000 - 0x914c4fff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x91512000 - 0x91512fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x91514000 - 0x9153ffff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x91552000 - 0x91626fff com.apple.ColorSync 4.4.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x91661000 - 0x916defff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9170b000 - 0x917b4fff com.apple.QD 3.10.21 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x917da000 - 0x91825fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x91844000 - 0x9185afff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x91866000 - 0x91880fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent
0x9188a000 - 0x918c7fff com.apple.LaunchServices 181 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x918db000 - 0x918e7fff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x918ee000 - 0x91929fff com.apple.ImageIO.framework 1.5.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x9193b000 - 0x919edfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
0x91a33000 - 0x91a49fff libcups.2.dylib /usr/lib/libcups.2.dylib
0x91a4e000 - 0x91a6cfff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91a71000 - 0x91acffff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x91ae1000 - 0x91ae5fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91ae7000 - 0x91b64fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
0x91b68000 - 0x91ba5fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91bab000 - 0x91bc5fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91bca000 - 0x91bccfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91bce000 - 0x91bcefff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91bd0000 - 0x91c5efff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x91c65000 - 0x91c65fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91c67000 - 0x91cc0fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x91cc9000 - 0x91cedfff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x91cf5000 - 0x920fefff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x92138000 - 0x924ecfff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x92519000 - 0x92597fff com.apple.DesktopServices 1.3.5 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x925d8000 - 0x92808fff com.apple.Foundation 6.4.7 (567.28) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92914000 - 0x929f2fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
0x92a0f000 - 0x92afcfff libiconv.2.dylib /usr/lib/libiconv.2.dylib
0x92b0c000 - 0x92b23fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92b2e000 - 0x92b86fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92b9a000 - 0x92b9afff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92b9c000 - 0x92bacfff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x92bba000 - 0x92bc2fff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92bc8000 - 0x92bcdfff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x92bd3000 - 0x92c64fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x92c78000 - 0x92c7bfff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x92c7e000 - 0x92c9bfff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x92cab000 - 0x92cb1fff com.apple.print.framework.Print 5.1 (192.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x92cb7000 - 0x92d1afff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x92d3e000 - 0x92d7ffff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x92da6000 - 0x92db3fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x92dba000 - 0x92dbffff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x92dc4000 - 0x930b6fff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x931bb000 - 0x931c6fff com.apple.opengl 1.4.12 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93236000 - 0x93236fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x93238000 - 0x938eefff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x93c6f000 - 0x93ce9fff com.apple.CoreData 90 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x93d22000 - 0x93de3fff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x93e23000 - 0x93e23fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x93e25000 - 0x93ff7fff com.apple.QuartzCore 1.4.9 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x94048000 - 0x94089fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
0x94091000 - 0x940cbfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x94267000 - 0x94272fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x942be000 - 0x942d8fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x942de000 - 0x94597fff com.apple.QuickTime 7.1.3 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x954e6000 - 0x9551efff com.apple.PDFKit 1.0.2 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x96443000 - 0x96443fff com.apple.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x96aa5000 - 0x96aaafff com.apple.agl 2.5.9 (AGL-2.5.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x96ab0000 - 0x96af4fff com.apple.glut 3.3.9 (GLUT-3.3.9) /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
0x97468000 - 0x97540fff com.apple.QuartzComposer 1.2.3 (32.21) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x975c7000 - 0x975c7fff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x99795000 - 0x9979dfff com.apple.ScreenSaver 1.5.1 /System/Library/Frameworks/ScreenSaver.framework/Versions/A/ScreenSaver
0xc0000000 - 0xc000efff com.unsanity.ape 2.0.1 /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhancer

Model: MacBookPro1,1, BootROM MBP11.0055.B08, 2 processors, Intel Core Duo, 2 GHz, 2 GB
Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 256 MB
Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 667 MHz
Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz
AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x86), 0.1.27
Bluetooth: Version 1.7.9f12, 2 service, 0 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Network Service: Parallels Host-Guest Adapter, Ethernet, en2
Network Service: Ethernet Adaptor (en3), Ethernet, en3
Serial ATA Device: TOSHIBA MK1234GSX, 111.79 GB
Parallel ATA Device: MATSHITADVD-R UJ-857
USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA
USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA
USB Device: Bluetooth HCI, Up to 12 Mb/sec, 500 mA
Fofer
Member
Posts: 15
Joined: January 2nd, 2007
Location: Los Angeles
Reputation: 0

Postby Fofer » Tue Jan 02, 2007 10:39 pm

Tried on another MacBook Pro - same result. Crashes on launch.
clofresh
Member
Posts: 4
Joined: December 24th, 2006
Reputation: 0
Contact:

Postby clofresh » Tue Jan 02, 2007 10:56 pm

Fofer, did you try the instructions from this post?
Fofer
Member
Posts: 15
Joined: January 2nd, 2007
Location: Los Angeles
Reputation: 0

Postby Fofer » Wed Jan 03, 2007 1:21 am

I did - despite the fact that those are intended for to fix the PPC issue, and I have an Intel Mac.

It had no effect, unfortunately. I still was unable to launch the app.
isaacrdz
Member
Posts: 2
Joined: January 1st, 2007
Location: San Antonio, TX
Reputation: 0

Postby isaacrdz » Thu Jan 04, 2007 2:45 am

Fofer: Add Frets on Fire to the Master Exclude List in Application Enhancer. I've found out for me that it doesn't work well with AE modules like Shapeshifter, Silk, etc.

I'm on a PPC Mac though so YMMV
Last edited by isaacrdz on Thu Jan 04, 2007 2:46 am, edited 1 time in total.
Fofer
Member
Posts: 15
Joined: January 2nd, 2007
Location: Los Angeles
Reputation: 0

Postby Fofer » Thu Jan 04, 2007 3:15 am

Thanks isaacrdz, I tried that too. Actually that was one of my first troubleshooting tests, since I know Application Enhance often causes weirdness. Unfortunately the Master Excluding didn't have any effect; the FOF app still quit immediately.

I did, however, just find the culprit... and it's a very weird conflict I have no idea how to explain! I'll spare you the gory details of the troubleshooting steps I took to narrow it down.

I'll just tell you the result:

It's ChatFX, a funky add-on for iChat. (These sorts of Quartz effects will be available in OS X 10.5 Leopard's iChat, but in the meantime I've had fun with them with this add-on. It's always worked fine.)

This program installs a folder called "ChatFXloader" in Macintosh HD/Library/InputManagers. With that folder there, FOF quits immediately. With it removed, I can launch and enjoy FOF.

Go figure.
Last edited by Fofer on Thu Jan 04, 2007 3:17 am, edited 1 time in total.
Fofer
Member
Posts: 15
Joined: January 2nd, 2007
Location: Los Angeles
Reputation: 0

Postby Fofer » Thu Jan 04, 2007 3:54 am

Okay, imported some songs. This is awesome.

Next (obvious) question. How can I plug my Guitar Hero guitar into my MacBook Pro? Will a Playstation->USB adapter work, or would some Mac-specific drivers be required?

I'm happy to purchase the adapter, if only I got word that it works fine first.
User avatar
deb248211
Member
Posts: 5
Joined: January 1st, 2007
Location: North West UK
Reputation: 0
Contact:

Postby deb248211 » Thu Jan 04, 2007 2:11 pm

I did, however, just find the culprit... and it's a very weird conflict I have no idea how to explain! I'll spare you the gory details of the troubleshooting steps I took to narrow it down.


So I guess this is a software conflict on OSX 10.3.9 too?
Offer them what they secretly want and they of course immediately become panic-stricken. [Jack Kerouac]
Fofer
Member
Posts: 15
Joined: January 2nd, 2007
Location: Los Angeles
Reputation: 0

Postby Fofer » Thu Jan 04, 2007 2:18 pm

Heh, the ChatFX product requires a minimum of OS X 10.4 (as it uses Quartz Composer, a new feature in Tiger,) so I doubt anyone on 10.3.9 would have it installed. ;)

However, were they to install it anyway? I suppose it would conflict with Frets on Fire.

Now, *why* these two apps don't like each other, I have no idea. One is a standalone guitar/rythm game... the other is an fun video add-on for iChat.

In any case, I reported it to the ChatFX developers (Script Software.) I suspect they'll point fingers back at FOF, though.
User avatar
deb248211
Member
Posts: 5
Joined: January 1st, 2007
Location: North West UK
Reputation: 0
Contact:

Postby deb248211 » Thu Jan 04, 2007 6:13 pm

Ah yeah - I didn't quite mean that. I don't have that chat programme installed, and indeed 10.3.9 doesn't even have an InputManagers directory.

What I meant was that perhaps it was a conflict with something else, although I wouldn't even know where to start troubleshooting. I run a webserver on my Emac and don't want to do anything that might affect that (I am a teacher and it's for my students!).

I have installed python 2.4.4 and newer pygame to go with it. Still no go!

On the plus side I have just spent an hour playing on FoF on my mini mac, with only one crash which required a restart (haven't had one of those on a Mac for a long time!). It's great, but I really do suck big time.

I got to get me a controller!
Offer them what they secretly want and they of course immediately become panic-stricken. [Jack Kerouac]

Return to “Tech Support”

Who is online

Users browsing this forum: No registered users and 22 guests