Skip to content
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

Open
Mistium opened this issue May 17, 2023 · 4 comments

Comments

@Mistium
Copy link

Mistium commented May 17, 2023

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 backtrace

Saving session...
...saving history...truncating history files...
...completed.
Deleting expired sessions...none found.

[Process completed]

@carl-anders
Copy link
Owner

carl-anders commented May 18, 2023

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.

@Mistium
Copy link
Author

Mistium commented May 18, 2023

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

@carl-anders
Copy link
Owner

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.

@Mistium
Copy link
Author

Mistium commented May 20, 2023

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
/Users/---/Desktop/slimevr-wrangler ; exit;
---@macbook-pro ~ % /Users/---/Desktop/slimevr-wrangler ; exit;
zsh: segmentation fault /Users/---/Desktop/slimevr-wrangler

Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

[Process completed]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants