From: Pascal Stumpf Subject: Re: update games/openmw (but crash, need some help) To: Solene Rapenne Cc: ports@openbsd.org, lraab@openbsd.org Date: Thu, 25 Apr 2024 17:33:03 +0200 On Thu, 25 Apr 2024 17:56:28 +0200, Solene Rapenne wrote: > I got openmw to work with latest version, > but unfortunately I get an error before the in-game menu. > > I share the diff so people could try if it works with > their hardware, and potentially figure a fix =D > > > the crash logs looks like this, I tried to add egdb in $PATH > with the name gdb, but it didn't help much to get a trace: > This is the diff I sent to lraab@ some time ago, working from his update. This fixes the crash you are likely seeing, although enabling shadows will still cause the game to coredump. (the settings-default.cfg patch is the important bit) Index: Makefile =================================================================== RCS file: /home/cvs/ports/games/openmw/Makefile,v diff -u -p -r1.31 Makefile --- Makefile 26 Sep 2023 17:58:07 -0000 1.31 +++ Makefile 30 Mar 2024 13:46:53 -0000 @@ -2,7 +2,7 @@ ONLY_FOR_ARCHS = amd64 i386 COMMENT = open source implementation of TES III: Morrowind -V = 0.47.0 +V = 0.48.0 GH_ACCOUNT = OpenMW GH_PROJECT = openmw GH_TAGNAME = openmw-$V @@ -21,29 +21,38 @@ MAINTAINER = Pascal Stumpf