• Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by Fasox · May 17, 2013 at 09:01 PM · erroriosxcode

Splash Screen IOS CRASH.

Hello, I need some help. I submitted an app some time ago, meanwhile i was creating an update for it and changed from Unity 3.5.6f to Unity 4.3 and updated XCode to the last as well. My problem is that now Xcode build the app and run in my iPod but it freeze at the splash screen with this output.

The line and thread where it freeze is : 0x10190: ldr r1, [r1] : at m_58 Thread 1

 2013-05-17 21:33:56.713 tinyplanetz[2744:907] -> registered mono modules 0x1348670
 -> applicationDidFinishLaunching()
 -> applicationDidBecomeActive()
 Mono path[0] = '/var/mobile/Applications/42EBEA52-2A4E-44AC-A3CE-D6CB07B6ECEC/tinyplanetz.app/Data/Managed'
 Mono config path = '/var/mobile/Applications/42EBEA52-2A4E-44AC-A3CE-D6CB07B6ECEC/tinyplanetz.app/Data/Managed'
 Renderer: PowerVR SGX 535
 Vendor:   Imagination Technologies
 Version:  OpenGL ES 2.0 IMGSGX535-73.16.1
 GL_OES_depth_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_float GL_OES_texture_half_float GL_OES_vertex_array_object GL_EXT_blend_minmax GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_map_buffer_range GL_EXT_read_format_bgra GL_EXT_separate_shader_objects GL_EXT_shader_framebuffer_fetch GL_EXT_shader_texture_lod GL_EXT_texture_filter_anisotropic GL_EXT_texture_storage GL_APPLE_copy_texture_levels GL_APPLE_framebuffer_multisample GL_APPLE_rgb_422 GL_APPLE_sync GL_APPLE_texture_format_BGRA8888 GL_APPLE_texture_max_level GL_IMG_read_format GL_IMG_texture_compression_pvrtc 
 Creating OpenGLES2.0 graphics device
 Initialize engine version: 4.1.2f1 (911c7369eeac)
 Begin MonoManager ReloadAssembly
 Platform assembly: /var/mobile/Applications/42EBEA52-2A4E-44AC-A3CE-D6CB07B6ECEC/tinyplanetz.app/Data/Managed/UnityEngine.dll (this message is harmless)
 Loading /var/mobile/Applications/42EBEA52-2A4E-44AC-A3CE-D6CB07B6ECEC/tinyplanetz.app/Data/Managed/UnityEngine.dll into Unity Child Domain
 Non platform assembly: /private/var/mobile/Applications/42EBEA52-2A4E-44AC-A3CE-D6CB07B6ECEC/tinyplanetz.app/Data/Managed/Mono.Security.dll (this message is harmless)
 Non platform assembly: /private/var/mobile/Applications/42EBEA52-2A4E-44AC-A3CE-D6CB07B6ECEC/tinyplanetz.app/Data/Managed/System.dll (this message is harmless)
 Platform assembly: /var/mobile/Applications/42EBEA52-2A4E-44AC-A3CE-D6CB07B6ECEC/tinyplanetz.app/Data/Managed/Assembly-CSharp-firstpass.dll (this message is harmless)
 Loading /var/mobile/Applications/42EBEA52-2A4E-44AC-A3CE-D6CB07B6ECEC/tinyplanetz.app/Data/Managed/Assembly-CSharp-firstpass.dll into Unity Child Domain
 Non platform assembly: /private/var/mobile/Applications/42EBEA52-2A4E-44AC-A3CE-D6CB07B6ECEC/tinyplanetz.app/Data/Managed/P31RestKit.dll (this message is harmless)
 Non platform assembly: /private/var/mobile/Applications/42EBEA52-2A4E-44AC-A3CE-D6CB07B6ECEC/tinyplanetz.app/Data/Managed/System.Core.dll (this message is harmless)
 Platform assembly: /var/mobile/Applications/42EBEA52-2A4E-44AC-A3CE-D6CB07B6ECEC/tinyplanetz.app/Data/Managed/Assembly-CSharp.dll (this message is harmless)
 Loading /var/mobile/Applications/42EBEA52-2A4E-44AC-A3CE-D6CB07B6ECEC/tinyplanetz.app/Data/Managed/Assembly-CSharp.dll into Unity Child Domain
 Non platform assembly: /private/var/mobile/Applications/42EBEA52-2A4E-44AC-A3CE-D6CB07B6ECEC/tinyplanetz.app/Data/Managed/System.Xml.dll (this message is harmless)
 Platform assembly: /var/mobile/Applications/42EBEA52-2A4E-44AC-A3CE-D6CB07B6ECEC/tinyplanetz.app/Data/Managed/Assembly-UnityScript.dll (this message is harmless)
 Loading /var/mobile/Applications/42EBEA52-2A4E-44AC-A3CE-D6CB07B6ECEC/tinyplanetz.app/Data/Managed/Assembly-UnityScript.dll into Unity Child Domain
 Platform assembly: /var/mobile/Applications/42EBEA52-2A4E-44AC-A3CE-D6CB07B6ECEC/tinyplanetz.app/Data/Managed/P31RestKit.dll (this message is harmless)
 Loading /var/mobile/Applications/42EBEA52-2A4E-44AC-A3CE-D6CB07B6ECEC/tinyplanetz.app/Data/Managed/P31RestKit.dll into Unity Child Domain
 - Completed reload, in  0.255 seconds

I cant find the error. If you find something, please tell me. Thanks everyone.

Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image whydoidoit · May 17, 2013 at 09:02 PM 0
Share

Do you have DSY$$anonymous$$ turned on, because I think you are going to need to backtrace the call stack and m_58 looks like an address that is missing DSY$$anonymous$$ info.

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

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

Welcome to Unity Answers

If you’re new to Unity Answers, please check our User Guide to help you navigate through our website and refer to our FAQ for more information.

Before posting, make sure to check out our Knowledge Base for commonly asked Unity questions.

Check our Moderator Guidelines if you’re a new moderator and want to work together in an effort to improve Unity Answers and support our users.

Follow this Question

Answers Answers and Comments

16 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Problems when building using Xcode 0 Answers

Where is liphone-lib? 1 Answer

Linker error - Unity on iOS/React Native project 1 Answer

Project not pushing to Android or iOS 1 Answer

Problems Unity to Xcode? 2 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges