Search found 172 matches

by Naugrim
03 May 2022, 23:17
Forum: Support
Topic: Game stuck when clicking on any main menu option
Replies: 9
Views: 1803

Re: Game stuck when clicking on any main menu option

maybe there's some stuff leftover from an earlier build. Have you tried building in a fresh empty folder ? I precisely maintain this scripts to avoid leftovers. I run the game directly from the build dir, and I totally delete and regenerate cmake on every build. On the brigth side :) ... at least t...
by Naugrim
03 May 2022, 21:50
Forum: Support
Topic: Game stuck when clicking on any main menu option
Replies: 9
Views: 1803

Re: Game stuck when clicking on any main menu option

The build() function I mentioned in BR #6631 refers to a PKGBUILD. Those are very common on distros that use the archlinux project pacman , which includes manajaro . See https://aur.archlinux.org/packages/openmw-git for an example, https://wiki.archlinux.org/title/PKGBUILD for general info . Thanks...
by Naugrim
01 May 2022, 20:41
Forum: Support
Topic: Game stuck when clicking on any main menu option
Replies: 9
Views: 1803

Re: Game stuck when clicking on any main menu option

Where does your 0.47 stable version come from ? Normal Manjaro package, it depends on ffmpeg4.4 and I guess it uses it. >>> pacman -Qi openmw Name : openmw Version : 0.47.0-4 Description : Open-source engine reimplementation for the role-playing game Morrowind Architecture : x86_64 URL : http://www...
by Naugrim
28 Apr 2022, 18:55
Forum: Support
Topic: Game stuck when clicking on any main menu option
Replies: 9
Views: 1803

Re: Game stuck when clicking on any main menu option

Thanks, that seems to be the issue, but the only workarround that works is removing Sound dir, so I guess it's time to wait.
by Naugrim
26 Apr 2022, 22:56
Forum: Support
Topic: Game stuck when clicking on any main menu option
Replies: 9
Views: 1803

Game stuck when clicking on any main menu option

I've been testing features for years with a custom build on Manjaro and now the game gets stuck when clicking on any menu option. The console seems normal, only shows "[23:48:39.182 I] Playing music/special/morrowind title.mp3", and I have to alt-tab and kill the process. In my build I bui...
by Naugrim
03 Dec 2021, 23:38
Forum: Support
Topic: [solved] GPU not fully used (desktop, Ryzen 3700X, Radeon 5700XT)
Replies: 3
Views: 1286

Re: GPU not fully used (desktop, Ryzen 3700X, Radeon 5700XT)

I suspect here that you're seeing 20% not from a CPU, but rather 20% across all cores, meaning that it is likely that there is one thread (the draw call) using 100% of 1 core. That's just the painful limitation of OpenGL having to serialise data to the GPU and how awful the original assets are. Mod...
by Naugrim
01 Dec 2021, 00:22
Forum: Support
Topic: [solved] GPU not fully used (desktop, Ryzen 3700X, Radeon 5700XT)
Replies: 3
Views: 1286

[solved] GPU not fully used (desktop, Ryzen 3700X, Radeon 5700XT)

This is more curiosity than an actual issue, but I'd like to get stable >120 with some distant of 3 at least. Kernel: 5.14.18-1-MANJARO CPU: Ryzen 3700X GPU: Radeon 5700XT FPS limited at 144. I run some metrics with mangohud (see attachment, left axis fps, right axis cpu/gpu %) just running in circl...
by Naugrim
29 Nov 2021, 10:18
Forum: Support
Topic: Unable to compile against OpenMW/osg fork in non system folder (manjaro)
Replies: 5
Views: 1301

Re: Unable to compile against OpenMW/osg fork in non system folder (manjaro)

EDIT: I finally found something that points to the source of the download https://gitlab.com/OpenMW/openmw/-/blob/master/extern/CMakeLists.txt#L150-156. But I the md5 does not match the tags, and the comment mentioning 23 Jan 2021 make me think it's using and outdated code. I could make it compile ...
by Naugrim
28 Nov 2021, 23:36
Forum: Support
Topic: Unable to compile against OpenMW/osg fork in non system folder (manjaro)
Replies: 5
Views: 1301

Re: Unable to compile against OpenMW/osg fork in non system folder (manjaro)

I already explored that, the issue as mentioned is that no matter how I defined the OPENSCENEGRAPH_* properties cmake doesn't seem to be able to validate them and always fails. To rewordit in a simple way, let's say it complains about X,Y,Z missing, if I set X, it still complains about it not being ...
by Naugrim
27 Nov 2021, 16:31
Forum: Support
Topic: Unable to compile against OpenMW/osg fork in non system folder (manjaro)
Replies: 5
Views: 1301

Re: Unable to compile against OpenMW/osg fork in non system folder (manjaro)

You don't seem to be aware of those settings (or where you can find info about them) Right on point! That's why I am thankfull of any help. Other than the error messages I get I have been looking into `CMakeLists.txt` and the generated makefiles without much success. I use script below which is fin...