Page 35 of 56

Re: OpenMW Nightly builds

Posted: 13 Jul 2018, 03:33
by akortunov
Interesting. There were some CI updates after 9667dd051c8f1794cd01605df9c88d10fe0cd514.
The issue can be with 90ccf5b42baedac1fd2bbd9a4265737063e959a3 commit (using 10.13 SDK and new depencencies for MacOS builds).

Re: OpenMW Nightly builds

Posted: 13 Jul 2018, 05:19
by lindomarc
exactly, FFmpeg presents errors in compilation, but it passes as approved in the compilation of the complete package

https://www.youtube.com/watch?v=2GnmB1-6ljE



.

Re: OpenMW Nightly builds

Posted: 13 Jul 2018, 08:53
by CMAugust
I'm getting bug #4234 in the 0.44.0 rc2 and latest nightlies. If I understand correctly, updating OpenAL Soft to 1.18.2 or higher in the package manager should resolve it.

Re: OpenMW Nightly builds

Posted: 14 Jul 2018, 19:27
by corristo
@lindomarc thank for your report. Could you please elaborate where FFmpeg presents compilation errors?

@akortunov yep, that's it.

Re: OpenMW Nightly builds

Posted: 14 Jul 2018, 20:55
by corristo
That's weird, OpenMW hangs inside crashCatcherInstall call, it works flawlessly if I comment it. I'd suggest something broke in crash catcher implementation after we bumped the base SDK. Not sure what and why, though.

It doesn't have anything to do with 3rd party dependencies, it seems.

UPD: I've filed an issue: https://gitlab.com/OpenMW/openmw/issues/4511

UPD 2: Welp, openmw-44 branch works even if crashCatcherInstall is there. I'm going to try git bisect.

UPD 3: I found the source of the issue, please see the issue referenced above. To clarify: yes, the nightlies started crashing on 22nd June but due to a different issue that was fixed around 1st July (and the nightly build from 1st July does indeed work). Although 5 days ago some changes to crash catcher were merged that caused the current issue (hanging & consuming CPU).

Re: OpenMW Nightly builds

Posted: 18 Jul 2018, 21:46
by corristo
macOS nightly builds are back to normal after the fix.

Re: OpenMW Nightly builds

Posted: 29 Jul 2018, 18:40
by mojoswagger1980
Sweet, a buildbot . wheres the changelog for these located at?

Re: OpenMW Nightly builds

Posted: 31 Jul 2018, 16:55
by Ace (SWE)
Seems like my usual upload location is having write issues again, nightlies will probably not update for a while until that's fixed - or until I set up another storage location on any of the other systems I have access to.

Should probably take the time to actually import the analytics I've been generating all this time as well. (http://www.lysator.liu.se/~ace/OpenMW/n ... t=modified for those interested)

Re: OpenMW Nightly builds

Posted: 31 Jul 2018, 19:08
by AnyOldName3
Is there even a point in the nightlies now that AppVeyor is creating usable builds automatically? Surely we just need a link to the latest one of those.

Re: OpenMW Nightly builds

Posted: 31 Jul 2018, 19:21
by Capostrophic
Only Travis builds the master branch. AppVeyor builds PRs only.