Minetest 0.4.17.1 (Bugfix release)

User avatar
TenPlus1
Member
Posts: 3715
Joined: Mon Jul 29, 2013 13:38
In-game: TenPlus1
Contact:

Re: Minetest 0.4.17.1 (Bugfix release)

by TenPlus1 » Post

b3nz0l: what kind of problems ?

User avatar
b3nz0l
Member
Posts: 14
Joined: Wed Mar 28, 2018 22:41

Re: Minetest 0.4.17.1 (Bugfix release)

by b3nz0l » Post

@TenPlus1: farming redo problems...^^
at least i had a new world created without farming mod in 0.4.17.1 and there hay slabs and stair are ok.
In the world i imported from 0.4.16 server(with farming-redo 1.36) these blocks became "unknown"items.
I'll do another test with a new world in 0.4.17.1 with farming enabled

EDIT: ok, just read the farming thread, will update farming to 1.37 and stairs too

User avatar
ManElevation
Member
Posts: 896
Joined: Tue Aug 02, 2016 22:04
GitHub: ManElevation
IRC: ManElevation
In-game: ManElevation
Location: Madrid,Spain

Re: Minetest 0.4.17.1 (Bugfix release)

by ManElevation » Post

heyaii!
i relised in my server me as admin i am on keep mode in bones, and everyone else is on bones mode.
were is the code for that, i would like to see it cause i need it for another mod
My Public Mods! Discord: Rottweiler Games#3368

User avatar
Phoenixflo44
Member
Posts: 639
Joined: Fri Jul 28, 2017 15:01
In-game: EvilPhoenix
Location: Behind my PC, in Germany

Re: Minetest 0.4.17.1 (Bugfix release)

by Phoenixflo44 » Post

What exactly do I need to do to update on Linux minetest?

I use Linux → Ubuntu → Mate
Spoiler
I hate my life

dawgdoc
Member
Posts: 260
Joined: Mon Feb 27, 2017 01:10
GitHub: dawgdoc

Re: Minetest 0.4.17.1 (Bugfix release)

by dawgdoc » Post

Phoenixflo44 wrote:What exactly do I need to do to update on Linux minetest?

I use Linux → Ubuntu → Mate
You don't say which version of Ubuntu you are running, but it must be 18.04 or older if you do not have Minetest 0.4.17.1; based on this. To get the current version you will need to add this PPA to your repository list. If you are familiar with Flatpacks, you can install from here.
Give a man a fish, feed him for a day. Give a kid a fish, it's going to die.

User avatar
GreenXenith
Member
Posts: 1356
Joined: Wed Oct 28, 2015 01:26
GitHub: GreenXenith
Location: UTC-8:00
Contact:

Re: Minetest 0.4.17.1 (Bugfix release)

by GreenXenith » Post

Phoenixflo44 wrote:What exactly do I need to do to update on Linux minetest?

I use Linux → Ubuntu

Code: Select all

sudo add-apt-repository ppa:minetestdevs/stable
sudo apt update
sudo apt install minetest
dawgdoc wrote: it must be 18.04 or older if you do not have Minetest 0.4.17.1; based on this
This is inaccurate and unrelated. 18.04 is the latest long-term support release. *buntu repositories are always a few versions behind.
YouTube | Mods | Patreon | Minetest Discord @greenxenith

You should not be able to read this message.

dawgdoc
Member
Posts: 260
Joined: Mon Feb 27, 2017 01:10
GitHub: dawgdoc

Re: Minetest 0.4.17.1 (Bugfix release)

by dawgdoc » Post

GreenDimond wrote:

Code: Select all

sudo add-apt-repository ppa:minetestdevs/stable
sudo apt update
sudo apt install minetest
dawgdoc wrote: it must be 18.04 or older if you do not have Minetest 0.4.17.1; based on this
This is inaccurate and unrelated. 18.04 is the latest long-term support release. *buntu repositories are always a few versions behind.
You told Phoenix to do what I suggested, add the PPA to get 0.4.17.1.
You did give him the step by step, which I didn't. I did give an additional installation option in the event he prefers flatpacks. Inaccurate and unrelated - no, spoon feeding - no, more than the absolute minimum of information - guilty.

I know 18.04 is the latest LTS. As I said if Phoenix were on 18.10, Minetest would already be at the current stable version and he wouldn't be asking to upgrade. For him to have an older version of MT from the distro's official repositories Phoenix must be on Ubuntu 18.04, at the newest, which is at MT 0.4.16. Ubuntu 17.10 is also at 0.4.16 - I believe. If he were on an even older version of Ubuntu the MT version would be older still:

