telegramdesktop / tdesktop

Telegram Desktop messaging app
https://desktop.telegram.org/
Other
24.88k stars 4.94k forks source link

Ubuntu 24.04 aarch64: Telegram Desktop doesn't start #27897

Closed MastaG closed 3 weeks ago

MastaG commented 3 weeks ago

Steps to reproduce

I've compiled telegram desktop using cmake, but it seems to assert when I try to run it.

[2024.05.08 13:03:41] Launched version: 5000001, install beta: [FALSE], alpha: 0, debug mode: [FALSE]
[2024.05.08 13:03:41] Executable dir: /usr/local/bin/, name: telegram-desktop
[2024.05.08 13:03:41] Initial working dir: /home/mastag/.local/share/
[2024.05.08 13:03:41] Working dir: /home/mastag/.local/share/TelegramDesktop/
[2024.05.08 13:03:41] Command line: telegram-desktop
[2024.05.08 13:03:41] Executable path before check: /usr/local/bin/telegram-desktop
[2024.05.08 13:03:41] Logs started
[2024.05.08 13:03:41] App ID: org.telegram.desktop
[2024.05.08 13:03:41] Connecting local socket to b687165f11e2b768477f0e83ea5b516b-TelegramDesktop...
[2024.05.08 13:03:41] Socket connect error 0, starting server and app...
[2024.05.08 13:03:41] Moved logging from '/home/mastag/.local/share/TelegramDesktop/log_start0.txt' to '/home/mastag/.local/share/TelegramDesktop/log.txt'!
[2024.05.08 13:03:41] Global devicePixelRatio: 1
[2024.05.08 13:03:41] Primary screen DPI: 96, Base: 96.
[2024.05.08 13:03:41] Computed screen scale: 100
[2024.05.08 13:03:41] DevicePixelRatio: 1
[2024.05.08 13:03:41] ScreenScale: 100
[2024.05.08 13:03:41] Icon theme: hicolor
[2024.05.08 13:03:41] Fallback icon theme: hicolor
[2024.05.08 13:03:41] Media Info: Type Playback, default: OpenSL ES Output, list: { "OpenSL ES Output" <OpenSL ES Output> }, full list refresh: true
[2024.05.08 13:03:41] Media Info: Type Capture, default: Monitor of OpenSL ES Output, list: { "Monitor of OpenSL ES Output" <Monitor of OpenSL ES Output> }, full list refresh: true
[2024.05.08 13:03:41] Media Error: Can't sync default device for type Camera, default: , list: {  }
[2024.05.08 13:03:41] System tray available: [TRUE]
[2024.05.08 13:03:41] Font: from ':/gui/fonts/OpenSans-Regular.ttf' loaded 'Open Sans'
[2024.05.08 13:03:41] Font: from ':/gui/fonts/OpenSans-Italic.ttf' loaded 'Open Sans'
[2024.05.08 13:03:41] Font: from ':/gui/fonts/OpenSans-SemiBold.ttf' loaded 'Open Sans'
[2024.05.08 13:03:41] Font: from ':/gui/fonts/OpenSans-SemiBold.ttf' loaded 'Open Sans Semibold'
[2024.05.08 13:03:41] Font: from ':/gui/fonts/OpenSans-SemiBoldItalic.ttf' loaded 'Open Sans'
[2024.05.08 13:03:41] Font: from ':/gui/fonts/OpenSans-SemiBoldItalic.ttf' loaded 'Open Sans Semibold'
[2024.05.08 13:03:41] Font: from ':/gui/fonts/Vazirmatn-UI-NL-Regular.ttf' loaded 'Vazirmatn UI NL'
[2024.05.08 13:03:41] Font: from ':/gui/fonts/Vazirmatn-UI-NL-SemiBold.ttf' loaded 'Vazirmatn UI NL'
[2024.05.08 13:03:41] Font: from ':/gui/fonts/Vazirmatn-UI-NL-SemiBold.ttf' loaded 'Vazirmatn UI NL SemiBold'
[2024.05.08 13:03:41] Assertion Failed! "index < _sprites.size()" emoji_config.cpp:464

Expected behaviour

No assertion

Actual behaviour

See steps to reproduce

Operating system

Ubuntu 24.04 aarch64

Version of Telegram Desktop

main git

Installation source

Other (unofficial) source

Crash ID

No response

Logs

No response

MastaG commented 3 weeks ago

Nevermind, it seems I've had to install the qtimageformats plugin :)