Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 11-12-2011, 07:16 PM   #1 (permalink)
Registered Member
 
aceiswild's Avatar
 
Join Date: Oct 2011
Location: Canada
Posts: 62
aceiswild is on a distinguished road
Default Slider Puzzle

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.
aceiswild is offline   Reply With Quote
Old 11-12-2011, 07:43 PM   #2 (permalink)
Cocoa Junkie
 
Duncan C's Avatar
 
Join Date: Dec 2008
Location: Northern Virginia
Posts: 6,003
Duncan C has a spectacular aura about
Default

Quote:
Originally Posted by aceiswild View Post
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.
__________________
Regards,

Duncan C
WareTo

Check out our apps in the Apple App store


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.

See this tutorial on using UIView animations and layer animations:

See this thread on generating random, non-repeating text

Check out a very cool Macintosh Kaleidoscopes app called ScopeWorks that we released to the Mac App store.
Duncan C is offline   Reply With Quote
Old 11-12-2011, 08:52 PM   #3 (permalink)
Registered Member
 
aceiswild's Avatar
 
Join Date: Oct 2011
Location: Canada
Posts: 62
aceiswild is on a distinguished road
Default

Quote:
Originally Posted by Duncan C View Post
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.

Thanks,
Steve

ps: any questions please shout them out at me!!
aceiswild is offline   Reply With Quote
Old 11-12-2011, 09:00 PM   #4 (permalink)
Cocoa Junkie
 
Duncan C's Avatar
 
Join Date: Dec 2008
Location: Northern Virginia
Posts: 6,003
Duncan C has a spectacular aura about
Default

Quote:
Originally Posted by aceiswild View Post
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.
__________________
Regards,

Duncan C
WareTo

Check out our apps in the Apple App store


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.

See this tutorial on using UIView animations and layer animations:

See this thread on generating random, non-repeating text

Check out a very cool Macintosh Kaleidoscopes app called ScopeWorks that we released to the Mac App store.
Duncan C is offline   Reply With Quote
Old 11-12-2011, 09:21 PM   #5 (permalink)
Registered Member
 
aceiswild's Avatar
 
Join Date: Oct 2011
Location: Canada
Posts: 62
aceiswild is on a distinguished road
Default

Quote:
Originally Posted by Duncan C View Post
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.

Steve
aceiswild is offline   Reply With Quote
Reply

Bookmarks

Tags
button, puzzle, slide, sound

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 396
17 members and 379 guests
7twenty7, Alex-alex, Apptronics RBC, baja_yu, chiataytuday, dre, gwelmarten, ipodphone, jeroenkeij, jleannex55, matador1978, mbadegree, n00b, pbart, QuantumDoja, Retouchable, usernametaken
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,676
Threads: 94,125
Posts: 402,910
Top Poster: BrianSlick (7,990)
Welcome to our newest member, jleannex55
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 06:24 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0