Image
Attachments
UbuntuMinwetestPackages.png
UbuntuMinwetestPackages.png (37.46 KiB) Viewed 1565 times
Give a man a fish, feed him for a day. Give a kid a fish, it's going to die.

User avatar
Phoenixflo44
Member
Posts: 639
Joined: Fri Jul 28, 2017 15:01
In-game: EvilPhoenix
Location: Behind my PC, in Germany

Re: Minetest 0.4.17.1 (Bugfix release)

by Phoenixflo44 » Post

GreenDimond wrote:

Code: Select all

sudo add-apt-repository ppa:minetestdevs/stable
sudo apt update
sudo apt install minetest

Code: Select all

spike@spike-MIM-2190:~$ sudo add-apt-repository ppa:minetestdevs/stable
[sudo] Passwort für spike: 
Cannot add PPA: 'ppa:~minetestdevs/ubuntu/stable'.
ERROR: '~minetestdevs' user or team does not exist.
This is true the first order of the order.
Spoiler
I hate my life

dawgdoc
Member
Posts: 260
Joined: Mon Feb 27, 2017 01:10
GitHub: dawgdoc

Re: Minetest 0.4.17.1 (Bugfix release)

by dawgdoc » Post

GD gave good instructions, that should have worked. In fact, that is how I installed the current version of MT on my laptop running LinuxMint 18.x (based on Xenial).

If you didn't do so, I would try again on the off chance there was a connection issue, or a problem with the Launchpad servers. The only thing I can tell from the error message would not be related to a wrong command. When I check the page for the ppa, and my sources list, it reads minetestdevs/stable/ubuntu instead of the minetestdevs/ubuntu/stable from your console. In fact it shows the same when I run apt update, but keep in mind I'm looking at a LM system and not getting the path from the same place you are.
Give a man a fish, feed him for a day. Give a kid a fish, it's going to die.

User avatar
Phoenixflo44
Member
Posts: 639
Joined: Fri Jul 28, 2017 15:01
In-game: EvilPhoenix
Location: Behind my PC, in Germany

Re: Minetest 0.4.17.1 (Bugfix release)

by Phoenixflo44 » Post

Unfortunately, I don't know how to find out my ubuntu version. But thank you for helping me and not hacking out on me.
Spoiler
I hate my life

u34

Re: Minetest 0.4.17.1 (Bugfix release)

by u34 » Post

Phoenixflo44 wrote:Unfortunately, I don't know how to find out my ubuntu version. But thank you for helping me and not hacking out on me.
I wrote lsb_release -a command in the Terminal.

User avatar
Phoenixflo44
Member
Posts: 639
Joined: Fri Jul 28, 2017 15:01
In-game: EvilPhoenix
Location: Behind my PC, in Germany

Re: Minetest 0.4.17.1 (Bugfix release)

by Phoenixflo44 » Post

cHyper wrote:
Phoenixflo44 wrote:Unfortunately, I don't know how to find out my ubuntu version. But thank you for helping me and not hacking out on me.
I wrote lsb_release -a command in the Terminal.

THX

Distributor ID: Ubuntu
Description: Ubuntu 17.10
Release: 17.10
Codename: artful
Spoiler
I hate my life

dawgdoc
Member
Posts: 260
Joined: Mon Feb 27, 2017 01:10
GitHub: dawgdoc

Re: Minetest 0.4.17.1 (Bugfix release)

by dawgdoc » Post

It is probably best if you remove the default system Minetest before trying to add the PPA.

EDIT: You do have full sudo privileges, correct? Or is this a computer owned by school, work or family on which you do not have full rights to add non-official (other than Ubuntu repository) packages.

To work through this, use this command to see what is installed and / or available.

Code: Select all

apt search minetest
My results were

Code: Select all

i   minetest                                                    - Infinite-world block sandbox game and engine                         
p   minetest:i386                                               - Infinite-world block sandbox game and engine                         
p   minetest-data                                               - Multiplayer infinite-world block sandbox (data files)                
p   minetest-dbg                                                - Multiplayer infinite-world block sandbox (debugging symbols)         
p   minetest-dbg:i386                                           - Multiplayer infinite-world block sandbox (debugging symbols)         
p   minetest-mod-mobf                                           - Minetest mod providing a framework for creating mobs                 
p   minetest-mod-moreblocks                                     - Minetest mod - More Blocks                                           
p   minetest-mod-moreores                                       - Minetest mod - More Ores                                             
p   minetest-mod-pipeworks                                      - Minetest mod - Pipeworks                                             
p   minetest-mod-worldedit                                      - Minetest mod - ingame world editor                                   
p   minetest-server                                             - Multiplayer infinite-world block sandbox (server)                    
p   minetest-server:i386     
Removing any installed packages of older versions should not change your local data in ~/.minetest. (Make a backup of it all as a precaution.) Once installed packages are removed, indicated by an i in the above output, then try installing the PPA with GD's instructions.
Give a man a fish, feed him for a day. Give a kid a fish, it's going to die.

