How to debug a nutc_driver.exe Error : ILT0005 when building a UWP app in Release Mode with Net Native tool chain

1.2k Views Asked by At

When building my UWP in Release mode with .Net Native tool chain I have the Following error:

Error : ILT0005: nutc_driver.exe […] returned exit code -1073741819

There is no other error message whatsoever so I feel clueless to try and solve that problem. How can I gather information about the problem? What could it be and how to verify?

Notes:

  • Microsoft.NETCore.UniversalWindowsPlatform is on version 6.2.8
  • It builds fine in Debug mode with Net Native tool chain checked
  • I don't think it's an out of memory issue as I have <Use64BitCompiler>true</Use64BitCompiler> and the build agent has 14Gb of RAM
  • 0

    There are 0 best solutions below