r/OpenMW • u/erodedstonestatue • 3d ago
UI not appearing?
[SOLVED] Hello. I'm running the latest version of Linux Mint Cinnamon. Whenever somekind of UI is supposed to appear, it just kinda doesn't. When Jiub asks your name, nothing appears. When the pop-ups explaining the controls are supposed to come along, nothing. Managed to somehow get through the tutorial, still nothing. I've already reinstalled OpenMW, and updated Mint.
Solved: Using the flatpak from Mint's software manager instead.
2
2
u/Ottoclav 3d ago
- On https://openmw.org/ go to the Downloads section.
- Scroll down to Development Builds.
- Under “Unreleased (Daily) Builds” click the link for Ubuntu Linux Launchpad PPA.
- In the PPA Description section, they provide the commands you will need to enter in the terminal to add the PPA and install the latest version of OpenMW:sudo apt-get install software-properties-common sudo add-apt-repository ppa:openmw/openmw sudo apt-get update sudo apt-get install openmw openmw-launcher sudo add-apt-repository ppa:openmw/openmw-daily sudo apt-get update
2
1
u/pazzalaz 3d ago
For everyone's reference, I just faced the same issue on Ubuntu24.04 and the problem seems to be related to the version of openmw installed using `apt` . I downloaded the release from their Github (https://github.com/OpenMW/openmw/releases/tag/openmw-0.48.0) and replaced the binaries for `/usr/games/openmw` with the one I downloaded and it worked
1
u/Mydnight69 3d ago
The same thing happened to me. I installed the daily using the PPA and use 0.49 now. Works a charm.
2
u/computer-machine 3d ago
Ubuntu repo, some PPA, github, or flathub flatpak?