-
Notifications
You must be signed in to change notification settings - Fork 832
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
Error runing on Ubuntu 18.04 #55
Comments
The error say that wgu can't create a Vulkan instance. You need to make sure Vulkan is working on your computer. If you don't care (or your CPU/GPU is too old) you should just use the OpenGL build of UAD. |
Thanks for the reply. my PC is very old, CPU is Pentium T4400 with integrated graphics. I tried with the OpenGL build and got different errors. ~/Downloads$ ./uad_gui-linux-opengl Looks like I have a missing dependency. Do you know which package provides the needed GLSL version? Thanks |
Does this build work for you? If not, try this one. Don't forget to tell me what build worked for you. |
Thanks, both versions fail to run with the errors: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./uad_gui-linux-legacy2) |
Oh. Okay. Ubuntu 18.04 is stucked to I need to compile UAD from a Ubuntu 18.04 docker image. I'll do it tomorrow. Do you stay on Ubuntu 18.04 because it is still supported and you don't have any reason to upgrade? I advice you to upgrade to Ubuntu 22.04 LTS when it will be released. There has been a lot of performance improvement since 2018. |
Thanks, I stay on 18.04 because it's very stable on this hardware and everything I need works. I tried 20.04 but WiFi was broken. I spent a couple hours trying to fix it, gave up and went back to 18.04. I will try 22.04 next year. |
That's understandable. Hopefully it works now : uad_gui-linux-legacy |
Success! Your latest version works on my ancient hardware and old distro. Thank you. |
Good news! Iced now officially supports old hardware with only GLSL 1.20! This means I don't have to maintain a special build for those hardware anymore! |
How to run uad on Linux? The README.md doesn't actually say. I tried making it executable and running like a shell script but got the following errors. ADB is installed and working.
~/Downloads$ ./uad_gui-linux
2021-10-18 20:27:17 WARN [/home/runner/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/wgpu-hal-0.10.7/src/vulkan/instance.rs:514] create_instance: VkError(ERROR_INCOMPATIBLE_DRIVER)
2021-10-18 20:27:18 WARN [/home/runner/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/wgpu-hal-0.10.7/src/gles/egl.rs:400] EGL context: -robust access
2021-10-18 20:27:18 WARN [/home/runner/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/wgpu-hal-0.10.7/src/gles/egl.rs:413] unable to create GLES 3.x context: BadConfig
The text was updated successfully, but these errors were encountered: