Closed
Description
When coreclr_initialize
fails, the returned exit code is most often the generic 0x80004005 (E_FAIL). To diagnose such failures, runninga repro under a debugger is the only viable option now.
We should add some extra logging so that a host can report more details on such a failure that could pinpoint the error source quickly, without a need to execute a repro under a debugger.