jhsilverman wrote:
When it crashes, here's the top of the stack:
WGLWindow::configInit() line 260: makeCurrent();
WGLWindow::makeCurrent() line 98: wglMakeCurrent( _wglDC, _wglContext )) returns FALSE, so EQCHECK/assert fails. GetLastError() return DWORD 0xc00720d0.
It's the "device 1" parameter in the config file that's giving me trouble. If I use only "device 0" it works just fine with the affinity context.
I've tried eqPly and my own code on another machine, also Win7x64 Ultimate, dual 4800 cards. Same error. I've tried NVidia drivers 191.00, 191.07, 182.65... same error.
Has anybody seen anything like this before? Any suggestions? Thanks in advance!
Yes, we actually have seen this exact same thing here (not sure about the exact error code right now, but at least something equally unreasonable). This is also on Win7 x64 (Pro I think), with dual Quadro FX 5800 cards.
Some things to note:
- On XP, this works fine.
- This is not Equalizer-specific; a non-Equalizer application trying to do this got the same error.
We weren't able to find a solution, so if you do manage to find out anything, I'd be very interested to hear it!
Thanks and good luck,
Marc