HGL
fascinating-indigo

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:
I finally had a solution ! It works thx to the person who helped me here : https://discord.com/channels/812703221789097985/1411789377935245434...
Jump to solution
23 Replies
HeroicBot
HeroicBot4mo ago
To help you, we need a game log. Please see the following images on how to get it.
From An unknown user
From An unknown user
From An unknown user
From An unknown user
From An unknown user
From An unknown user
fascinating-indigo
fascinating-indigoOP4mo 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
equal-aqua
equal-aqua4mo 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
fascinating-indigo
fascinating-indigoOP4mo 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
like-gold
like-gold4mo ago
something is wrong with umu, maybe try deleting this folder /home/nath/.config/heroic/tools/runtimes/umu/ and heroic should download it again
CommandMC
CommandMC4mo ago
Umu requires Python 3.10, you're on 3.9 right now
fascinating-indigo
fascinating-indigoOP4mo 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
CommandMC
CommandMC4mo ago
What's the output of which python?
fascinating-indigo
fascinating-indigoOP3mo 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
fascinating-indigo
fascinating-indigo3mo ago
I finally had a solution ! It works thx to the person who helped me here : https://discord.com/channels/812703221789097985/1411789377935245434
CommandMC
CommandMC3mo ago
Well, disabling umu because your python setup is misconfigured isn't exactly a solution
plain-purple
plain-purple3mo ago
How to configure python? I dont remember doing anything extra for it, i use endevaour too
CommandMC
CommandMC3mo ago
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 properly
plain-purple
plain-purple3mo ago
Lol, wtf
CommandMC
CommandMC3mo ago
That would be an adequate assessment of the situation, yes
fascinating-indigo
fascinating-indigoOP3mo 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 ?
fascinating-indigo
fascinating-indigoOP3mo 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
CommandMC
CommandMC3mo ago
- What's the output of python -m site? - What's the output of namei /usr/bin/python?
fascinating-indigo
fascinating-indigoOP3mo 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 ~]$
CommandMC
CommandMC3mo ago
That looks normal enough What does /usr/bin/env python3 --version say?
fascinating-indigo
fascinating-indigoOP3mo ago
[nath@nath-b550gamingxv2 ~]$ /usr/bin/env python3 --version Python 3.9.22 [nath@nath-b550gamingxv2 ~]$
CommandMC
CommandMC3mo ago
Yeah this is very weird What's your PATH environment variable set to (env | grep \^PATH=)?
fascinating-indigo
fascinating-indigoOP3mo 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...

Did you find this page helpful?