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 an offscreen redirected window for child OpenGL rendering.) was the first bad commit.
in particular i am trying to run tracked part of racer 0.5.0 final (http://racer.nl/dl_win32.htm). doing a git-checkout 00633e37bcc8da1032f34ea2d87814739de07db4 and running tracked i get the following crash when i try to import a track:
i forgot to cc the list so here we go in case somebody else finds this of interest:
What card do you have and what drivers are you using? It looks like it's trying to call glFlush without a context set, which is illegal.
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 investigate more tomorrow. also, i am using xorg 7.3 from debian. i've been having this problem for about a month now which is about the time debian switched to xorg 7.3. i wonder if maybe this has something to do with the crash.
Have you filed a bug report on buzilla?
not yet. i first wanted to see what other people thought about this.
--alex--