Page 1 of 2

[ solved ] help! server will not load, this error

PostPosted: Thu Jan 26, 2017 09:16
by Fedora24
this is what i am getting when i try to load my server now:

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
2017-01-26 04:14:04: WARNING[Main]: NodeDefManager: Ignoring CONTENT_IGNORE redefinition
2017-01-26 04:14:04: ERROR[Main]: ModError: Failed to load and run script from /usr/local/share/minetest/games/minetest_game/mods/default/init.lua:
2017-01-26 04:14:04: ERROR[Main]: ...are/minetest/games/minetest_game/mods/default/mapgen.lua:1613: attempt to call field 'get_mapgen_setting' (a nil value)
2017-01-26 04:14:04: ERROR[Main]: stack traceback:
2017-01-26 04:14:04: ERROR[Main]:    ...are/minetest/games/minetest_game/mods/default/mapgen.lua:1613: in main chunk
2017-01-26 04:14:04: ERROR[Main]:    [C]: in function 'dofile'
2017-01-26 04:14:04: ERROR[Main]:    ...share/minetest/games/minetest_game/mods/default/init.lua:49: in main chunk
^C
[root@server ~]#

Re: help! server will not load, this error

PostPosted: Thu Jan 26, 2017 10:05
by kaeza
What Minetest version are you running on the server?

Re: help! server will not load, this error

PostPosted: Thu Jan 26, 2017 14:36
by Fedora24
sorry, 0.4.15 latest from dnf

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
[root@server ~]# minetest --version
mMinetest 0.4.14 (Linux)
Using Irrlicht 1.8.4
Build info: VER=0.4.14 BUILD_TYPE=Release RUN_IN_PLACE=0 USE_GETTEXT=1 USE_SOUND=1 USE_CURL=1 USE_FREETYPE=1 USE_LUAJIT=1 STATIC_SHAREDIR="/usr/local/share/minetest"
[root@server ~]# minetestserver --version
Minetest 0.4.14 (Linux)
Build info: VER=0.4.14 BUILD_TYPE=Release RUN_IN_PLACE=0 USE_GETTEXT=1 USE_SOUND=1 USE_CURL=1 USE_FREETYPE=1 USE_LUAJIT=1 STATIC_SHAREDIR="/usr/local/share/minetest"
[root@server ~]#

Re: help! server will not load, this error

PostPosted: Thu Jan 26, 2017 23:07
by gpcf
Try changing to another mapgen, maybe that will work.

Re: help! server will not load, this error

PostPosted: Fri Jan 27, 2017 00:02
by Fedora24
@gpcf just tried that it doesnt work.


I have tried re-installing the ethereal mapgen mod also but that doesnt work either. i had removed it a while back because it sucks -_- however the server seemed to be working ok a while after removing that mod.

Re: help! server will not load, this error

PostPosted: Fri Jan 27, 2017 06:10
by Fedora24
bump :\

Re: help! server will not load, this error

PostPosted: Sat Jan 28, 2017 03:04
by Fedora24
guys id like to have my server back up asap. please, any ideas?

even if you arent sure, your ideas COULD make a difference

Re: help! server will not load, this error

PostPosted: Sat Jan 28, 2017 10:01
by CuriousNoob
Fedora24 wrote:guys id like to have my server back up asap. please, any ideas?

even if you arent sure, your ideas COULD make a difference



I notice that you say earlier in this thread :
Fedora24 wrote:sorry, 0.4.15 latest from dnf
but then
Fedora24 wrote:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
[root@server ~]# minetest --version
mMinetest 0.4.14 (Linux)
 . . .
[root@server ~]# minetestserver --version
Minetest 0.4.14 (Linux)
 . . .


. . . which immediately activates my inconsistency-dissonance sensor : in your mind you've got 0.4.15 but the command-line says 0.4.14

Glancing at your previous forum topics I do have to wonder whether your issues stem from one (or more, in combination) of these possible stumbling-blocks :

--- running older and mis-matched versions, minetest itself and the various mods

--- deliberate and inadvertent modifications to minetest.conf

--- conflicting mods

There are Stickies and FAQs around the forums about reporting issues and giving lots of detailed accurate info about your system setup. It would be good to follow their advice.

Judicious use of the command-line utilities ''inxi -Fz'' and ''tree -d'' can be helpful in giving us an idea of what you're running.

Either I've missed it or you haven't said whether you did end up with a setup launching minetest as a systemd service, and if so, whether you're using ''minetestserver'' or ''minetest --server'' for the ExecStart= in the unit file(s).

Have you checked the paths-to-the-binary with :

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
which minetest
which minetestserver

and

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
ps wwaux  |  grep -v grep  |  grep --colour -iE '(minetest([-]*server)*)'

to positively establish you're running what (where) you think you're running..?

Have you thought about disabling ALL your extra mods, then re-enabling them one-by-one..?

Have you thought of backing-up your worlds and current customisations and .conf and then nuking the minetest installation-folder(s) then starting a fresh install of minetest, being strict about locations and versions..?

And with a cheeky grin and wink ... have you thought about moving over to an Ubuntu distro..?

HTH


.

Re: help! server will not load, this error

PostPosted: Sat Jan 28, 2017 10:10
by sfan5
Your minetest_game and minetest version seems to be incompatible, you will need to update both to 0.4.15.

lessons to be learned

PostPosted: Sat Jan 28, 2017 10:53
by CuriousNoob
sfan5 wrote:Your minetest_game and minetest version seems to be incompatible, you will need to update both to 0.4.15.


Hmm. Interesting. We've learned something :

the minetest application and its _game have to be compatible versions.

What we haven't been told|explained|taught|educated is --- from the small end-of-run crash-messages in your OP above --- what are the giveaway clues..?

Is it that the mentioned functions are known to be now-obsoleted..?

Is it the specific line-numbers which might have changed between versions..?

Something else you've said outside of this thread entirely..?

Whatever the detail, as a general rule it's always better if a little Teaching accompanies bug-fix suggestions, so that we move away from priesthood-laity demographics toward expert-community.

