ОШИБКА: ld.so: объект '/usr/$LIB/libgamemodeauto.so.0'
Итак, я давно мечтал запустить Fireworks на Linux. Я полагаю, что я использую неправильную версию?
gamemode is already the newest version (1.5.1-0ubuntu3.1).
Бег с
- Лутрис:
0.5.8.3
- Ядро:
5.8.0-53-generic
- Винная версия:
lutris-6.10-7-86_64
- Версия ДКВК:
v1.7.3L-03f11ba
Журнал ошибок
Running gamemoderun /home/hutber/.local/share/lutris/runners/wine/lutris-6.10-7-x86_64/bin/wine /mnt/users/Games/Games/fireworks/drive_c/Program Files (x86)/Adobe Fireworks CS6/Fireworks.exe
Initial process has started with pid 251133
Start monitoring process.
gamemodeauto:
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.
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.
wineserver: using server-side synchronization.
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.
Monitored process exited.
Initial process has exited (return code: 13568)
All monitored processes have exited.
Exit with returncode 13568
1 ответ
Да, так что вам не хватает 32-битных библиотек. Удалить игровой режим (
apt remove gamemode --autoremove
) и загрузите пакеты Debian:
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
затем установите все .deb с помощью этой команды:
apt install -f path/to/gamemode.deb path/to/gamemode-daemon.deb
... Это должно решить вашу проблему.
Взято с: https://github.com/FeralInteractive/gamemode/issues/254#issuecomment-643648779