Re: OT - Re: DWT+OpenGL crashing on Vista

2009-01-21 Thread John Reimer
Hello Anders, On Mon, Jan 19, 2009 at 15:46, John Reimer wrote: No, I may have been wrong, I guess. I was just sure that XP Home didn't provide support for anything more than single processor/core use. -JJR It doesn't let you use more than one processor, but it's ok with multicore process

Re: OT - Re: DWT+OpenGL crashing on Vista

2009-01-21 Thread Anders Bergh
On Mon, Jan 19, 2009 at 15:46, John Reimer wrote: > No, I may have been wrong, I guess. I was just sure that XP Home didn't > provide support for anything more than single processor/core use. > > > -JJR It doesn't let you use more than one processor, but it's ok with multicore processors, you co

Re: OT - Re: DWT+OpenGL crashing on Vista

2009-01-19 Thread John Reimer
Hello Sergey, Mon, 19 Jan 2009 00:10:08 + (UTC), John Reimer wrote: Hello Sergey, Mon, 19 Jan 2009 07:17:16 +0900, Bill Baxter wrote: Here's a modified version of one of the DWT opengl snippets that reproduces the crash for me. About 1 in 10-15 runs this will crash (seems to be inside

Re: DWT+OpenGL crashing on Vista

2009-01-19 Thread Sergey Gromov
Mon, 19 Jan 2009 10:20:51 +0900, Bill Baxter wrote: > On Mon, Jan 19, 2009 at 8:53 AM, Sergey Gromov wrote: >> Mon, 19 Jan 2009 07:17:16 +0900, Bill Baxter wrote: >> >>> Here's a modified version of one of the DWT opengl snippets that >>> reproduces the crash for me. >>> About 1 in 10-15 runs thi

Re: OT - Re: DWT+OpenGL crashing on Vista

2009-01-19 Thread Sergey Gromov
Mon, 19 Jan 2009 00:10:08 + (UTC), John Reimer wrote: > Hello Sergey, > >> Mon, 19 Jan 2009 07:17:16 +0900, Bill Baxter wrote: >> >>> Here's a modified version of one of the DWT opengl snippets that >>> reproduces the crash for me. >>> About 1 in 10-15 runs this will crash (seems to be insid

Re: DWT+OpenGL crashing on Vista

2009-01-18 Thread Bill Baxter
On Mon, Jan 19, 2009 at 8:53 AM, Sergey Gromov wrote: > Mon, 19 Jan 2009 07:17:16 +0900, Bill Baxter wrote: > >> Here's a modified version of one of the DWT opengl snippets that >> reproduces the crash for me. >> About 1 in 10-15 runs this will crash (seems to be inside the GL >> driver) soon afte

Re: DWT+OpenGL crashing on Vista [OT]

2009-01-18 Thread John Reimer
Hello Jarrett, On Sun, Jan 18, 2009 at 7:41 PM, Bill Baxter wrote: Off topic - I wonder why executable could be so big? (Forgive my ignorance I am not either Tango/DWT/Derelict user) I dunno, but it's a frequent complaint. Maybe the linker just isn't very good at throwing away unneeded cod

Re: DWT+OpenGL crashing on Vista

2009-01-18 Thread Bill Baxter
On Mon, Jan 19, 2009 at 8:53 AM, Sergey Gromov wrote: > Mon, 19 Jan 2009 07:17:16 +0900, Bill Baxter wrote: > >> Here's a modified version of one of the DWT opengl snippets that >> reproduces the crash for me. >> About 1 in 10-15 runs this will crash (seems to be inside the GL >> driver) soon afte

Re: DWT+OpenGL crashing on Vista [OT]

2009-01-18 Thread Jarrett Billingsley
On Sun, Jan 18, 2009 at 7:41 PM, Bill Baxter wrote: >> Off topic - I wonder why executable could be so big? (Forgive my ignorance I >> am not either Tango/DWT/Derelict user) > > I dunno, but it's a frequent complaint. Maybe the linker just isn't > very good at throwing away unneeded code? It isn

Re: DWT+OpenGL crashing on Vista [OT]

2009-01-18 Thread Bill Baxter
On Mon, Jan 19, 2009 at 8:58 AM, Sergey Kovrov wrote: > On 1/19/2009 12:17 AM, Bill Baxter wrote: >> >> Here's a modified version of one of the DWT opengl snippets that >> reproduces the crash for me. >> About 1 in 10-15 runs this will crash (seems to be inside the GL >> driver) soon after startup

Re: OT - Re: DWT+OpenGL crashing on Vista

