Search Unity

Bug Constant crash on iOS Devices (Unity 2022.2.3-7fi)

Discussion in 'iOS and tvOS' started by VentaGames, Feb 20, 2023.

  1. VentaGames

    VentaGames

    Joined:
    Jul 9, 2021
    Posts:
    160
    Hi, my iOS build constantly crashing. (Different devices, iPhone 8, 11, 14 Pro Max)
    IOS 16.x
    Build with Unity 2022.2.3-7.
    It happens very frequently, on every 3rd-4rd run my game crashes. It only happens on iOS builds, Android builds work fine.
    Check the image attached with callstack.
    I've tried to enable/disable Render Jobs, and multithreading rendering, but no luck.

    Any help also welcome :)
     

    Attached Files:

  2. manuelgoellnitz

    manuelgoellnitz

    Joined:
    Feb 15, 2017
    Posts:
    397
    I have also crashes with Unity 2022.2.
    Bad memory access
     
    ETGgames likes this.
  3. AlienMe

    AlienMe

    Joined:
    Sep 16, 2014
    Posts:
    93
    We found a similar crash on Unity 2022.2.7. Same setup, iOS 16, multiple devices (iPhone 11, iPad Pro, etc.)

    In our case, we launch our game, let it sit there, on the loading screen, and after 10-30 seconds, it crashes. We tried with and without Jobs and Multithreaded Rendering. The call stack changes depending on the rendering setup, but it is always when URP is rendering one of the cameras.

    We reverted to Unity 2022.1.24, and everything works as it should.
     
  4. VentaGames

    VentaGames

    Joined:
    Jul 9, 2021
    Posts:
    160
    Hopefully my game will launch after two-three months. So, there is time to fix all these issues. May be Unity will release 2022 LTS till this time.
     
  5. manuelgoellnitz

    manuelgoellnitz

    Joined:
    Feb 15, 2017
    Posts:
    397
    Yesterday I tested 2022.2.11. And it did not crash there!
     
  6. VentaGames

    VentaGames

    Joined:
    Jul 9, 2021
    Posts:
    160
    Unity 2022.2.12 was released, but i've not tried it yet. But for sure, my crash was there on 2.11.
     
  7. VentaGames

    VentaGames

    Joined:
    Jul 9, 2021
    Posts:
    160
    Had a chance to check my game against 2022.2.12 version, and it seems all worked fine. No crashes.
     
  8. aimatme

    aimatme

    Joined:
    Jul 3, 2012
    Posts:
    24
    Version 2022.2.12, URP 13.1.9, iOS , constant crashes still exists with Multithreaded Rendering ON

    Multithreaded Rendering OFF fixes crashes, but it will be great to make it work with Multithreaded Rendering ON again