Lol won't start with lutris

so i'm back (sorry for those who wants help me (i'm a disaster in linux)) so i solved my lutris problem and installed lol but when i launch it, it doesn't work, it worked only the first time when he asked me to login and then nothing it just closed, so i checked the logs and they gave me this ERROR: ld.so: object '/usr/$LIB/libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/$LIB/libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
P.s sorry again i know im a disaster

In terminal, can you remove gamemode so we can re-install it with the 32bit libraries:

sudo apt remove gamemode --autoremove

Next download each of these .deb files
https://packages.debian.org/sid/amd64/gamemode/download

https://packages.debian.org/sid/amd64/gamemode-daemon/download

https://packages.debian.org/sid/amd64/libgamemode0/download

https://packages.debian.org/sid/amd64/libgamemodeauto0/download

https://packages.debian.org/sid/i386/libgamemode0/download

https://packages.debian.org/sid/i386/libgamemodeauto0/download

You can install all from your Download directory if they are the Only .deb Files In Your Download folder with

sudo dpkg -i *

Or just individually install each one by double clicking the .deb file.

it gaves me this in terminal
simrat @ HP: ~ / Downloads / Gamemode $ sudo dpkg -i * .deb
[sudo] simrat password:
Gamemode package not previously selected selected.
(Database reading ... 290885 currently installed files and directories.)
Preparations to extract gamemode_1.6.1-1_amd64.deb ...
Gamemode extraction (1.6.1-1) ...
Selected the gamemode-daemon package not previously selected.
Preparations to extract gamemode-daemon_1.6.1-1_amd64.deb ...
Gamemode-daemon extraction (1.6.1-1) ...
Selected package libgamemode0: amd64 not previously selected.
Preparations to extract libgamemode0_1.6.1-1_amd64.deb ...
Extracting libgamemode0: amd64 (1.6.1-1) ...
Selected package libgamemode0: i386 not previously selected.
Preparations to extract libgamemode0_1.6.1-1_i386.deb ...
Extracting libgamemode0: i386 (1.6.1-1) ...
Preparations to extract libgamemodeauto0_1.6.1-1_amd64.deb ...
Extraction of libgamemodeauto0: amd64 (1.6.1-1) on (1.6.1-1) ...
Preparations to extract libgamemodeauto0_1.6.1-1_i386.deb ...
Extraction of libgamemodeauto0: i386 (1.6.1-1) on (1.6.1-1) ...
dpkg: dependency problems prevent gamemode-daemon from being configured:
gamemode-daemon depends on init-system-helpers (> = 1.52); however:
The version of init-system-helpers on the system is 1.51.
gamemode-daemon depends on libinih1 (> = 40); however:
The libinih1 package is not installed.
gamemode-daemon depends on libsystemd0 (> = 243); however:
The version of libsystemd0: amd64 on the system is 237-3ubuntu10.45.

dpkg: error processing gamemode-daemon (--install) package:
 problems with dependencies - left unconfigured
dpkg: dependency problems prevent configuration of libgamemode0: amd64:
 libgamemode0: amd64 depends on gamemode-daemon; however:
  The gamemode-daemon package is not yet configured.

dpkg: Error processing libgamemode0 package: amd64 (--install):
 problems with dependencies - left unconfigured
dpkg: dependency problems prevent configuration of libgamemode0: i386:
 libgamemode0: i386 depends on gamemode-daemon; however:The gamemode-daemon package is not yet configured. dpkg: error processing package libgamemode0: i386 (--install): dependency problems - left unconfigured libgamemodeauto0 configuration: amd64 (1.6.1-1) ... libgamemodeauto0 configuration: i386 (1.6.1- 1) ... dpkg: dependency problems prevent gamemode configuration: gamemode depends on gamemode-daemon; however: The gamemode-daemon package is not yet configured. gamemode depends on libgamemode0; however: The libgamemode0: amd64 package is not yet configured. dpkg: error processing package gamemode (--install): dependency problems - left unconfigured Trigger processing for man-db (2.8.3-2ubuntu0.1) ... Trigger processing for libc-bin ( 2.28-0ubuntu1 + zorin4) ... There were errors in processing: gamemode-daemon libgamemode0: amd64 libgamemode0: i386 gamemode

