[1.6b] 1.6 Beta not an option in Steam

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Lupus
Low Yeek
Posts: 6
Joined: Tue Sep 24, 2019 10:26 am

[1.6b] 1.6 Beta not an option in Steam

#1 Post by Lupus »

Could someone help me out here. I saw the announcement today about the new beta and copied the code. However, when I went to check it out, I noticed it is not an option in the betas tab (image attached). Any advice?
Attachments
ToME 1.6 not showing.jpg
ToME 1.6 not showing.jpg (33.62 KiB) Viewed 1775 times

kaukamieli
Posts: 4
Joined: Wed Mar 05, 2014 2:50 am

Re: [1.6b] 1.6 Beta not an option in Steam

#2 Post by kaukamieli »

The announcement had a password and that window seems to have a box where to input something. You are almost there.

I myself had troubles finding that whole window earlier. :p

Also on Linux the beta doesn't even start, Steam or otherwise. The non-steam version says "version `ZLIB_1.2.9' not found" when I start it from command line.

Lupus
Low Yeek
Posts: 6
Joined: Tue Sep 24, 2019 10:26 am

Re: [1.6b] 1.6 Beta not an option in Steam

#3 Post by Lupus »

kaukamieli wrote:The announcement had a password and that window seems to have a box where to input something. You are almost there.
I am the dumbest man alive. :oops: I thought I had to select the appropriate beta in the dropdown and then put in the code. Thanks!

DaveStall
Wayist
Posts: 25
Joined: Wed Mar 05, 2014 1:38 am

Re: [1.6b] 1.6 Beta not an option in Steam

#4 Post by DaveStall »

kaukamieli wrote:
Also on Linux the beta doesn't even start, Steam or otherwise. The non-steam version says "version `ZLIB_1.2.9' not found" when I start it from command line.
Hmm .. what distro are you running? The beta launches and runs fine under Mint 19.1. You can probably find an updated zlib package for your distro to fix this issue. I am NOT running this through Steam however. I would figure Steam would take care of the dependencies.

kaukamieli
Posts: 4
Joined: Wed Mar 05, 2014 2:50 am

Re: [1.6b] 1.6 Beta not an option in Steam

#5 Post by kaukamieli »

Mint 18.3 because I'm have production shit and I don't want to do an upgrade before I'm ready and want a clean upgrade or maybe even switch distros then.

Zlib I have is apparently 1.2.8.

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: [1.6b] 1.6 Beta not an option in Steam

#6 Post by darkgod »

kaukamieli

Can you open a terminal in the game's folder and run this command please:

Code: Select all

ldd t-engine64
and show me the results
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

kaukamieli
Posts: 4
Joined: Wed Mar 05, 2014 2:50 am

Re: [1.6b] 1.6 Beta not an option in Steam

#7 Post by kaukamieli »

Didn't have t-engine64, but here is what I got.

kaukamieli@G771JW ~/Desktop/t-engine4-linux64-1.6.0b1 $ ldd t-engine
./t-engine: /lib/x86_64-linux-gnu/libz.so.1: version `ZLIB_1.2.9' not found (required by /home/kaukamieli/Desktop/t-engine4-linux64-1.6.0b1/./lib64/libpng16.so.16)
linux-vdso.so.1 => (0x00007ffec4b5e000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007ff6a45c8000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007ff6a4246000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007ff6a4042000)
libSDL2-2.0.so.0 => /home/kaukamieli/Desktop/t-engine4-linux64-1.6.0b1/./lib64/libSDL2-2.0.so.0 (0x00007ff6a3d2c000)
libSDL2_ttf-2.0.so.0 => /home/kaukamieli/Desktop/t-engine4-linux64-1.6.0b1/./lib64/libSDL2_ttf-2.0.so.0 (0x00007ff6a4922000)
libSDL2_image-2.0.so.0 => /home/kaukamieli/Desktop/t-engine4-linux64-1.6.0b1/./lib64/libSDL2_image-2.0.so.0 (0x00007ff6a3d1d000)
libpng16.so.16 => /home/kaukamieli/Desktop/t-engine4-linux64-1.6.0b1/./lib64/libpng16.so.16 (0x00007ff6a3ce4000)
libopenal.so.1 => /home/kaukamieli/Desktop/t-engine4-linux64-1.6.0b1/./lib64/libopenal.so.1 (0x00007ff6a3a8d000)
libvorbisfile.so.3 => /home/kaukamieli/Desktop/t-engine4-linux64-1.6.0b1/./lib64/libvorbisfile.so.3 (0x00007ff6a3886000)
libGL.so.1 => /usr/lib/nvidia-415/libGL.so.1 (0x00007ff6a3547000)
libGLU.so.1 => /usr/lib/x86_64-linux-gnu/libGLU.so.1 (0x00007ff6a32d8000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007ff6a30bb000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007ff6a2ea4000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007ff6a2ada000)
/lib64/ld-linux-x86-64.so.2 (0x00007ff6a48fa000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007ff6a28d2000)
libfreetype.so.6 => /usr/lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007ff6a2627000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007ff6a240d000)
libvorbis.so.0 => /usr/lib/x86_64-linux-gnu/libvorbis.so.0 (0x00007ff6a21e1000)
libogg.so.0 => /usr/lib/x86_64-linux-gnu/libogg.so.0 (0x00007ff6a1fd8000)
libnvidia-tls.so.415.27 => /usr/lib/nvidia-415/libnvidia-tls.so.415.27 (0x00007ff6a1dd4000)
libnvidia-glcore.so.415.27 => /usr/lib/nvidia-415/libnvidia-glcore.so.415.27 (0x00007ff6a01a7000)
libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007ff69fe6d000)
libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 (0x00007ff69fc5b000)
libpng12.so.0 => /lib/x86_64-linux-gnu/libpng12.so.0 (0x00007ff69fa35000)
libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007ff69f813000)
libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007ff69f60e000)
libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007ff69f408000)

edit: this is for the downloaded folder

Post Reply