Hi all,
I’m encountering a startup crash when launching Postman 11.54.6 on Windows 11 (24H2, Build 26100+). The app immediately fails with the following error logs:
[ERROR:gpu_process_host.cc(1007)] GPU process exited unexpectedly: exit_code=-1073741515
[FATAL:gpu_data_manager_impl_private.cc(436)] GPU process isn’t usable. Goodbye.
As a temporary workaround, I’m launching Postman with these flags to disable GPU acceleration:
“C:\Users<username>\AppData\Local\Postman\app-11.54.6\Postman.exe”
–disable-gpu --disable-software-rasterizer --disable-gpu-sandbox
This allows Postman to start correctly.
However, I’m wondering — is there a more permanent fix?
thanks