🎉 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!

Invalid Page fault...

Started by
-1 comments, last by Marc 23 years, 10 months ago
Hi again! I''m still having trouble loading 3DS ASCII files into Open GL, but this time the problem seems to be with loading large (well, larger than 20 polygons) files. I have no trouble loading small objects with about 20 polys, but if I try to load ones with much more than that, the program keeps crashing with an Invalid Page fault! Anyone else come across this problem? I started off with all the polygons in the model being loaded into OpenGL with glVertex3f commands between glBegin and glEnd commands, then I tried loading each poly with sepatate glBegin and glEnd commands, to make sure that I wasn''t hitting any kind of list limit, but it still doesn''t work. Anyone got any ideas?

This topic is closed to new replies.

Advertisement