Hi guys, just to let you know I have fixed the problem by running a check on corrupted files, and it appears some mesa libs were missing .
The command I used :
sudo eopkg check | grep Broken | awk '{print $4}' | xargs sudo eopkg it --reinstall
Regards!