cs 1.6安装linux怪异

cs 1.6安装linux怪异,linux,Linux,问:怎么没有这样的文件???有人能解释一下吗?这些命令计数器彼此为假?刚才引用的文件是32位二进制文件。当您正在执行的文件存在,但它所依赖的库不存在时,实际上可能会发生错误“没有这样的文件或目录” 看到它是一个32位二进制文件。我猜您使用的是64位系统,没有32位库。尝试安装32位版本的libc。在Debian和friends中,您可以通过 root@xxx:/# mkdir hlds root@xxx:/# cd hlds/ root@xxxx:/hlds# wget http://www.c

问:怎么没有这样的文件???有人能解释一下吗?这些命令计数器彼此为假?

刚才引用的文件是32位二进制文件。当您正在执行的文件存在,但它所依赖的库不存在时,实际上可能会发生错误“没有这样的文件或目录”

看到它是一个32位二进制文件。我猜您使用的是64位系统,没有32位库。尝试安装32位版本的libc。在Debian和friends中,您可以通过

root@xxx:/# mkdir hlds
root@xxx:/# cd hlds/
root@xxxx:/hlds# wget http://www.cstrike-planet.com/dls/hldsupdatetool.bin
--2014-01-04 06:31:38--  http://www.cstrike-planet.com/dls/hldsupdatetool.bin
Resolving www.cstrike-planet.com (www.cstrike-planet.com)... 64.237.53.18
Connecting to www.cstrike-planet.com (www.cstrike-planet.com)|64.237.53.18|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3513408 (3.4M) [application/octet-stream]
Saving to: `hldsupdatetool.bin'

100%[================================================================================================================================================================>] 3,513,408   --.-K/s   in 0.1s    

2014-01-04 06:31:38 (27.4 MB/s) - `hldsupdatetool.bin' saved [3513408/3513408]

root@xxxx:/hlds# cd hlds/
-bash: cd: hlds/: No such file or directory
root@xxxx:/hlds# chmod a+x hldsupdatetool.bin 
root@xxxx:/hlds# ./hldsupdatetool.bin 
-bash: ./hldsupdatetool.bin: No such file or directory
root@xxxx:/hlds# ls -hal hldsupdatetool.bin 
-rwxr-xr-x 1 root root 3.4M May 12  2005 hldsupdatetool.bin
root@xxxx:/hlds# 
编辑:顺便说一句,你有一个完全正确的问题,但标题完全脱离主题。尝试写一些更切题的东西,不要提及游戏,因为它根本不重要。

这是一个编程问答网站,不支持安装视频游戏:|此外,谷歌搜索“hldsupdatetool”,你应该尝试一下,这表明该工具在2013年被弃用,取而代之的是。
sudo apt-get install libc:i386