Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
2017.1.0b1
Issue ID
902667
Regression
No
Standalone builds crash on launch: 'Failed to load mono' fatal error when built with 4.6 .NET scripting runtime
Steps to reproduce:
1. Create a new Unity project
2. Open player settings
3. Select 'Experimental (.NET 4.6 Equivalent)' Scripting Runtime Version
4. Build and run
Expected result: app launches
Actual result: 'Failed to load mono' fatal error is thrown on launch
Workaround: restart Editor
Reproducible with 2017.1.0b1
Not reproducible with 2017.1.0a6
Tested on Windows 10 Pro, Version 1703, OS Build 15063.138
Comments (3)
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
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
tomhsmith
Oct 13, 2017 06:38
oops, meant C# 6 and .NET 4.6
tomhsmith
Oct 13, 2017 06:38
Happened to me today, .NET 6, was building fine yesterday.
Green-Sauce-Games
Sep 30, 2017 02:37
It still happens to me! It seems related to using Null Propagation and .Net 4.6 Script Runtime.