x


My Unity game crashes only on old iOS devices.

When I built my unity game for iOS and installed it via Xcode4, it crashes while a splash image displays only on iPhone3G and iPod touch 2nd generation. It works well on iPhone3GS, iPhone4 and iPad 1st generation.

The error message on the debug console of Xcode4 is following:

-> applicationDidFinishLaunching()
* Assertion at aot-runtime.c:2729, condition `plt_entry' not met

How can I fix it to make the game playable on old devices like iPhone3G and iPod touch 2nd?

more ▼

asked Apr 01 '11 at 11:45 PM

emmettoc gravatar image

emmettoc
5 3 3 4

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

4 answers: sort voted first

Did anyone ever sort this out?

We are having the same issue, only adHoc builds work just fine on the older hardware (well, they are a bit slow, but they work) however, once the app gets through apple and out into the wild, then we are getting a similar crashing problem.

The only difference is the error in the stack trace is:

  • Assertion at aot-runtime.c:1734, condition `!is_wrapper' not met

I am wondering if anyone has any more info on this?

more ▼

answered Nov 13 '11 at 04:08 AM

benbritten gravatar image

benbritten
1

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

We have a similar problem, did you figured out what was the problem?

more ▼

answered Apr 14 '11 at 09:58 PM

jrobichaud gravatar image

jrobichaud
136 5 6 11

Unfortunately, not yet.

Apr 15 '11 at 06:03 AM emmettoc
(comments are locked)
10|3000 characters needed characters left

We have the same problem, had you figured out what was the problem?

A little extra information... Our program crashed on iPhone 4, too (with iOS 4.3.1). And the call stack is as the following:

alt text alt text

more ▼

answered Apr 22 '11 at 04:00 PM

Balin gravatar image

Balin
16 1 1 4

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

Those are pretty old devices, I wouldn't be surprised if they simply don't have the hardware necessary to run the sort of stuff you want. For example, pre-3GS devices only have 128mb of memory. Also, what version of iOS are they running, because that might affect it as well.

more ▼

answered Apr 02 '11 at 04:54 PM

Zib Redlektab gravatar image

Zib Redlektab
304 10 12 24

Thank you for your answer. The version of iPhone3G, iPhone3GS and iPod touch is iOS 4.2.1 and only 3GS works well at the version. I checked the official "Penelope" game and it works on all devices. So maybe there is something wrong in my game...

Apr 03 '11 at 05:40 AM emmettoc
(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:

x2013
x96
x30

asked: Apr 01 '11 at 11:45 PM

Seen: 2041 times

Last Updated: Nov 13 '11 at 04:08 AM