Re: [VirtualGL-Users] VirtualGL Linux wine crash in versions newer than 1.3.10

2011-02-25 Thread DRC
As far as what to call the X servers, I've taken to using the terms 2D X server and 3D X server in the VGL documentation. I was able to reproduce the failure using my systems. I tried setting VGL_X11TRAP=1 to force X11 to call xhandler() in faker.cpp, but given that the application is running in

Re: [VirtualGL-Users] VirtualGL Linux wine crash in versions newer than 1.3.10

2011-02-25 Thread DRC
If we're getting a BadWindow error it had to be issued by the 2D X server. Therefore, force an indirect context and grab a wireshark trace. The actual VendorPrivate call has to be there. Once we know which vop it is then the grepping will be easier. If you or someone else has the time

Re: [VirtualGL-Users] VirtualGL Linux wine crash in versions newer than 1.3.10

2011-02-25 Thread Nathan Kidd
On 11-02-25 06:19 PM, DRC wrote: If we're getting a BadWindow error it had to be issued by the 2D X server. Therefore, force an indirect context and grab a wireshark trace. The actual VendorPrivate call has to be there. Once we know which vop it is then the grepping will be easier. If you