User avatar
Phoenixflo44
Member
Posts: 639
Joined: Fri Jul 28, 2017 15:01
In-game: EvilPhoenix
Location: Behind my PC, in Germany

Re: Minetest 0.4.17.1 (Bugfix release)

by Phoenixflo44 » Post

dawgdoc wrote:

Code: Select all

apt search minetest

Code: Select all

Sortierung... Fertig
Volltextsuche... Fertig
minetest/artful,now 0.4.16+repack-3 amd64  [installiert]
  Offene Sandkasten-Spielwelt aus Blöcken für mehrere Spieler

minetest-data/artful,artful,now 0.4.16+repack-3 all  [installiert]
  Sandbox einer unendlichen Welt für mehrere Spieler (Datendateien)

minetest-mod-advspawning/artful,artful,now 0.0.13-1 all  [installiert]
  Minetest mod providing an advanced spawning framework

minetest-mod-animalmaterials/artful,artful 0.1.3-1 all
  Minetest mod providing models for animals

minetest-mod-animals/artful,artful 2.5.0-2 all
  Minetest mod providing animals

minetest-mod-craftguide/artful,artful,now 1.0-1 all  [installiert]
  Minetest mod providing a crafting guide

minetest-mod-homedecor/artful,artful,now 0.4.16-1 all  [installiert]
  Minetest mod pack providing home decor elements

minetest-mod-maidroid/artful,artful,now 0.1.0-1 all  [installiert]
  Minetest mod - Maidroid for maid robots

minetest-mod-mesecons/artful,artful,now 2017.03.05-1 all  [Installiert,automatisch]
  Digital circuitry blocks for minetest

minetest-mod-mobf/artful,artful 2.5.0-1 all
  Minetest mod providing a framework for creating mobs

minetest-mod-mobf-core/artful,artful 2.5.1-2 all
  Minetest modpack providing a framework for creating mobs

minetest-mod-mobf-trap/artful,artful 2.5.1-2 all
  Minetest mod providing traps for mobs

minetest-mod-moreblocks/artful,artful,now 1.0.0-1 all  [Installiert,automatisch]
  Minetest mod - More Blocks

minetest-mod-moreores/artful,artful,now 0~20130828+git0977bbc809-1 all  [installiert]
  Minetest mod - More Ores

minetest-mod-nether/artful,artful,now 2-2 all  [installiert]
  Minetest mod - Nether portals and materials

minetest-mod-pipeworks/artful,artful,now 0~20130827+git59362e3d20-1 all  [installiert]
  Minetest mod - Pipeworks

minetest-mod-player-3d-armor/artful,artful,now 0.4.9-1 all  [installiert]
  Modpack to add armor and wielded weapons for Minetest

minetest-mod-torches/artful,artful,now 5-1 all  [installiert]
  Minetest mod - A mesh-based torch replacing in-world torches

minetest-mod-unifieddyes/artful,artful,now 0.4.15-1 all  [installiert]
  Minetest mod providing a unified dye specification

minetest-mod-worldedit/artful,artful,now 0.6-1 all  [installiert]
  Minetest mod - ingame world editor

minetest-server/artful,now 0.4.16+repack-3 amd64  [installiert]
  Multiplayer infinite-world block sandbox (server)
I can't download an older version of minetest.
Spoiler
I hate my life

dawgdoc
Member
Posts: 260
Joined: Mon Feb 27, 2017 01:10
GitHub: dawgdoc

Re: Minetest 0.4.17.1 (Bugfix release)

by dawgdoc » Post

Based on your results, at a minimum, I would suggest removing (un-installing) minetest, minetest-data, and minetest-server before trying to enable the PPA that both I and GreenDiamond suggested. You should remove all three because the second and third are built into the PPA. If you don't remove all of them there would probably be interference when you add the PPA - likely the source of your error.

BUT, if I were you, I would un-install the three packages I already mentioned and all of the mods you installed from the Ubuntu repositories. It looks like you have 13 of them. THE REASON is that MT version 0.4.17.x had changes that broke older mods, as these are.

EDIT: Also, minetest-server is built into the PPA version, as is the data added with minetest-data.
Give a man a fish, feed him for a day. Give a kid a fish, it's going to die.

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

Re: Minetest 0.4.17.1 (Bugfix release)

by nrz » Post

A new release has been published on the play store for android users only

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests