[Windows] Daily development build [5.0.0-dev]

Post Reply
nrz
Developer
Posts: 131
Joined: Sat Feb 07, 2015 17:16
GitHub: nerzhul
IRC: nrzkt
In-game: nrz
Location: France
Contact:

[Windows] Daily development build [5.0.0-dev]

by nrz » Post

You can download Windows builds of the latest development version from gitlab.

Choose a version - the highest one which says "passed" is the most promising.
Click the download icon ()
If you're on 64bit, choose "Download package:win64 artifacts"
If you're on 32bit, choose "Download package:win32 artifacts"

https://gitlab.com/minetest/minetest/-/ ... ref=master

Other builds

The pipeline also makes builds for Debian and Ubuntu Linux, but it's recommended that you use the daily PPA instead:

Code: Select all

sudo add-apt-repository ppa:minetestdevs/daily-builds
sudo apt-get update
https://launchpad.net/~minetestdevs/+ar ... ily-builds
Last edited by rubenwardy on Mon Nov 19, 2018 14:54, edited 5 times in total.

red-001
Member
Posts: 205
Joined: Tue Jan 26, 2016 20:15
GitHub: red-001
IRC: red-001

Re: [Linux] Gitlab daily build for Debian/Ubuntu

by red-001 » Post

Would it be possible to also build windows versions?

nrz
Developer
Posts: 131
Joined: Sat Feb 07, 2015 17:16
GitHub: nerzhul
IRC: nrzkt
In-game: nrz
Location: France
Contact:

Re: [Linux] Gitlab daily build for Debian/Ubuntu

by nrz » Post

It can be possible, it just take some time

nrz
Developer
Posts: 131
Joined: Sat Feb 07, 2015 17:16
GitHub: nerzhul
IRC: nrzkt
In-game: nrz
Location: France
Contact:

Re: [Linux] Gitlab daily build for Debian/Ubuntu

by nrz » Post

I will improve it after release to generate proper C++11 builds for Windows & Linux on the CI

User avatar
ExeterDad
Member
Posts: 1717
Joined: Sun Jun 01, 2014 20:00
In-game: ExeterDad
Location: New Hampshire U.S.A

Re: [Linux] Gitlab daily build for Debian/Ubuntu

by ExeterDad » Post

This is very nice to have available. Well done :)

User avatar
Fixer
Member
Posts: 904
Joined: Sun Jul 31, 2011 11:23
IRC: Fixer
In-game: Fixer
Location: Ukraine

Re: [Linux] Gitlab daily build for Debian/Ubuntu

by Fixer » Post

Any plans for AppImage for linux?

nrz
Developer
Posts: 131
Joined: Sat Feb 07, 2015 17:16
GitHub: nerzhul
IRC: nrzkt
In-game: nrz
Location: France
Contact:

Re: [Linux] Gitlab daily build for Debian/Ubuntu

by nrz » Post

Currently the windows daily build works, just need to merge https://github.com/minetest/minetest/pull/5923 if you want it vote :) (it's exactly the method used by sfan5 for its daily builds but it's fully automated).

For appimage some help after merging this PR can permit to have a specific worker to build appimages too

nrz
Developer
Posts: 131
Joined: Sat Feb 07, 2015 17:16
GitHub: nerzhul
IRC: nrzkt
In-game: nrz
Location: France
Contact:

Re: [Linux/Windows] Gitlab daily build for Debian/Ubuntu

by nrz » Post


tashbaugh
Member
Posts: 25
Joined: Tue Jan 15, 2019 18:25
GitHub: ashbaught
Location: Alabama - US
Contact:

Re: [Windows] Daily development build [5.0.0-dev]

by tashbaugh » Post

I'd like to update my Minetest server and clients to 5.0.0 in the near future. I've tested tested the latest x64 builds on some of our Windows 10 computers.and have run into a problem. Many of our computer labs don't have speakers pluggen in, and instead rely on users to bring their own headphones. (most don't bother). Windows disables the sound when no headphones or speakers are plugged in.
Image

