OpenMW 0.40.0

Anything related to PR, release planning and any other non-technical idea how to move the project forward should be discussed here.
Locked
robcbwilson
Posts: 39
Joined: 04 Dec 2014, 14:15

Re: OpenMW 0.40.0

Post by robcbwilson »

I had a quick run around using 0.40 Windows 64 bit and it worked fine (went to Balmora and Vivec had a look about).
Last edited by robcbwilson on 29 Aug 2016, 21:20, edited 1 time in total.
Allofich
Posts: 104
Joined: 28 May 2016, 12:50

Re: OpenMW 0.40.0

Post by Allofich »

Raevol, you have a spelling mistake in the changelog there.

foritified should be fortified
User avatar
raevol
Posts: 3093
Joined: 07 Aug 2011, 01:12
Location: Caldera

Re: OpenMW 0.40.0

Post by raevol »

Allofich wrote: foritified should be fortified
lolllllllllllllllllllllllll thanks! :oops: https://gist.github.com/mickeylyle/602e ... /revisions
User avatar
MrAnonGuy
Posts: 42
Joined: 26 Aug 2016, 01:21

Re: OpenMW 0.40.0

Post by MrAnonGuy »

scrawl wrote:Seems like the build you are using is missing the png/jpeg image plugin libraries.
It was the Linux_x64 build that was released here. If the build left those out, might want to redo, eh?
User avatar
raevol
Posts: 3093
Joined: 07 Aug 2011, 01:12
Location: Caldera

Re: OpenMW 0.40.0

Post by raevol »

MrAnonGuy wrote:It was the Linux_x64 build that was released here. If the build left those out, might want to redo, eh?
Thank you so much for testing!!

@K1ll can you confirm this?
User avatar
scrawl
Posts: 2152
Joined: 18 Feb 2012, 11:51

Re: OpenMW 0.40.0

Post by scrawl »

raevol wrote:
MrAnonGuy wrote:It was the Linux_x64 build that was released here. If the build left those out, might want to redo, eh?
Thank you so much for testing!!

@K1ll can you confirm this?
I can see that the osgdb_png plugin is in there... however, the libpng library is not. @MrAnonGuy: as a temporary workaround, try installing libpng through your package manager. But this might not work if your package manager does not have the correct version of libpng that the build uses.
Last edited by scrawl on 29 Aug 2016, 22:01, edited 1 time in total.
Tels
Posts: 21
Joined: 01 Jul 2016, 18:03
Contact:

Re: OpenMW 0.40.0

Post by Tels »

Tested 0.40 64 bit build on linux very briefly, loaded a savegame, fought a dude, died, so seems to work.

Only problem was during install: There was some sort of conflict between the already installed libopenscenegraph (only used by openmw) and the one the new openmw wanted. This was sorted out by first removing the old OSG lib (which also caused openmw to be removed), and then re-installing openmw.

So, congratulations on the release! :)
User avatar
MrAnonGuy
Posts: 42
Joined: 26 Aug 2016, 01:21

Re: OpenMW 0.40.0

Post by MrAnonGuy »

scrawl wrote:I can see that the osgdb_png plugin is in there... however, the libpng library is not. @MrAnonGuy: as a temporary workaround, try installing libpng through your package manager. But this might not work if your package manager does not have the correct version of libpng that the build uses.
OK, checked just make sure and yes, they are both already installed. This is my devel machine, and I had already compiled V0.39 on this box. I really need to go ahead and compile from source. All the necessary deps should be on here.
User avatar
scrawl
Posts: 2152
Joined: 18 Feb 2012, 11:51

Re: OpenMW 0.40.0

Post by scrawl »

Then you don't have the right libpng version probably. The build is linked against libpng12.so.0:

Code: Select all

openmw-0.40.0-Linux-64Bit/lib/osgPlugins-3.4.0$ ldd osgdb_png.so | grep libpng	
libpng12.so.0 => /lib/x86_64-linux-gnu/libpng12.so.0 (0x00007f6252edd000)
User avatar
MrAnonGuy
Posts: 42
Joined: 26 Aug 2016, 01:21

Re: OpenMW 0.40.0

Post by MrAnonGuy »

Yep! 8-)

Code: Select all

osgPlugins-3.4.0]$ ldd osgdb_png.so | grep libpng 
	libpng16.so.16 => /lib64/libpng16.so.16 (0x00007f583bfcd000)
Any reason for the build to be linked against that old libpng?

Update: All is well after compile from source. My thumbnails are back on the load screen and the water anomalies have gone away. More turbulence in the river water in this version produces a better effect. Thanks for pointing me in the right direction. :)
Locked