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
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
Resolution Note (fix version 2019.3):
Stop race condition when attempting to build player from a static C# object constructor.