Adorables
Does not start under Linux
I tried add `LC_ALL=C %command%` to launch it, to no avail.

Is there a debug log somewhere I can paste here?
< >
Affichage des commentaires 1 à 7 sur 7
AciD 25 sept. 2017 à 3h02 
So...any devs around?
Dev's steam name is Blue, he posted in this forum in the thread "Customisation Options", you can try PMing him directly.

Blue also wrote a guide "Solve Failed to start game (unknown error)" detailing possible fixes, but most of them seem to be for Windows only. Still might be worth a shot, especially no. 3 (verify game cache) and 4 (antivirus)

I haven't used Linux/iOS before so I can't help, sorry
Dernière modification de Randomystick; 20 nov. 2017 à 6h46
AciD 17 févr. 2018 à 17h58 
Still not working.
Here is a quick fix for the time being.

Save the following script as Adorables.x86_64 in the game's directory:
#!/bin/bash bin=runner rootdir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" libdir="lib" export LD_LIBRARY_PATH="${rootdir}/${libdir}":$LD_LIBRARY_PATH exec "${rootdir}/${bin}"

You can get to the dir by right clicking game's name in the list and selecting properties. On the local files tab is a button for browsing local files.

Remember to make the script executable e.g.
chmod +x Adorables.x86_64


The script exports the library for steam achievements to work, and runs the game.

On other locales than English ones, the script may need export LC_ALL=C or other English locale before the exec line. That is because the game config is stored in current locale and may cause problems for the game (e.g. decimal comma).

I did not test that, but it has been failure with quite a many games (I usually start steam with LC_ALL=en_US.utf8 STEAM_RUNTIME=0 steam -console to remedy that).
Available locales can be seen with command locale -a.

The linux depot (files to install) can be seen here (the name is bit misleading though):
https://steamdb.info/depot/366764/

The game's launch config can be seen here:
https://steamdb.info/app/366760/config/

The depot and/or config mismatch needs to be fixed by the developer, thus this fix.


Initially the game starts in fullscreen here, but is a only a postcard in bottom left corner.
After getting the mouse cursor to the show up in the small screen and changing to windowed mode from options makes the game work fine.

Fullscreen can be disabled by creating a config text file
~/.config/Adorables/gamedata.bin with content:
[Settings]^ Fullscreen="0"
Jormangeud a écrit :
Here is a quick fix for the time being.

Thanks for the solution!
I followed Jomangeud explanation, but couldn't manage to play the game ; it now starts, but closes immediately with `[1] 4057 segmentation fault ./Adorables.x86_64`.

Linux users ; avoid this game.
< >
Affichage des commentaires 1 à 7 sur 7
Par page : 1530 50