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

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 03-14-2011, 07:49 PM   #1 (permalink)
Registered Member
 
Join Date: Mar 2011
Posts: 35
Kenenth is on a distinguished road
Default App crashing on a device?

I am creating a shooter game. On the Iphone 4 Simulator , the app works just fine. On the actual device, All goes well, until I press the shoot button. Then the app crashes. Here is my code:

Code:
Code:
-(IBAction)Fire {
	
	NSString *path = [[NSBundle mainBundle] pathForResource:@"gunShot" ofType:@"mp3"];
	AVAudioPlayer* theAudio=[[AVAudioPlayer alloc] initWithContentsOfURL:[NSURL fileURLWithPath:path] error:NULL];
	//theAudio.delegate = self;
	float effects_Volume = [[NSUserDefaults standardUserDefaults] floatForKey:@"effectsVolume"];
	theAudio.volume = effects_Volume;
	[theAudio play];
	

	
	IBOutlet UIImageView *newBullet = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"Bullet1.png"]];
	newBullet.frame = CGRectMake(0, 0, 10.0, 10.0);
	newBullet.center = CGPointMake(239.0, 236.0);
    [bulletArray addObject:newBullet];
	[self.view addSubview:newBullet];
	[newBullet release];
	
	
	
}
Also when I try to play a sound, like in the first part of the code above, it doesent work. I cant hear anything.

Please tell me whats wrong? Thanks a bunch!

The console says: "GDB: Data Formatters temporarily unavailable, will retry after a 'continue'.
Kenenth is offline  
Old 03-14-2011, 07:52 PM   #2 (permalink)
Super Moderator
 
Join Date: Jan 2011
Posts: 434
Rhade is on a distinguished road
Default

Don't make duplicate threads.
Rhade is offline  
Closed Thread

Bookmarks

Tags
app, crash, device, iphone, shoot

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: 363
11 members and 352 guests
Absentia, akphyo, apatsufas, BinHex, blueorb, fredidf, iGamesDev, Kirkout, MarkC, mottdog, Touchmint
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,667
Threads: 94,120
Posts: 402,898
Top Poster: BrianSlick (7,990)
Welcome to our newest member, host number one
Powered by vBadvanced CMPS v3.1.0

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