OpenMW 0.48.0

Anything related to PR, release planning and any other non-technical idea how to move the project forward should be discussed here.
Post Reply
tcotys
Posts: 14
Joined: 17 Aug 2022, 14:35
Gitlab profile: https://gitlab.com/tcotys

Re: OpenMW 0.48.0

Post by tcotys »

The macOS build does not launch on macOS 10.15 (which does for the artifacts).
I'm unable to update to to my old hardware...
User avatar
psi29a
Posts: 5357
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: OpenMW 0.48.0

Post by psi29a »

tcotys wrote: 17 Aug 2022, 14:39 The macOS build does not launch on macOS 10.15 (which does for the artifacts).
I'm unable to update to to my old hardware...
Any kind of error? I might have a trick up my sleeve but needs to wait for tomorrow.
tcotys
Posts: 14
Joined: 17 Aug 2022, 14:35
Gitlab profile: https://gitlab.com/tcotys

Re: OpenMW 0.48.0

Post by tcotys »

There is nothing specific:

Code: Select all

You can't use this version of the application "OpenMW.app" with this version of macOS.
You've got macOS 10.15.7. The application requires macOS 12.0 or later.
Launch error
Launch error
User avatar
psi29a
Posts: 5357
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: OpenMW 0.48.0

Post by psi29a »

tcotys
Posts: 14
Joined: 17 Aug 2022, 14:35
Gitlab profile: https://gitlab.com/tcotys

Re: OpenMW 0.48.0

Post by tcotys »

Thanks, but it doesn't work either (crash on launch this time).

I've tried to launch it with gdb, even if it can't read symbols, it seems that there is a linking error:

Code: Select all

gdb ./openmw-launcher 
GNU gdb (GDB) 12.1
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin19.6.0".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./openmw-launcher...

warning: Could not open OSO archive file "/Users/bret/Workspace/private/openmw/cmake-build-relwithdebinfo/apps/launcher/../../components/libcomponents.a"

warning: Could not open OSO archive file "/Users/bret/Workspace/private/openmw/cmake-build-relwithdebinfo/apps/launcher/../../components/libcomponents_qt.a"

warning: `/Users/bret/Workspace/private/openmw/cmake-build-relwithdebinfo/apps/launcher/CMakeFiles/openmw-launcher.dir/advancedpage.cpp.o': can't open to read symbols: No such file or directory.

warning: `/Users/bret/Workspace/private/openmw/cmake-build-relwithdebinfo/apps/launcher/CMakeFiles/openmw-launcher.dir/datafilespage.cpp.o': can't open to read symbols: No such file or directory.

warning: `/Users/bret/Workspace/private/openmw/cmake-build-relwithdebinfo/apps/launcher/CMakeFiles/openmw-launcher.dir/graphicspage.cpp.o': can't open to read symbols: No such file or directory.

warning: `/Users/bret/Workspace/private/openmw/cmake-build-relwithdebinfo/apps/launcher/CMakeFiles/openmw-launcher.dir/main.cpp.o': can't open to read symbols: No such file or directory.

warning: `/Users/bret/Workspace/private/openmw/cmake-build-relwithdebinfo/apps/launcher/CMakeFiles/openmw-launcher.dir/maindialog.cpp.o': can't open to read symbols: No such file or directory.

warning: `/Users/bret/Workspace/private/openmw/cmake-build-relwithdebinfo/apps/launcher/CMakeFiles/openmw-launcher.dir/openmw-launcher_autogen/mocs_compilation.cpp.o': can't open to read symbols: No such file or directory.

warning: `/Users/bret/Workspace/private/openmw/cmake-build-relwithdebinfo/apps/launcher/CMakeFiles/openmw-launcher.dir/playpage.cpp.o': can't open to read symbols: No such file or directory.

warning: `/Users/bret/Workspace/private/openmw/cmake-build-relwithdebinfo/apps/launcher/CMakeFiles/openmw-launcher.dir/qrc_launcher.cpp.o': can't open to read symbols: No such file or directory.

warning: `/Users/bret/Workspace/private/openmw/cmake-build-relwithdebinfo/apps/launcher/CMakeFiles/openmw-launcher.dir/sdlinit.cpp.o': can't open to read symbols: No such file or directory.

warning: `/Users/bret/Workspace/private/openmw/cmake-build-relwithdebinfo/apps/launcher/CMakeFiles/openmw-launcher.dir/settingspage.cpp.o': can't open to read symbols: No such file or directory.

warning: `/Users/bret/Workspace/private/openmw/cmake-build-relwithdebinfo/apps/launcher/CMakeFiles/openmw-launcher.dir/textslotmsgbox.cpp.o': can't open to read symbols: No such file or directory.

warning: `/Users/bret/Workspace/private/openmw/cmake-build-relwithdebinfo/apps/launcher/CMakeFiles/openmw-launcher.dir/utils/cellnameloader.cpp.o': can't open to read symbols: No such file or directory.

warning: `/Users/bret/Workspace/private/openmw/cmake-build-relwithdebinfo/apps/launcher/CMakeFiles/openmw-launcher.dir/utils/lineedit.cpp.o': can't open to read symbols: No such file or directory.

warning: `/Users/bret/Workspace/private/openmw/cmake-build-relwithdebinfo/apps/launcher/CMakeFiles/openmw-launcher.dir/utils/openalutil.cpp.o': can't open to read symbols: No such file or directory.

warning: `/Users/bret/Workspace/private/openmw/cmake-build-relwithdebinfo/apps/launcher/CMakeFiles/openmw-launcher.dir/utils/profilescombobox.cpp.o': can't open to read symbols: No such file or directory.

warning: `/Users/bret/Workspace/private/openmw/cmake-build-relwithdebinfo/apps/launcher/CMakeFiles/openmw-launcher.dir/utils/textinputdialog.cpp.o': can't open to read symbols: No such file or directory.
(No debugging symbols found in ./openmw-launcher)
(gdb) exit
User avatar
Ace (SWE)
Posts: 887
Joined: 15 Aug 2011, 14:56

Re: OpenMW 0.48.0

Post by Ace (SWE) »

Windows RC1 build;

https://openmw.rgw.ctrl-c.liu.se/Releas ... -win64.exe (and symbols for those that want them)
User avatar
psi29a
Posts: 5357
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: OpenMW 0.48.0

Post by psi29a »

You're just debugging the the launcher, not openmw itself. Try doing gdb of openmw?

The only thing I did was build it with one extra setting, target 10.15 which is what we use on the daily.
tcotys
Posts: 14
Joined: 17 Aug 2022, 14:35
Gitlab profile: https://gitlab.com/tcotys

Re: OpenMW 0.48.0

Post by tcotys »

Sorry for my misunderstanding :S

Launching "/Volumes/OpenMW-0.48.0-Darwin/OpenMW.app/Contents/MacOS/openmw" works! Thanks.
It is just that the bundle app launches the openmw-launcher, I think that's what confuses me.

BTW, the collada support for the example-suite is still missing... maybe for a later release...
User avatar
psi29a
Posts: 5357
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: OpenMW 0.48.0

Post by psi29a »

Known issue, working on it. :)
K1ll
Posts: 184
Joined: 06 Aug 2011, 21:54

Re: OpenMW 0.48.0

Post by K1ll »

Linux generic targz package RC1:

64 Bit
Post Reply