Games doesn't launch with proton or ge-proton

When i try to launch any game with Proton or GE-Proton the logs give me this error:

lutris-wrapper: Dark Souls II Scholar of the First Sin
Started initial process 12820 from /home/trive/.local/bin/umu-run /home/trive/Games/Games/Dark Souls II Scholar of the First Sin/Game/DarkSoulsII.exe
Start monitoring process.
/home/trive/.local/bin/umu-run: line 2: /usr/share/umu/umu_run.py: No such file or directory
Monitored process exited.
Initial process has exited (return code: 32512)
All processes have quit
Exit with return code 32512

i tried to fix reinstalling proton or reinstalling umu but anything fixed. In steam the games works well. With wine-ge the game work just fine.

GPU: rx 6650 xt
CPU: ryzen 5 5600
16 GB ram ddr4 3200Mhz
OS: Fedora 40
Kernel: 6.9.9-200.fc40.x86_64

You might want to repeat the steps for installing the ULWGL Proton wrapper code. The above is expecting /usr/share/umu/umu_run.py which isn’t present.
Not sure where you got it from, but mine is from GitHub directly, and just a simple case of

./configure.sh --prefix=/usr
make
sudo make install

Edit: I noticed the make install step fails the second time as usr/local/bin/umu-run already exists (notice the lack of the starting /, meaning the one in your source, not the one in /usr/local/bin,) so you have to purge that manually before the install will run again.