🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

RGB Device problem

Started by
-1 comments, last by Ro 24 years, 6 months ago
I tried forcing my device driver to use RGB emulation, and for some reason the program doesn''t draw anything to the screen. Instead, I get in the VC++ debug output window, a message saying the following: Direct3D7: (WARN) :SpanInit: No fast path rasterizer chosen Direct3D7: (INFO) :======================= RGB device selected Direct3D7: (INFO) : using MMX in RGB device Direct3D7: (INFO) rofile:DrawPrimitive(Device7):TRIANGLESTRIP:D3DTLVERTEX Direct3D7: (ERROR) :Could not Flush commands in EndScene! Any ideas as to what I might be doing wrong? The last line there seems to repeat infinitely. Why can''t it flush the commands? I couldn''t find any documentation on this error in the SDK help file anywhere, or the error about SpanInit.

This topic is closed to new replies.

Advertisement