Any further progress on this? I integrated your patch into my Pyglet tree and I get a segfault when running the 3.2 test harness. I'm using Mountain Lion.
I did notice a few changes to the cocoa.py file since your patch, but they look harmless. Cheers, Adam On Monday, September 12, 2011 7:32:16 AM UTC+10, T.J. Jankun-Kelly wrote: > > I banged on this during the weekend and have it mostly working with > one issue: I have to disable the shadow window to get it to work. The > shadow window creates a default context (with a Legacy Profile); when > a Core Profile is created afterwards, OS X complains that it is an > invalid share as they are different profiles (http:// > developer.apple.com/library/mac/#documentation/GraphicsImaging/ > Conceptual/OpenGL-MacProgGuide/opengl_contexts/opengl_contexts.html#// > apple_ref/doc/uid/TP40001987-CH216-SW12<http://developer.apple.com/library/mac/#documentation/GraphicsImaging/Conceptual/OpenGL-MacProgGuide/opengl_contexts/opengl_contexts.html%23//apple_ref/doc/uid/TP40001987-CH216-SW12>). > > To fix this globally would > require doing something like adding a "shadow profile" option that > would be used by the shadow window. > > I created an issue here to follow this patch: > > http://code.google.com/p/pyglet/issues/detail?id=532&colspec=ID%20Status%20Type%20Milestone%20OpSys%20Summary -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To view this discussion on the web visit https://groups.google.com/d/msg/pyglet-users/-/fVwgNbInlBMJ. 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.
