I have the amd 6700 gpu. When i run lutris in the terminal it cant find vulkaninfo or fluidsynth
IIRC you need to install vulkan both for 32 and 64 bits at least for some Lutris stuff, so it might be a good start to verify that you have that.
On my system:
/usr/bin/vulkaninfo is owned by package vulkan-tools
/usr/lib64/libfluidsynth.so.3 is owned by fluidsynth-libs
I don’t have the 32-bit version of either of those packages though, so that wasn’t necessary for the games I’ve played at least. Can’t remember if I installed them manually or if I got them through some metapackage.
I installed those, but i get theme parsing error: gtk-dark.css:6610:68: invalid name of pseudo-class when running lutris and it wont launch
Most likely that’s a theme issue. Close Lutris, change back to the default Adwaita theme and try again.
I set it with lxappearance and it still wont open
Are you on Wayland? If so, try setting the theme using Nwg-Look instead. If not, stick with LXappearance. Also btw I just found out that LXappearance doesn’t apply GTK settings directly, you’ll need log off and on for the change to take place, if you haven’t done that already.
Also, what’s the DE that you’re using? Because if you’re not on Gnome (from the sounds of it, you’re on LXQt?), you may need to install certain GTK theme engine dependencies like
gnome-themes-extra
andgtk-murrine-engine
. Reboot (or logoff/on), and try again.Also worth trying a different theme such as Breeze or Arc. Maybe try a light variant as well.
If all else fails, open a bug report on the Lutris github.
Ill try nwg-look. Im on hyprland
Well the errors gone but it still wont open
Run
journalctl -f
before starting Lutris, then launch Lutris and check the journalctl for any errors.May 03 19:08:52 fedora jellyfin[2105]: [19:08:52] [INF] [89] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : [] May 03 19:08:52 fedora jellyfin[2105]: [19:08:52] [INF] [89] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] May 03 19:08:52 fedora audit: BPF prog-id=1709 op=UNLOAD May 03 19:08:52 fedora audit: BPF prog-id=1708 op=UNLOAD May 03 19:08:52 fedora audit: BPF prog-id=1707 op=UNLOAD May 03 19:08:52 fedora audit[1353]: AVC avc: denied { connectto } for pid=1353 comm="abrt-dump-journ" path="/run/systemd/userdb/io.systemd.Home" scontext=system_u:system_r:abrt_dump_oops_t:s0 tcontext=system_u:system_r:init_t:s0 tclass=unix_stream_socket permissive=1 May 03 19:08:53 fedora abrt-server[26092]: Executable '/opt/Jackett/jackett' doesn't belong to any package and ProcessUnpackaged is set to 'no' May 03 19:08:53 fedora abrt-server[26092]: 'post-create' on '/var/spool/abrt/ccpp-2024-05-03-19:08:52.940634-26076' exited with 1 May 03 19:08:53 fedora abrt-server[26092]: Deleting problem directory '/var/spool/abrt/ccpp-2024-05-03-19:08:52.940634-26076' May 03 19:08:56 fedora /usr/libexec/gdm-wayland-session[11392]: 2024-05-03 19:08:56,210 [ DEBUG] websocket: Sending ping May 03 19:08:57 fedora systemd[1]: jackett.service: Scheduled restart job, restart counter is at 538. May 03 19:08:57 fedora systemd[1]: Started jackett.service - Jackett Daemon. May 03 19:08:57 fedora audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=jackett comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' May 03 19:08:58 fedora jackett[26136]: Unhandled exception. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. May 03 19:08:58 fedora jackett[26136]: ---> System.UnauthorizedAccessException: Access to the path '/home/greeter/.config' is denied. May 03 19:08:58 fedora jackett[26136]: ---> System.IO.IOException: Permission denied May 03 19:08:58 fedora jackett[26136]: --- End of inner exception stack trace --- May 03 19:08:58 fedora jackett[26136]: at System.IO.FileSystem.CreateDirectory(String fullPath) May 03 19:08:58 fedora jackett[26136]: at System.IO.Directory.CreateDirectory(String path) May 03 19:08:58 fedora jackett[26136]: at System.Environment.GetFolderPathCore(SpecialFolder folder, SpecialFolderOption option) May 03 19:08:58 fedora jackett[26136]: at System.Environment.GetFolderPath(SpecialFolder folder, SpecialFolderOption option) May 03 19:08:58 fedora jackett[26136]: at Jackett.Common.Models.Config.RuntimeSettings.get_DataFolder() in ./Jackett.Common/Models/Config/RuntimeSettings.cs:line 40 May 03 19:08:58 fedora jackett[26136]: --- End of inner exception stack trace --- May 03 19:08:58 fedora jackett[26136]: at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) May 03 19:08:58 fedora jackett[26136]: at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) May 03 19:08:58 fedora jackett[26136]: at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture) May 03 19:08:58 fedora jackett[26136]: at System.Reflection.PropertyInfo.GetValue(Object obj) May 03 19:08:58 fedora jackett[26136]: at Jackett.Server.Program.<>c__DisplayClass10_0.<GetValues>b__1(PropertyInfo p) in ./Jackett.Server/Program.cs:line 145 May 03 19:08:58 fedora jackett[26136]: at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](TSource[] source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer) May 03 19:08:58 fedora jackett[26136]: at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer) May 03 19:08:58 fedora jackett[26136]: at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector) May 03 19:08:58 fedora jackett[26136]: at Jackett.Server.Program.GetValues(Object obj) in ./Jackett.Server/Program.cs:line 142 May 03 19:08:58 fedora jackett[26136]: at Jackett.Server.Program.<>c__DisplayClass9_0.<Main>b__2(ConsoleOptions options) in ./Jackett.Server/Program.cs:line 52 May 03 19:08:58 fedora audit[26136]: ANOM_ABEND auid=4294967295 uid=1001 gid=1001 ses=4294967295 subj=system_u:system_r:initrc_t:s0 pid=26136 comm="jackett" exe="/opt/Jackett/jackett" sig=6 res=1 May 03 19:08:58 fedora jackett[26136]: at Jackett.Server.Program.Main(String[] args) in ./Jackett.Server/Program.cs:line 45 May 03 19:08:58 fedora audit: BPF prog-id=1710 op=LOAD May 03 19:08:58 fedora audit: BPF prog-id=1711 op=LOAD May 03 19:08:58 fedora audit: BPF prog-id=1712 op=LOAD May 03 19:08:58 fedora systemd[1]: Started systemd-coredump@540-26141-0.service - Process Core Dump (PID 26141/UID 0). May 03 19:08:58 fedora audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-coredump@540-26141-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' May 03 19:08:58 fedora systemd-coredump[26142]: Removed old coredump core.jackett.1001.cca223e5b9cd4a5fa6e50b743721cfb8.37822.1714782618000000.zst. May 03 19:08:58 fedora systemd-coredump[26142]: Process 26136 (jackett) of user 1001 dumped core. Module libicui18n.so.74 from rpm icu-74.2-1.fc40.x86_64 Module libicudata.so.74 from rpm icu-74.2-1.fc40.x86_64 Module libicuuc.so.74 from rpm icu-74.2-1.fc40.x86_64 Stack trace of thread 26136: #0 0x00007fe637cab144 __pthread_kill_implementation (libc.so.6 + 0x98144) #1 0x00007fe637c5365e raise (libc.so.6 + 0x4065e) #2 0x00007fe637c3b902 abort (libc.so.6 + 0x28902) #3 0x00007fe637912f72 n/a (libcoreclr.so + 0x512f72) #4 0x00007fe637912e92 n/a (libcoreclr.so + 0x512e92) #5 0x00007fe6376da6f5 n/a (libcoreclr.so + 0x2da6f5) #6 0x00007fe6376da7d6 n/a (libcoreclr.so + 0x2da7d6) #7 0x00007fe63767db3c n/a (libcoreclr.so + 0x27db3c) #8 0x00007fe5bdb4ff6c n/a (n/a + 0x0) #9 0x00007fe5bdb55156 n/a (n/a + 0x0) #10 0x00007fe5bdb5aae3 n/a (n/a + 0x0) #11 0x00007fe5beb385ab n/a (n/a + 0x0) #12 0x00007fe5be956e38 n/a (n/a + 0x0) #13 0x00007fe5be956d01 n/a (n/a + 0x0) #14 0x00007fe5be956b02 n/a (n/a + 0x0) #15 0x00007fe5beb376ae n/a (n/a + 0x0) #16 0x00007fe5be378fb7 n/a (n/a + 0x0) #17 0x00007fe637783657 n/a (libcoreclr.so + 0x383657) #18 0x00007fe6375b984b n/a (libcoreclr.so + 0x1b984b) #19 0x00007fe63748efea n/a (libcoreclr.so + 0x8efea) #20 0x00007fe63748f341 n/a (libcoreclr.so + 0x8f341) #21 0x00007fe6374c3dbd n/a (libcoreclr.so + 0xc3dbd) #22 0x00007fe63747720a coreclr_execute_assembly (libcoreclr.so + 0x7720a) #23 0x00007fe63809a5b1 n/a (libhostpolicy.so + 0x185b1) #24 0x00007fe63809aa41 n/a (libhostpolicy.so + 0x18a41) #25 0x00007fe63809b46c corehost_main (libhostpolicy.so + 0x1946c) #26 0x00007fe6380f4c14 n/a (libhostfxr.so + 0x13c14) #27 0x00007fe6380f3349 n/a (libhostfxr.so + 0x12349) #28 0x00007fe6380ee93b hostfxr_main_startupinfo (libhostfxr.so + 0xd93b) #29 0x000055ea53433a25 n/a (jackett + 0x10a25) #30 0x000055ea53433ef0 n/a (jackett + 0x10ef0) #31 0x00007fe637c3d088 __libc_start_call_main (libc.so.6 + 0x2a088) #32 0x00007fe637c3d14b __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x2a14b) #33 0x000055ea53427d7a n/a (jackett + 0x4d7a) Stack trace of thread 26137: #0 0x00007fe637d1d72d __poll (libc.so.6 + 0x10a72d) #1 0x00007fe63790b6ae n/a (libcoreclr.so + 0x50b6ae) #2 0x00007fe63790d03f n/a (libcoreclr.so + 0x50d03f) #3 0x00007fe637917dbe n/a (libcoreclr.so + 0x517dbe)
So… did you try installing those two?
It should be preinstalled? What are the package names
I had a similar issue with lutris and decided to switch to heroic game launcher which works great
Can i add local games to it
Im not sure ill have to check. I’ve just been using it for GOG and Epic at the moment