Because I can only test Openfeint on the device I have no idea of what could be causing this crash.
This is what happens:
-
As soon as my app starts calls openfeint.
-
Immediately I use Director to go to the main menu
-
It seems that if openfeint connects at the same time Director is transitioning then the transition crashes and the application stops completely
I tried to solve it by modifying Director so it calls a handler when the transition ends and only then I connect to Openfeint.
This solves the problem partially.
Suppose the following:
-
As soom as my app starts now goes to the MainMenu using Director
-
I listen for the transition to end
-
When it ends I start openfeint
-
But now suppose there is an slow internet connection
-
Openfeint is asynch so it hasn’t started
-
Then I click in Play to start my game
-
Openfeint connects while Director is transitioning and it hangs again
So there is no way to scape the bug and I don’t know what to do. Maybe is not a Director bug but a transition bug but I need to know if there is a solution to this. [import]uid: 46260 topic_id: 9525 reply_id: 309525[/import]