Paste: factor error when starting UI

Author: jcreigh
Mode: factor
Date: Sat, 3 Jan 2009 05:03:37
Plain Text |
~/prog/factor$ nice ./factor -run=listener
( scratchpad ) [ rethrow ] ui-error-hook set-global
1: [ rethrow ] ui-error-hook set-global
                            ^
Word not found in current vocabulary search path
"name" "ui-error-hook"

The following restarts are available:

:1    Use the ui.gadgets.worlds vocabulary
:2    Use the ui.tools.listener vocabulary
:3    Defer word in current vocabulary

Type :help for debugging help.
( scratchpad ) :1
1: Note: Added ``ui.gadgets.worlds'' vocabulary to search path
( scratchpad ) ui
1: ui
     ^
Word not found in current vocabulary search path
"name" "ui"

The following restarts are available:

:1    Use the ui vocabulary
:2    Defer word in current vocabulary

Type :help for debugging help.
( scratchpad ) :1
1: Note: Added ``ui'' vocabulary to search path
Error in thread 20 (UI update, [ self ui-thread set-global update-ui-loop ]):

Failed to create GLX context

[ call -> stop ]
[ do -> while ]
[ [ call ] 3dip -> ]
[ swap >c call -> c> drop ]
assert-depth
with-datastack
[ [ ~quotation~ dip call datastack ] dip -> continue-with ]
[ [ ~array~ like set-datastack ] dip call -> datastack ]
[
    notify-queued -> layout-queued redraw-worlds
    send-queued-gestures
]
[ do -> while ]
[ [ call ] 3dip -> ]
world=>graft*
(open-window)
gadget-window
glx-window
create-glx
throw
[
    63 getenv error-thread set-global
    continuation -> error-continuation set-global rethrow
]

New Annotation

Summary:
Author:
Mode:
Body: