Crash on every startup on Windows 11. Return code is CompilationDependencies::PrepareInstallPredictable 0x80000003

Did you follow the troubleshooting guide? [Y/N]

Yes.

Problem

Silently crashed after every startup.

When running the app on cmd, the error message is

[49444:0724/153000.494:FATAL:content\browser\gpu\gpu_data_manager_impl_private.cc:415] GPU process isn’t usable. Goodbye.

Environment

Cannot use debug information.
Windows 11 25H2,
Obsidian : 1.12.7


Additional information

Uninstalling Obsidian and downloading the latest version didn’t solve the issue.

Refer to Electron GitHub Issue, this seems to be related to gpu-sandbox and the SID, which is a Windows ACL element.

In my case, the day the issue occurred was the exact same day I installed Antigravity.

Since I’m not familiar with programming and this is an issue originating from Electron, I am writing this post simply to share the issue itself and how they resolved it.

As another issue mentioned, it was easily resolved by using the --disable-gpu-sandbox option. ( Obsidian on Windows 11 keeps crashing without error messages (Solved) )

But I think this is a temporary solution.

On the Electron GitHub issue, they suggest restore SID permissions to the application folder.

Since this involves modifying ACL permissions, I can’t say anything for certain and just want to offer a general direction:

  1. Check if an unknown account SID (starting with S-1-15-2-...) is inherited under Folder Properties > Security tab in the Obsidian installation path, and try to remove it by tracing back to the parent folder it’s inherited from.

  2. Grant permissions using PowerShell (though I’m not sure what specific permissions these are).

Finally, I can run the app without --disable-gpu-sandbox option.

Thanks for brining this weird bug to our attention.

This is an upstream electron problem, so we’ll wait for upstream fix.
Affected people should read the electron issue for workarounds.