OpenMW 0.24.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
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: OpenMW 0.24.0

Post by Zini »

Due to popular demand we are changing the branch naming scheme from here on. Pull requests that need to go into the upcoming release (important fixes and minimal non-disruptive changes only) should be aimed at the openmw24 branch. Development beyond 0.24.0 continues in the master branch.
User avatar
psi29a
Posts: 5362
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: OpenMW 0.24.0

Post by psi29a »

So all 'bug-fixes' that go into a branch (branch24 here) during RC phase most likely will have to be back-ported to default too right? :)

We'll still tag a release like usual when RC phase is over right?
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: OpenMW 0.24.0

Post by Zini »

Yeah, nothing changed. We just swapped the names.
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: OpenMW 0.24.0

Post by Zini »

RC building time again. Let's get this show on the road.
User avatar
raevol
Posts: 3093
Joined: 07 Aug 2011, 01:12
Location: Caldera

Re: OpenMW 0.24.0

Post by raevol »

Reporting in!

OPENABLE DOORS GUYS!! :D
User avatar
psi29a
Posts: 5362
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: OpenMW 0.24.0

Post by psi29a »

Code: Select all

[ 29%] Building CXX object apps/openmw/CMakeFiles/openmw.dir/__/__/libs/openengine/ogre/renderer.cpp.o
In file included from /usr/include/OGRE/Plugins/CgProgramManager/OgreCgProgramFactory.h:31:0,
                 from /usr/include/OGRE/Plugins/CgProgramManager/OgreCgPlugin.h:32,
                 from /home/bbrick/workspace/OpenMW/openmw/libs/openengine/ogre/renderer.hpp:12,
                 from /home/bbrick/workspace/OpenMW/openmw/libs/openengine/ogre/renderer.cpp:1:
/usr/include/OGRE/Plugins/CgProgramManager/OgreCgPrerequisites.h:32:19: fatal error: Cg/cg.h: No such file or directory
compilation terminated.
make[2]: *** [apps/openmw/CMakeFiles/openmw.dir/__/__/libs/openengine/ogre/renderer.cpp.o] Error 1
make[1]: *** [apps/openmw/CMakeFiles/openmw.dir/all] Error 2
make: *** [all] Error 2
Did this creep back in? Cg should be optional.

RC1 deb builds:
https://dl.dropboxusercontent.com/u/396 ... 1_i386.deb
https://dl.dropboxusercontent.com/u/396 ... _amd64.deb

cheers!

Update:
Failed to play video: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource video/mw_intro.bik in resource group General or any other group. in ResourceGroupManager::openResource at /build/buildd/libogre-static-1.8.1/OgreMain/src/OgreResourceGroupManager.cpp (line 756)
Oddly enough.. the video exists in the:
/opt/morrowind/Data Files/Video
directory... the launcher and openmw know to use the /opt/morrowind/Data Files/ directory. What gives?

Perhaps also linked...
Loading ESM /opt/morrowind/Data Files/Morrowind.esm
ImageButton: can't find textures\tx_menubook_options_idle.dds
ImageButton: can't find textures\tx_menubook_options_idle.dds
ImageButton: can't find textures\tx_menubook_quests_all_idle.dds
ImageButton: can't find textures\tx_menubook_quests_all_idle.dds
ImageButton: can't find textures\tx_menubook_quests_active_idle.dds
ImageButton: can't find textures\tx_menubook_quests_active_idle.dds
ImageButton: can't find textures\tx_menubook_quests_idle.dds
ImageButton: can't find textures\tx_menubook_quests_idle.dds
Sound output: OpenAL
Any ideas about these?

Otherwise... everything else seems normal.
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: OpenMW 0.24.0

Post by Zini »

From what I see here the respective lines in the CMake files haven't changed since February.
User avatar
lgromanowski
Site Admin
Posts: 1193
Joined: 05 Aug 2011, 22:21
Location: Wroclaw, Poland
Contact:

Re: OpenMW 0.24.0

Post by lgromanowski »

BrotherBrick wrote:
Loading ESM /opt/morrowind/Data Files/Morrowind.esm
ImageButton: can't find textures\tx_menubook_options_idle.dds
ImageButton: can't find textures\tx_menubook_options_idle.dds
ImageButton: can't find textures\tx_menubook_quests_all_idle.dds
ImageButton: can't find textures\tx_menubook_quests_all_idle.dds
ImageButton: can't find textures\tx_menubook_quests_active_idle.dds
ImageButton: can't find textures\tx_menubook_quests_active_idle.dds
ImageButton: can't find textures\tx_menubook_quests_idle.dds
ImageButton: can't find textures\tx_menubook_quests_idle.dds
Sound output: OpenAL
Any ideas about these?

Otherwise... everything else seems normal.
As far I remember such errors could appear when you didn't run mwiniimporter.
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: OpenMW 0.24.0

Post by Zini »

That is a possible explanation, though that would mean the bsa aren't dealt with correctly, which should result in tons of other missing researches (unless you have most of these files extracted).
K1ll
Posts: 184
Joined: 06 Aug 2011, 21:54

Re: OpenMW 0.24.0

Post by K1ll »

Well here are the Linux targz package RCs

32 Bit
64 Bit
Post Reply