-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(MacOS) On Monterey V12.6.5, Wrangler Runs Into A Compiler And Validation Error #32
Comments
Hi. Have you tried updating your graphics drivers? This is a common problem with apps using the iced graphics library. You need the latest graphics drivers for it to work. Also. Any information about your computer would help. Is it retina? A new one with the m chips or an older intel one? This app has only been tested with older macs without retina. |
Its a Macbook Pro, retina 15 inch 2015 I'll look for some drivers for iced and see if I can get the app to work |
Can you try this version and check if you get the same error: https://github.com/carl-anders/slimevr-wrangler/actions/runs/4692253422 Download the slimevr-wrangler-macos file in the artifacts section. Unzip it, chmod +x it, and run it. |
Now i've gotten this, i'm not sure if it is my computer's fault or if slime wrangler performed the an illegal memory operation idk Last login: Sat May 20 10:34:52 on ttys002 Saving session... [Process completed] |
The error outputed in the console is as follows:
Last login: Wed May 17 19:39:57 on ttys002
/Users/---/Desktop/slimevr-wrangler ; exit;
---@macbook-pro ~ % /Users/---/Desktop/slimevr-wrangler ; exit;
thread 'main' panicked at 'wgpu error: Validation Error
Caused by:
In Device::create_render_pipeline
note: label =
iced_wgpu::triangle::gradient pipeline
Internal error in VERTEX | FRAGMENT | VERTEX_FRAGMENT shader: new_render_pipeline_state: "Compiler encountered an internal error"
', /Users/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.2/src/backend/direct.rs:2403:5
note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceSaving session...
...saving history...truncating history files...
...completed.
Deleting expired sessions...none found.
[Process completed]
The text was updated successfully, but these errors were encountered: