Page 1 of 2

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

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

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

Posted: 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

Posted: Thu Jan 26, 2017 14:36
by Edgy1
sorry, 0.4.15 latest from dnf

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

Posted: 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

Posted: Fri Jan 27, 2017 00:02
by Edgy1
@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

Posted: Fri Jan 27, 2017 06:10
by Edgy1
bump :\

Re: help! server will not load, this error

Posted: Sat Jan 28, 2017 03:04
by Edgy1
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

Posted: 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:

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 :

Code: Select all

which minetest
which minetestserver
and

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

Posted: 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

Posted: 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

Posted: 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

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

Re: help! server will not load, this error

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

here's the output:

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

Posted: Sat Jan 28, 2017 15:19
by Edgy1
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

Posted: Sat Jan 28, 2017 15:20
by Edgy1
strangely,

Code: Select all

ps wwaux  |  grep -v grep  |  grep --colour -iE '(minetest([-]*server)*)'
gives no output

Re: help! server will not load, this error

Posted: Sat Jan 28, 2017 15:20
by Edgy1
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

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

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

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

Re: help! server will not load, this error

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

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

Posted: Sat Jan 28, 2017 22:00
by Edgy1
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

Posted: Sat Jan 28, 2017 23:12
by Edgy1
now im getting this error

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

Posted: 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

Posted: Sun Jan 29, 2017 00:00
by Edgy1
yes, it is definitely installed

Re: help! server will not load, this error

Posted: Sun Jan 29, 2017 00:16
by Edgy1

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

Posted: Sun Jan 29, 2017 11:11
by Morn76
Fedora24 wrote:

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.