carl-anders / slimevr-wrangler

Use Joycons as SlimeVR trackers with this middleware application
Apache License 2.0
111 stars 15 forks source link

(MacOS) On Monterey V12.6.5, Wrangler Runs Into A Compiler And Validation Error #32

Open Mistium opened 1 year ago

Mistium commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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]