| |||||||||||
PyWeek - Really, really done.You get value for money:
Don't wait, start steaming today! Hurrah. — alex on 2006/04/01 23:02 of Nelly's Rooftop Garden Comments: (log in to comment) |
Last Challenge
September 2008 [entries, ratings] Previous March 2008 [entries, ratings] September 2007 [entries, ratings] April 2007 [entries, ratings] September 2006 [entries, ratings] > March 2006 [entries, ratings] (June 2006) August 2005 [entries, ratings] Not logged in Login | ||||||||||
By alex on 2006/04/02 03:36:
My game seems to segfault Python on a number of people's computers. Can you please post here if it does or does not work on yours with your architecture, video card, operating system, python, pygame and pyopengl versions. I need an idea of where to look and I'm hoping a pattern will show.By Ron on 2006/04/02 11:42:
It works fine here, the game is really nice!
Linux Debian stable (Sarge), default python2.3+pygame(1.6)+pyopeng(2.0.1.08) install from binary packages. XF86v4, Nvidia Fx5200 video card with nvidia drivers.
By Treeform on 2006/04/02 17:01:
Works great WinXp ... 1.8Ghz Radeon x600 python 2.4 and all the new stuff.By Jay on 2006/04/02 18:32:
We found that glFreeTexture would segfault on random machines. Erik and I both have an AMD, both have a 6600GT, both have the exact same versions of python, pygame, pyopengl. His segfaults and mine doesn't. We chalked it up to a bug not in our code but somewhere else in the land of mystery.By alex on 2006/04/03 01:14:
That's a relief! A had a sinking feeling that I'd managed to develop a game that ran on *only* my computer! I'm hoping to spend some time on a university computer that shows the segfault, and track it down (I'm not using glFreeTexture, but perhaps another less-common GL call is the culprit).By Ron on 2006/04/04 14:03:
Well, now that you say.. I had to remove the glDeleteTexures command in my texture loader class's destructor, because on my linux it was all right, but on my roommate's computer (WinXP, Amd Duron 800, TNT2) it also did segfault..By richard on 2006/04/04 22:03:
alex: the game runs fine on my OS X laptop and my Ubuntu desktop. It's a great game!By ciw42 on 2006/04/04 23:44:
Works fine in XP Tablet PC Edition on a ULV 1Ghz Pentium M with Intel 82855 integrated graphics card, running the latest versions of Python, PyOpenGL, PyGame etc.