I upgraded Gram to latest 3.0.0 and found that it no longer starts on macOS Monterey Intel.
macOS version is 12.7.6, here is the crash log:
2026年06月30日T22:25:15+08:00 INFO [gram] ========== starting gram 3.0.0 sha=03b0f47 =わ=わ=わ=わ=わ=わ=わ=わ=わ=わ
2026年06月30日T22:25:15+08:00 INFO [gpui::platform::wgpu::wgpu_context] Selected GPU adapter: "Intel Iris Pro Graphics" (Metal)
2026年06月30日T22:25:15+08:00 ERROR [wgpu_core::indirect_validation] indirect-draw-validation error: ComputePipeline(Internal("new_compute_pipeline_state: NSError { code: 2, localizedDescription: \"Compiler encountered an internal error\", domain: \"CompilerError\", userInfo: {\"NSLocalizedDescription\": <__NSCFString: 0x600002cf6700>}, .. }"))
I have tried to set environment variable WGPU_VALIDATION_INDIRECT_CALL to 0. Unfortunately it didn't work too.
I guess the issue may be related to wgpu #8655 which I reported last year but closed by the maintainer without actually resolution.
I upgraded Gram to latest 3.0.0 and found that it no longer starts on macOS Monterey Intel.
macOS version is 12.7.6, here is the crash log:
```text
2026年06月30日T22:25:15+08:00 INFO [gram] ========== starting gram 3.0.0 sha=03b0f47 =わ=わ=わ=わ=わ=わ=わ=わ=わ=わ
2026年06月30日T22:25:15+08:00 INFO [gpui::platform::wgpu::wgpu_context] Selected GPU adapter: "Intel Iris Pro Graphics" (Metal)
2026年06月30日T22:25:15+08:00 ERROR [wgpu_core::indirect_validation] indirect-draw-validation error: ComputePipeline(Internal("new_compute_pipeline_state: NSError { code: 2, localizedDescription: \"Compiler encountered an internal error\", domain: \"CompilerError\", userInfo: {\"NSLocalizedDescription\": <__NSCFString: 0x600002cf6700>}, .. }"))
```
I have tried to set environment variable `WGPU_VALIDATION_INDIRECT_CALL` to `0`. Unfortunately it didn't work too.
I guess the issue may be related to [wgpu #8655](https://github.com/gfx-rs/wgpu/issues/8655) which I reported last year but closed by the maintainer without actually resolution.