if there's a syntax error tell me bcs i used google translate

Try

sudo apt --fix-broken install

tried this command and then tried to install the files and it gaves me this same error
dpkg: dependency problems prevent gamemode-daemon from being configured:
gamemode-daemon depends on init-system-helpers (> = 1.52); however:
The version of init-system-helpers on the system is 1.51.
gamemode-daemon depends on libinih1 (> = 40); however:
The libinih1 package is not installed.
gamemode-daemon depends on libsystemd0 (> = 243); however:
The version of libsystemd0: amd64 on the system is 237-3ubuntu10.45.

dpkg: error processing gamemode-daemon (--install) package:
 problems with dependencies - left unconfigured
dpkg: dependency problems prevent configuration of libgamemode0: amd64:
 libgamemode0: amd64 depends on gamemode-daemon; however:
  The gamemode-daemon package is not yet configured.

dpkg: Error processing libgamemode0 package: amd64 (--install):
 problems with dependencies - left unconfigured
dpkg: dependency problems prevent configuration of libgamemode0: i386:
 libgamemode0: i386 depends on gamemode-daemon; however:
  The gamemode-daemon package is not yet configured.

dpkg: error processing package libgamemode0: i386 (--install):
 problems with dependencies - left unconfigured
Configuration of libgamemodeauto0: amd64 (1.6.1-1) ...
Configuration of libgamemodeauto0: i386 (1.6.1-1) ...
dpkg: dependency problems prevent gamemode configuration:
 gamemode depends on gamemode-daemon; however:
  The gamemode-daemon package is not yet configured.
 gamemode depends on libgamemode0; however:
  The libgamemode0: amd64 package is not configured yet.

dpkg: error processing the gamemode package (--install):
 problems with dependencies - left unconfigured
Trigger processing for man-db (2.8.3-2ubuntu0.1) ...
Libc-bin trigger processing (2.28-0ubuntu1 + zorin4) ...
There were errors in processing:
 gamemode-daemon
 libgamemode0: amd64
 libgamemode0: i386
 gamemode

sudo apt install -y meson libsystemd-dev pkg-config ninja-build git libdbus-1-dev libinih-dev

You may not need git....

ok so i installed this things and thene tried to install the other packages but it gaves me the same error so idk why i tried to reinstall the package u tell me now to install and he says to run the installation fix command apart this he gaves me the following error

gamemode-daemon: Depends: init-system-helpers (> = 1.52) but version 1.51 is about to be installed
                   Depends: libsystemd0 (> = 243) but version 237-3ubuntu10.45 is about to be installed

It appears that it is demanding a higher version than what is in the Bionic Repository.
How did you install gamemode previously?

i didn't installed it, it was already installed (maybe when u install lutris it automatically installs)

What method did you use to install Lutris?

Pointers got screwed up. Same thing happened to me when I was messing with, installing and uninstalling firmware. Maybe the libraries didn't take to being removed? Can try fixing in synaptic¿! I had to do a complete reinstall at that point. I don't know why you're messing with lutris.... In a fresh build install synaptic, then you can search steam, install two packages and it'll work from the gate, with all dependencies... Nothing else added. What are you trying to play?

I'm trying playing league of legends

1 Like

The one wich is written in thei website (add the ppa, update the system and install lutris)

I have no real experience with Gaming and Lutris. Some say that Lutris is better. Others say Play On Linux is better.
You may try reinstalling Lutris the same way- But I suspect you will run into the same issue- what you are trying to run is demanding a higher version than exists in the Bionic Repository.
Zorin 16 is using the Focal Repository that does contain those packages.
It should be released pretty soon so if you are feeling patient, you may save yourself a headache now and just up your system to Zorin OS 16.

Ok i will wait thx a lot dude u save my a.s.s everytime