Crash on pressing F3 (Linux, Manjaro, 0.48.0RC2)

Support for running, installing or compiling OpenMW

Before you submit a bug report for the first time, please read: Bug reporting guidelines
Post Reply
User avatar
Tomash
Posts: 5
Joined: 10 Nov 2022, 14:56

Crash on pressing F3 (Linux, Manjaro, 0.48.0RC2)

Post by Tomash »

Hi,

first post here, thank you for OpenMW, it's an awesome project.

I have a hard game crash when pressing F3 to see framerate. Manjaro, OpenMW 0.48 RC2, binary downloaded from website. Everything else works fine.
Pressing F3 works properly in 0.47 that I have alongside, installed from official Manjaro/Arch repositories.

Attaching crash log.
Attachments
openmw-crash.log
(28.17 KiB) Downloaded 43 times
User avatar
Tomash
Posts: 5
Joined: 10 Nov 2022, 14:56

Re: Crash on pressing F3 (Linux, Manjaro, 0.48.0RC2)

Post by Tomash »

Just tried with 0.48 RC4 and same thing. Suspecting some library misbehaving.
LoneWolf
Posts: 138
Joined: 26 Sep 2017, 19:13

Re: Crash on pressing F3 (Linux, Manjaro, 0.48.0RC2)

Post by LoneWolf »

crash log shows references to 2 different versions of openscengraph :

Code: Select all

0x00007f535b075ae0  0x00007f535b120796  Yes (*)     ./lib/libosgDB.so.162
0x00007f535aeb6870  0x00007f535afa1418  Yes (*)     ./lib/libosgUtil.so.162
0x00007f535abcd560  0x00007f535ad53fce  Yes (*)     ./lib/libosg.so.162

0x00007f532db53020  0x00007f532dc06d13  Yes (*)     /usr/lib/libosgDB.so.161
0x00007f5309590020  0x00007f5309780a70  Yes (*)     /usr/lib/libosg.so.161
0x00007f5309382020  0x00007f530947f150  Yes (*)     /usr/lib/libosgUtil.so.161
The .162 is from 0.48, while the .161 is probably from the openscenegraph version used with 0.47 manjaro / arch openmw package.

Try removing the older version for testing purposes.
User avatar
Tomash
Posts: 5
Joined: 10 Nov 2022, 14:56

Re: Crash on pressing F3 (Linux, Manjaro, 0.48.0RC2)

Post by Tomash »

LoneWolf wrote: 10 Nov 2022, 20:48 crash log shows references to 2 different versions of openscengraph :
(...)
Try removing the older version for testing purposes.
Good find. Uninstalling repository-provided OpenMW 0.47 and openscenegraph packages fixed the issue. Thank you!
Post Reply