cflavio / yorg

Yorg (Yorg's an Open Racing Game) is a free open source racing game developed by Ya2 using Panda3D for Windows, OSX and Linux.
Other
174 stars 33 forks source link

Menu text disappears on mouse over #36

Closed jose1711 closed 3 years ago

jose1711 commented 3 years ago

In current master if I mouse over a menu item the text disappears. Arch Linux, 64bit, nvidia gpu with binary driver, yorg installed using AUR (https://aur.archlinux.org/packages/yorg-git/). Gameplay is okay.

obrázok

cflavio commented 3 years ago

Hi! Thank you very much for reporting this! It seems that it happens only with Nvidia drivers, since I don't observe it on systems with Intel or AMD drivers. Unfortunately, I don't have a computer with Nvidia GPU, so I can't replicate the issue (the GLSL code should be pretty correct since it is correctly processed by other drivers, so I should look at some specific workaround for your scenario). If I will get a computer with Nvidia GPU I will definitely look at this issue, thanks!

jose1711 commented 3 years ago

Thank you, if it helps the GPU is 750Ti and the driver version is: 455.45.01.

jose1711 commented 3 years ago

The problem vanished after updating Panda3D to version 1.10.8. Looks like Nvidia is not to blame here.