Search Issue Tracker
Fixed in 2019.3.X
Votes
0
Found in
2018.3.0a5
2018.4.0f1
2018.4.2f1
2019.1.0a1
2019.2.0a1
2019.3.0a1
Issue ID
1165974
Regression
Yes
[macOS] Opening a project with static StartUp() editor script through Terminal crashes Unity
To reproduce:
1. Open attached project "1165974.zip" through the terminal with "/Volumes/External/Applications/2018.4/Unity/Unity.app/Contents/MacOS/Unity -projectPath "/Users/*username*/Downloads/1165974"
Expected result: project is opened
Actual result: Unity crashes with 0 stack frames
Reproduced on:
2018.3.0a5 2018.4.3f1 2019.1.9f1 2019.2.0b8 2019.3.0a8
Not reproduced on:
2018.3.0a4
Notes:
- Getting an error in 2017.4.30f1
- Doesn't seem to be reproducing on Win10 machine
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
- MacOS persistentDataPath uses old path when built compared to Editor Play mode
- Crash on RaiseException when entering Play Mode in a specific project
- Debug Console does not reappear when disabling and re-enabling Debug.developerConsoleEnabled
Resolution Note (fix version 2019.3):
Stop race condition when attempting to build player from a static C# object constructor.