And it shows how much, how quickly, and how succinctly issues might be resolved when the genuinely expert eyes finally chip in.

But definitely, certain lessons learned.

Oh, and still, consider moving to an Ubuntu ;-p

.

Re: lessons to be learned

PostPosted: Sat Jan 28, 2017 11:26
by Morn76
CuriousNoob wrote:Oh, and still, consider moving to an Ubuntu ;-p

I think you misspelled Arch, but we all make mistakes sometimes. :-)

Re: help! server will not load, this error

PostPosted: Sat Jan 28, 2017 15:14
by Fedora24
back, i'm baffled, i have even gotten the latest .rpm from minetest.net!!!!!!!!!!!!!

Re: help! server will not load, this error

PostPosted: Sat Jan 28, 2017 15:17
by Fedora24
I would be using minetestserver, never heard of minetest --server.

here's the output:

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
[james@server ~]$ which minetest
/usr/local/bin/minetest
[james@server ~]$ which minetestserver
/usr/local/bin/minetestserver
[james@server ~]$

Re: help! server will not load, this error

PostPosted: Sat Jan 28, 2017 15:19
by Fedora24
also my minetest.conf is not edited, also what do you mean by running as systemd service?

Re: help! server will not load, this error

PostPosted: Sat Jan 28, 2017 15:20
by Fedora24
strangely,

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
ps wwaux  |  grep -v grep  |  grep --colour -iE '(minetest([-]*server)*)'


gives no output

Re: help! server will not load, this error

PostPosted: Sat Jan 28, 2017 15:20
by Fedora24
sfan5 wrote:Your minetest_game and minetest version seems to be incompatible, you will need to update both to 0.4.15.


wierd, i have done sudo dnf remove minetest minetest-server and then sudo dnf install minetest minetest-server.

Re: help! server will not load, this error

PostPosted: Sat Jan 28, 2017 15:25
by Fedora24
also removing all extra mods did not fix the problem, problem is clearly default mod

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
[root@server minetest]# inxi -Fz
System:    Host: server Kernel: 4.8.15-200.fc24.x86_64 x86_64 (64 bit)
           Desktop: Cinnamon 3.2.7  Distro: Fedora release 24 (Twenty Four)
Machine:   Device: desktop System: Dell product: Precision WorkStation 690
           Mobo: Dell model: 0MY171 v: A01 BIOS: Dell v: A07 date: 12/13/2007
CPU(s):    2 Quad core Intel Xeon X5355s (-HT-MCP-SMP-) cache: 8192 KB
           clock speeds: max: 2660 MHz 1: 2660 MHz 2: 2660 MHz 3: 2660 MHz
           4: 2660 MHz 5: 2660 MHz 6: 2660 MHz 7: 2660 MHz 8: 2660 MHz
Graphics:  Card: Advanced Micro Devices [AMD/ATI] Tobago PRO [Radeon R7 360 / R9 360 OEM]
           Display Server: X.org 1.18.4 drivers: ati,radeon (unloaded: modesetting,fbdev,vesa)
           tty size: 80x24 Advanced Data: N/A for root
Audio:     Card-1 Advanced Micro Devices [AMD/ATI] Tobago HDMI Audio [Radeon R7 360 / R9 360 OEM]
           driver: snd_hda_intel
           Card-2 Intel 631xESB/632xESB High Definition Audio Controller
           driver: snd_hda_intel
           Sound: ALSA v: k4.8.15-200.fc24.x86_64
Network:   Card-1: Broadcom Limited NetXtreme BCM5752 Gigabit Ethernet PCI Express
           driver: tg3
           IF: enp11s0 state: down mac: <filter>
           Card-2: Ralink RT5372 Wireless Adapter driver: rt2800usb
           IF: wlp0s29f7u7 state: N/A mac: N/A
Drives:    HDD Total Size: 1500.3GB (24.2% used)
           ID-1: /dev/sda model: WDC_WD15EADS size: 1500.3GB
Partition: ID-1: / size: 252G used: 24G (10%) fs: ext4 dev: /dev/dm-0
           ID-2: /boot size: 3.9G used: 182M (5%) fs: ext4 dev: /dev/sda1
           ID-3: /home size: 1.1T used: 282G (28%) fs: ext4 dev: /dev/dm-2
           ID-4: swap-1 size: 37.58GB used: 0.00GB (0%) fs: swap dev: /dev/dm-1
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 42.0C mobo: N/A gpu: 40.0
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 292 Uptime: 1 day Memory: 3056.0/32173.2MB
           Client: Shell (bash) inxi: 2.3.5
