Re: [Factor-talk] Trying factor

2012-02-24 Thread Joe Groff
On Fri, Feb 24, 2012 at 6:59 AM, Yuri D'Elia wrote: > (U) Quotation: [ set-namestack init-catchstack self quot>> call -> stop ] > (O) Word: update-ui-loop > (O) Word: update-ui > (O) Word: notify-queued > (O) Method: M\ world graft* > (O) Word: set-up-window > (O) Method: M\ bunny-world begin-worl

Re: [Factor-talk] Trying factor

2012-02-24 Thread Yuri D'Elia
On Thu, 23 Feb 2012 10:01:18 -0800 Joe Groff wrote: > It's likely either something OpenGL-related or game.input-related because > those are the two things those demos all have in common. Does > game.input.demos.key-caps work? When these demos crash, what does the > traceback say? key-caps works.

Re: [Factor-talk] Trying factor

2012-02-23 Thread Joe Groff
On Thursday, February 23, 2012, Yuri D'Elia wrote: > > GL_VERSION: 3.3.0 NVIDIA 295.20 > GL_VENDOR: NVIDIA Corporation > GL_RENDERER: Quadro NVS 290/PCIe/SSE2 > > This is the binary nvidia's driver. But like I said I don't think it's a > GL issue. The nehe examples do work (and I do GL develo

Re: [Factor-talk] Trying factor

2012-02-23 Thread Joe Groff
On Thursday, February 23, 2012, Yuri D'Elia wrote: > > GL_VERSION: 3.3.0 NVIDIA 295.20 > GL_VENDOR: NVIDIA Corporation > GL_RENDERER: Quadro NVS 290/PCIe/SSE2 > > This is the binary nvidia's driver. But like I said I don't think it's a > GL issue. The nehe examples do work (and I do GL develo

Re: [Factor-talk] Trying factor

2012-02-23 Thread Yuri D'Elia
On Tue, 21 Feb 2012 01:57:02 -0800 Joe Groff wrote: > On Tue, Feb 21, 2012 at 1:52 AM, Yuri D'Elia wrote: > > I've cloned git master directly. > > What video card and drivers are you using? Do the demos work with > OpenGL acceleration disabled? GL_VERSION: 3.3.0 NVIDIA 295.20 GL_VENDOR:

Re: [Factor-talk] Trying factor

2012-02-21 Thread Joe Groff
On Tue, Feb 21, 2012 at 1:52 AM, Yuri D'Elia wrote: > I've cloned git master directly. What video card and drivers are you using? Do the demos work with OpenGL acceleration disabled? -Joe -- Keep Your Developer Skills C

Re: [Factor-talk] Trying factor

2012-02-21 Thread Yuri D'Elia
On Mon, 20 Feb 2012 12:07:11 -0800 Joe Groff wrote: > On Mon, Feb 20, 2012 at 6:49 AM, Yuri D'Elia wrote: > > I'm just trying them at work here and I have the same issue, so maybe there > > is a problem with the examples themselves? > > If you're using 0.94, try upgrading to git master. I've

Re: [Factor-talk] Trying factor

2012-02-20 Thread Joe Groff
On Mon, Feb 20, 2012 at 6:49 AM, Yuri D'Elia wrote: > I'm just trying them at work here and I have the same issue, so maybe there > is a problem with the examples themselves? If you're using 0.94, try upgrading to git master. -Joe ---

[Factor-talk] Trying factor

2012-02-20 Thread Yuri D'Elia
Hi everyone. I'm currently deeply fascinated by lisp and forth for some reason, and with Joy being at risk, I decided to take a dab at factor. I downloaded the source during the weekend from git and used the build-support/factor.sh update, which went just fine on my x86_64 debian-unstable box.