OGRECave / ogre

scene-oriented, flexible 3D engine (C++, Python, C#, Java)
https://ogrecave.github.io/ogre/
MIT License
3.99k stars 980 forks source link

[OGRE-401] MeshLodTests crash #101

Closed paroj closed 7 years ago

paroj commented 8 years ago

[reporter="scrawl", created="Fri, 14 Mar 2014 23:22:53 +0100"]

OT: Please add MeshLod to Component/s dropdown menu

I just built the Ogre unit tests. All tests up to MeshLodTests run ok. I get a crash:

MeshLodTests::testLodConfigSerializerX Error of failed request: BadDrawable (invalid Pixmap or Window parameter)
Major opcode of failed request: 137 (DRI2)
Minor opcode of failed request: 12 (DRI2SwapInterval )
Resource id in failed request: 0x3800002
Serial number of failed request: 26
Current serial number in output stream: 29

I am guessing there is something wrong with the window creation code.

paroj commented 8 years ago

[author="spacegaier", created="Sat, 22 Mar 2014 14:26:42 +0100"]

Added the new "MeshLod" component and I can confirm that issue.