Bug #1871
closedTauri V2: Linux version not starting on Steam Deck
Description
/home/deck/.local/share/Steam/steamapps/common/Manufactur_inc_Demo/factory-game-client: symbol lookup error: /home/deck/.local/share/Steam/steamapps/common/Manufactur_inc_Demo/lib/libpango-1.0.so.0: undefined symbol: hb_ot_metrics_get_position
Updated by Axel "Elanis" Soupé 2 months ago
Same issue on prod version: /home/xxxx/.steam/debian-installation/steamapps/common/Manufactur_inc_Demo/factory-game-client: symbol lookup error: /home/xxxx/.steam/debian-installation/steamapps/common/Manufactur_inc_Demo/lib/libpangoft2-1.0.so.0: undefined symbol: hb_ot_metrics_get_position
Updated by Axel "Elanis" Soupé 22 days ago
Note to myself:
If it happens ever again, use ldd to find the missing .so file:
https://askubuntu.com/questions/1531079/gnome-control-center-will-not-launch-due-to-undefined-symbol-ft-get-color-glyph
e.g:
$ ldd /lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37 | grep freetype
libfreetype.so.6 => /lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007ce3098ee000)
Updated by Axel "Elanis" Soupé 22 days ago
- Status changed from Pending to Closed
- % Done changed from 0 to 100