安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
./Worms W.M.Dx64: error while loading shared libraries: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory
Nor does the solution posted here: https://steamcommunity.com/app/327030/discussions/2/352792037307797481/?ctp=2#c1483233503862669209
Now, Ive checked that all the filepaths and such are correct so the issue isn't on that front either. If anyone has a solution, plz help. Wants to play this with friend :(
?
It includes all libraries that come with steam runtime. Then you have to install rest of potentially missing libs manually. The game still doesnt work. It launches but into small screen and clicking ok on dialog box doesnt work. I gave up. I am going to refund this piece of garbage.
Funnily enough, Worms Armageddon works through wine perfectly without any issues. It even has bigger player base. I seriously recommend just getting WA and wine. The whole thing works with base wine config with no tweaks necessary (I might even have an old wine, since I got mine from slackbuilds.org and they might or might not be up to date).
In any case, Team17 should just flatpack WA for linux and sell that.
Apologies for the delayed response.
Unfortunately we do not have official support for Slackware OS on Linux.
The only two distributions we have official support listed for on the store page for W.M.D is Linux Ubuntu & Mint.
Apologies for any inconvenience caused by this issue.
Thank you for your continued support and patience,
Team17_Assistance
We are sorry to hear that you are having this issue - can you take a look at this thread:
https://steamcommunity.com/app/327030/discussions/2/133257959065155871/
Some players were able to find a workaround to get it working.
Regards,
Team17 Support
I've also had to copy over a whole bunch of 64-bit libraries from (a backup of) the `.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/` directory into the game's `lib` directory (including the `dbus` library, which existed system-wide in the wrong version... this is required when it crashes later on, after apparently starting). It was not that easy to get all dependencies right (CentOS 7.x), but it is possible and one can always check with `ldd ./Worms W.M.Dx64`.
Here's the list of libraries, which I had to copy into the game's `lib` directory, in order to make it run:
libcurl-gnutls.so.4
libgnutls.so.26
librtmp.so.0
libbz2.so.1.0
libbsd.so.0
libtasn1.so.3
libdbus-1.so.3
libldap_r-2.4.so.2
liblber-2.4.so.2
libdconfsettings.so
libsasl2.so.2
libgssapi.so.3
libheimntlm.so.0
libkrb5.so.26
libasn1.so.8
libhcrypto.so.4
libroken.so.18
libwind.so.0
libheimbase.so.1
libhx509.so.5
Hope this helps; it took me a while to figure out all the files.
Creating sym-links to these files would obviously also work.
libffi.so.6
libfmodeventnet64-4.44.61.so
libgcrypt.so.20
libgme.so.0
libgnutls.so.30
libgomp.so.1
libgpg-error.so.0
libgsm.so.1
libhogweed.so.4
libmodplug.so.1
libmp3lame.so.0
libnettle.so.6
libnuma.so.1
libopus.so.0
libpng12.so.0
librtmp.so.1
libSDL2-2.0.so.0
libshine.so.3
libsnappy.so.1
libsndio.so.6.1
libsoxr.so.0
libtasn1.so.6
libtwolame.so.0
libwayland-client.so.0
libwayland-cursor.so.0
libwayland-egl.so.1
libxkbcommon.so.0
libXss.so.1
libxvidcore.so.4
libzvbi.so.0
I had to do the similar step of creating a backup and then putting a specific file into the lib until all crashes were gone.
The list of files that allowed the game to finally run are as below:
Hoping it helps others. I still cannot get the multiplayer to work. Also I didn't modify my Run.sh file.
It is at its default:
This helped on 20.04, I also needed to add this to Run.sh (intel card):
export MESA_LOADER_DRIVER_OVERRIDE=i965
Can't find libbsd.so.0, any chance you could share it?