x


Cannot start game on IPAD - EXC_BAD_ACCESS

Dear All,

Need your kind assistance for the following issue:

I was unable to run the game on IOS device - IPAD 1 & 2, the application receive EXC_BAD_ACCESS on XCODE debug.

UNITY version 3.4.2f2 XCODE 4.2.1, IPhone SDK 5.0 IPAD IOS 5.0.1, tried also with 4.3.5

I have look for answer in the Forum and UNITY answer but haven't found it so far.

Thank you in advanced.

Best regards, Jaya

more ▼

asked Feb 05 '12 at 05:40 PM

jaya gravatar image

jaya
20 3 5 6

(comments are locked)
10|3000 characters needed characters left

2 answers: sort voted first

This is almost always due to a null reference exception. Check the scripts that load first when your primary scene opens. You are most likely trying to use a method or variable from a class before it has been instantiated.

Is it working fine in the simulator?

more ▼

answered Feb 05 '12 at 06:22 PM

Cameron 3 gravatar image

Cameron 3
108 2 3 9

HI,

Thank you for your advise, I think its okay now.

I removed some of game objects with scripts to test and the game can run now.

Really appreciate your help.

Best regards, Jaya

Feb 06 '12 at 06:08 AM jaya
(comments are locked)
10|3000 characters needed characters left

Hi,

Many thanks for the great advise, I think its okay now.

I removed few game objects that has scripts attached to it to test and the game can run now.

I have never try the simulator since it was not recommended by UNITY.

Really appreciate your help ... I've been working trying to solve this since last Friday without any luck ....

Best regards, Jaya

more ▼

answered Feb 06 '12 at 07:03 AM

jaya gravatar image

jaya
20 3 5 6

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x2000
x1967
x592
x347

asked: Feb 05 '12 at 05:40 PM

Seen: 1497 times

Last Updated: Feb 06 '12 at 07:03 AM