drwhut / tabletop-club

An open-source platform for playing tabletop games in a physics-based 3D environment for Windows, macOS, and Linux! Made with the Godot Engine.
https://tabletopclub.net
MIT License
1.27k stars 55 forks source link

Video adapter in debug info does not show a value. #91

Open drwhut opened 2 years ago

drwhut commented 2 years ago

Describe the bug When displaying debugging information in-game (F3), there is no text besides the "Video Adapter:" line.

To Reproduce Steps to reproduce the behavior:

  1. Launch the game.
  2. Enter singleplayer.
  3. Press F3 (default).
  4. See that "Video Adapter:" has nothing after it.

Expected behavior The line should contain the video adapter being used.

Screenshots 2022-7-18-13-46-16

Environment Windows 10, macOS 10.12, Linux (Fedora 36).

Version master

Additional context This was initially working when first introduced, but since switching the project's rendering mode to multi-threaded, it has disappeared. This issue is most likely the culprit: godotengine/godot#36402