-
Notifications
You must be signed in to change notification settings - Fork 28
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
Crash on Void Linux under Sway (BadConfig error) #64
Comments
Hello @ktnlikeasmallcat and thank you for opening this issue. The issue is not related to the installation process with $ glxinfo | grep "OpenGL ES profile version" |
|
This is the OpenGL version, can you please check for the OpenGL ES? Or there is no string regarding that? |
Oops posting from my phone rn. |
That's even an older version, I'll try to see if it works with OpenGL ES 2.0. |
Crash on Arch Linux under Sway
|
Can you please try now? Thanks! |
Trying $ wpaperd
ERROR [wpaperd]
0: TOML parse error at line 1, column 1
0: |
0: 1 |
0: | ^
0: unknown field `initial_transition`, expected one of `path`, `duration`, `apply-shadow`, `sorting`, `mode`, `queue-size`, `transition-time`, `initial-transition`, `transition`, `offset`
0:
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
WARN [wpaperd::wpaperd] Configuration error on display VGA-1:
0: attribute path is not set
Suggestion: add attribute path in the display section of the configuration:
path = "</path/to/image>"
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
The application panicked (crashed).
Message: vertex shader creation succeed:
0: 0:2(10): error: GLSL ES 3.20 is not supported. Supported versions are: 1.00 ES, and 3.00 ES
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
Location: daemon/src/render/renderer.rs:431
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
|
Hello @cplir-c! The last error you posted is regarding the option |
|
I installed with git clone and cargo build --release, and when wpaperd is run from either .local/bin or the target/release directory I get:
My config.toml file is:
also I had to move the install.yml and LICENSE into /target/release to get
rinstall install -c install.yml --yes
to take effect (no idea if this is the regular method or if this indicates something about my problem. The same error occurs as noted earlier without doing this.) No nvidia gpu. I've also tried using cargo install and cargo-binstall and got similar results. What might be my next steps? Thanks for your time.The text was updated successfully, but these errors were encountered: