In Steam, download the game and switch to the beta branch “translations” (pw: ZDWVUN9YJBH754LX).
You should now be able to download the Linux build. During this test phase, and to make my life easier, the game will only be on Steam. Once released it will be on GOG.
This is a post-alpha, pre-beta build, so expect problems. Some players are reporting issues if you previously played Delores using Proton. If you have issues where it’s downloading the windows files and not the Linux files, switch to the Steam Linux Runtime. Only a guess that this is what the problem is.
Lenovo Yoga 730 running Solus. GPU is “Mesa Intel UHD Graphics 620”. It wasn’t installed on my laptop yet so I don’t think I tried it under Proton before. Window pops up for a split second and then segfaults immediately. If I run it on the commandline, the output is just:
[19:47:17] RELEASE
[19:47:17] RELEASE FINAL
Segmentation fault
If I run it under GDB, I get this stacktrace: #0 0x00007fffdefdb291 in ?? () from /usr/lib/libEGL_mesa.so.0 #1 0x00007fffdefc686f in ?? () from /usr/lib/libEGL_mesa.so.0 #2 0x0000000000739d64 in ZLOpenGLRenderTargetCreateEGLSurface () #3 0x00000000004a63c6 in GGGraphicsRenderer::attachToWindow(SDL_Window*) () #4 0x00000000004a6469 in GGGraphicsRenderer::Init(SDL_Window*, int) () #5 0x00000000004a4793 in GGGraphics::Initialize(char const*, int, SDL_Window*, int) () #6 0x000000000055a1e1 in GGSDLApp::createCanvas(GGPoint, GGPoint, GGPoint, unsigned int) () #7 0x000000000041cbe5 in GameApp::initWithOptions(GGDictionary*) () #8 0x000000000055c638 in GGSDLApp::initMain(int, char**) () #9 0x000000000040b7e9 in main ()
Let me know if there’s any other info that could help!
Linux Mint 20 - Nvidia v440.100.
Same issue as Sparky.
TWP doesn’t work for me when I launch it from Steam. I tried launching the Steam version from command-line but fails with some steam_appid.txt issues… probably unrelated… It is that I don’t know how to launch Steam games from command line.
Just played a few minutes. But it looks all is working fine. System here is:
Intel® Core™ i3-2330M - Intel® HD Graphics 3000 - 4 GB RAM - Ubuntu 20.04.1 LTS (64 Bit) with Gnome 3.36.3 with Wayland window manager
Debian 9 (oldstable; I don’t update often):
The game won’t launch because it relies on libc6 >= 2.27 and I have 2.24:
/home/user/.local/share/Steam/steamapps/common/Delores/Delores: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.27 not found (required by /home/user/.local/share/Steam/steamapps/common/Delores/Delores)
I guess the easy solution would be to link libc statically, but libfmod also depends on libc and … I’m not sure it’s worth the effort to support a three-year-old distro.
The FMOD error is coming from the FMOD system. I’m not sure how to fix that. Is there something different or custom about your audio? Can you try it with and without headphones or external audio if you’re using that.
You can disable audio by adding disableAudio: 1 to the Prefs.json file.
Running nice and smootly so far.
Starting from Steam, switching language, changing some settings, playing the first couple screens.
Running on HP EliteBook 810 G2 (i5-5300U with Intel HD Graphics 5500) with Linux Mint 20 Cinnamon.
Thread 1 "Delores" received signal SIGSEGV, Segmentation fault.
0x00007fffe4021291 in ?? () from /usr/lib/libEGL_mesa.so.0
(gdb) backtrace
#0 0x00007fffe4021291 in ?? () from /usr/lib/libEGL_mesa.so.0
#1 0x00007fffe400c86f in ?? () from /usr/lib/libEGL_mesa.so.0
#2 0x0000000000739d64 in ZLOpenGLRenderTargetCreateEGLSurface ()
#3 0x00000000004a63c6 in GGGraphicsRenderer::attachToWindow(SDL_Window*) ()
#4 0x00000000004a6469 in GGGraphicsRenderer::Init(SDL_Window*, int) ()
#5 0x00000000004a4793 in GGGraphics::Initialize(char const*, int, SDL_Window*, int) ()
#6 0x000000000055a1e1 in GGSDLApp::createCanvas(GGPoint, GGPoint, GGPoint, unsigned int) ()
#7 0x000000000041cbe5 in GameApp::initWithOptions(GGDictionary*) ()
#8 0x000000000055c638 in GGSDLApp::initMain(int, char**) ()
#9 0x000000000040b7e9 in main ()
Tried the beta today, latest Mint, GeForce 960, Nvidia driver 450.66. I did have to enable Steam Linux Runtime to get it to download the linux version after enabling the beta – I was actually switched to the beta prior to first installation, so it did it with a new install versus an update. Per other questions in the thread, I also tried Thimbleweed Park which was a new install as well and that launched without issue and didn’t seem to have any problems.
Unfortunately Delores seems to flash a new window, pause for a moment, then pop up an error about being unable to compile vertex shaders. My log contents are below: