Adorables
AciD Jul 29, 2017 @ 1:29am
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?
< >
Showing 1-7 of 7 comments
AciD Sep 25, 2017 @ 3:02am 
So...any devs around?
Randomystick Nov 20, 2017 @ 6:42am 
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
Last edited by Randomystick; Nov 20, 2017 @ 6:46am
AciD Feb 17, 2018 @ 5:58pm 
Still not working.
Jormangeud Apr 28, 2018 @ 6:32pm 
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"
Originally posted by Jormangeud:
Here is a quick fix for the time being.

Thanks for the solution!
AciD May 10, 2019 @ 3:06pm 
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.
< >
Showing 1-7 of 7 comments
Per page: 1530 50