TUDelft-CNS-ATM / bluesky

The open source air traffic simulator
GNU General Public License v3.0
361 stars 242 forks source link

Bluesky ATC UI issue, Labels not showing #522

Open Ellislee1 opened 3 weeks ago

Ellislee1 commented 3 weeks ago

I have recently reinstalled BlueSky using python 3.10.11. This is a fresh install on a clean machine (Win 11). With he exception of numpy (which I had to back date to v 1.25 for a different project, 1.25) I am not seeing any labels for aircraft, airports or waypoints. I installed BlueSky using pip3 install bluesky-simulator[full] so all the packages, with the exception of the aforementioned numpy, are installed by BlueSky and I have listed.

Package                     Version
--------------------------- -----------
bluesky-guidata             2022.9.15
bluesky-simdata             2022.9.15
bluesky-simulator           2024.7.1
contourpy                   1.2.1
cycler                      0.12.1
fonttools                   4.53.1
kiwisolver                  1.4.5
linkify-it-py               2.0.3
markdown-it-py              3.0.0
matplotlib                  3.9.2
mdit-py-plugins             0.4.1
mdurl                       0.1.2
msgpack                     1.0.8
numpy                       1.25.0
packaging                   24.1
pandas                      2.2.2
pillow                      10.4.0
pip                         23.0.1
pygame                      2.6.0
Pygments                    2.18.0
PyOpenGL                    3.1.7
pyparsing                   3.1.2
PyQt6                       6.7.1
PyQt6-Qt6                   6.7.2
PyQt6_sip                   13.8.0
PyQt6-WebEngine             6.7.0
PyQt6-WebEngine-Qt6         6.7.2
PyQt6-WebEngineSubwheel-Qt6 6.7.2
python-dateutil             2.9.0.post0
pytz                        2024.1
pyzmq                       26.1.1
rich                        13.7.1
scipy                       1.14.0
setuptools                  65.5.0
six                         1.16.0
textual                     0.76.0
typing_extensions           4.12.2
tzdata                      2024.1
uc-micro-py                 1.0.3
zmq                         0.0.0

Here is the output as well when launching bluesky in the command line using bluesky

Using Python-based geo functions
Reading config from C:\Users\Ellis\bluesky\settings.cfg
Reading magnetic variation data
Loading global navigation database...
Reading cache: C:\Users\Ellis\bluesky\cache\navdata.p
   *****   BlueSky Open ATM simulator *****
Distributed under GNU General Public License v3
Accepting event connections on port 11000, and stream connections on port 11001
Discovery is disabled
Loading palette bluesky-default
Using Python-based geo functions
Reading config from C:\Users\Ellis\bluesky\settings.cfg
Reading magnetic variation data
Found Qt-provided OpenGL functions for OpenGL (4, 1) Core
Loading global navigation database...
Reading cache: C:\Users\Ellis\bluesky\cache\navdata.p
Warning: RTree could not be loaded. areafilter get_intersecting and get_knearest won't work
Successfully loaded OpenAP performance model
Failed to load BADA performance model
Successfully loaded legacy performance model
Successfully loaded plugin AREA
Successfully loaded plugin DATAFEED
pygame 2.6.0 (SDL 2.28.4, Python 3.10.11)
Hello from the pygame community. https://www.pygame.org/contribute.html
Warning: RTree could not be loaded. areafilter get_intersecting and get_knearest won't work
Using Qt 5.15.2 for windows and widgets
Reading cache: C:\Users\Ellis\bluesky\cache\aptsurface.p
Reading cache: C:\Users\Ellis\bluesky\cache\console_history.p
Reading cache: C:\Users\Ellis\bluesky\cache\coastlines.p
Maximum supported texture size: 16384
Loading texture C:\Users\Ellis\AppData\Local\Programs\Python\Python310\lib\site-packages\bluesky\resources\graphics\world.16384x8192.dds
Client b'\x006\xb59R' connected to host b'\x00"\xe63\x12'
Client: Skipping stream data from unknown node
Client: Skipping stream data from unknown node

image

jooste commented 2 weeks ago

Hi @Ellislee1,

This is an issue we've seen before, and is tied to a particular driver/hardware combination. What graphics card are you using?

YufeiZh commented 2 weeks ago

Hi @Ellislee1,

This is an issue we've seen before, and is tied to a particular driver/hardware combination. What graphics card are you using?

Hi, I have the same issue. I am using an RX 6750xt.

Ellislee1 commented 1 week ago

The RX6900XT but I also observed a similar issue on a Mac, I can't remember the version unfortunately.

WeiLiangSim commented 1 week ago

Hi, I have the same issues as well. I am using AMD Radeon RX 7800 XT. Do you know if there is any solution to this that can help us? Thank you so much