Re: [racket-users] DrRacket crashes on simple pict3d script

2015-12-22 Thread Greg Trzeciak
On Tuesday, December 22, 2015 at 3:32:20 PM UTC+1, Robby Findler wrote: > Hi Greg: just in case it wasn't obvious, Jay also needed to upgrade > his Racket to a version that's newer than 6.3. You can find our > snapshot builds here if you want to try that: > > http://pre.racket-lang.org/installer

Re: [racket-users] DrRacket crashes on simple pict3d script

2015-12-22 Thread Robby Findler
Hi Greg: just in case it wasn't obvious, Jay also needed to upgrade his Racket to a version that's newer than 6.3. You can find our snapshot builds here if you want to try that: http://pre.racket-lang.org/installers/ Robby On Tue, Dec 22, 2015 at 7:52 AM, Greg Trzeciak wrote: > On Tuesday, D

Re: [racket-users] DrRacket crashes on simple pict3d script

2015-12-22 Thread Greg Trzeciak
On Tuesday, December 22, 2015 at 2:44:54 PM UTC+1, Jay McCarthy wrote: > I tried on Windows 10 with 6.2.1 and can confirm that just installing > pict3d cases a bunch of segfaults. > > If I try with the current snapshot build, I can successfully install > and run pict3d using an Nvidia GPU. > > Ja

Re: [racket-users] DrRacket crashes on simple pict3d script

2015-12-22 Thread Jay McCarthy
I tried on Windows 10 with 6.2.1 and can confirm that just installing pict3d cases a bunch of segfaults. If I try with the current snapshot build, I can successfully install and run pict3d using an Nvidia GPU. Jay On Tue, Dec 22, 2015 at 7:24 AM, Greg Trzeciak wrote: > On Tuesday, December 22,

Re: [racket-users] DrRacket crashes on simple pict3d script

2015-12-22 Thread Greg Trzeciak
On Tuesday, December 22, 2015 at 1:06:55 PM UTC+1, Jay McCarthy wrote: > Greg - What version of Racket are you running? > > Matthew - Do you know how to get logs from Windows crashes? > > Jay Racket version is 6.3 My windows event log says that the module causing error in relation to Racket is:

Re: [racket-users] DrRacket crashes on simple pict3d script

2015-12-22 Thread Jay McCarthy
Greg - What version of Racket are you running? Matthew - Do you know how to get logs from Windows crashes? Jay On Tue, Dec 22, 2015 at 6:45 AM, Greg Trzeciak wrote: > On Monday, December 21, 2015 at 5:00:05 PM UTC+1, Jay McCarthy wrote: >> Hi Greg, >> >> Can you update and check if you still ge

Re: [racket-users] DrRacket crashes on simple pict3d script

2015-12-22 Thread Greg Trzeciak
On Monday, December 21, 2015 at 5:00:05 PM UTC+1, Jay McCarthy wrote: > Hi Greg, > > Can you update and check if you still get the same error? If you do, > or if you get a different one, can you send me the output of > > racket -l pict3d/tests/shaders > > Thanks! > > Jay > Hi, I tried runnin

Re: [racket-users] DrRacket crashes on simple pict3d script

2015-12-21 Thread Jay McCarthy
Hi Greg, Can you update and check if you still get the same error? If you do, or if you get a different one, can you send me the output of racket -l pict3d/tests/shaders Thanks! Jay On Sun, Dec 20, 2015 at 6:04 PM, Greg Trzeciak wrote: > Thanks guys for such a quick response on Sunday! > To c

Re: [racket-users] DrRacket crashes on simple pict3d script

2015-12-20 Thread Greg Trzeciak
Thanks guys for such a quick response on Sunday! To clarify - the mix problem was definitely the case the first time I tried and I was under the impression it was the original - Neil's repo installed from the package. The updated repo (Jay's) simply crashes GUI whenever code is executed so it may

Re: [racket-users] DrRacket crashes on simple pict3d script

2015-12-20 Thread Jay McCarthy
Thanks Greg. I fixed the issues problem. I'm still working on the mix problem. (It doesn't happen on my laptop, so I need to develop with a different machine to test it. I have one available but it is not convenient to use.) Jay On Sun, Dec 20, 2015 at 4:54 PM, Matthew Flatt wrote: > Thanks for

Re: [racket-users] DrRacket crashes on simple pict3d script

2015-12-20 Thread Matthew Flatt
Thanks for the report about the "Remove" button in the "Available for Catalog" panel! I've pushed a repair for the next version. Meanwhile, the "Currently Installed" panel provides another view on installed packages, and the "Remove" button there should work. I think Jay is working on the "mix" p

[racket-users] DrRacket crashes on simple pict3d script

2015-12-20 Thread Greg Trzeciak
Having problems in identifying right pict3d github repository to raise the issue (due to some maintenance mentioned in Racket Developers) let me raise it here first. I have first installed pict3d about 10 hours ago - no issues during installation so I attempted simple code #lang racket (requir