It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I just bought the game and it doesn't launch.
By Executing the start.sh file, I receive the following back:
line 19: ./ATDeluxe: No such file or directory
The same when I try to execute the ATDeluxe file.
Both are set executable.

Before installing the game I wanted to install the libaries which also didn't work that well. By executing:
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libc6:i386 libasound2:i386 libasound2-data:i386 libasound2-plugins:i386 libstdc++6:i386libx11-6:i386 libxcb1:i386 libxcursor1:i386 libxrandr2:i386 libglu1:i386
The last command gave me the following output:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libasound2-data' instead of 'libasound2-data:i386'
Note, selecting 'libglu1-mesa:i386' instead of 'libglu1:i386'
E: Unable to locate package libstdc++6:i386libx11-6:i386
E: Couldn't find any package by regex 'libstdc++6:i386libx11-6'

By the way, has anyone tried the refund yet?
This question / problem has been solved by JimPhelpsimage
avatar
deropo: I just bought the game and it doesn't launch.
By Executing the start.sh file, I receive the following back:
line 19: ./ATDeluxe: No such file or directory
The same when I try to execute the ATDeluxe file.
Both are set executable.

Before installing the game I wanted to install the libaries which also didn't work that well. By executing:
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libc6:i386 libasound2:i386 libasound2-data:i386 libasound2-plugins:i386 libstdc++6:i386libx11-6:i386 libxcb1:i386 libxcursor1:i386 libxrandr2:i386 libglu1:i386
The last command gave me the following output:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libasound2-data' instead of 'libasound2-data:i386'
Note, selecting 'libglu1-mesa:i386' instead of 'libglu1:i386'
E: Unable to locate package libstdc++6:i386libx11-6:i386
E: Couldn't find any package by regex 'libstdc++6:i386libx11-6'

By the way, has anyone tried the refund yet?
Which Linux distro are you using? Probably some variant of Ubuntu. Anyway ... I think the problem is that libstdc++6:i386libx11-6:i386 are actually two packages: libstdc++6:i386 libx11-6:i386 The error message is actually pretty clear on that.
Also, I'm not convinced that the --add-architecture i386 is required any longer. It used to be that way back with Ubuntu 14.04 and 16.04 but I haven't done that any more recently.

Auf Deutsch:
Welche Linux Distro verwendest Du? Vermutlich irgend eine Variante von Ubuntu. Ich glaube, dass das Problem daran liegt, dass libstdc++6:i386libx11-6:i386 eigentlich zwei Pakete sind. Die Fehlermeldung sagt das eigentlich auch recht klar.

libstdc++6:i386
libx11-6:i386


Außerdem glaub ich auch nicht, dass es noch notwendig ist, die Architektur i386 weiterhin explizit hinzu zufügen. Da gab es irgendwann mal eine Änderung.
avatar
JimPhelps: I think the problem is that libstdc++6:i386libx11-6:i386 are actually two packages: libstdc++6:i386 libx11-6:i386 The error message is actually pretty clear on that.
... Ich glaube, dass das Problem daran liegt, dass libstdc++6:i386libx11-6:i386 eigentlich zwei Pakete sind ...
You're right... typo ... I just copied the required libraries from the store page without revising them. And I was to annoyed to read the terminal output completely...
Thank you, now it works.
Post edited December 21, 2020 by deropo
avatar
deropo: You're right... typo ... I just copied the required libraries from the store page without revising them. And I was to annoyed to read the terminal output completely...
Thank you, now it works.
Glad to be of help! :) I know how it feels to become annoyed of things not working straight out of the box.