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
