Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime Platform missing or download incomplete (umu related issue) #106

Closed
goluboch opened this issue Oct 19, 2024 · 9 comments
Closed

Comments

@goluboch
Copy link

Tried installing with this script three times, osu-wine errors out even after relaunching the terminal. Only thing I've changed during the install is osu's game path.

/m/s/r/osu-winello>./osu-wine
ERROR: _v2-entry-point (umu) cannot be found in '/home/golub/.local/share/umu'
Runtime Platform missing or download incomplete
Traceback (most recent call last):
  File "/home/golub/.local/share/osuconfig/proton-osu/umu-run/__main__.py", line 14, in <module>
    sys.exit(main())
             ^^^^^^
  File "/home/golub/.local/share/osuconfig/proton-osu/umu-run/__main__.py", line 9, in main
    return umu_run()
           ^^^^^^^^^
  File "/home/golub/.local/share/osuconfig/proton-osu/umu-run/umu/umu_run.py", line 844, in main
    command: tuple[Path | str, ...] = build_command(env, UMU_LOCAL, opts)
                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/golub/.local/share/osuconfig/proton-osu/umu-run/umu/umu_run.py", line 368, in build_command
    raise FileNotFoundError(err)
FileNotFoundError: _v2-entry-point (umu) cannot be found in '/home/golub/.local/share/umu'
Runtime Platform missing or download incomplete
@whrvt
Copy link
Collaborator

whrvt commented Oct 20, 2024

Can you try changing this line in your ~/.local/bin/osu-wine to =1?

@goluboch
Copy link
Author

Can you try changing this line in your ~/.local/bin/osu-wine to =1?

Outputs the same error.

The _v2-entry-point is in ~/.local/share/umu though, despite the error saying it's not.

@whrvt
Copy link
Collaborator

whrvt commented Oct 20, 2024

The bundled umu-run is a bit outdated, can you try replacing your /home/golub/.local/share/osuconfig/proton-osu/umu-run file with the latest version from here?
https://github.com/Open-Wine-Components/umu-launcher/actions/runs/11421625495

@goluboch
Copy link
Author

The bundled umu-run is a bit outdated, can you try replacing your /home/golub/.local/share/osuconfig/proton-osu/umu-run file with the latest version from here? https://github.com/Open-Wine-Components/umu-launcher/actions/runs/11421625495

That outputs the same error again, but now providing info about umu-launcher's version and stating that steamrt is up to date.

@whrvt
Copy link
Collaborator

whrvt commented Oct 20, 2024

Can you send the log from UMU_LOG=debug osu-wine?

@goluboch
Copy link
Author

Can you send the log from UMU_LOG=debug osu-wine?

umulog.log

@whrvt
Copy link
Collaborator

whrvt commented Oct 20, 2024

Thanks. Although nothing really stands out in the log, have you tried completely removing the ~/.local/share/umu yet? It could be corrupted in some way.

@goluboch
Copy link
Author

Thanks. Although nothing really stands out in the log, have you tried completely removing the ~/.local/share/umu yet? It could be corrupted in some way.

Thank you, that fixed the issue! Seems like the install was somehow corrupt, sorry. osu runs fine. However, it's still weird how it didn't redownload the folder when I reinstalled the game.

@whrvt
Copy link
Collaborator

whrvt commented Oct 20, 2024

Glad that fixed it for you. I just noticed that the issue is already being worked on in umu-launcher, so I'll just leave these here for reference:
Open-Wine-Components/umu-launcher#217
Open-Wine-Components/umu-launcher#215

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants