marmalade / openfeint

Open Feint for Marmalade
http://openfeint.com/
8 stars 7 forks source link

Game freezes after calling s3eNOFinitializeWithProductKey #10

Closed ndarwiche closed 12 years ago

ndarwiche commented 12 years ago

Hello, i'm trying to run s3eHelloWorld example , and it always freezes after calling s3eNOFinitializeWithProductKey. i tried that on iOS and android and I've got the same result.

thank you

faizann commented 12 years ago

I have noticed that openfeint takes a while to startup in case the mobile is offline or internet connection is bad. Is this the case with you?

ndarwiche commented 12 years ago

no it's a fast connection, and it actually crashes on android "it gives the message :The application s3eHelloWorld (process com.mycompany.s3ehelloworld) ha stopped unexpectedly, please try again."

faizann commented 12 years ago

Which device and which version of Android is it? I have tested on Nexus S and Galaxy S2. I will test in a few days again. Can you debug the system and see what is going wrong?

It could be that not all assets/resources are in the package and thus causing it to crash. Check your intermediate files for openfeint resources.

ndarwiche commented 12 years ago

you're right, it wasn't copying openfeint resources to intermediate files. i tried it in my project without "if {{defined I3D_OS_IPHONE}}" and it works :) thank you