Re: [F-Script-talk] F-Script Anywhere Installation?
Brought to you by:
pmougin
From: Philippe M. <pm...@ac...> - 2004-10-03 22:55:06
|
Thank you for reporting the problem. I'm working on it. In the =20 meantime, you can use Ken Ferry's SIBML version of FSA with the =20 previous version of FScript.framework =20 (http://www.fscript.org/download/FScriptBin-20040324.tar.gz). Best, Philippe Mougin Le 2 oct. 04, =E0 19:54, John Anderson a =E9crit : > Hello, > > I am new to new to F-Script but very excited about using it with other = =20 > Cocoa applications via F-Script Anywhere. But I think that I am =20 > missing something, because I have not been able open a new F-Script =20= > Workspace in any other applications despite having no problem view the = =20 > FSA menu item. The "About F-Script Anywhere menu item works fine. > > It appears the F-Script.framework is not being found because the =20 > console logs this error. > > 2004-10-02 13:08:09.104 Safari[1035] *** class error for 'FSContext': =20= > class not loaded > > > > However, if I remove the F-Script.framwork from either =20 > ~/LIbary/Frameworks or /Library/Frameworks or the FSA application will = =20 > generate an error message or by using Ken Ferry's SIBML version of =20 > FSA, the FSA menu will not show up at all. This implies that the =20 > framework is being found and read by OS X, and confusing me. > > So, the problem remains the same with using the normal FSA Application = =20 > to install into a running Cocoa application or the SIBML way. I =20 > download and install PithHelmet, a SIMBL based extension for Safari =20= > and it runs fine, but appears to use a new verion SIMBL iteslf. I =20 > then notice that PithHelmet's SIMBL-bundle's plist was slightly =20 > different that of Ken Ferry's for FSA. Making the minor changes, I =20= > get a different error message: > > 2004-10-02 12:21:55.980 Console[392] -[FSAController loadWindow]: =20 > failed to load window nib file 'FSAInterpreterPanel'. > 2004-10-02 12:21:55.980 Console[392] *** Assertion failure in =20 > -[FSAController init], =20 > /Volumes/Canti/Users/ken/Documents/Programming/FScriptAnywhereSIMBL/=20= > FSAController.m:152 > 2004-10-02 12:21:55.982 Console[392] Can=92t get interpreter window! > > > > This is another related error message. It makes it appear that the =20= > F-Script.framework is appear has not been properly complied for =20 > distribution because is try to open a library in "/Users/pmougin/..." =20= > which obviously does not exist on machine. > > 2004-10-02 12:50:11.313 Mail[1042] *** -[NSBundle load]: Error loading = =20 > code /Library/Application =20 > Support/SIMBL/Plugins/FScriptAnywhereSIMBL.bundle/Contents/MacOS/=20 > FScriptAnywhereSIMBL for bundle /Library/Application =20 > Support/SIMBL/Plugins/FScriptAnywhereSIMBL.bundle, error code 0 (link =20= > edit error code 0, error number 2 (dyld: =20 > /Applications/Mail.app/Contents/MacOS/Mail can't open library: =20 > /Users/pmougin/allFscript/FScript/build/UninstalledProducts/=20 > FScript.framework/Versions/A/FScript (No such file or directory, =20 > errno =3D 2) > > > > So, I recompiled the F-Script.framework myself and set the location =20= > for build results to "/Library/Frameworks" and I am back to original =20= > error message: > > 2004-10-02 13:44:24.117 TextEdit[1781] *** class error for =20 > 'FSContext': class not loaded > > > > Otherwise, I running OS X 10.3.5 and am using the latest downloads of =20= > F-Script (v 1.2.7) and F-Script Anywhere (v 1.1.5). I have set the =20= > value of the string in Ken Ferry's SIMBL plist array =20 > "SIMBLApplicationIdentifier" to "*" so that all Cocoa applications are = =20 > targeted. And the F-Script application runs fine. > > > Truly yours, > John Anderson=20= |