2009-01-18 Thread dsimcha
== Quote from John Reimer (terminal.n...@gmail.com)'s article > Hello Sergey, > > Mon, 19 Jan 2009 07:17:16 +0900, Bill Baxter wrote: > > > >> Here's a modified version of one of the DWT opengl snippets that > >> reproduces the crash for me. > >> About 1 in 10-15 runs this will crash (seems to be i

OT - Re: DWT+OpenGL crashing on Vista

2009-01-18 Thread John Reimer
Hello Sergey, Mon, 19 Jan 2009 07:17:16 +0900, Bill Baxter wrote: Here's a modified version of one of the DWT opengl snippets that reproduces the crash for me. About 1 in 10-15 runs this will crash (seems to be inside the GL driver) soon after startup with the error: """ dwt.DWTException.DWTEx

Re: DWT+OpenGL crashing on Vista

2009-01-18 Thread Eldar Insafutdinov
Bill Baxter Wrote: > Here's a modified version of one of the DWT opengl snippets that > reproduces the crash for me. > About 1 in 10-15 runs this will crash (seems to be inside the GL > driver) soon after startup with the error: > > """ > dwt.DWTException.DWTException: Failed to execute runnable

Re: DWT+OpenGL crashing on Vista [OT]

2009-01-18 Thread Sergey Kovrov
On 1/19/2009 12:17 AM, Bill Baxter wrote: Here's a modified version of one of the DWT opengl snippets that reproduces the crash for me. About 1 in 10-15 runs this will crash (seems to be inside the GL driver) soon after startup with the error: """ dwt.DWTException.DWTException: Failed to execute

Re: DWT+OpenGL crashing on Vista

2009-01-18 Thread Sergey Gromov
Mon, 19 Jan 2009 07:17:16 +0900, Bill Baxter wrote: > Here's a modified version of one of the DWT opengl snippets that > reproduces the crash for me. > About 1 in 10-15 runs this will crash (seems to be inside the GL > driver) soon after startup with the error: > > """ > dwt.DWTException.DWTExcep

Re: DWT+OpenGL crashing on Vista

2009-01-18 Thread Bill Baxter
Here's a modified version of one of the DWT opengl snippets that reproduces the crash for me. About 1 in 10-15 runs this will crash (seems to be inside the GL driver) soon after startup with the error: """ dwt.DWTException.DWTException: Failed to execute runnable object.Exception: Access Violatio

Re: DWT+OpenGL crashing on Vista

2009-01-18 Thread Sergey Kovrov
On 1/18/2009 5:51 AM, Bill Baxter wrote: So far haven't been able to isolate it. I updated another program that displays meshes with similar code and it works fine. So sounds like some kind of memory problem in my code to me too. Or possibly passing a bad pointer to GL somewhere. I have glGetEr

Re: DWT+OpenGL crashing on Vista

2009-01-17 Thread Bill Baxter
On Sun, Jan 18, 2009 at 11:29 AM, Tim M wrote: > On Sat, 17 Jan 2009 12:51:46 +1300, Bill Baxter wrote: > >> I'm going crazy here with a very odd bug. >> My DWT+OpenGL Win32 app is crashing *only* on Vista and *only* when I >> use client arrays for rendering >> (i.e. glEnableClientState(GL_VERTEX

Re: DWT+OpenGL crashing on Vista

2009-01-17 Thread Tim M
On Sat, 17 Jan 2009 12:51:46 +1300, Bill Baxter wrote: I'm going crazy here with a very odd bug. My DWT+OpenGL Win32 app is crashing *only* on Vista and *only* when I use client arrays for rendering (i.e. glEnableClientState(GL_VERTEX_ARRAY), glVertexPointer(...), glArrayElement()). The ex

Re: DWT+OpenGL crashing on Vista

2009-01-16 Thread Tim M
On Sat, 17 Jan 2009 12:51:46 +1300, Bill Baxter wrote: I'm going crazy here with a very odd bug. My DWT+OpenGL Win32 app is crashing *only* on Vista and *only* when I use client arrays for rendering (i.e. glEnableClientState(GL_VERTEX_ARRAY), glVertexPointer(...), glArrayElement()). The ex

Re: DWT+OpenGL crashing on Vista

2009-01-16 Thread Denis Koroskin
On Sat, 17 Jan 2009 02:51:46 +0300, Bill Baxter wrote: I'm going crazy here with a very odd bug. My DWT+OpenGL Win32 app is crashing *only* on Vista and *only* when I use client arrays for rendering (i.e. glEnableClientState(GL_VERTEX_ARRAY), glVertexPointer(...), glArrayElement()). The ex

DWT+OpenGL crashing on Vista

2009-01-16 Thread Bill Baxter
I'm going crazy here with a very odd bug. My DWT+OpenGL Win32 app is crashing *only* on Vista and *only* when I use client arrays for rendering (i.e. glEnableClientState(GL_VERTEX_ARRAY), glVertexPointer(...), glArrayElement()). The exact same code works fine on XP. I have the Areo desktop com