Search Issue Tracker
Fixed in 2018.3.X
Fixed in 2018.2.X
Votes
0
Found in
Issue ID
1029898
Regression
Yes
Unity can't open any project and produces UnityShaderCompiler malloc errors when ran from Downloads folder
How to reproduce:
1. Copy a Unity install to the Downloads folder
2. Start Unity
3. Open a new project
4. After some time loading, Unity freezes with these errors being repeated in the log console:
UnityShaderCompiler(32348,0x7fff91637340) malloc: *** mach_vm_map(size=9223372036854775808) failed (error code=3)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
This is due to some processes being put in quarantine by Mac OS.
Reproducible on 2018.2 and early 2018.3 builds on Mac OS High Sierra
Fixed in 2018.3.0a1 (2018.2 will be patched soon)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Buttons in the Overlay Menu in the Scene View are all gray even if they're activated when Game View is maximized and minimized
- NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
- Editor crashes on PrepareSpriteTilingData when exiting Play mode
Add comment