Hey guys, don't know if anybody remember the Slider Puzzle app, but here it is just in case: SliderPuzzleDemo.zip
I am receiving a bad access error when sliding up or down. I haven't even altered or changed the code yet.
Is this an app you developed? Are you saying the release version is crashing for customers?
Are you asking for help in tracking down the problem, or just telling us about it?
If you're asking for help, you're going to have to provide a whole lot more information.
BTW, iOS 5 broke several things in our apps. CoreData code that works perfectly in previous versions starting crashing under iOS 5 for no apparent reason. We had to rework the way our app was doing things to work around the crashes, even though we could not find anything wrong with our code.
Check out this password generator app that shows various techniques including using a data container singleton object to share data between objects in your project.
Is this an app you developed? Are you saying the release version is crashing for customers?
Are you asking for help in tracking down the problem, or just telling us about it?
If you're asking for help, you're going to have to provide a whole lot more information.
BTW, iOS 5 broke several things in our apps. CoreData code that works perfectly in previous versions starting crashing under iOS 5 for no apparent reason. We had to rework the way our app was doing things to work around the crashes, even though we could not find anything wrong with our code.
Hi Duncan, I should have provided more but was in a rush. I am asking for some help. I did not make this app. It was a demo provided by another person on the basics of how to make a slider puzzle application. The application worked fine in Xcode 4.1.
The Slider Puzzle App was mentioned months ago on this forum. It takes a picture, jumbles it into squares and you have to put the picture together by sliding the pieces around. I am running iOS 5 on my iPhone and Xcode 4.2 the newest version. (don't like it as much as i thought i would). The app runs fine and i get no errors when i build. The problem is when i touch a puzzle piece to move it the app crashes with the "EXC-BAD-ACCESS" error or "SIGBRAT". As mentioned it worked fine in xCode 4.1. CoreData is required in this application as well. Here is the file is you want to take a look: SliderPuzzleDemo.zip
i don't know if its a Xcode error or a code error. But i don't think its a code because it builds fine. I was thinking it could also be a code signing error since the person who provided this demo made it. Im trying to get the basics of making a simple game.
Hi Duncan, I should have provided more but was in a rush. I am asking for some help. I did not make this app. It was a demo provided by another person on the basics of how to make a slider puzzle application. The application worked fine in Xcode 4.1.
The Slider Puzzle App was mentioned months ago on this forum. It takes a picture, jumbles it into squares and you have to put the picture together by sliding the pieces around. I am running iOS 5 on my iPhone and Xcode 4.2 the newest version. (don't like it as much as i thought i would). The app runs fine and i get no errors when i build. The problem is when i touch a puzzle piece to move it the app crashes with the "EXC-BAD-ACCESS" error or "SIGBRAT". As mentioned it worked fine in xCode 4.1. CoreData is required in this application as well. Here is the file is you want to take a look: SliderPuzzleDemo.zip
i don't know if its a Xcode error or a code error. But i don't think its a code because it builds fine. I was thinking it could also be a code signing error since the person who provided this demo made it. Im trying to get the basics of making a simple game.
Thanks,
Steve
ps: any questions please shout them out at me!!
Ok. So the file you posted is a zipped version of the entire project, and you're hoping somebody will download it, build it, and debug it for you. Is that it?
Your second post still wasn't clear.
I'm in the middle of work for my company, and can't spare the time to download and debug your project. I think you won't find too many people willing to dive into somebody else's project and debug it for free.
Check out this password generator app that shows various techniques including using a data container singleton object to share data between objects in your project.
Ok. So the file you posted is a zipped version of the entire project, and you're hoping somebody will download it, build it, and debug it for you. Is that it?
Your second post still wasn't clear.
I'm in the middle of work for my company, and can't spare the time to download and debug your project. I think you won't find too many people willing to dive into somebody else's project and debug it for free.
No no I wasn't looking for sombody to take the code and debug it for me and everything. I was just looking for some tips or advise on the exc bad access error and sigbrat error. I assume somthing to do with releasing.