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 (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
I am running Debian though, not sure about things being different on Mint, but first off, it's a 32bit executable, so you must have a 32bit subsystem installed.
This page helped me A LOT setting up the server and getting it to run:
http://dont-starve-game.wikia.com/wiki/Don%E2%80%99t_Starve_Together_Dedicated_Servers
I'm actually trying to run the DST DS on a Debian Jessie (8.1) 64bits.
Unfortunately I miss some 32 bits libs which I cannot install (depending libc6 32bits which cannot be installed directrly, otherwise the apt system removes me all the 64bits related libs).
~/DST/bin$ ldd ./dontstarve_dedicated_server_nullrenderer
linux-gate.so.1 (0xe65f2000)
libSDL2-2.0.so.0 => ./lib32/libSDL2-2.0.so.0 (0xe6512000)
libcurl-gnutls.so.4 => /usr/lib/libcurl-gnutls.so.4 (0xe64d2000)
librt.so.1 => /lib32/librt.so.1 (0xe64c9000)
libpthread.so.0 => /lib32/libpthread.so.0 (0xe64ac000)
libfmodevent.so => ./lib32/libfmodevent.so (0xe641f000)
libfmodex.so => ./lib32/libfmodex.so (0xe6299000)
libsteam_api.so => ./lib32/libsteam_api.so (0xe6286000)
libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xe6194000)
libm.so.6 => /lib32/libm.so.6 (0xe6147000)
libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xe612a000)
libc.so.6 => /lib32/libc.so.6 (0xe5f71000)
libdl.so.2 => /lib32/libdl.so.2 (0xe5f6c000)
libidn.so.11 => not found
liblber-2.4.so.2 => not found
libldap_r-2.4.so.2 => not found
libgssapi_krb5.so.2 => not found
libz.so.1 => /usr/lib32/libz.so.1 (0xe5f4e000)
/lib/ld-linux.so.2 (0xe65f3000)
libgnutls.so.26 => not found
libfmodex-4.44.07.so => ./lib32/libfmodex-4.44.07.so (0xe5dc9000)
~/DST/bin$ ./dontstarve_dedicated_server_nullrenderer
./dontstarve_dedicated_server_nullrenderer: error while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory
$ sudo apt-get install libidn11:i386
libidn11:i386 : Depends: libc6:i386 (>= 2.4) but will not be installed
Any idea to solve the problem ?
Regards
Also for some people using 'apt-get build-dep' with packages that cannot be installed as arguments can fix some dependency issues.
Just an apt sources problem then !
thanks for your answer anyway :)
Rgs