Please help me am i am new here

[INFO:2024-12-18 23:48:18,592:application]: Starting Lutris 0.5.18
[INFO:2024-12-18 23:48:19,335:startup]: “card1” is Intel UHD Graphics 600 (8086:3185 103c:849e i915) Driver 24.3.1
[ERROR:2024-12-18 23:48:29,080:style_manager]: Error reading color-scheme: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Settings” on object at path /org/freedesktop/portal/desktop (19)
Traceback (most recent call last):
File “/app/lib/python3.11/site-packages/lutris/style_manager.py”, line 74, in _call_cb
values = obj.call_finish(result)
^^^^^^^^^^^^^^^^^^^^^^^
gi.repository.GLib.GError: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Settings” on object at path /org/freedesktop/portal/desktop (19)
[INFO:2024-12-18 23:48:37,075:xrandr]: Changing resolution on eDP-1 to 1366x768
[ERROR:2024-12-18 23:48:51,455:api]: Unable to get runtimes from API: Unable to connect to server https://lutris.net/api/runtimes/versions?pci_ids=8086:3185%20103C:849E: <urlopen error [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1006)>
[WARNING:2024-12-18 23:48:52,139:game]: Game still running (state: running)
[INFO:2024-12-18 23:48:52,140:game]: Stopping hollow knight (wine)
[INFO:2024-12-18 23:48:53,478:xrandr]: Switching resolution of eDP-1 to 1366x768

i got this string or whatever when i was trying to launch hollow knight and many more games so if you can help in anyway i will be grateful

(sorry if i made a tybo english is not my mother language)

Hi,

The error about your desktop is worrying (in part due to the Linux and desktop you have chosen) but does not seem to be what stopped the game.

Lutris does need to be able to fetch its runtime information - this HTTPS call: -

[ERROR:2024-12-18 23:48:51,455:api]: Unable to get runtimes from API: Unable to connect to server https://lutris.net/api/runtimes/versions?pci_ids=8086:3185%20103C:849E: <urlopen error [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1006)>

…is failing. That sort of error is usually security at your location preventing that HTTPS call from completing. Or maybe a VPN issue. Either that or your Python and/or Linux SSL needs updating

If I go to that link, it works okay, and gives me a list of runtimes.