http://bugs.winehq.org/show_bug.cgi?id=13599
--- Comment #30 from max@veneto.com 2008-06-14 05:45:15 --- (In reply to comment #29)
(In reply to comment #28)
0064:Call opengl32.glGetString(00001f01) ret=1000cd58
ret=xxx above is the caller's address. When an API calls returns you see something like
0064:Ret ntdll.RtlUnwind() retval=00000000 ret=6034dc13
so the missing 'retval=' indicates a crash inside function ? I didn't know that one... Thank you for your hint ! ;-)
Max