On Feb 4, 2008 1:56 PM, Nathan <[EMAIL PROTECTED]> wrote: > > I haven't run through the tests again, but it appears that the 600x600 > background image that I was trying to blit was what the G3 was having
Ok. pyglet doesn't test if textures will fit on the video card before uploading (all the drivers I've seen either swap into system memory or fail with a GL error). I'll come up with some code in the next few days for you to test (to see if I can trap this condition). (FWIW, a 600x600 image needs a 1024x1024 texture on the video card; if you can live without some pixels you should be able to cope better with a single 512x512 image). > problems with. If I reduce the size of the image to four 300x300 > images then it works just fine on the G3 in the administrator account. > > Unfortunately, when I try to run "chooser" under my daughter's > non-admin account, it gives me the following error: > > RegisterProcess failed (error = -50) > Abort trap That's an interesting one. Googling on this shows quite a bit of chatter about this error, but no-one has traced it to anything in particular as far as I can see. Could be related to using a limited-access account, hitting the user process limit, or having more than one user logged in. Can't help you with this sorry; it doesn't look like a pyglet problem to me. Alex. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
