Bots Are Stupid

Bots Are Stupid

View Stats:
Game not starting (Arch Linux)
Just purchased. Clicking on Start Game pops up a "Synchronizing Steam Client" window for a second and then nothing. Anyone else having this problem?
< >
Showing 1-14 of 14 comments
doylethekitty Dec 16, 2022 @ 12:35pm 
I'm having the same problem, but I'm on a Macbook Air running MacOS Monterey 12.6.2
stan Dec 16, 2022 @ 12:56pm 
The demo is not starting on Gentoo Linux as well. :(
Last edited by stan; Dec 17, 2022 @ 3:25am
Geefmijuwgeld Dec 17, 2022 @ 2:56am 
Devs, any ideas? Clearly I am not the only one. I tried on Windows 10 and that works perfect.
stan Dec 17, 2022 @ 7:05am 
Also the game is creating a "/home/username/.net/BotsAreStupid/" directory, that is very much not standard :-/.
mingmingrr Dec 17, 2022 @ 1:06pm 
Try setting DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
Seraxia Dec 19, 2022 @ 7:32am 
Originally posted by Geefmijuwgeld:
Just purchased. Clicking on Start Game pops up a "Synchronizing Steam Client" window for a second and then nothing. Anyone else having this problem?

Sorry that you've been having issues, it might be something to do with Steam cloud but its hard to say, can you contact us at: https://airtable.com/shrWa4fYIlKEDaAlj

so we can try and diagnose and fix your issue?
Geefmijuwgeld Dec 20, 2022 @ 9:42am 
Done! BTW I unchecked the option to sync with the Steam Cloud and I keep having the same issue so don't think it is related to that.
cosemiexo Dec 20, 2022 @ 3:00pm 
You need to put this in launch options for now:
env DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 %command%

Here's stackoverflow thread with the error we get on linux and the solution:

https://stackoverflow.com/questions/59119904/process-terminated-couldnt-find-a-valid-icu-package-installed-on-the-system-in
Carrico Dec 25, 2022 @ 3:33pm 
same here... macOS Monterey 12.6
stan Dec 26, 2022 @ 4:16am 
Originally posted by cosemiexo:
You need to put this in launch options for now:
env DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 %command%
Thanks, that worked. (I did not put "env")
Last edited by stan; Dec 26, 2022 @ 4:16am
paX ∞  [developer] Dec 27, 2022 @ 5:28am 
Hi all! The startup issue on macOS should now be fixed. Please let me know if you're still having issues.
Will be looking into cleaning up the Linux build soon.
paX ∞  [developer] Dec 27, 2022 @ 5:32am 
Originally posted by stan:
Also the game is creating a "/home/username/.net/BotsAreStupid/" directory, that is very much not standard :-/.

That seems to be the default path C# returns when asking for the ApplicationData special folder path.
Since my experience with Linux is very limited, could you please tell me what the usual location for app data is so that I can fix that?
Geefmijuwgeld Dec 27, 2022 @ 6:07am 
FYI the game is booting as intended for me now! Thanks!
stan Dec 27, 2022 @ 7:01am 
Originally posted by paX ∞:
That seems to be the default path C# returns when asking for the ApplicationData special folder path.
Since my experience with Linux is very limited, could you please tell me what the usual location for app data is so that I can fix that?
$XDG_DATA_HOME/BotsAreStupid
would be a better place in my opinion. Many games and applications are storing their save files etc. in there.
($XDG_DATA_HOME usually translates to /home/username/.local/share or $HOME/.local/share).

There is also $XDG_CONFIG_HOME ($HOME/.config) that is used by many games.

https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
Last edited by stan; Dec 27, 2022 @ 7:12am
< >
Showing 1-14 of 14 comments
Per page: 1530 50