我在一些 GUI 中使用 Stockfish 国际象棋引擎,但昨天它停止工作了。我没有更改引擎,也没有更改界面,但是当我尝试运行引擎时,它“以代码终止......”,但它没有输出任何代码。唯一可能改变的是我定期升级我的软件包:
sudo apt update && sudo apt dist-upgrade
,我想这一定破坏了它。我安装了最新的 Stockfish 版本并在命令行中运行它,它给出的输出是:
./stockfish_21112912_x64_avx2: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./stockfish_21112912_x64_avx2)
./stockfish_21112912_x64_avx2: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./stockfish_21112912_x64_avx2)
./stockfish_21112912_x64_avx2: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./stockfish_21112912_x64_avx2)
Run Code Online (Sandbox Code Playgroud)
所以我想升级 GLIBC,我遇到了这个线程:[https://askubuntu.com/questions/736208/upgrading-glibc]:“Glibc(更广为人知的名称是 GNU C 库)有一个用于 Linux 的分支,称为 libc6 .Libc6 可通过 apt 获得。” 我运行:
apt-cache policy libc6
,它给出了输出:
libc6:
Installed: 2.31-0ubuntu9.2
Candidate: 2.31-0ubuntu9.2
Version table:
*** 2.31-0ubuntu9.2 500
500 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
100 /var/lib/dpkg/status
2.31-0ubuntu9 500
500 http://de.archive.ubuntu.com/ubuntu …
Run Code Online (Sandbox Code Playgroud) 当我想运行 Chessbase 14 时,我得到以下错误输出:
gratis@Aurora:~$ env WINEPREFIX="/home/gratis/.wine" wine C:\\Program\ Files\\ChessBase\\CBase14\\CBase14.exe
err:module:import_dll Library api-ms-win-crt-runtime-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-string-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-heap-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-stdio-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library api-ms-win-crt-convert-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\VCRUNTIME140.dll") not found
err:module:import_dll Library VCRUNTIME140.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found
err:module:import_dll Library api-ms-win-crt-runtime-l1-1-0.dll (which is needed by L"C:\\windows\\system32\\mfc140.dll") not found …
Run Code Online (Sandbox Code Playgroud) 首先,我认为 Ubuntu 22.04(我从最后一个 LTS 版本 20.04 升级)现在能够在不同的配置文件之间切换,这真的很酷。根据我所做的事情,有时我的机器在计算方面基本上处于空闲状态,但我希望屏幕不会变暗,即使我不提供任何输入。因此,相应地,我取消选择“暗屏”并选择“黑屏:从不”。但我注意到,当选择“省电模式”时,该行为将被忽略。我希望计算机在我基本上只使用显示器时能够节省电量,但屏幕每隔一分钟就会变暗并且我必须移动鼠标这一事实有点烦人。我正在为任何想知道的人解决国际象棋难题:)
有任何想法吗?我可以在某处修改节电器的行为吗?
display brightness power-management gnome-power-manager 22.04
所以我从我的 Windows PC 上获得了一些 SACD 翻录,作为硬盘驱动器上的 .dsf 文件。现在我想最终将它们编码到 opus 中,以便在我的手机上播放它们。为了能够做到这一点,我需要首先将它们转换为某种无损音频编解码器 [通过 PCM?!],最好是 flac。不幸的是,我现在唯一可用的设备运行在 Ubuntu 14.04 LTS 上。
到目前为止,我通过 Wine 尝试了 foobar2000,但它甚至无法播放它们。
不幸的是我也无法编译 dsf2flac。
有什么建议么?
22.04 ×1
batch-rename ×1
brightness ×1
command-line ×1
display ×1
flac ×1
foobar2000 ×1
glibc ×1
upgrade ×1
wine ×1