Re: [Factor-talk] Factor crash

2008-05-21 Thread Slava Pestov
Hi, Try this ./factor -run=listener Does that work? Slava On May 21, 2008, at 12:58 AM, Victor M. wrote: Now I have Windows XP SP3 but I had the same problems with SP2. 2008/5/20 Slava Pestov <[EMAIL PROTECTED]>: What version of Windows is this? Those compile errors at the end of bootstra

Re: [Factor-talk] Factor crash

2008-05-21 Thread Victor M.
It works ok. So What's the problem? The GUI? The OpenGL interface? 2008/5/21 Slava Pestov <[EMAIL PROTECTED]>: > Hi, > Try this > > ./factor -run=listener > > Does that work? > > Slava > > On May 21, 2008, at 12:58 AM, Victor M. wrote: > > Now I have Windows XP SP3 but I had the same problems wit

Re: [Factor-talk] Factor crash

2008-05-21 Thread Slava Pestov
On May 21, 2008, at 3:24 AM, Victor M. wrote: > It works ok. So What's the problem? The GUI? The OpenGL interface? The GUI is the problem here, yes. Try entering 'ui' in the listener and tell us what error message you get. Also, do :c after to get a call stack trace. You could try this with

Re: [Factor-talk] Factor crash

2008-05-21 Thread Victor M.
$ ./factor -run=listener ( scratchpad ) ui :1 ui ^ Word not found in current vocabulary search path "delegate" f "name" "ui" The following restarts are available: :1Use the word IN: ui HOOK: ui ui-backend ( -- ) Type :help for debugging help. ( scratchpad ) :1 ( scratchpad ) :c [ call

Re: [Factor-talk] Factor crash

2008-05-21 Thread Slava Pestov
Is this with the version you compiled or with the binary package? Slava On May 22, 2008, at 12:56 AM, Victor M. wrote: $ ./factor -run=listener ( scratchpad ) ui :1 ui ^ Word not found in current vocabulary search path "delegate" f "name" "ui" The following restarts are available: :1

Re: [Factor-talk] Factor crash

2008-05-21 Thread Victor M.
With the binary package. With the compiled version I've got $ ./factor -run=listener ( scratchpad ) ui :1 ui ^ Word not found in current vocabulary search path "delegate" f "name" "ui" The following restarts are available: :1Use the word IN: ui HOOK: ui ui-backend ( -- ) Type :help f