SomeThing Crashed On iOS 10.3.X

Issue #637 resolved
余期斌 created an issue

I checked the prefab reference, not thing worng, only on iOS 10.3.X crashed.

Comments (8)

  1. Tor Esa Vestergaard

    Hello - can you please provide me with the full log file for a run that crashed? This might be a bit difficult to debug, as this is a misaligned memory access error, and it will only happen on very specific hardware and OS combinations - I suggest you contact me on our Discord for some back-and-forth debugging. Mostly, I am interested in which exact processor architectures this is happening on, as we will have to detect those architectures being present and switch to a slower, safer memory read/write model for serialization.

  2. Tor Esa Vestergaard

    Thank you, that crash log is helpful. I have some notion of what I can do to fix the issue now. Please contact me on our Discord and I will send you a hotfix build that contains a change which might fix this issue. You will have to attempt to verify that it works by running it on the hardware that failed before - if you don’t have access to said hardware, you can either include this hotfix in your next update/patch (I can build it off of any prior Odin version you would prefer), or you can try to get a hold of someone who has the crashing hardware and make them test it there.

  3. Tor Esa Vestergaard

    This issue should be resolved in Odin 2.1.12, where all unaligned read/writes have been disabled on all iOS and Android targets.

  4. Log in to comment