Anything related to PR, release planning and any other non-technical idea how to move the project forward should be discussed here.
-
Lagahan
- Posts: 47
- Joined: 16 Aug 2014, 11:24
- Location: Ireland
Post
by Lagahan » 13 Jun 2018, 22:40
NullCascade wrote: ↑08 Jun 2018, 21:59
This isn't really a regression for me, but my rendering freezes have gotten worse in the 0.44 RC above. I can trigger it every time when loading a save in 0.44, but only about 50% of the time in 0.43.
More information here:
https://bugs.openmw.org/issues/4445
Can't reproduce this personally, though I never had crashes with OpenMW 0.43 or earlier either. Is there any mods in particular that I could install to see if I can induce it?
Is there anything else anyone would like tested on Windows?
Specs: Core i7 8700k @5GHz, EVGA GTX2080ti XC SLI,
32GB RAM @3.2GHz, Windows 10 1803
-
lysol
- Posts: 1461
- Joined: 26 Mar 2013, 01:48
- Location: Sweden
Post
by lysol » 14 Jun 2018, 04:53
Windows x64 builds work as they should. Sorry, was too busy yesterday it seems.
Normal mapped texture replacers, exclusive for OpenMW:
My Nexus page
-
Starsheep
- Posts: 54
- Joined: 06 Jun 2018, 16:09
Post
by Starsheep » 14 Jun 2018, 16:16
No issues from my side running the 0.44 RC1 x64 on Win10
Haven't encountered the rendering freeze issue at all
-
jirka642
- Posts: 117
- Joined: 23 Aug 2014, 11:39
- Location: Czech Republic
-
Contact:
Post
by jirka642 » 14 Jun 2018, 19:55
K1ll wrote: ↑11 Jun 2018, 21:53
RC1s have been rebuild:
(same links as before)
32 Bit
64 Bit
I am getting this on Linux Mint 18.3:
./openmw.x86_64: error while loading shared libraries: libx264.so.152: cannot open shared object file: No such file or directory
Works after I created symbolic link to my version of library.
ln -s /usr/lib/x86_64-linux-gnu/libx264.so.148 libx264.so.152
EDIT:
Also got this in logs:
Warning: dynamic library '/home/jirka642/bin/openmw-0.44.0-Linux-64BitRC1/lib/osgPlugins-3.4.1/osgdb_jpeg.so' exists, but an error occurred while trying to open it:
libjpeg.so.62: cannot open shared object file: No such file or directory
Error: Can't open savegame screenshot, no jpg readerwriter found
Last edited by
jirka642 on 15 Jun 2018, 01:32, edited 1 time in total.
On GitHub as
kunesj, on GitLab as
kunesj.
OS: Linux Mint 18, CPU: Intel Core i5-3330, RAM: 16GB, GPU: GeForce GTX 650Ti, OpenMW: from source
-
akortunov
- Posts: 781
- Joined: 13 Mar 2017, 13:49
- Location: Samara, Russian Federation
Post
by akortunov » 14 Jun 2018, 20:15
jirka642 wrote: ↑14 Jun 2018, 19:55
Works after I created symbolic link to my version of library.
A common error on Linux. Compiler links executables with installed version of libraries.
That's why you often need to download package for your distro or build software from source.
-
Ravenwing
- Posts: 335
- Joined: 02 Jan 2016, 02:51
Post
by Ravenwing » 15 Jun 2018, 03:52
Sounds like we've already got a few testers for Windows 10 but I've played through a few hours in 0.44 RC and haven't had any problems. But praise be to whoever fixed the graphical artifacts with shaders on, that is a much appreciated improvement!
-
NullCascade
- Posts: 121
- Joined: 16 Jan 2012, 07:58
Post
by NullCascade » 15 Jun 2018, 08:43
psi29a wrote: ↑15 Jun 2018, 08:36
@NullCascade: is your freezing problem still there in 0.44?
Yes, though I conveniently can't reproduce it when I build the project myself, which makes it super awesome to try to debug.
-
psi29a
- Posts: 4952
- Joined: 29 Sep 2011, 10:13
- Location: Belgium
- Gitlab profile: https://gitlab.com/psi29a/
-
Contact:
Post
by psi29a » 15 Jun 2018, 08:45
NullCascade wrote: ↑15 Jun 2018, 08:43
psi29a wrote: ↑15 Jun 2018, 08:36
@NullCascade: is your freezing problem still there in 0.44?
Yes, though I conveniently can't reproduce it when I build the project myself, which makes it super awesome to try to debug.
Fuck... I hate heisenbugs.
Might there be a difference between debug, release and relwithdebinfo builds?
Things to also check, is it compiler specific? MSVC15 vs MSVC17 for example?
-
NullCascade
- Posts: 121
- Joined: 16 Jan 2012, 07:58
Post
by NullCascade » 15 Jun 2018, 08:48
psi29a wrote: ↑15 Jun 2018, 08:45
NullCascade wrote: ↑15 Jun 2018, 08:43
psi29a wrote: ↑15 Jun 2018, 08:36
@NullCascade: is your freezing problem still there in 0.44?
Yes, though I conveniently can't reproduce it when I build the project myself, which makes it super awesome to try to debug.
Fuck... I hate heisenbugs.
Might there be a difference between debug, release and relwithdebinfo builds?
Things to also check, is it compiler specific? MSVC15 vs MSVC17 for example?
I've tried debug and release (though not RelWithDebInfo) locally without being able to reproduce it when building myself in the latest clean clone. My environment is using the latest version of MSVC2017.