Director and Openfeint crash

Because I can only test Openfeint on the device I have no idea of what could be causing this crash.
This is what happens:

  1. As soon as my app starts calls openfeint.

  2. Immediately I use Director to go to the main menu

  3. 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:

  1. As soom as my app starts now goes to the MainMenu using Director

  2. I listen for the transition to end

  3. When it ends I start openfeint

  4. But now suppose there is an slow internet connection

  5. Openfeint is asynch so it hasn’t started

  6. Then I click in Play to start my game

  7. 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]