So when I play my current project through the editor, there is zero issues in regard to this crash.
When I build the game as a ‘Development’ build, there is zero issues in regard to this crash.
Once I build the game regular, and I load one of my scenes that’s towards the end of the game, it crashes.
Thing is… the crash report shows a stack trace disconnected from any of my code:
========== OUTPUTING STACK TRACE ==================
0x01326D72 (PrototypeMansion) [c:\buildslave\unity\build\runtime\allocator\tlsf\tlsf.c:898] tlsf_free
0x00C21C68 (PrototypeMansion) [c:\buildslave\unity\build\runtime\allocator\dynamicheapallocator.cpp:362] DynamicHeapAllocator<LowLevelAllocator>::TryDeallocate
0x00C20CA7 (PrototypeMansion) [c:\buildslave\unity\build\runtime\allocator\dualthreadallocator.cpp:57] DelayedPointerDeletionManager::CleanupPendingMainThreadPointers
0x00C232B3 (PrototypeMansion) [c:\buildslave\unity\build\runtime\allocator\memorymanager.cpp:1122] MemoryManager::Allocate
0x00C23384 (PrototypeMansion) [c:\buildslave\unity\build\runtime\allocator\memorymanager.cpp:1150] MemoryManager::Reallocate
0x00C236F6 (PrototypeMansion) [c:\buildslave\unity\build\runtime\allocator\memorymanager.cpp:271] realloc_internal
0x00D48263 (PrototypeMansion) [c:\buildslave\unity\build\runtime\utilities\dynamic_array.h:312] dynamic_array<KeyframeTpl<Quaternionf>,4>::reserve
0x011D1F1C (PrototypeMansion) [c:\buildslave\unity\build\runtime\utilities\dynamic_array.h:272] dynamic_array<SubMesh,4>::push_back
0x011D2211 (PrototypeMansion) [c:\buildslave\unity\build\runtime\ui\canvasrenderer.cpp:217] UI::CanvasRenderer::SetMesh
0x011E0985 (PrototypeMansion) [c:\buildslave\unity\build\artifacts\generated\common\modules\ui\canvasrendererbindings.gen.cpp:298] CanvasRenderer_CUSTOM_SetMesh
0x051D60AF (Mono JIT Code) (wrapper managed-to-native) UnityEngine.CanvasRenderer:SetMesh (UnityEngine.Mesh)
0x051D237E (Mono JIT Code) UnityEngine.UI.Graphic:smile:oMeshGeneration ()
0x051D20EB (Mono JIT Code) UnityEngine.UI.Graphic:UpdateGeometry ()
0x051D1FB1 (Mono JIT Code) UnityEngine.UI.Graphic:Rebuild (UnityEngine.UI.CanvasUpdate)
0x051D165C (Mono JIT Code) UnityEngine.UI.CanvasUpdateRegistry:PerformUpdate ()
0x051C25E0 (Mono JIT Code) UnityEngine.Canvas:SendWillRenderCanvases ()
0x051A025B (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void (object,intptr,intptr,intptr)
0x100F173F (mono) mono_set_defaults
0x1005D839 (mono) mono_runtime_invoke
0x00E7BCFE (PrototypeMansion) [c:\buildslave\unity\build\runtime\scripting\backend\mono\scriptingbackendapi_mono.cpp:502] scripting_method_invoke
0x00EA351A (PrototypeMansion) [c:\buildslave\unity\build\runtime\scripting\backend\scriptinginvocation.cpp:291] ScriptingInvocation::Invoke
0x011D9BBC (PrototypeMansion) [c:\buildslave\unity\build\runtime\ui\canvasmanager.cpp:411] UI::CanvasManager::WillRenderCanvases
0x00DC0E77 (PrototypeMansion) [c:\buildslave\unity\build\runtime\misc\playerloop.cpp:194] PlayerLoop
0x012C8087 (PrototypeMansion) [c:\buildslave\unity\build\platformdependent\winplayer\winmain.cpp:1082] PlayerWinMain
0x013674F8 (PrototypeMansion) [c:\buildslave\unity\build\platformdependent\winplayer\shimmain.cpp:6] WinMain
0x0139FDB8 (PrototypeMansion) [f:\dd\vctools\crt_bld\self_x86\crt\src\crt0.c:275] __tmainCRTStartup
0x760C8744 (KERNEL32) BaseThreadInitThunk
0x77C7582D (ntdll) RtlGetAppContainerNamedObjectPath
0x77C757FD (ntdll) RtlGetAppContainerNamedObjectPath
========== END OF STACKTRACE ===========
Instead it appears to have to do with PlayerLoop rendering the Canvas.
Thing is… this Canvas that’s in that scene is in every other scene. No problem with it elsewhere.
More annoyingly… this happens after playing through multiple scenes. If I rebuild the game so that I start closer to the end of the game… the crash doesn’t occur!
I’d love to show you the scene and all that goes into it, but it’s rather non-trivial and not so easy to share…
I’m just wondering if anyone has seen this, I’m on version 5.5.0f3 (been on version freeze for a while now, though I might have to change that. I tried updating earlier this week and ran into some walls).
Note - it would also crash in this same scene on initializing my animation scripts as well. It wasn’t liking adding AnimClip’s to Animation on Awake. I’ve cleared out those issues by moving it to Start and I don’t get those crashes anymore. Just wanted to mention that I usually got this crash above, but sometimes would also get those crashes… I’m having a sneaking suspicion that really the anim crashes were related to this one… or related to something else all together… ugh.
It’s most annoying though that I literally have to play the ENTIRE game (about 20 minutes if you know what you’re doing and where all the secrets and short cuts are) to test.
Full crash:
Crash!!!
SymInit: Symbol-SearchPath: '.;D:\JupiterLighthouse\LudumDare37\Builds\Beta;D:\JupiterLighthouse\LudumDare37\Builds\Beta;C:\Windows;C:\Windows\system32;SRV*C:\websymbols*http://msdl.microsoft.com/download/symbols;', symOptions: 530, UserName: 'Dylan'
OS-Version: 10.0.15063 () 0x100-0x1
D:\JupiterLighthouse\LudumDare37\Builds\Beta\PrototypeMansion.exe:PrototypeMansion.exe (00C10000), size: 19062784 (result: 0), SymType: 'PDB', PDB: '.\player_win_x86.pdb', fileVersion: 5.5.0.46319
C:\Windows\SYSTEM32\ntdll.dll:ntdll.dll (77C10000), size: 1630208 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\ntdll.dll', fileVersion: 10.0.15063.447
C:\Windows\System32\KERNEL32.DLL:KERNEL32.DLL (760B0000), size: 851968 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\KERNEL32.DLL', fileVersion: 10.0.15063.296
C:\Windows\System32\KERNELBASE.dll:KERNELBASE.dll (76880000), size: 1843200 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\KERNELBASE.dll', fileVersion: 10.0.15063.502
C:\Windows\System32\USER32.dll:USER32.dll (77A80000), size: 1294336 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\USER32.dll', fileVersion: 10.0.15063.0
C:\Windows\System32\win32u.dll:win32u.dll (77BC0000), size: 90112 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\win32u.dll', fileVersion: 10.0.15063.0
C:\Windows\System32\GDI32.dll:GDI32.dll (77BE0000), size: 135168 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\GDI32.dll', fileVersion: 10.0.15063.483
C:\Windows\SYSTEM32\HID.DLL:HID.DLL (581C0000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\HID.DLL', fileVersion: 10.0.15063.0
C:\Windows\System32\gdi32full.dll:gdi32full.dll (76A60000), size: 1409024 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\gdi32full.dll', fileVersion: 10.0.15063.413
C:\Windows\System32\msvcrt.dll:msvcrt.dll (75B70000), size: 774144 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\msvcrt.dll', fileVersion: 7.0.15063.0
C:\Windows\System32\msvcp_win.dll:msvcp_win.dll (77740000), size: 495616 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\msvcp_win.dll', fileVersion: 10.0.15063.0
C:\Windows\System32\ucrtbase.dll:ucrtbase.dll (77930000), size: 1146880 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\ucrtbase.dll', fileVersion: 10.0.15063.447
C:\Windows\System32\ole32.dll:ole32.dll (771C0000), size: 995328 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\ole32.dll', fileVersion: 10.0.15063.502
C:\Windows\System32\combase.dll:combase.dll (76F80000), size: 2326528 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\combase.dll', fileVersion: 10.0.15063.447
C:\Windows\SYSTEM32\VERSION.dll:VERSION.dll (74660000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\VERSION.dll', fileVersion: 10.0.15063.0
C:\Windows\System32\RPCRT4.dll:RPCRT4.dll (75F90000), size: 786432 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\RPCRT4.dll', fileVersion: 10.0.15063.447
C:\Windows\System32\SspiCli.dll:SspiCli.dll (746E0000), size: 131072 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\SspiCli.dll', fileVersion: 10.0.15063.0
C:\Windows\System32\CRYPTBASE.dll:CRYPTBASE.dll (746D0000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\CRYPTBASE.dll', fileVersion: 10.0.15063.0
C:\Windows\System32\bcryptPrimitives.dll:bcryptPrimitives.dll (77850000), size: 356352 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\bcryptPrimitives.dll', fileVersion: 10.0.15063.138
C:\Windows\System32\sechost.dll:sechost.dll (76BC0000), size: 266240 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\sechost.dll', fileVersion: 10.0.15063.0
C:\Windows\System32\SHLWAPI.dll:SHLWAPI.dll (76E00000), size: 282624 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\SHLWAPI.dll', fileVersion: 10.0.15063.502
C:\Windows\System32\ADVAPI32.dll:ADVAPI32.dll (75A60000), size: 487424 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\ADVAPI32.dll', fileVersion: 10.0.15063.0
C:\Windows\System32\SHELL32.dll:SHELL32.dll (74700000), size: 20217856 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\SHELL32.dll', fileVersion: 10.0.15063.502
C:\Windows\System32\cfgmgr32.dll:cfgmgr32.dll (76EB0000), size: 233472 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\cfgmgr32.dll', fileVersion: 10.0.15063.0
C:\Windows\System32\shcore.dll:shcore.dll (76EF0000), size: 573440 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\shcore.dll', fileVersion: 10.0.15063.0
C:\Windows\System32\windows.storage.dll:windows.storage.dll (76200000), size: 5783552 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\windows.storage.dll', fileVersion: 10.0.15063.502
C:\Windows\System32\kernel.appcore.dll:kernel.appcore.dll (75A50000), size: 57344 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\kernel.appcore.dll', fileVersion: 10.0.15063.0
C:\Windows\System32\powrprof.dll:powrprof.dll (76E60000), size: 282624 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\powrprof.dll', fileVersion: 10.0.15063.0
C:\Windows\System32\profapi.dll:profapi.dll (76180000), size: 65536 (result: 0), SymType: '-nosymbols-', PDB: 'C:\Windows\System32\profapi.dll', fileVersion: 10.0.15063.0
C:\Windows\System32\WS2_32.dll:WS2_32.dll (76D90000), size: 421888 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\WS2_32.dll', fileVersion: 10.0.15063.0
C:\Windows\System32\OLEAUT32.dll:OLEAUT32.dll (75C30000), size: 614400 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\OLEAUT32.dll', fileVersion: 10.0.15063.332
C:\Windows\System32\IMM32.dll:IMM32.dll (77A50000), size: 151552 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\IMM32.dll', fileVersion: 10.0.15063.0
C:\Windows\SYSTEM32\OPENGL32.dll:OPENGL32.dll (68730000), size: 913408 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\OPENGL32.dll', fileVersion: 10.0.15063.0
C:\Windows\SYSTEM32\WINMM.dll:WINMM.dll (72250000), size: 147456 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\WINMM.dll', fileVersion: 10.0.15063.0
C:\Windows\SYSTEM32\DNSAPI.dll:smile:NSAPI.dll (71A20000), size: 520192 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\DNSAPI.dll', fileVersion: 10.0.15063.0
C:\Windows\SYSTEM32\WINHTTP.dll:WINHTTP.dll (73BD0000), size: 708608 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\WINHTTP.dll', fileVersion: 10.0.15063.0
C:\Windows\SYSTEM32\IPHLPAPI.DLL:IPHLPAPI.DLL (73C80000), size: 192512 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\IPHLPAPI.DLL', fileVersion: 10.0.15063.0
C:\Windows\SYSTEM32\GLU32.dll:GLU32.dll (50350000), size: 151552 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\GLU32.dll', fileVersion: 10.0.15063.0
C:\Windows\System32\NSI.dll:NSI.dll (760A0000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\NSI.dll', fileVersion: 10.0.15063.0
C:\Windows\SYSTEM32\winmmbase.dll:winmmbase.dll (72190000), size: 143360 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\winmmbase.dll', fileVersion: 10.0.15063.0
C:\Windows\system32\uxtheme.dll:uxtheme.dll (73000000), size: 491520 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\uxtheme.dll', fileVersion: 10.0.15063.0
D:\JupiterLighthouse\LudumDare37\Builds\Beta\PrototypeMansion_Data\Mono\mono.dll:mono.dll (10000000), size: 2297856 (result: 0), SymType: '-exported-', PDB: 'D:\JupiterLighthouse\LudumDare37\Builds\Beta\PrototypeMansion_Data\Mono\mono.dll', fileVersion: 1.0.0.1
C:\Windows\System32\PSAPI.DLL:PSAPI.DLL (76E50000), size: 24576 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\PSAPI.DLL', fileVersion: 10.0.15063.0
C:\Windows\SYSTEM32\MSWSOCK.dll:MSWSOCK.dll (738F0000), size: 319488 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\MSWSOCK.dll', fileVersion: 10.0.15063.0
C:\Windows\System32\MSCTF.dll:MSCTF.dll (75CD0000), size: 1335296 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\MSCTF.dll', fileVersion: 10.0.15063.332
C:\Windows\system32\dwmapi.dll:dwmapi.dll (71DD0000), size: 143360 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\dwmapi.dll', fileVersion: 10.0.15063.483
C:\Windows\SYSTEM32\d3d11.dll:d3d11.dll (615D0000), size: 2433024 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\d3d11.dll', fileVersion: 10.0.15063.0
C:\Windows\SYSTEM32\dxgi.dll:dxgi.dll (6AE00000), size: 565248 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\dxgi.dll', fileVersion: 10.0.15063.502
C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_24ddebfb518b5a55\nvldumd.dll:nvldumd.dll (6B440000), size: 765952 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_24ddebfb518b5a55\nvldumd.dll', fileVersion: 22.21.13.8494
C:\Windows\System32\crypt32.dll:crypt32.dll (76C10000), size: 1560576 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\crypt32.dll', fileVersion: 10.0.15063.296
C:\Windows\System32\MSASN1.dll:MSASN1.dll (761F0000), size: 57344 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\MSASN1.dll', fileVersion: 10.0.15063.447
C:\Windows\System32\WINTRUST.DLL:WINTRUST.DLL (76050000), size: 278528 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\WINTRUST.DLL', fileVersion: 10.0.15063.0
C:\Windows\System32\imagehlp.dll:imagehlp.dll (77910000), size: 102400 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\imagehlp.dll', fileVersion: 10.0.15063.168
C:\Windows\SYSTEM32\CRYPTSP.dll:CRYPTSP.dll (739C0000), size: 77824 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\CRYPTSP.dll', fileVersion: 10.0.15063.0
C:\Windows\system32\rsaenh.dll:rsaenh.dll (73990000), size: 192512 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\rsaenh.dll', fileVersion: 10.0.15063.0
C:\Windows\SYSTEM32\bcrypt.dll:bcrypt.dll (73B30000), size: 98304 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\bcrypt.dll', fileVersion: 10.0.15063.0
C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_24ddebfb518b5a55\nvwgf2um.dll:nvwgf2um.dll (53330000), size: 22724608 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_24ddebfb518b5a55\nvwgf2um.dll', fileVersion: 22.21.13.8494
C:\Windows\system32\nvspcap.dll:nvspcap.dll (6AE90000), size: 1495040 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\nvspcap.dll', fileVersion: 3.7.0.81
C:\Windows\System32\SETUPAPI.dll:SETUPAPI.dll (77320000), size: 4300800 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\SETUPAPI.dll', fileVersion: 10.0.15063.0
C:\Windows\SYSTEM32\WTSAPI32.dll:WTSAPI32.dll (73AD0000), size: 61440 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\WTSAPI32.dll', fileVersion: 10.0.15063.0
C:\Windows\system32\nvapi.dll:nvapi.dll (697F0000), size: 3940352 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\nvapi.dll', fileVersion: 22.21.13.8494
C:\Windows\SYSTEM32\DEVOBJ.dll:smile:EVOBJ.dll (73BA0000), size: 139264 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\DEVOBJ.dll', fileVersion: 10.0.15063.0
C:\Windows\System32\clbcatq.dll:clbcatq.dll (75AE0000), size: 536576 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\clbcatq.dll', fileVersion: 2001.12.10941.16384
C:\Windows\system32\wbem\wbemprox.dll:wbemprox.dll (5B1B0000), size: 53248 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\wbem\wbemprox.dll', fileVersion: 10.0.15063.0
C:\Windows\SYSTEM32\wbemcomn.dll:wbemcomn.dll (5B140000), size: 425984 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\wbemcomn.dll', fileVersion: 10.0.15063.0
C:\Windows\system32\wbem\wbemsvc.dll:wbemsvc.dll (5B130000), size: 65536 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\wbem\wbemsvc.dll', fileVersion: 10.0.15063.0
C:\Windows\system32\wbem\fastprox.dll:fastprox.dll (5B070000), size: 786432 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\wbem\fastprox.dll', fileVersion: 10.0.15063.0
C:\Windows\System32\MMDevApi.dll:MMDevApi.dll (5D710000), size: 364544 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\MMDevApi.dll', fileVersion: 10.0.15063.447
C:\Windows\System32\PROPSYS.dll:PROPSYS.dll (71BC0000), size: 1458176 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\PROPSYS.dll', fileVersion: 7.0.15063.0
C:\Windows\SYSTEM32\wdmaud.drv:wdmaud.drv (737B0000), size: 233472 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\wdmaud.drv', fileVersion: 10.0.15063.447
C:\Windows\SYSTEM32\ksuser.dll:ksuser.dll (737A0000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\ksuser.dll', fileVersion: 10.0.15063.0
C:\Windows\SYSTEM32\AVRT.dll:AVRT.dll (6AC00000), size: 36864 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\AVRT.dll', fileVersion: 10.0.15063.0
C:\Windows\SYSTEM32\AUDIOSES.DLL:AUDIOSES.DLL (5D850000), size: 880640 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\AUDIOSES.DLL', fileVersion: 10.0.15063.502
C:\Windows\SYSTEM32\wintypes.dll:wintypes.dll (5D770000), size: 856064 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\wintypes.dll', fileVersion: 10.0.15063.0
C:\Windows\SYSTEM32\msacm32.drv:msacm32.drv (73790000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\msacm32.drv', fileVersion: 10.0.15063.0
C:\Windows\SYSTEM32\MSACM32.dll:MSACM32.dll (6B1A0000), size: 98304 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\MSACM32.dll', fileVersion: 10.0.15063.502
C:\Windows\SYSTEM32\midimap.dll:midimap.dll (73780000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\midimap.dll', fileVersion: 10.0.15063.0
C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.15063.483_none_6dad63fefc436da8\comctl32.dll:comctl32.dll (73080000), size: 2154496 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.15063.483_none_6dad63fefc436da8\comctl32.dll', fileVersion: 6.10.15063.0
C:\Windows\SYSTEM32\TextInputFramework.dll:TextInputFramework.dll (5A130000), size: 421888 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\TextInputFramework.dll', fileVersion: 10.0.15063.502
C:\Windows\SYSTEM32\CoreMessaging.dll:CoreMessaging.dll (5A0A0000), size: 585728 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\CoreMessaging.dll', fileVersion: 10.0.15063.502
C:\Windows\SYSTEM32\CoreUIComponents.dll:CoreUIComponents.dll (59960000), size: 2256896 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\CoreUIComponents.dll', fileVersion: 10.0.15063.502
C:\Windows\SYSTEM32\ntmarta.dll:ntmarta.dll (73B50000), size: 163840 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\ntmarta.dll', fileVersion: 10.0.15063.0
C:\Windows\SYSTEM32\usermgrcli.dll:usermgrcli.dll (5A090000), size: 65536 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\usermgrcli.dll', fileVersion: 10.0.15063.0
C:\Windows\SYSTEM32\xinput9_1_0.dll:xinput9_1_0.dll (16F90000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\xinput9_1_0.dll', fileVersion: 10.0.15063.0
C:\Windows\SYSTEM32\XInput1_4.dll:XInput1_4.dll (16FA0000), size: 49152 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\XInput1_4.dll', fileVersion: 10.0.15063.0
C:\Windows\System32\deviceaccess.dll:deviceaccess.dll (16FB0000), size: 274432 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\deviceaccess.dll', fileVersion: 10.0.15063.0
C:\Windows\SYSTEM32\dhcpcsvc6.DLL:dhcpcsvc6.DLL (73860000), size: 77824 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\dhcpcsvc6.DLL', fileVersion: 10.0.15063.0
C:\Windows\SYSTEM32\dhcpcsvc.DLL:dhcpcsvc.DLL (73840000), size: 81920 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\dhcpcsvc.DLL', fileVersion: 10.0.15063.0
C:\Windows\System32\rasadhlp.dll:rasadhlp.dll (71A10000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\rasadhlp.dll', fileVersion: 10.0.15063.0
C:\Windows\System32\fwpuclnt.dll:fwpuclnt.dll (719C0000), size: 303104 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\fwpuclnt.dll', fileVersion: 10.0.15063.0
C:\Windows\SYSTEM32\dbghelp.dll:dbghelp.dll (72BD0000), size: 1429504 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\dbghelp.dll', fileVersion: 10.0.15063.447
========== OUTPUTING STACK TRACE ==================
0x01326D72 (PrototypeMansion) [c:\buildslave\unity\build\runtime\allocator\tlsf\tlsf.c:898] tlsf_free
0x00C21C68 (PrototypeMansion) [c:\buildslave\unity\build\runtime\allocator\dynamicheapallocator.cpp:362] DynamicHeapAllocator<LowLevelAllocator>::TryDeallocate
0x00C20CA7 (PrototypeMansion) [c:\buildslave\unity\build\runtime\allocator\dualthreadallocator.cpp:57] DelayedPointerDeletionManager::CleanupPendingMainThreadPointers
0x00C232B3 (PrototypeMansion) [c:\buildslave\unity\build\runtime\allocator\memorymanager.cpp:1122] MemoryManager::Allocate
0x00C23384 (PrototypeMansion) [c:\buildslave\unity\build\runtime\allocator\memorymanager.cpp:1150] MemoryManager::Reallocate
0x00C236F6 (PrototypeMansion) [c:\buildslave\unity\build\runtime\allocator\memorymanager.cpp:271] realloc_internal
0x00D48263 (PrototypeMansion) [c:\buildslave\unity\build\runtime\utilities\dynamic_array.h:312] dynamic_array<KeyframeTpl<Quaternionf>,4>::reserve
0x011D1F1C (PrototypeMansion) [c:\buildslave\unity\build\runtime\utilities\dynamic_array.h:272] dynamic_array<SubMesh,4>::push_back
0x011D2211 (PrototypeMansion) [c:\buildslave\unity\build\runtime\ui\canvasrenderer.cpp:217] UI::CanvasRenderer::SetMesh
0x011E0985 (PrototypeMansion) [c:\buildslave\unity\build\artifacts\generated\common\modules\ui\canvasrendererbindings.gen.cpp:298] CanvasRenderer_CUSTOM_SetMesh
0x051D60AF (Mono JIT Code) (wrapper managed-to-native) UnityEngine.CanvasRenderer:SetMesh (UnityEngine.Mesh)
0x051D237E (Mono JIT Code) UnityEngine.UI.Graphic:smile:oMeshGeneration ()
0x051D20EB (Mono JIT Code) UnityEngine.UI.Graphic:UpdateGeometry ()
0x051D1FB1 (Mono JIT Code) UnityEngine.UI.Graphic:Rebuild (UnityEngine.UI.CanvasUpdate)
0x051D165C (Mono JIT Code) UnityEngine.UI.CanvasUpdateRegistry:PerformUpdate ()
0x051C25E0 (Mono JIT Code) UnityEngine.Canvas:SendWillRenderCanvases ()
0x051A025B (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void (object,intptr,intptr,intptr)
0x100F173F (mono) mono_set_defaults
0x1005D839 (mono) mono_runtime_invoke
0x00E7BCFE (PrototypeMansion) [c:\buildslave\unity\build\runtime\scripting\backend\mono\scriptingbackendapi_mono.cpp:502] scripting_method_invoke
0x00EA351A (PrototypeMansion) [c:\buildslave\unity\build\runtime\scripting\backend\scriptinginvocation.cpp:291] ScriptingInvocation::Invoke
0x011D9BBC (PrototypeMansion) [c:\buildslave\unity\build\runtime\ui\canvasmanager.cpp:411] UI::CanvasManager::WillRenderCanvases
0x00DC0E77 (PrototypeMansion) [c:\buildslave\unity\build\runtime\misc\playerloop.cpp:194] PlayerLoop
0x012C8087 (PrototypeMansion) [c:\buildslave\unity\build\platformdependent\winplayer\winmain.cpp:1082] PlayerWinMain
0x013674F8 (PrototypeMansion) [c:\buildslave\unity\build\platformdependent\winplayer\shimmain.cpp:6] WinMain
0x0139FDB8 (PrototypeMansion) [f:\dd\vctools\crt_bld\self_x86\crt\src\crt0.c:275] __tmainCRTStartup
0x760C8744 (KERNEL32) BaseThreadInitThunk
0x77C7582D (ntdll) RtlGetAppContainerNamedObjectPath
0x77C757FD (ntdll) RtlGetAppContainerNamedObjectPath
========== END OF STACKTRACE ===========
**** Crash! ****
Note I’ve replicated this on 4 different computers. 2 with intel graphics, 2 with nvidia.
So it’s not my machine in particular.