Re: opengl problems (commit 00633e37bcc8da1032f34ea2d87814739de07db4)

2007-10-29 Thread Alex Romosan
"Juan Lang" <[EMAIL PROTECTED]> writes: > So please, do log that bug, and include the commit that broke it. it's been reported as bug 10234. --alex-- -- | I believe the moment is at hand when, by a paranoiac and active | | advance of the mind, it will be possible (simultaneously with | | au

Re: opengl problems (commit 00633e37bcc8da1032f34ea2d87814739de07db4)

2007-10-29 Thread Juan Lang
> should i attach the backtraces to the bug submission? Yes, attach them as text file attachments to the bug. Thanks very much! --Juan

Re: opengl problems (commit 00633e37bcc8da1032f34ea2d87814739de07db4)

2007-10-29 Thread Alex Romosan
"Juan Lang" <[EMAIL PROTECTED]> writes: > So please, do log that bug, and include the commit that broke it. should i attach the backtraces to the bug submission? --alex-- -- | I believe the moment is at hand when, by a paranoiac and active | | advance of the mind, it will be possible (simulta

Re: opengl problems (commit 00633e37bcc8da1032f34ea2d87814739de07db4)

2007-10-29 Thread Juan Lang
> i thought somebody else who knows more about this might find the traces > of interest. i didn't simply just post back traces, i spent a whole day using > git-bisect and recompiling wine until i found the commit that broke things > for me. Yes, I know you did more than _just_ post backtraces. Bu

Re: opengl problems (commit 00633e37bcc8da1032f34ea2d87814739de07db4)

2007-10-29 Thread Alex Romosan
"Juan Lang" <[EMAIL PROTECTED]> writes: >> wine: Unhandled page fault on read access to 0x at address >> 0x7da22648 (thread 0014), starting debugger... >> Unhandled exception: page fault on read access to 0x in 32-bit code >> (0x7da22648). > > Gah, please stop spamming us with fu

Re: opengl problems (commit 00633e37bcc8da1032f34ea2d87814739de07db4)

2007-10-29 Thread Juan Lang
> wine: Unhandled page fault on read access to 0x at address 0x7da22648 > (thread 0014), starting debugger... > Unhandled exception: page fault on read access to 0x in 32-bit code > (0x7da22648). Gah, please stop spamming us with full back traces. And if you think this is a Wine

Re: opengl problems (commit 00633e37bcc8da1032f34ea2d87814739de07db4)

2007-10-29 Thread Alex Romosan
Alex Romosan <[EMAIL PROTECTED]> writes: > this was on my thinkpad t40 with a radeon r250 (mobility firegl 9000) > card using the open source drivers. the program also crashes on my > desktop with an nvidia card using the proprietary nvidia drivers but i > don't know if it's the same problem. i'll

Re: opengl problems (commit 00633e37bcc8da1032f34ea2d87814739de07db4)

2007-10-28 Thread Alex Romosan
Chris Robinson writes: > On Sunday 28 October 2007 08:00:19 pm Alex Romosan wrote: >> somewhere between release 0.9.46 and 0.9.47 of wine i started having >> problems with applications that use opengl. using git-bisect i found >> that commit 00633e37bcc8da1032f34ea2d87814739de07db4 (winex11: Use a

Re: opengl problems (commit 00633e37bcc8da1032f34ea2d87814739de07db4)

2007-10-28 Thread Chris Robinson
On Sunday 28 October 2007 08:00:19 pm Alex Romosan wrote: > somewhere between release 0.9.46 and 0.9.47 of wine i started having > problems with applications that use opengl. using git-bisect i found > that commit 00633e37bcc8da1032f34ea2d87814739de07db4 (winex11: Use an > offscreen redirected wind

opengl problems (commit 00633e37bcc8da1032f34ea2d87814739de07db4)

2007-10-28 Thread Alex Romosan
somewhere between release 0.9.46 and 0.9.47 of wine i started having problems with applications that use opengl. using git-bisect i found that commit 00633e37bcc8da1032f34ea2d87814739de07db4 (winex11: Use an offscreen redirected window for child OpenGL rendering.) was the first bad commit. in part