Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.3.X
Votes
0
Found in
2019.3.0a6
Issue ID
1162626
Regression
No
[ARM64] When using Executable Only, Player crashes on launch.
This crash ONLY happens when using Executable Only build, and it depends on the Build Configuration:
- Master: Always launches
- Debug: Always crashes
- Release: Depends on how the previous Player settings. If the previous one is in Debug, this one crashes as well; if the previous one is in Master, this one launches without issue.
The crash happens before the Script Debugging window can appear for debugger being attached.
However, there is not issue in building or installation, just launching.
Repro:
1. Create a new or use an existing project
2. Set Build Settings to ARM64, ExecutableOnly
3. Build (Or Use Device Portal with Build and Run, depends on if the update is merged)
4. Run on ARM64 device
Actual: ARM64 crashes at launch when using Executable Only build.
Note: Attached error message is from Editor when using Device Portal for deployment.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- TreeView Child display toggle styling becomes reversed when clicking and dragging it
- Null is returned when using FocusOutEvent.relatedTarget
- Unity_BaseInstanceID is always zero when rendering multiple meshes and instancing with the same buffer
- UI Document button's text does not resize relatively when size in percentage (%) is used
- Event.current.mousePosition has an offset of 1px along the y-axis in WebGL build when the mouse button is released
Add comment