OpenFeint on iPad crash?

Hello, everyone. I’ve been working on an app for a little while, developing for iPhone and iPad simultaneously. The focus has been the iPhone version, with the intent to go back and finish the iPad graphics and such when the iPhone version was near completion.

I installed a recent version of my app onto my iPad 2 (which is a universal build and ran fine before on all platforms) and it wouldn’t go past the Default image. The crash reporter gave me no useful information except for:

deny file-write-create /Applications/.dat0895.000

I used git bisect on my project and found that the error began after including OpenFeint. Simply adding the require and init lines cause this behaviour in my app.

I haven’t really seen this mentioned by anyone else, so I figured there must be something unique to my app, but I can’t quite pin it down. I’m using Build 525, but it existed on 502, as well. And again…simply adding the require/init lines is enough to crash it (although I suppose it could be a conflict with some other code/library).

Any thoughts? I’d appreciate it; let me know if you need any more information to help me solve this one. Thanks in advance.
Sincerely,
Christopher David YUDICHAK [import]uid: 21712 topic_id: 10923 reply_id: 310923[/import]

Hi Christopher,

Are you able to file a bug report and include the steps to reproduce?

Peach [import]uid: 52491 topic_id: 10923 reply_id: 39757[/import]

Sure. Let me try something a little more basic to make sure it’s not a conflict with something else in my code…in which case I’m not quite sure how I’ll debug it. hehe Thanks. [import]uid: 21712 topic_id: 10923 reply_id: 39778[/import]

Christopher

did you file a bug? if you did let me know the bug # and also if you could send me some code to look at or the project? hard to debug over forum :wink:

c. [import]uid: 24 topic_id: 10923 reply_id: 39795[/import]

Sorry for the late response; wanted to eliminate some uncertainties.

The bug is #6127, I believe. I gave a link to an upload of my source; the details are in the ticket, I hope. hehe If you decide to take a look, let me know if you need anything else. Thanks in advance either way. [import]uid: 21712 topic_id: 10923 reply_id: 40045[/import]