On Thu, Jun 28, 2012 at 5:00 PM, Jason <[email protected]> wrote: > Py2Exe seemed to work better for me. PyInstaller crapped out for a reason > I couldn't figure out. > > At the end of the process I got all the various files that makes a cocos2D > windows install. I ran the exe on my machine (Windows XP), worked fine. I > zipped it up and tried it on another PC (Windows 7) and it boots up, runs, > there's even the debug messages printing to console, but the screen is just > black. > > Is this a common error with a common solution? Or do I just need to dig > through the internet and figure it out? > > Thanks in advance! > J > > Some pyweeks ago someone packed a cocos game with gui2exe + py2exe, the only problem was related to particles (root cause fixed in trunk now).
For your case, my primary suspiction will go to problems with video drivers. See http://code.google.com/p/los-cocos/issues/detail?id=174 http://code.google.com/p/pyglet/issues/detail?id=575 Another possibility : the win7 is 64bits ? pyglet 1.2dev default has received some patches to work in win 64, but being not released has seen little of real world testing. -- -- You received this message because you are subscribed to the Google Groups "cocos2d discuss" 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/cocos-discuss?hl=en.
