2009/4/6 Slava Pestov <[email protected]>:
> On Sun, Apr 5, 2009 at 3:29 PM, Marko Kocić <[email protected]> wrote:
>> win xp - Compilation and bootsrap process finishes normaly, and I am
>> able to run console version, but as soom as I start factor.exe,
>> memmory starts going up and after some time I get "error in
>> print-error]" message in console. Some (basic) evaluation in listener
>> works, so I suppose it is a UI problem. 0.9.1 binary was ok, as I
>> remember. Bootstraping report 22 linkage-errors and 52
>> semantic-warnings. Is there any way to display those errors, maybe
>> there is a clue?
>
> Can you do this,
>
> ./factor -run=listener
> USE: ui.gadgets.worlds
> [ rethrow ] ui-error-hook set-global
> "ui.tools" run
>
> Then send me the errors printed in the command prompt.

Here it is:
C:\dev\cvstree\factor.git>factor -run=listener
( scratchpad ) USE: ui.gadgets.worlds
( scratchpad ) [ rethrow ] ui-error-hook set-global
( scratchpad ) "ui.tools" run
Error in thread 18 (UI update, [ self ui-thread set-global update-ui-loop ]):

Division by zero

[ call -> stop ]
update-ui-loop
update-ui
notify-queued
graft*/tuple-dispatch-engine
(open-window)
setup-gl
setup-pixel-format
SetPixelFormat
[
    63 getenv error-thread set-global
    continuation -> error-continuation set-global rethrow
]


>> linux - Console works ok, as in windows. UI even show up, but have
>> problems with font rendering. Basicaly, basic text is displayed ok,
>> but whenever it has some style (background, bold, italic) it is
>> unreadable. It happened also long time ago in 0.9.1 days too, so I
>> suppose it is a font rendering library issue.
>
> What video hardware does your laptop have? Can you post a screenshot?

It has ATI Mobility radeon IGP 320M graphics card. I'll send a
screenshot as soon as I figure out how to do thah.

Thanks,
Marko


> Slava

------------------------------------------------------------------------------
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to