Hi, You need to configure FUEL so that it uses the Factor binary from Factor.app/Contents/MacOS/factor. Perhaps this could be the default on Mac OS X -- what do you think Jose?
As for the listener becoming unresponsive, that is a FUEL bug. You can trigger it as follows, [ "OH HAI" throw ] in-thread A workaround is M-x fuel-nuke-listener. Slava On Thu, Jan 15, 2009 at 7:17 PM, Chris Wright <[email protected]> wrote: > Hi folks > > while following along with Slava's fuel screencast, all goes well until: > >> USING: ui threads ; >> [ ui ] in-thread >> >> the listener receives an error and becomes unresponsive: >> >> ( scratchpad ) USING: ui threads ; >> ( scratchpad ) [ ui ] in-thread >> ( scratchpad ) Error in thread 10 (Thread, [ ~array~ ~quotation~ >> ~quotation~ dip call ]): >> >> The UI requires you to run Factor from an application bundle. >> >> [ call -> stop ] >> [ "UI" assert.app -> [ ~quotation~ ui-running ] with-cocoa ] >> assert.app >> throw >> [ >> 63 getenv error-thread set-global >> continuation -> error-continuation set-global rethrow >> ] > > OS X leopard , intel > > This happens with both the binary and a compiled factor > > I would be grateful for clues! > > cheers and thanks > > Chris > --- > A/Prof Chris Wright > Medical Director, ICU > Medical Portfolio Director, Information Technology > Monash Medical Centre > Clayton Rd., > Clayton VIC 3168 > [email protected] > > > > > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > _______________________________________________ > Factor-talk mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/factor-talk > ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
