Search Issue Tracker
Fixed in 2017.1.X
Votes
1
Found in
2017.1.0b1
Issue ID
902670
Regression
No
Unity crashes with user's assets when using .NET 4.6
Reproduction steps:
1. Open project attached(Test2.zip)
Expected result: Unity launches, and gets ready for work.
Actual result: Unity crashes after launching. (On compiling?)
Note: This only happens when all 3 assets are together.
Reproduced on: 2017.1.0b1.
Call stack:
mono-2.0-boehm.dll!00007ffd78d5116a() Unknown
mono-2.0-boehm.dll!00007ffd78e4389d() Unknown
mono-2.0-boehm.dll!00007ffd78e43802() Unknown
mono-2.0-boehm.dll!00007ffd78d853d4() Unknown
Unity.exe!scripting_class_get(class ScriptingImagePtr,unsigned int) Unknown
Unity.exe!AttributeScanner::Next(void) Unknown
Unity.exe!ManagedAttributeManager::ExtractMenuCommands(struct MonoAssembly *,bool,class std::vector<struct MonoMenuItem,class stl_allocator<struct MonoMenuItem,1,16> > &) Unknown
Unity.exe!ScriptCommands::RebuildAssembly(struct MonoAssembly *,bool) Unknown
Unity.exe!ScriptCommands::Rebuild(void) Unknown
Unity.exe!ScriptCommands::Rebuild(void) Unknown
Unity.exe!MonoManager::SetupLoadedEditorAssemblies(void) Unknown
Unity.exe!MonoManager::EndReloadAssembly(struct DomainReloadingData const &,class dynamic_bitset) Unknown
Unity.exe!MonoManager::ReloadAssembly(bool) Unknown
Unity.exe!ReloadAllUsedAssemblies(bool) Unknown
Unity.exe!Application::TickTimer(void) Unknown
Unity.exe!CrashCallback(char const *) Unknown
Unity.exe!WinMain() Unknown
Unity.exe!strnlen() Unknown
kernel32.dll!BaseThreadInitThunk() Unknown
ntdll.dll!RtlUserThreadStart() Unknown
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "GetPreferedValue" returns max value when using auto-sizing
- UI Builder doesn't update the style sheet when using "Extract inline style" right-click option
- “Assertion failed on expression” errors thrown when undoing Nodes creation with keyboard shortcut
- Crash on various stack traces when using Texture2D.CreateExternalTexture() while rendering
- Clicking on section text in Node Library > Context folder throws NullReferenceException errors
Add comment