|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.learn - Has anyone had crash problems with Derelict + SDL + OpenGL + Intel
Bit of a long shot this... I get an Access Violation seemingly in the 18th call to immediate glTexCoord2f after resizing the window with SDL_SetVideoMode() There is no usable stack trace for this It only seems to happen with this card so far. I reload all the OpenGL assets as usually they are discarded on windows. Vendor : Intel Renderer : Intel 915G Version : 1.4.0 - Build 4.14.10.4396 Apr 14 2008
Spacen Jasset wrote:Bit of a long shot this... I get an Access Violation seemingly in the 18th call to immediate glTexCoord2f after resizing the window with SDL_SetVideoMode() There is no usable stack trace for this It only seems to happen with this card so far. I reload all the OpenGL assets as usually they are discarded on windows. Vendor : Intel Renderer : Intel 915G Version : 1.4.0 - Build 4.14.10.4396 Apr 14 2008
Mike Parker wrote:Spacen Jasset wrote:Bit of a long shot this... I get an Access Violation seemingly in the 18th call to immediate glTexCoord2f after resizing the window with SDL_SetVideoMode() There is no usable stack trace for this It only seems to happen with this card so far. I reload all the OpenGL assets as usually they are discarded on windows. Vendor : Intel Renderer : Intel 915G Version : 1.4.0 - Build 4.14.10.4396 Apr 15 2008
|