bevy icon indicating copy to clipboard operation
bevy copied to clipboard

use bevy in pop os get "libEGL fatal: DRI driver not from this Mesa build"

Open liu0fanyi opened this issue 1 year ago • 0 comments

Bevy version

0.13

[Optional] Relevant system information

If your bug is rendering-related, copy the adapter info that appears when you run Bevy.

SystemInfo { os: "Linux 22.04 Pop!_OS", kernel: "6.8.0-76060800daily20240311-generic", cpu: "Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz", core_count: "2", memory: "7.6 GiB" }

What you did

add bevy dependencies, like here under ubuntu

https://github.com/bevyengine/bevy/blob/main/docs/linux_dependencies.md#ubuntu

clone bevy: git clone https://github.com/bevyengine/bevy.git

and run example: cargo run --example breakout

What went wrong

get error: libEGL fatal: DRI driver not from this Mesa build ('23.2.1-1ubuntu3.1~22.04.2' vs '24.0.3-1pop1~1711635559~22.04~7a9f319')

liu0fanyi avatar May 01 '24 00:05 liu0fanyi