OpenMW 0.33.0

Anything related to PR, release planning and any other non-technical idea how to move the project forward should be discussed here.
User avatar
Gramblosh
Posts: 69
Joined: 30 Sep 2014, 20:15
Location: Germany
Contact:

Re: OpenMW 0.33.0

Post by Gramblosh »

Ace (SWE) wrote:There we go, finally managed to get up a set of new builds.
Gave em (x64) a quick try during lunchbreak and works well so far.
User avatar
psi29a
Posts: 5362
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: OpenMW 0.33.0

Post by psi29a »

RC2 Ubuntu Trusty x64:
https://dl.dropboxusercontent.com/u/396 ... 64.tar.bz2

Would be nice to fix those two clang issue I posted two posts ago.
User avatar
Mistahtokyo
Posts: 139
Joined: 07 Sep 2013, 18:31

Re: OpenMW 0.33.0

Post by Mistahtokyo »

Ace (SWE) wrote:There we go, finally managed to get up a set of new builds.
No noticeable issues on the 64 bit build, thanks!
K1ll
Posts: 184
Joined: 06 Aug 2011, 21:54

Re: OpenMW 0.33.0

Post by K1ll »

OpenMW 0.33.0 RC2 Linux targz packages:

32 Bit
64 Bit

Libjpeg 8 is now shipped in the package.
User avatar
asmo
Posts: 229
Joined: 18 Sep 2014, 21:20

Re: OpenMW 0.33.0

Post by asmo »

Sorry for bothering again... I'm still having problems.
Should it be enough to have the libs within the openmw-0.33.0-Linux-64BitRC2/lib folder?

Code: Select all

$ ./omwlauncher
./omwlauncher.x86_64: error while loading shared libraries: libgomp.so.1: cannot open shared object file: No such file or directory
$ ./openmw
./openmw.x86_64: error while loading shared libraries: libgomp.so.1: cannot open shared object file: No such file or directory
libgomp is the gnu OpenMP implementation (part of gcc package). Is that a new dependency?
Just asking because I was able to build the dev-version 144f6ca79a without it.
User avatar
raevol
Posts: 3093
Joined: 07 Aug 2011, 01:12
Location: Caldera

Re: OpenMW 0.33.0

Post by raevol »

Changelog draft: https://gist.github.com/mickeylyle/12eafddb03ca11e488cb

As always, changes/corrections are much appreciated, especially with the OpenCS stuff, as some of that is completely foreign to me.

We're getting really close! Does anyone have the Calm effect on their todo list? Qorwynn is on my todo list if you know what I mean...
User avatar
psi29a
Posts: 5362
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: OpenMW 0.33.0

Post by psi29a »

I'm going to be in Germany for the weekend, so no releases from me until at least Monday.

Besides, you should _never_ release on a Friday. It totally ruins the weekend. ;)
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: OpenMW 0.33.0

Post by Zini »

Oops. There is a problem. Two features that did not make it into the release:

* https://bugs.openmw.org/issues/1310
* https://bugs.openmw.org/issues/854

Will adjust the readme file in a bit.

Otherwise, looking good.
User avatar
cc9cii
Posts: 523
Joined: 28 Mar 2013, 04:01

Re: OpenMW 0.33.0

Post by cc9cii »

Oops, sorry, my bad. Forgot to update the bug tracker properly.

Actually the implementation was there but not the user interface. (i.e. possible to set by editing opencs.ini) Not sure if they survived the cleanup by Zini, however.
K1ll
Posts: 184
Joined: 06 Aug 2011, 21:54

Re: OpenMW 0.33.0

Post by K1ll »

asmo wrote:Sorry for bothering again... I'm still having problems.
No problem. It's nice that you test the package and give feedback.
asmo wrote: Should it be enough to have the libs within the openmw-0.33.0-Linux-64BitRC2/lib folder?
Yes and no. Some things are expected to be installed like X11 or Qt. I probably should make a readme for the package itself that explains this.
asmo wrote:

Code: Select all

$ ./omwlauncher
./omwlauncher.x86_64: error while loading shared libraries: libgomp.so.1: cannot open shared object file: No such file or directory
$ ./openmw
./openmw.x86_64: error while loading shared libraries: libgomp.so.1: cannot open shared object file: No such file or directory
libgomp is the gnu OpenMP implementation (part of gcc package). Is that a new dependency?
Just asking because I was able to build the dev-version 144f6ca79a without it.
No it's not, but the libs i ship with the package are build with it and thus depend on it.

Could you please run

Code: Select all

export LD_LIBRARY_PATH="./lib"
LANG=C ldd ./lib/* | grep "not found"
in the openmw-0.33.0-Linux-64BitRC2 folder and make a new post with the output attached. Then i would see which libraries are missing for you.
Post Reply