distribution icon indicating copy to clipboard operation
distribution copied to clipboard

/usr/lib32/libvulkan.so.1.3.264 from bundle wine is incompatible with Core™ 2nd generation

Open inferrna opened this issue 2 years ago • 1 comments

Screenshot from 2023-09-26 08-14-31

  1. Go to the nearest museum for Core™ 2nd generation CPU
  2. Clone vulkano project from https://github.com/vulkano-rs/vulkano/
  3. rustup toolchain install stable-i686-unknown-linux-gnu
  4. In examples cargo +stable-i686-unknown-linux-gnu build --bin teapot --release (remove m64 from CFLAGS and CXXFLAGS if build fails)
  5. Run ../target/release/teapot You will see:
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: LibraryLoadFailure(DlOpen { desc: "/usr/lib32/libvulkan.so.1: CPU ISA level is lower than required" })', examples/src/bin/teapot/main.rs:68:40

Same time 64-bit teapot is working fine md5sum: 3cc5985f24009efc284eb60e1815e1a1 /usr/lib32/libvulkan.so.1.3.264

Actually, I don't need this teapot, but also unable to run any 32-bit game from steam using proton on my Xeon E5-2680V2. This teapot is just the most obvious way to see the actual reason of error.

inferrna avatar Sep 26 '23 04:09 inferrna

yeah there's something not quite right in the compiler flags for 32 bit stuff -- we're looking at how to fix that properly

On Mon, Sep 25, 2023 at 9:21 PM inferrna @.***> wrote:

[image: Screenshot from 2023-09-26 08-14-31] https://user-images.githubusercontent.com/4245277/270534898-2e47a206-3afb-4439-88bc-9604e0515853.png

  1. Go to the nearest museum for Core™ 2nd generation CPU
  2. Clone vulkano project from https://github.com/vulkano-rs/vulkano/
  3. rustup toolchain install stable-i686-unknown-linux-gnu
  4. In examples cargo +stable-i686-unknown-linux-gnu build --bin teapot --release (remove stupid from CFLAGS and CXXFLAGS if build fails)
  5. Run ../target/release/teapot You will see:

thread 'main' panicked at 'called Result::unwrap() on an Err value: LibraryLoadFailure(DlOpen { desc: "/usr/lib32/libvulkan.so.1: CPU ISA level is lower than required" })', examples/src/bin/teapot/main.rs:68:40

Same time 64-bit teapot is working fine md5sum: 3cc5985f24009efc284eb60e1815e1a1 /usr/lib32/libvulkan.so.1.3.264

Actually, I don't need this teapot, but also unable to run any 32-bit game from steam using proton on my Xeon E5-2680V2. This teapot is just the most obvious way to see the actual reason of error.

— Reply to this email directly, view it on GitHub https://github.com/clearlinux/distribution/issues/2966, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJ54FL4QYE4XDRMZFJSWDTX4JJ5ZANCNFSM6AAAAAA5HB4J3A . You are receiving this because you are subscribed to this thread.Message ID: @.***>

fenrus75 avatar Sep 26 '23 13:09 fenrus75