I’m running Windows 11 on a ThinkPad P16s Gen 3 and an Intel Ultra 7 155H.
I’ve tried the latest version (2.4.44), 2.4.45-insider, and just for fun 2.2.5. The newer versions all fail to launch no matter what with this error message:
PS C:\Program Files\Logic> .\Logic.exe
PS C:\Program Files\Logic>
Environment
Executable path: C:\Program Files\Logic\Logic.exe
Executable directory: C:\Program Files\Logic
Original working directory: C:\Program Files\Logic
Current working directory: C:\Program Files\Logic
Process ID: 7552
Crash reporting enabled. Machine ID: d94de905-a8bc-4e9a-b563-6f4c45a1bb77. Upload to server: true @saleae/electron/main: renderer process died { reason: ‘crashed’, exitCode: -1073741819 }
I’ve tried different flavors of --disable-gpu, --no-sandbox, --in-process-gpu and all generate the same crash and exitCode.
On the older version (2.2.5) the main UI will launch and then crash immediately when I connect my Saleae Logic 8.
Anybody have some advice about where to go from here? I’m stuck with a paperweight for now.
My Windows console log is in my original post, see above for details. I’m out for a day or two and will plan to get the Software Crash Logs for you on Tuesday.
Console output is the same as before from the console itself. If I try to use ‘>’ to send it to a file then the console output file generates but is empty. This is all with no Saleae hardware connected. I’m simply trying to launch the software by itself.
PS C:\Program Files\Logic>
Environment
Executable path: C:\Program Files\Logic\Logic.exe
Executable directory: C:\Program Files\Logic
Original working directory: C:\Program Files\Logic
Current working directory: C:\Program Files\Logic
Process ID: 45724
Crash reporting enabled. Machine ID: d94de905-a8bc-4e9a-b563-6f4c45a1bb77. Upload to server: true
/electron/main: renderer process died { reason: 'crashed', exitCode: -1073741819 }
PS C:\Program Files\Logic>
Did you try launching with --disable-gpu and/or --no-sandbox command-line options? If that works, are all your graphics drivers updated to latest?
On ThinkPad P16s Gen 3, I think there are known issues auto-switching between the built-in Intel/Arc and discrete NVIDIA GPUs. If that is it, you can try forcing the settings on running C:\Program Files\Logic\Logic.exe to Performance (NVIDIA) or Power Saving (Intel Arc) in Windows Settings ➔ System ➔ Display ➔ Graphics, too.
My apologies, I missed that you’ve already tried those initial options. There were a few other combinations of command line flags, but the overall theme seemed to be around electron / chromium browser interactions with the GPU(s) and/or GPU drivers.
Ideas include:
Confirm all your drivers are up-to-date (especially new Intel/Arc GPU)
Clear the %AppData% cache for Logic
Try the Windows compatibility mode(s) on Logic.exe process (as windows may use Arc GPU at OS level)
Try additional electron options (including more debug/logging)