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 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.

so i played with wine and tracked on my desktop with the same results.
latest wine git version crashes tracked with the following:

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).
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:7da22648 ESP:0033fdb4 EBP:0033fdec EFLAGS:00210202(   - 00  - -RI1)
 EAX:0033fde0 EBX:7da579b4 ECX:7da5a9c0 EDX:7da5a9c4
 ESI: EDI:00122398
Stack dump:
0x0033fdb4:   1a85 0004 0033fde0
0x0033fdc4:    fff1 ffe0
0x0033fdd4:  00122398 0042567c 004256b5 000a
0x0033fde4:  7ed1e988 0001 0033fe0c 7ed062db
0x0033fdf4:  0033fe60 00443457  00408fa0
0x0033fe04:  7ed06299  0033ff08 0041b192
Backtrace:
=1 0x7da22648 X11DRV_wglFlush+0x68() 
[/home/romosan/cvs/wine/dlls/winex11.drv/opengl.c:2056] in winex11 (0x0033fdec)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
  2 0x7ed062db wine_glFlush+0x4b() 
[/home/romosan/cvs/wine/dlls/opengl32/wgl.c:584] in opengl32 (0x0033fe0c)
 

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 bug, open a bug in bugzilla - this isn't primarily a
bug forum.
--Juan




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:

 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 bug, open a bug in bugzilla - this isn't primarily a
 bug forum.

personally i found a version that works for what i am trying to do so
i don't really care any more. 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. apparently you
seem to think this is how wine should behave (and i don't know enough
about wine). sorry to have bothered you. good bye.

--alex--

-- 
| I believe the moment is at hand when, by a paranoiac and active |
|  advance of the mind, it will be possible (simultaneously with  |
|  automatism and other passive states) to systematize confusion  |
|  and thus to help to discredit completely the world of reality. |




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.  But they're
unreadably long.  I could have been more gentle in chiding you about
that, I suppose, so I'm sorry if I barked too loud.

 apparently you seem to think this is how wine should behave (and i don't
 know enough about wine).

I don't know how you could have gotten that conclusion.  I asked you
to log a bug - that's where problems in wine should be tracked.  They
can be abandoned either on the mailing list or on bugzilla, of course,
but at least on bugzilla we can make an effort to track them.

So please, do log that bug, and include the commit that broke it.
--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 (simultaneously with  |
|  automatism and other passive states) to systematize confusion  |
|  and thus to help to discredit completely the world of reality. |




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  |
|  automatism and other passive states) to systematize confusion  |
|  and thus to help to discredit completely the world of reality. |




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 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:

wine: Unhandled page fault on read access to 0x0014 at address 0x7e542141 
(thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x0014 in 32-bit code 
(0x7e542141).
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
Register dump:
 CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
 EIP:7e542141 ESP:0033fdb4 EBP:0033fdec EFLAGS:00210246(   - 00  -RIZP1)
 EAX: EBX:7e578714 ECX:494c EDX:
 ESI:0001 EDI:0014da98
Stack dump:
0x0033fdb4:    00aa 001e
0x0033fdc4:  0041fa7d 0049  
0x0033fdd4:  0014da98 0042567c 004256b5 7ed1f980
0x0033fde4:  0001 0014da98 0033fe0c 7ed072db
0x0033fdf4:  0033fe60 00443457  00408fa0
0x0033fe04:  7ed07299  0033ff08 0041b192
Backtrace:
=1 0x7e542141 X11DRV_wglFlush+0x31() 
[/home/romosan/cvs/wine/dlls/winex11.drv/opengl.c:1952] in winex11 (0x0033fdec)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 
__wine_dbch___default (1)
  2 0x7ed072db wine_glFlush+0x4b() 
[/home/romosan/cvs/wine/dlls/opengl32/wgl.c:584] in opengl32 (0x0033fe0c)
  3 0x0041b192 in tracked (+0x1b192) (0x0033ff08)
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value 

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 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:

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.

Have you filed a bug report on buzilla?




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 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--

-- 
| I believe the moment is at hand when, by a paranoiac and active |
|  advance of the mind, it will be possible (simultaneously with  |
|  automatism and other passive states) to systematize confusion  |
|  and thus to help to discredit completely the world of reality. |