Polytonic / Glitter

Dead Simple OpenGL
http://polytonic.github.io/Glitter/
2.46k stars 416 forks source link

[Mac OS 10.13.2 / Xcode 9.1] Month 13 is out of bounds OpenGL 4.1 INTEL-10.30.12 #43

Closed iaomw closed 6 years ago

iaomw commented 6 years ago

Only gray screen, I don't know what is that. Are you trying to check the date somewhere?

2017-12-23 22:29:28.157798+0100 Glitter[15128:381747] Month 13 is out of bounds OpenGL 4.1 INTEL-10.30.12

And, it doesn't compile with the condition below. Should be (!= 0) or (> (void *)0) _if(compallow && (aim->mNormals > 0))

Polytonic commented 6 years ago

Hi there! What's the problem you're experiencing? Can you provide the full stack trace?

if(comp_allow && (aim->mNormals > 0))

This looks like your own project code, no?

Polytonic commented 6 years ago

Closing this, as the original poster has not responded in over a month. Feel free to reopen if you continue to have issues.

iaomw commented 6 years ago

Thanks, it disappeared on Xcode 9.2. Forgot to follow this.