[root@server minetest]# tree -d
.
├── builtin
│   ├── async
│   ├── common
│   ├── fstk
│   ├── game
│   ├── mainmenu
│   └── profiler
├── client
│   ├── serverlist
│   └── shaders
│       ├── default_shader
│       ├── minimap_shader
│       ├── nodes_shader
│       ├── selection_shader
│       ├── water_surface_shader
│       └── wielded_shader
├── fonts
├── games
│   ├── minetest_game
│   │   ├── menu
│   │   └── mods
│   │       ├── abjphabet
│   │       │   └── textures
│   │       ├── advtrains
│   │       │   ├── advtrains
│   │       │   │   ├── advtrains
│   │       │   │   │   ├── locale
│   │       │   │   │   ├── models
│   │       │   │   │   └── textures
│   │       │   │   ├── advtrains_train_industrial
│   │       │   │   │   ├── locale
│   │       │   │   │   ├── models
│   │       │   │   │   └── textures
│   │       │   │   ├── advtrains_train_japan
│   │       │   │   │   ├── locale
│   │       │   │   │   ├── models
│   │       │   │   │   └── textures
│   │       │   │   ├── advtrains_train_steam
│   │       │   │   │   ├── locale
│   │       │   │   │   ├── models
│   │       │   │   │   └── textures
│   │       │   │   └── advtrains_train_subway
│   │       │   │       ├── locale
│   │       │   │       ├── models
│   │       │   │       └── textures
│   │       │   └── assets
│   │       │       ├── blender
│   │       │       │   ├── gleis
│   │       │       │   │   ├── infos
│   │       │       │   │   └── texturen
│   │       │       │   ├── industrial
│   │       │       │   └── mbb
│   │       │       ├── mbbrailtextures
│   │       │       ├── oldmodels
│   │       │       └── Weichenhebel-CooleLokAnimiert
│   │       ├── ambience
│   │       │   └── ambience
│   │       │       └── sounds
│   │       ├── apartment
│   │       │   ├── schems
│   │       │   └── textures
│   │       ├── areas
│   │       │   └── textures
│   │       ├── armor3d
│   │       │   ├── 3d_armor
│   │       │   │   ├── models
│   │       │   │   └── textures
│   │       │   ├── 3d_armor_stand
│   │       │   │   ├── models
│   │       │   │   └── textures
│   │       │   ├── hazmat_suit
│   │       │   │   └── textures
│   │       │   ├── shields
│   │       │   │   └── textures
│   │       │   ├── technic_armor
│   │       │   │   └── textures
│   │       │   └── wieldview
│   │       ├── army
│   │       │   ├── sounds
│   │       │   └── textures
│   │       ├── atm
│   │       │   └── textures
│   │       ├── banners
│   │       │   ├── extra
│   │       │   ├── models
│   │       │   └── textures
│   │       ├── barbecue
│   │       │   └── textures
│   │       ├── beds
│   │       │   └── textures
│   │       ├── biome
│   │       │   └── locale
│   │       ├── boats
│   │       │   ├── models
│   │       │   └── textures
│   │       ├── bones
│   │       │   └── textures
│   │       ├── bucket
│   │       │   └── textures
│   │       ├── bushes
│   │       │   └── textures
│   │       ├── cars
│   │       │   ├── car_126r
│   │       │   │   ├── models
│   │       │   │   └── textures
│   │       │   └── car_f1
│   │       │       ├── models
│   │       │       └── textures
│   │       ├── carts
│   │       │   ├── models
│   │       │   ├── sounds
│   │       │   └── textures
│   │       ├── clock
│   │       │   └── textures
│   │       ├── computers
│   │       │   ├── fusrodah
│   │       │   ├── locale
│   │       │   └── textures
│   │       │       └── unused
│   │       ├── cottages
│   │       │   └── textures
│   │       ├── creative
│   │       │   └── textures
│   │       ├── crops
│   │       │   ├── locale
│   │       │   ├── models
│   │       │   ├── sounds
│   │       │   └── textures
│   │       ├── currency
│   │       │   └── textures
│   │       ├── default
│   │       │   ├── models
│   │       │   ├── schematics
│   │       │   ├── sounds
│   │       │   └── textures
│   │       ├── digitilines
│   │       │   └── textures
│   │       ├── dmobs
│   │       │   ├── arrows
│   │       │   ├── dragons
│   │       │   ├── mobs
│   │       │   ├── models
│   │       │   ├── sounds
│   │       │   └── textures
│   │       ├── doors
│   │       │   ├── models
│   │       │   ├── sounds
│   │       │   └── textures
│   │       ├── dye
│   │       │   └── textures
│   │       ├── email
│   │       │   └── textures
│   │       ├── enchanting
│   │       │   ├── sounds
│   │       │   └── textures
│   │       ├── ethereal
│   │       │   ├── locale
│   │       │   ├── schematics
│   │       │   └── textures
│   │       ├── farming
│   │       │   └── textures
│   │       ├── fire
│   │       │   ├── sounds
│   │       │   └── textures
│   │       ├── firearmsa
│   │       │   ├── guns
│   │       │   │   └── sounds
│   │       │   ├── hud
│   │       │   │   └── textures
│   │       │   ├── items
│   │       │   └── textures
│   │       ├── fireworks
│   │       │   ├── sounds
│   │       │   └── textures
│   │       ├── flowers
│   │       │   ├── schematics
│   │       │   └── textures
│   │       ├── flyingmachine
│   │       │   ├── models
│   │       │   └── textures
│   │       ├── food-master
│   │       │   ├── food
│   │       │   └── food_basic
│   │       │       ├── locale
│   │       │       └── textures
│   │       ├── freezer
│   │       │   └── textures
│   │       ├── give_initial_stuff
│   │       ├── homedecor
│   │       │   ├── building_blocks
│   │       │   │   └── textures
│   │       │   ├── chains
│   │       │   │   ├── models
│   │       │   │   └── textures
│   │       │   ├── computer
│   │       │   │   ├── locale
│   │       │   │   ├── models
│   │       │   │   └── textures
│   │       │   ├── fake_fire
│   │       │   │   ├── models
│   │       │   │   ├── sounds
│   │       │   │   └── textures
│   │       │   ├── homedecor
│   │       │   │   ├── handlers
│   │       │   │   ├── locale
│   │       │   │   ├── models
│   │       │   │   ├── sounds
│   │       │   │   └── textures
│   │       │   ├── homedecor_3d_extras
│   │       │   │   ├── models
│   │       │   │   └── textures
│   │       │   ├── inbox
│   │       │   │   ├── models
│   │       │   │   └── textures
│   │       │   ├── itemframes
│   │       │   │   └── textures
│   │       │   ├── lavalamp
│   │       │   │   ├── models
│   │       │   │   └── textures
│   │       │   ├── lrfurn
│   │       │   │   ├── models
│   │       │   │   └── textures
│   │       │   └── plasmascreen
│   │       │       ├── models
│   │       │       └── textures
│   │       ├── hovercraft
│   │       │   ├── models
│   │       │   ├── sounds
│   │       │   └── textures
│   │       ├── ilights
│   │       │   ├── models
│   │       │   └── textures
│   │       ├── inbox
│   │       │   ├── locale
│   │       │   └── textures
│   │       ├── industrial
│   │       │   └── textures
│   │       ├── industry
│   │       │   ├── conveyor
│   │       │   │   └── textures
│   │       │   ├── dumbwaiter
│   │       │   │   └── textures
│   │       │   ├── factory
│   │       │   │   └── textures
│   │       │   ├── gears
│   │       │   │   └── textures
│   │       │   ├── handtools
│   │       │   │   └── textures
│   │       │   ├── hopper
│   │       │   │   └── textures
│   │       │   ├── mecharm
│   │       │   │   └── textures
│   │       │   ├── rubber
│   │       │   │   └── textures
│   │       │   ├── rubber_collector
│   │       │   │   └── textures
│   │       │   ├── rubber_sheet
│   │       │   │   └── textures
│   │       │   ├── toolbox
│   │       │   │   └── textures
│   │       │   └── transactor
│   │       │       └── textures
│   │       ├── infchest
│   │       │   └── infinite_chest
│   │       ├── inventory
│   │       │   ├── locale
│   │       │   ├── sounds
│   │       │   └── textures
│   │       ├── invisibility
│   │       │   ├── sounds
│   │       │   └── textures
│   │       ├── kpgmobs
│   │       │   ├── models
│   │       │   ├── sounds
│   │       │   └── textures
│   │       ├── lavalamp
│   │       │   └── textures
│   │       ├── letters
│   │       │   └── textures
│   │       ├── mapfix
│   │       ├── markers
│   │       │   └── textures
│   │       ├── mesecons
│   │       │   ├── mesecons
│   │       │   │   └── textures
│   │       │   ├── mesecons_alias
│   │       │   ├── mesecons_blinkyplant
│   │       │   │   ├── doc
│   │       │   │   │   └── blinkyplant
│   │       │   │   └── textures
│   │       │   ├── mesecons_button
│   │       │   │   ├── doc
│   │       │   │   │   └── button
│   │       │   │   ├── sounds
│   │       │   │   └── textures
│   │       │   ├── mesecons_commandblock
│   │       │   │   ├── doc
│   │       │   │   │   └── commandblock
│   │       │   │   └── textures
│   │       │   ├── mesecons_delayer
│   │       │   │   ├── doc
│   │       │   │   │   └── delayer
│   │       │   │   └── textures
│   │       │   ├── mesecons_detector
│   │       │   │   ├── doc
│   │       │   │   │   ├── nodedetector
│   │       │   │   │   └── objectdetector
│   │       │   │   └── textures
│   │       │   ├── mesecons_doors
│   │       │   ├── mesecons_extrawires
│   │       │   │   ├── doc
│   │       │   │   │   ├── corner
│   │       │   │   │   ├── crossing
│   │       │   │   │   ├── mese
│   │       │   │   │   ├── tjunction
│   │       │   │   │   └── vertical
│   │       │   │   ├── models
│   │       │   │   └── src
│   │       │   ├── mesecons_gates
│   │       │   │   ├── doc
│   │       │   │   │   ├── and
│   │       │   │   │   ├── diode
│   │       │   │   │   ├── nand
│   │       │   │   │   ├── nor
│   │       │   │   │   ├── not
│   │       │   │   │   ├── or
│   │       │   │   │   └── xor
│   │       │   │   └── textures
│   │       │   ├── mesecons_hydroturbine
│   │       │   │   ├── doc
│   │       │   │   │   └── waterturbine
│   │       │   │   ├── models
│   │       │   │   └── textures
│   │       │   ├── mesecons_insulated
│   │       │   │   ├── doc
│   │       │   │   │   └── insulated
│   │       │   │   └── textures
│   │       │   ├── mesecons_lamp
│   │       │   │   ├── doc
│   │       │   │   │   └── lamp
│   │       │   │   └── textures
│   │       │   ├── mesecons_lightstone
│   │       │   │   ├── doc
│   │       │   │   │   ├── lightstone_blue
│   │       │   │   │   ├── lightstone_darkgrey
│   │       │   │   │   ├── lightstone_green
│   │       │   │   │   ├── lightstone_lightgrey
│   │       │   │   │   ├── lightstone_red
│   │       │   │   │   └── lightstone_yellow
│   │       │   │   └── textures
│   │       │   ├── mesecons_luacontroller
│   │       │   │   ├── doc
│   │       │   │   │   └── luacontroller
│   │       │   │   └── textures
│   │       │   ├── mesecons_materials
│   │       │   │   ├── doc
│   │       │   │   │   ├── fiber
│   │       │   │   │   ├── glue
│   │       │   │   │   └── silicon
│   │       │   │   └── textures
│   │       │   ├── mesecons_microcontroller
│   │       │   │   └── textures
│   │       │   ├── mesecons_movestones
│   │       │   │   ├── doc
│   │       │   │   │   ├── movestone
│   │       │   │   │   └── movestone_sticky
│   │       │   │   └── textures
│   │       │   ├── mesecons_mvps
│   │       │   ├── mesecons_noteblock
│   │       │   │   ├── doc
│   │       │   │   │   └── noteblock
│   │       │   │   ├── sounds
│   │       │   │   └── textures
│   │       │   ├── mesecons_pistons
│   │       │   │   ├── doc
│   │       │   │   │   ├── piston
│   │       │   │   │   └── piston_sticky
│   │       │   │   ├── sounds
│   │       │   │   └── textures
│   │       │   ├── mesecons_powerplant
│   │       │   │   ├── doc
│   │       │   │   │   └── powerplant
│   │       │   │   └── textures
│   │       │   ├── mesecons_pressureplates
│   │       │   │   ├── doc
│   │       │   │   │   ├── pressureplate_stone
│   │       │   │   │   └── pressureplate_wood
│   │       │   │   └── textures
│   │       │   ├── mesecons_random
│   │       │   │   ├── doc
│   │       │   │   │   ├── ghoststone
│   │       │   │   │   └── removestone
│   │       │   │   └── textures
│   │       │   ├── mesecons_receiver
│   │       │   │   └── textures
│   │       │   ├── mesecons_solarpanel
│   │       │   │   ├── doc
│   │       │   │   │   └── solarpanel
│   │       │   │   └── textures
│   │       │   ├── mesecons_stickyblocks
│   │       │   ├── mesecons_switch
│   │       │   │   ├── doc
│   │       │   │   │   └── switch
│   │       │   │   ├── sounds
│   │       │   │   └── textures
│   │       │   ├── mesecons_torch
│   │       │   │   ├── doc
│   │       │   │   │   └── torch
│   │       │   │   └── textures
│   │       │   ├── mesecons_walllever
│   │       │   │   ├── doc
│   │       │   │   │   └── walllever
│   │       │   │   ├── models
│   │       │   │   ├── sounds
│   │       │   │   └── textures
│   │       │   └── mesecons_wires
│   │       │       └── doc
│   │       │           └── mesecon
│   │       ├── meshnode
│   │       │   ├── models
│   │       │   └── textures
│   │       ├── moreblocks
│   │       │   ├── locale
│   │       │   ├── models
│   │       │   ├── stairsplus
│   │       │   └── textures
│   │       ├── morechests
│   │       │   └── textures
│   │       ├── moremesecons
│   │       │   ├── moremesecons_adjustable_blinkyplant
│   │       │   │   └── textures
│   │       │   ├── moremesecons_adjustable_player_detector
│   │       │   │   └── textures
│   │       │   ├── moremesecons_commandblock
│   │       │   │   └── textures
│   │       │   ├── moremesecons_conductor_signalchanger
│   │       │   │   └── textures
│   │       │   ├── moremesecons_dual_delayer
│   │       │   │   └── textures
│   │       │   ├── moremesecons_entity_detector
│   │       │   │   └── textures
│   │       │   ├── moremesecons_igniter
│   │       │   │   └── textures
│   │       │   ├── moremesecons_injector_controller
│   │       │   │   └── textures
│   │       │   ├── moremesecons_jammer
│   │       │   │   ├── sounds
│   │       │   │   └── textures
│   │       │   ├── moremesecons_luacontroller_tool
│   │       │   │   └── textures
│   │       │   ├── moremesecons_playerkiller
│   │       │   │   └── textures
│   │       │   ├── moremesecons_sayer
│   │       │   ├── moremesecons_signalchanger
│   │       │   │   └── textures
│   │       │   ├── moremesecons_switchtorch
│   │       │   │   └── textures
│   │       │   ├── moremesecons_teleporter
│   │       │   │   └── textures
│   │       │   ├── moremesecons_temporarygate
│   │       │   │   └── textures
│   │       │   └── moremesecons_wireless
│   │       │       └── textures
│   │       ├── moreores
│   │       │   ├── locale
│   │       │   └── textures
│   │       ├── moretrees
│   │       │   ├── locale
│   │       │   └── textures
│   │       ├── multidimensions
│   │       ├── mvehicles
│   │       │   ├── models
│   │       │   ├── not\ used\ media
│   │       │   │   ├── rocket_launcher
│   │       │   │   ├── tank
│   │       │   │   │   └── decals
│   │       │   │   └── truck
│   │       │   ├── sounds
│   │       │   └── textures
│   │       ├── myaracade
│   │       │   ├── mario
│   │       │   │   ├── schems
│   │       │   │   ├── sounds
│   │       │   │   └── textures
│   │       │   ├── myhighscore
│   │       │   │   └── textures
│   │       │   └── pacmine
│   │       │       ├── models
│   │       │       ├── schems
│   │       │       ├── sounds
│   │       │       └── textures
│   │       ├── mydeck
│   │       │   └── textures
│   │       ├── mypaint
│   │       │   ├── extras
│   │       │   ├── models
│   │       │   └── textures
│   │       ├── mypaths
│   │       │   ├── models
│   │       │   └── textures
│   │       ├── newplayer
│   │       ├── nosneakglitch
│   │       ├── npcf
│   │       │   ├── npcf
│   │       │   │   ├── models
│   │       │   │   ├── npcs
│   │       │   │   ├── schems
│   │       │   │   └── textures
│   │       │   └── textcolors
│   │       │       └── textures
│   │       ├── nuke
│   │       │   ├── sounds
│   │       │   └── textures
│   │       ├── nyancat
│   │       │   └── textures
│   │       ├── painting
│   │       │   └── textures
│   │       ├── pipeworks
│   │       │   ├── models
│   │       │   └── textures
│   │       ├── plantlife
│   │       │   ├── 3dmushrooms
│   │       │   │   ├── models
│   │       │   │   └── textures
│   │       │   ├── along_shore
│   │       │   │   └── textures
│   │       │   │       └── old
│   │       │   ├── bushes
│   │       │   │   └── textures
│   │       │   │       └── old\ &\ unused
│   │       │   ├── bushes_classic
│   │       │   │   ├── locale
│   │       │   │   ├── models
│   │       │   │   └── textures
│   │       │   ├── cavestuff
│   │       │   │   ├── models
│   │       │   │   └── textures
│   │       │   ├── dryplants
│   │       │   │   ├── models
│   │       │   │   └── textures
│   │       │   │       ├── not_in_use
│   │       │   │       └── old
│   │       │   ├── ferns
│   │       │   │   └── textures
│   │       │   │       ├── not_in_use
│   │       │   │       └── old
│   │       │   ├── flowers_plus
│   │       │   │   ├── locale
│   │       │   │   ├── models
│   │       │   │   └── textures
│   │       │   ├── junglegrass
│   │       │   ├── molehills
│   │       │   │   ├── models
│   │       │   │   └── textures
│   │       │   │       └── old\ &\ unused
│   │       │   ├── nature_classic
│   │       │   │   └── textures
│   │       │   ├── poisonivy
│   │       │   │   ├── locale
│   │       │   │   └── textures
│   │       │   ├── trunks
│   │       │   │   └── textures
│   │       │   │       └── old\ &\ unused
│   │       │   ├── vines
│   │       │   │   └── textures
│   │       │   ├── woodsoils
│   │       │   │   └── textures
│   │       │   │       └── not\ in\ use
│   │       │   └── youngtrees
│   │       │       └── textures
│   │       │           └── unused
│   │       ├── prestibags
│   │       │   ├── doc
│   │       │   │   └── screenshots
│   │       │   ├── models
│   │       │   ├── sounds
│   │       │   └── textures
│   │       ├── protect
│   │       │   └── protector
│   │       │       └── textures
│   │       ├── rotate
│   │       │   ├── images
│   │       │   └── textures
│   │       │       └── 128
│   │       ├── santa
│   │       │   ├── mob_ai
│   │       │   ├── models
│   │       │   ├── sounds
│   │       │   └── textures
│   │       ├── scifi
│   │       │   ├── models
│   │       │   ├── sounds
│   │       │   └── textures
│   │       ├── screwdriver
│   │       │   └── textures
│   │       ├── sethome
│   │       ├── sfinv
│   │       ├── signs
│   │       │   └── textures
│   │       ├── smartshop
│   │       ├── soccer
│   │       │   ├── models
│   │       │   └── textures
│   │       ├── spectator
│   │       ├── stairs
│   │       │   └── models
│   │       ├── technic
│   │       │   ├── concrete
│   │       │   │   ├── locale
│   │       │   │   └── textures
│   │       │   │       └── x32
│   │       │   ├── extranodes
│   │       │   │   └── locale
│   │       │   ├── technic
│   │       │   │   ├── locale
│   │       │   │   ├── machines
│   │       │   │   │   ├── HV
│   │       │   │   │   ├── LV
│   │       │   │   │   ├── MV
│   │       │   │   │   ├── other
│   │       │   │   │   └── register
│   │       │   │   ├── models
│   │       │   │   ├── sounds
│   │       │   │   ├── textures
│   │       │   │   │   ├── hires
│   │       │   │   │   └── technicx32
│   │       │   │   └── tools
│   │       │   ├── technic_chests
│   │       │   │   ├── locale
│   │       │   │   └── textures
│   │       │   │       └── x32
│   │       │   ├── technic_worldgen
│   │       │   │   ├── locale
│   │       │   │   └── textures
│   │       │   │       └── x32
│   │       │   └── wrench
│   │       │       ├── locale
│   │       │       └── textures
│   │       ├── teleportpotion
│   │       │   ├── locale
│   │       │   ├── sounds
│   │       │   └── textures
│   │       ├── tnt
│   │       │   ├── sounds
│   │       │   └── textures
│   │       ├── trashcan
│   │       │   ├── sounds
│   │       │   └── textures
│   │       ├── travelnet
│   │       │   ├── models
│   │       │   └── textures
│   │       ├── ufos
│   │       │   └── ufos
│   │       │       ├── models
│   │       │       └── textures
│   │       ├── unifieddyes
│   │       │   ├── locale
│   │       │   └── textures
│   │       ├── vehicles
│   │       │   ├── models
│   │       │   ├── sounds
│   │       │   └── textures
│   │       ├── vessels
│   │       │   └── textures
│   │       ├── vines
│   │       │   └── textures
│   │       ├── walls
│   │       ├── wine
│   │       │   ├── locale
│   │       │   ├── models
│   │       │   └── textures
│   │       ├── wool
│   │       │   └── textures
│   │       ├── worldedit
│   │       │   ├── worldedit
│   │       │   │   └── textures
│   │       │   ├── worldedit_commands
│   │       │   │   └── textures
│   │       │   ├── worldedit_gui
│   │       │   │   └── textures
│   │       │   ├── worldedit_infinity
│   │       │   ├── worldedit_limited
│   │       │   └── worldedit_shortcommands
│   │       ├── xban2
│   │       │   ├── doc
│   │       │   └── importers
│   │       ├── xpanes
│   │       │   └── textures
│   │       └── xtraores
│   │           ├── xtraores
│   │           │   ├── sounds
│   │           │   └── textures
│   │           └── xtraores_armor
│   │               └── textures
│   └── minimal
│       ├── menu
│       └── mods
│           ├── bucket
│           │   └── textures
│           ├── default
│           │   ├── sounds
│           │   └── textures
│           ├── errorhandler_test
│           ├── experimental
│           │   └── textures
│           ├── give_initial_stuff
│           ├── legacy
│           │   └── textures
│           ├── stairs
│           └── test
├── locale
│   ├── ca
│   │   └── LC_MESSAGES
│   ├── cs
│   │   └── LC_MESSAGES
│   ├── da
│   │   └── LC_MESSAGES
│   ├── de
│   │   └── LC_MESSAGES
│   ├── eo
│   │   └── LC_MESSAGES
│   ├── es
│   │   └── LC_MESSAGES
│   ├── et
│   │   └── LC_MESSAGES
│   ├── fr
│   │   └── LC_MESSAGES
│   ├── hu
│   │   └── LC_MESSAGES
│   ├── id
│   │   └── LC_MESSAGES
│   ├── it
│   │   └── LC_MESSAGES
│   ├── ja
│   │   └── LC_MESSAGES
│   ├── jbo
│   │   └── LC_MESSAGES
│   ├── lt
│   │   └── LC_MESSAGES
│   ├── nb
│   │   └── LC_MESSAGES
│   ├── nl
│   │   └── LC_MESSAGES
│   ├── pl
│   │   └── LC_MESSAGES
│   ├── pt
│   │   └── LC_MESSAGES
│   ├── pt_BR
│   │   └── LC_MESSAGES
│   ├── ro
│   │   └── LC_MESSAGES
│   ├── ru
│   │   └── LC_MESSAGES
│   ├── sr_Cyrl
│   │   └── LC_MESSAGES
│   ├── sw
│   │   └── LC_MESSAGES
│   ├── tr
│   │   └── LC_MESSAGES
│   └── uk
│       └── LC_MESSAGES
└── textures
    └── base
        └── pack

