- Code: Select all
System.Exception: Google Chrome exited unexpectedly, {exception}
at Spire.Additions.Chrome.ChromeHtmlConverter.ConvertToPdf(String input, String outputFile, ConvertOptions options)
When I look in event viewer to find details of the crash there is the following log:
Faulting application name: chrome.exe, version: 128.0.6613.85, time stamp: 0x66c54696
Faulting module name: chrome_elf.dll, version: 128.0.6613.85, time stamp: 0x66c54696
Exception code: 0x80000003
Fault offset: 0x000000000002f0cd
Faulting process id: 0x8168
Faulting application start time: 0x01daf8ecdef6819b
Faulting application path: C:\Program Files\Google\Chrome\Application\chrome.exe
Faulting module path: C:\Program Files\Google\Chrome\Application\128.0.6613.85\chrome_elf.dll
Report Id: b71e4584-841d-4568-9013-6bf0a5bb27d0
Faulting package full name:
Faulting package-relative application ID:
I can't find any log files from Chrome.
How can I debug this issue?
Looking online it seems you can pass command line parameters to Chrome to generate debug logs, but the Spire library is in control of launching the chrome.exe so I can't add these.