HGL
rival-black
Can't play with friends on fall guys
I enabled the EOS overlay and selet the epicgameservices.exe file into the wineconfig button, but when I open the menu to invite some friends, my game crash, or nothing happen, without the epic menu.
Also, in the heroic launcher, I'm not able to use "latest proton GE", otherwise the game simply won't launch... So I can't launch the game without wine-ge-proton8-26.
But this problem isn't only for fall guys, it's for all my games into the heroic launcher.
Can someone help me please ? I use endeavourOS and the appimage for the heroic launcher
And sorry for my bad english
Solution:Jump to solution
I finally had a solution !
It works thx to the person who helped me here :
https://discord.com/channels/812703221789097985/1411789377935245434...
23 Replies
To help you, we need a game log. Please see the following images on how to get it.






rival-blackOP•4w ago
okay, now the game can't even launch itself, I tried to repair it but it didn't work
https://0x0.st/8CS4.log
correct-apricot•4w ago
Heroic is out of date, Wine is out of date (and you acknowledged this), don't set an alternative exe
redo it with the latest GE-Proton and provide a log of it failing
after updating everything as well
rival-blackOP•4w ago
shit, I missclicked... Idk how to disable this
I will try
So I updated my heroic launcher, I tried with the latest proton ge version, and delete the alternative exe, but it's juste the same...
at least it seems
https://0x0.st/8CeE.log
foreign-sapphire•4w ago
something is wrong with umu, maybe try deleting this folder
/home/nath/.config/heroic/tools/runtimes/umu/
and heroic should download it againUmu requires Python 3.10, you're on 3.9 right now
rival-blackOP•4w ago
I recently updated my whole system with 'sudo pacman -Syu', and Pyhton didn't updated... What should I do to update python ?
I already have python 3.10, take a look :
[nath@nath-b550gamingxv2 ~]$ sudo pacman -S python
avertissement : python-3.13.5-1 est à jour -- réinstallation
résolution des dépendances…
recherche des conflits entre paquets…
Paquet (1) Ancienne version Nouvelle version Changement net
core/python 3.13.5-1 3.13.5-1 0,00 MiB
Taille totale installée : 67,53 MiB
Taille de mise à jour nette : 0,00 MiB
:: Procéder à l’installation ? [O/n]
Sorry it's in french
I did it, no differences...
https://0x0.st/8Cdt.log
What's the output of
which python
?rival-blackOP•3w ago
[nath@nath-b550gamingxv2 ~]$ which python
/usr/bin/python
[nath@nath-b550gamingxv2 ~]$
It seems nobody knows what I should do...
Thx for your interest about this problem, at least 🫶
Solution
rival-black•2w ago
I finally had a solution !
It works thx to the person who helped me here :
https://discord.com/channels/812703221789097985/1411789377935245434
Well, disabling umu because your python setup is misconfigured isn't exactly a solution
correct-apricot•2w ago
How to configure python?
I dont remember doing anything extra for it, i use endevaour too
If you read through this thread, you can see that they have the latest version of Python installed, yet their
python3
executable is still on Python 3.9
I honestly don't know how they've managed this (likely messed with alternative ways of installing Python that broke the system install), but Python 3.10 is required for umu, and in turn Heroic, to work properlycorrect-apricot•2w ago
Lol, wtf
That would be an adequate assessment of the situation, yes
rival-blackOP•7d ago
I previously tried to install bcml (a zelda botw mod manager) for cemu, it's working on python
Do you know how I can solve this issue ?
rival-blackOP•7d ago
here the link of the mod manager :
https://gamebanana.com/tools/6624
GameBanana
BCML: BOTW Cross-Platform Mod Loader Modding Tool for The Legend of...
A mod merger and manager for BOTW... A The Legend of Zelda: Breath of the Wild (WiiU) (BOTW) Modding Tool in the Other/Misc category, submitted by NiceneNerd
- What's the output of
python -m site
?
- What's the output of namei /usr/bin/python
?rival-blackOP•7d ago
Here's both outputs :
[nath@nath-b550gamingxv2 ~]$ python -m site
sys.path = [
'/home/nath',
'/usr/lib/python313.zip',
'/usr/lib/python3.13',
'/usr/lib/python3.13/lib-dynload',
'/usr/lib/python3.13/site-packages',
]
USER_BASE: '/home/nath/.local' (exists)
USER_SITE: '/home/nath/.local/lib/python3.13/site-packages' (doesn't exist)
ENABLE_USER_SITE: True
[nath@nath-b550gamingxv2 ~]$ namei /usr/bin/python
f: /usr/bin/python
d /
d usr
d bin
l python -> python3
l python3 -> python3.13
- python3.13
[nath@nath-b550gamingxv2 ~]$
That looks normal enough
What does
/usr/bin/env python3 --version
say?rival-blackOP•6d ago
[nath@nath-b550gamingxv2 ~]$ /usr/bin/env python3 --version
Python 3.9.22
[nath@nath-b550gamingxv2 ~]$
Yeah this is very weird
What's your
PATH
environment variable set to (env | grep \^PATH=
)?rival-blackOP•6d ago
Here it is :
[nath@nath-b550gamingxv2 ~]$ env | grep ^PATH=
PATH=/usr/local/bin:/usr/bin:/usr/local/sbin:/var/lib/flatpak/exports/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/opt/rocm/bin
[nath@nath-b550gamingxv2 ~]$
Btw, sorry for my very long respond time...