Since this has happened, every time i try running my game on the iPhone the application crashes a few seconds after starting, and the few secoonds it does play, are very very slow…
I didnt notice exactly when it begun but i’ve tried reimporting all my assets, 3d models etc… nothing…
I have about 2K tris and 5 mb of textures in my scene if this may help…
Anybody knows nothing about this?
Thanks for the attention and bye!
i have the same error, i tried to nail it down to report a bug report, but couldn’t. what i found out is, it diappears, if i remove specific objects, but you have to restart the whole application to see if it is gone, and as my scene contains quite a few objects, i’m currently not in the mood to investigate further.
i too have problems with stability, but i was using Application.LoadLevel quite often, i tried to reduce this, as Application.LoadLevel has a current known bug which leads to crashes… since then it runs quite stable, but still crashes, as i cant remove Application.LoadLevel completely.
my guess though is, that your error has nothing to do with crashes, there are a few errors currently known in unity, that lead to crashes. unity technology has promised a hotfix, and for that i am waiting for weeks (with a finished product ) - unfortunately they are making a secret out of when it will be released (again: - this is really frustrating)
My application crashes with “status 101” wich seems to be due to the application wanting to much memory.
I’ve resized all my textures, and now the application seems not to crash too oftenly, I passed from 5-7 mb of vRam usage to 3-5 mb; very very far from the 24 mb i should be able to use, now the game sort of works but i’m very scared it wont last long since I still have to add some textures and objects…
What is strange is that a few days ago, before the appearing of the ERROR message, I had 70 draw calls, 22-24 mb of Vram usage and 7-9 k tris, and except for a quite low FPS, the game didn’t crash…
for the vRam usage I use the unity stats window, i have added some sound files but all less than 2 seconds long, mono and not compressed. (i’ve tried removing them but nothing changed…)
The following is what i get from the xCode consolle when starting my application, it launches stays open for a second or 2 than it quits… BUT, now, if I unplug my iPhone from the computer and run the program it works fine!!! so…
I’ve tried writing “bt… etc…” when the program crashed, but nothing happened.
ReJ thaks a lot for the help, for the second time!!!
I’ve made a new test, now it worked ofr almost a minute and the consolle printed the following before the game crashed : (i’ve noticed that " plr> min: 76.502833 max: 255.394167 avg: 109.132500" has been under “avg: 100” untill it crashed and it was : “avg: 109.132500”, so maybe wathever “plr>” stays for could be my problem…)
I’ve spent all the day (yesterday) tryng to make instruments work, but, if i run the instruments my application crashes almost immediatly and most of times if i tell Xcode to go (with one of the instruments) the application directly doesn’t launch…
My game now seems to work if I install it, unplug my iPhone from the computer and run the game…