Minetest (5.0.0) will not launch when there is no audio device present. Here is the log file excerpt:

Code: Select all

2019-01-14 11:31:45: ERROR[Main]: An unhandled exception occurred: Audio: Global Initialization: Device Open
2019-01-14 11:31:45: ERROR[Main]: In thread 1:
2019-01-14 11:31:45: ERROR[Main]: /builds/minetest/minetest/build/minetest/src/main.cpp:e2: main: A fatal error occured: Audio: Global Initialization: Device Open
Is this by design, or is it a bug? If it is a bug, how do I go about reporting it? I'd like to have this fixed so that we are ready for 5.0.0.
Attachments
no headphones or speakers
no headphones or speakers
Capture.PNG (7.6 KiB) Viewed 6488 times
Lee County Schools uses Minetest to promote student reading. https://mine.lee.k12.al.us

User avatar
jas
Member
Posts: 593
Joined: Mon Jul 24, 2017 18:15
IRC: Freenode
Location: IRC

Re: [Windows] Daily development build [5.0.0-dev]

by jas » Post

I took the liberty of making an issue. https://github.com/minetest/minetest/issues/8107

tashbaugh
Member
Posts: 25
Joined: Tue Jan 15, 2019 18:25
GitHub: ashbaught
Location: Alabama - US
Contact:

Re: [Windows] Daily development build [5.0.0-dev]

by tashbaugh » Post

jas wrote:I took the liberty of making an issue. https://github.com/minetest/minetest/issues/8107
Thank you very much for the assistance, Jas!
Lee County Schools uses Minetest to promote student reading. https://mine.lee.k12.al.us

User avatar
DrFrankenstone
Member
Posts: 231
Joined: Tue May 24, 2016 05:36
GitHub: treer
Location: Australia
Contact:

Re: [Windows] Daily development build [5.0.0-dev]

by DrFrankenstone » Post

Commit 2d5e0ce5 "Update some libraries for buildbot" has broken the windows build.

Win64 artifacts built after February 12 crash with
---------------------------
minetest.exe - Entry Point Not Found
---------------------------
The procedure entry point _ZNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEC1Ev could not be located in the dynamic link library D:\Program Files (writeable)\minetest-5 latest\bin\libleveldb.dll.
I'm on Win 10.0.18362, but web searches suggest other projects have encountered it after updating pipelines, so I suspect it's not me.

User avatar
texmex
Member
Posts: 1753
Joined: Mon Jul 11, 2016 21:08
GitHub: tacotexmex
In-game: tacotexmex

Re: [Windows] Daily development build [5.0.0-dev]

by texmex » Post

If I provide a Gitlab Runner for macOS, will you produce macOS builds too?

User avatar
kay27
Member
Posts: 230
Joined: Thu May 14, 2020 19:26
GitHub: kay27
Location: Cyprus
Contact:

Re: [Windows] Daily development build [5.0.0-dev]

by kay27 » Post

Hi, don't you have windows binary x64 without LuaJIT?

Nicu
Member
Posts: 98
Joined: Sun Feb 16, 2020 15:21
GitHub: kneekoo

Re: [Windows] Daily development build [5.0.0-dev]

by Nicu » Post

LibraSubtilis wrote:
Sun Feb 07, 2021 15:34
I tried to get the daily build, but I get warnings and errors:

Code: Select all

Fehl:2 http://ppa.launchpad.net/minetestdevs/daily-builds/ubuntu groovy Release              
  404  Not Found [IP: 2001:67c:1560:8008::19 80]
Which settings do I have to change?
It looks like there's no package built for Ubuntu 20.10 yet, so no wonder you get that error. You can't do anything other than wait until there's a package for Ubuntu 20.10.

User avatar
AiTechEye
Member
Posts: 1000
Joined: Fri May 29, 2015 21:14
GitHub: AiTechEye
Location: Sweden

Re: [Windows] Daily development build [5.0.0-dev]

by AiTechEye » Post

is it stuck? no new builds for 4 weeks now

Post Reply

Who is online

Users browsing this forum: No registered users and 5 guests