On Sat, Jul 23, 2011 at 1:46 PM, Novelty Engine <[email protected]>wrote:
> How do I run it in eclipse. > > On Jul 22, 7:07 am, Novelty Engine <[email protected]> wrote: > > I have a problem I can't seem to run it properly in eclipse. Can > > anyone help me run it in eclipse. > > Generally they are problems running games from an IDE because the game event loop fights with the IDE event loop, or the game cannot obtain the proper window access due to how the IDE runs a script. Sometimes the IDE allows to customize how it will run a script, and one of the settings can work for a game, but that is specific to the IDE . So your options are: . wait to see if some cocos user is an Eclipse user and can give a hint (but I think few people, if any, uses Eclipse + Python + cocos) . look the Eclipse documentation to see if the run command can be customized, and try variants to see if anything work. . most usual and safe: run the game from an OS console -- claudio -- 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.