764 directories
[root@server minetest]#

Re: help! server will not load, this error

PostPosted: Sat Jan 28, 2017 21:56
by Fedora24
update: i just wiped out everything to do with minetest and reinstalled, error still persists :( :(

Re: help! server will not load, this error

PostPosted: Sat Jan 28, 2017 21:58
by Fedora24
another update i was looking at the wrong minetest.conf earlier. here is my minetest.conf

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
creative_mode = false
fixed_map_seed =
mainmenu_last_selected_world = 1
maintab_LAST = server
menu_last_game = minetest
mg_name = flat
name = Trump
opaque_water = true
port = 30000
selected_world_path = /root/.minetest/worlds/Trumpland minetest server
server_announce = true
server_dedicated = false
world_config_hide_modpackcontents = false
world_config_selected_mod = 7
spawnpoint_interact = 0.39599999785423,9.8439998626709,0.15600000321865
spawnpoint_no_interact = 0.39599999785423,9.8439998626709,0.15600000321865
basic_privs = interact, shout, home, teleport
default_privs = interact, shout, home, teleport
disallow_empty_password = false
ask_reconnect_on_crash = true
server_name = Trumpland Minetest Server
server_description = mesecons, pipeworks, technic, advtrains, vehicles, army mods available. family friendly
enable_pvp = true
enable_damage = true
public_serverlist = true
vehicles_nodes = true
unlimited_player_transfer_distance = false
player_transfer_distance = 50
anisotropic_filter = true
mip_map = true
main_menu_technical_settings = false
max_users = 30
movement_acceleration_air = 3
movement_acceleration_fast = 20
movement_speed_climb = 10

Re: lessons to be learned

PostPosted: Sat Jan 28, 2017 22:00
by Fedora24
Morn76 wrote:
CuriousNoob wrote:Oh, and still, consider moving to an Ubuntu ;-p

I think you misspelled Arch, but we all make mistakes sometimes. :-)


HAHAHAHHA

Re: help! server will not load, this error

PostPosted: Sat Jan 28, 2017 23:12
by Fedora24
now im getting this error

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
2017-01-28 18:11:59: ERROR[Main]: Game "minetest" not found
2017-01-28 18:11:59: ERROR[Main]: Subgame [] could not be found.
2017-01-28 18:11:59: ERROR[Main]: ServerError: Supplied invalid gamespec
^C
[root@server mods]#

Re: help! server will not load, this error

PostPosted: Sat Jan 28, 2017 23:58
by Morn76
So it looks like minetest_game is not installed for some reason?

Re: help! server will not load, this error

PostPosted: Sun Jan 29, 2017 00:00
by Fedora24
yes, it is definitely installed

Re: help! server will not load, this error

PostPosted: Sun Jan 29, 2017 00:16
by Fedora24
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
[james@server ~]$ su -
Password:
[root@server ~]# until minetestserver --logfile /home/james/Desktop/log.txt --gameid minetest --worldname Trumpland; do sleep 3; done
2017-01-28 19:16:23: WARNING[Main]: system-wide share not found at "/usr/local/share/minetest"
2017-01-28 19:16:23: WARNING[Main]: system-wide share not found at "/usr/local/bin/../share/minetest"
2017-01-28 19:16:23: WARNING[Main]: system-wide share found at "/usr/local/bin/.."
2017-01-28 19:16:23: [Main]: World 'Trumpland' not available. Available worlds:
2017-01-28 19:16:23: [Main]:   'Trumpland minetest server' '/root/.minetest/worlds/Trumpland minetest server'
2017-01-28 19:16:23: [Main]: Automatically selecting world at [/root/.minetest/worlds/Trumpland minetest server]
2017-01-28 19:16:23: ERROR[Main]: Game "minetest" not found
2017-01-28 19:16:23: ERROR[Main]: Subgame [] could not be found.
2017-01-28 19:16:23: ERROR[Main]: ServerError: Supplied invalid gamespec
^C
[root@server ~]#


Re: help! server will not load, this error

PostPosted: Sun Jan 29, 2017 11:11
by Morn76
Fedora24 wrote:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
2017-01-28 19:16:23: WARNING[Main]: system-wide share not found at "/usr/local/share/minetest"
2017-01-28 19:16:23: WARNING[Main]: system-wide share not found at "/usr/local/bin/../share/minetest"
2017-01-28 19:16:23: WARNING[Main]: system-wide share found at "/usr/local/bin/.."

When the shared files are not installed, there is no minetest_game either. It should be in share/minetest/games/minetest_game/.

I don't know how you installed MT, but obviously it's an incomplete installation.

Re: help! server will not load, this error

PostPosted: Sun Jan 29, 2017 19:22
by Fedora24
i have tried both using dnf and using the .rpm from minetest.net

Re: help! server will not load, this error

PostPosted: Sun Jan 29, 2017 19:48
by trev
Your Minetest installation thinks that it is a shared, system-wide installation. That's why it's looking in /usr/local/share for Minetest files. This would be the case after using a prebuilt RPM package to update.

What folder are you keeping your server in?

There is a big difference between minetest and .minetest (dot-minetest)

If you are running the server in place, you must compile the game yourself, and use the following CMake options.

cmake . -DRUN_IN_PLACE=1

or it won't work. Perhaps this change with the update broke it. It's breaking because it can't find its files. Notice it also isn't finding the world you're asking for.

Re: help! server will not load, this error

PostPosted: Sun Jan 29, 2017 19:49
by trev
One thing to try is copying the world, the mods, and the game to your .minetest folder in /root.

Re: help! server will not load, this error

PostPosted: Sun Jan 29, 2017 20:05
by Fedora24
i am doing system wide as root. i am on as the root user in terminal when i run my server, and the server is either installed with dnf or from a .rpm. i have tried almost every option with cmake on the source code b4 but it wouldnt work.

prehaps i can backup the world and get a new operating system. maybe arch. does pacman have minetest on it???

also would /root/.minetest be all i need for a world clone to a new system?

Re: help! server will not load, this error

PostPosted: Sun Jan 29, 2017 20:09
by Fedora24
alright i tried this, version 0.4.13 is on @fedora repos while 0.4.15 is on @updates. this is the result:

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
[james@server ~]$ su -
Password:
[root@server ~]# dnf remove minetest minetest-server
Dependencies resolved.
===================================================================================================================================================================================================================
 Package                                                Arch                                          Version                                                Repository                                       Size
===================================================================================================================================================================================================================
Removing:
 minetest                                               x86_64                                        0.4.15-1.fc24                                          @updates                                         25 M
 minetest-server                                        x86_64                                        0.4.15-1.fc24                                          @updates                                        4.3 M

Transaction Summary
===================================================================================================================================================================================================================
Remove  2 Packages

Installed size: 30 M
Is this ok [y/N]: y
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Erasing     : minetest-0.4.15-1.fc24.x86_64                                                                                                                                                                  1/2
  Erasing     : minetest-server-0.4.15-1.fc24.x86_64                                                                                                                                                           2/2
  Verifying   : minetest-0.4.15-1.fc24.x86_64                                                                                                                                                                  1/2
  Verifying   : minetest-server-0.4.15-1.fc24.x86_64                                                                                                                                                           2/2

Removed:
  minetest.x86_64 0.4.15-1.fc24                                                                        minetest-server.x86_64 0.4.15-1.fc24                                                                       

Complete!
[root@server ~]# dnf install minetest-0.4.13-5.fc24.x86_64 minetest-server-0.4.13-5.fc24.x86_64
Last metadata expiration check: 1:46:38 ago on Sun Jan 29 13:21:07 2017.
Dependencies resolved.
===================================================================================================================================================================================================================
 Package                                                 Arch                                           Version                                               Repository                                      Size
===================================================================================================================================================================================================================
Installing:
 minetest                                                x86_64                                         0.4.13-5.fc24                                         fedora                                         9.5 M
 minetest-server                                         x86_64                                         0.4.13-5.fc24                                         fedora                                         1.5 M

Transaction Summary
===================================================================================================================================================================================================================
Install  2 Packages

Total download size: 11 M
Installed size: 27 M
Is this ok [y/N]: y
Downloading Packages:
(1/2): minetest-server-0.4.13-5.fc24.x86_64.rpm                                                                                                                                    546 kB/s | 1.5 MB     00:02   
(2/2): minetest-0.4.13-5.fc24.x86_64.rpm                                                                                                                                           3.3 MB/s | 9.5 MB     00:02   
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                                              2.7 MB/s |  11 MB     00:04     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Installing  : minetest-server-0.4.13-5.fc24.x86_64                                                                                                                                                           1/2
  Installing  : minetest-0.4.13-5.fc24.x86_64                                                                                                                                                                  2/2
  Verifying   : minetest-0.4.13-5.fc24.x86_64                                                                                                                                                                  1/2
  Verifying   : minetest-server-0.4.13-5.fc24.x86_64                                                                                                                                                           2/2

Installed:
  minetest.x86_64 0.4.13-5.fc24                                                                        minetest-server.x86_64 0.4.13-5.fc24                                                                       

Complete!
[root@server ~]# until minetestserver --logfile /home/james/Desktop/log.txt --gameid minetest --worldname Trumpland; do sleep 3; done
2017-01-29 15:08:05: WARNING[Main]: system-wide share not found at "/usr/local/share/minetest"
2017-01-29 15:08:05: WARNING[Main]: system-wide share not found at "/usr/local/bin/../share/minetest"
2017-01-29 15:08:05: WARNING[Main]: system-wide share found at "/usr/local/bin/.."
2017-01-29 15:08:05: [Main]: World 'Trumpland' not available. Available worlds:
2017-01-29 15:08:05: [Main]:   'Trumpland minetest server' '/root/.minetest/worlds/Trumpland minetest server'
2017-01-29 15:08:05: [Main]: Automatically selecting world at [/root/.minetest/worlds/Trumpland minetest server]
2017-01-29 15:08:05: ERROR[Main]: Game "minetest" not found
2017-01-29 15:08:05: ERROR[Main]: Subgame [] could not be found.
2017-01-29 15:08:05: ERROR[Main]: ServerError: Supplied invalid gamespec
2017-01-29 15:08:08: WARNING[Main]: system-wide share not found at "/usr/local/share/minetest"
2017-01-29 15:08:08: WARNING[Main]: system-wide share not found at "/usr/local/bin/../share/minetest"
2017-01-29 15:08:08: WARNING[Main]: system-wide share found at "/usr/local/bin/.."
2017-01-29 15:08:08: [Main]: World 'Trumpland' not available. Available worlds:
2017-01-29 15:08:08: [Main]:   'Trumpland minetest server' '/root/.minetest/worlds/Trumpland minetest server'
2017-01-29 15:08:08: [Main]: Automatically selecting world at [/root/.minetest/worlds/Trumpland minetest server]
2017-01-29 15:08:08: ERROR[Main]: Game "minetest" not found
2017-01-29 15:08:08: ERROR[Main]: Subgame [] could not be found.
2017-01-29 15:08:08: ERROR[Main]: ServerError: Supplied invalid gamespec
2017-01-29 15:08:11: WARNING[Main]: system-wide share not found at "/usr/local/share/minetest"
2017-01-29 15:08:11: WARNING[Main]: system-wide share not found at "/usr/local/bin/../share/minetest"
2017-01-29 15:08:11: WARNING[Main]: system-wide share found at "/usr/local/bin/.."
2017-01-29 15:08:11: [Main]: World 'Trumpland' not available. Available worlds:
2017-01-29 15:08:11: [Main]:   'Trumpland minetest server' '/root/.minetest/worlds/Trumpland minetest server'
2017-01-29 15:08:11: [Main]: Automatically selecting world at [/root/.minetest/worlds/Trumpland minetest server]
2017-01-29 15:08:11: ERROR[Main]: Game "minetest" not found
2017-01-29 15:08:11: ERROR[Main]: Subgame [] could not be found.
2017-01-29 15:08:11: ERROR[Main]: ServerError: Supplied invalid gamespec
^C
[root@server ~]#