[Server] VanessaE's Survival Server [git/dev]

mintpick
New member
 
Posts: 9
Joined: Fri Feb 20, 2015 18:16

Re: [Server] VanessaE's Survival Server [0.4.13]

by mintpick » Thu Feb 25, 2016 15:52

Reinstalled game from clean. No antivirus software is present in system. Firewall is disabled. Still no luck.
Here's one of these strings:
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
2016-02-25 19:49:21: ERROR[CurlFetch]: http://minetest.daconcepts.com/server-media/_re.png not found (HTTP response code said error) (response code 404)

http://minetest.daconcepts.com/server-media/_re.png gives me 404 even from browser.

EDIT: My friend is also unable to retreive that png image, from another computer and network.
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

Re: [Server] VanessaE's Survival Server [0.4.13]

by VanessaE » Thu Feb 25, 2016 16:20

Indeed the link you gave does not work. Looks like that particular texture is part of Jeija's digilines mod. Of course, not being on the media server, it probably was downloaded the "old" way, via Minetest's older, internal media transfer protocol.

It's still odd that I don't get any errors while retrieving that file when I started the client. Of course, files stored on a remote_media server are not named plainly like that, but rather with a hash value for the filename.

I have no idea why it isn't working for you, unless it's a bug in your build or in your cURL library maybe.
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

mintpick
New member
 
Posts: 9
Joined: Fri Feb 20, 2015 18:16

Re: [Server] VanessaE's Survival Server [0.4.13]

by mintpick » Thu Feb 25, 2016 16:32

It was sfan5's build fault, connected from official msvc build just fine. Thank you.

What is the hardware this server runs at? I would like to host Dreambuild-based game in the future, so it will be good to know.
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

Re: [Server] VanessaE's Survival Server [0.4.13]

by VanessaE » Thu Feb 25, 2016 16:53

This describes the server's hardware: https://www.soyoustart.com/us/offers/e3-sat-3.xml
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

mintpick
New member
 
Posts: 9
Joined: Fri Feb 20, 2015 18:16

Re: [Server] VanessaE's Survival Server [0.4.13]

by mintpick » Thu Feb 25, 2016 16:57

Thank you!
 

User avatar
qwrwed
Member
 
Posts: 323
Joined: Sun Jul 22, 2012 20:56
In-game: qwrwed or Nitro

Re: [Server] VanessaE's Survival Server [0.4.13]

by qwrwed » Fri Apr 01, 2016 03:59

I'm also having trouble viewing the downloaded ~10GB old server map. I've set the mg_name to singlenode in the env_meta.txt, but there is nothing around me whatsoever when I first spawn in, and when I teleport to the spawn coordinates there is only this:
+ Image
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

Re: [Server] VanessaE's Survival Server [0.4.13]

by VanessaE » Fri Apr 01, 2016 08:52

Are you sure you're using the right backend? My maps are leveldb format. If you use the wrong backend (i.e. don't have leveldb support), MT will think it needs to create a new map and will ignore what's already there.
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

User avatar
qwrwed
Member
 
Posts: 323
Joined: Sun Jul 22, 2012 20:56
In-game: qwrwed or Nitro

Re: [Server] VanessaE's Survival Server [0.4.13]

by qwrwed » Fri Apr 01, 2016 12:00

How do I make sure I'm using the right backend?
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

Re: [Server] VanessaE's Survival Server [0.4.13]

by VanessaE » Fri Apr 01, 2016 15:07

Firstly make sure your Minetest build is compiled with support for it ("-DENABLE_LEVELDB=true" among the other cmake flags, if you build it yourself). In the world.mt file, find the backend line and set it to, "backend = leveldb" if it isn't already.

Make sure the permissions and ownership of the whole tree are correct, and make sure Minetest can read from the map.db folder therein, then the world should load.
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

User avatar
qwrwed
Member
 
Posts: 323
Joined: Sun Jul 22, 2012 20:56
In-game: qwrwed or Nitro

Re: [Server] VanessaE's Survival Server [0.4.13]

by qwrwed » Sat Apr 02, 2016 03:18

I am using the stable 0.4.13 32-bit download (64-bit crashes with Dreambuilder) from the minetest.net page, the backend is set to leveldb, and the Minetest folder isn't anywhere that would need special permissions to access.
I have also tried sfan5's 32-bit build, but that also doesn't work; the console/debug.txt is filled with tens of thousands of lines of
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
2016-04-02 03:56:21: WARNING[Server]: saveBlock: LevelDB error saving block (-3,-1,3): Corruption: corrupted compressed block contents
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

Re: [Server] VanessaE's Survival Server [0.4.13]

by VanessaE » Sat Apr 02, 2016 03:48

Ouch. I simply don't have any idea how that would happen. Can you try migrating the map to sqlite and run it that way?
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

Re: [Server] VanessaE's Survival Server [0.4.13]

by VanessaE » Mon Jul 18, 2016 19:39

This server has been shut down and discontinued due to lack of interest.
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

twoelk
Member
 
Posts: 1092
Joined: Fri Apr 19, 2013 16:19

Re: [Server] VanessaE's Survival Server [0.4.13]

by twoelk » Tue Jul 19, 2016 12:15

sad

but the map that I had lived in for quite some time had been reset anyways

so

I guess I need to allocate some space to download the map from befor the reset and extract some of my favorite areas...

It was great fun and thanks for a wonderful server
 

CWz
Member
 
Posts: 185
Joined: Tue Dec 24, 2013 17:01

Re: [Server] VanessaE's Survival Server [0.4.13]

by CWz » Tue Jul 19, 2016 13:57

VanessaE wrote:This server has been shut down and discontinued due to lack of interest.


Would there be any server that would take it's place?
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

Re: [Server] VanessaE's Survival Server [0.4.13]

by VanessaE » Tue Jul 19, 2016 14:38

It depends on what a person wants, I guess. If someone wants simple survival without everyone/everything trying to kill them, my "Basic-plus" server (daconcepts.com port 30005) should do fine. My "Free-for-All" server (daconcepts.com port 30008) should be suitable if they want PvP, hostile MOBs, armor, etc.

Everyone plays on my "creative building" server (daconcepts.com port 30008) these days anyway.

None of these servers has as many options as this Dreambuilder server did, but they should be more than enough.
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

User avatar
Andrey01
Member
 
Posts: 431
Joined: Wed Oct 19, 2016 15:18
In-game: Andrey01

Re: [Server] VanessaE's Survival Server [0.4.13]

by Andrey01 » Fri Dec 16, 2016 16:35

Hi, Vanessa, is this server isn`t working anymore?It is disconnecting in list of servers
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

Re: [Server] VanessaE's Survival Server [git-dev]

by VanessaE » Wed Feb 15, 2017 21:24

I have brought this server back online, with the map that was in place before the 2015-12-15 reset, since there just wasn't much built between then and the day I shut it down.

Since this uses current Dreambuilder, you will need a Minetest development build dated 2017-01-24 or later, otherwise a lot of previously-colorful stuff will just look white. All other mods on the server are equally up-to-date, and the server now uses the newplayer (/rules formspec, et al.) mod, like my others.
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

Sokomine
Member
 
Posts: 2980
Joined: Sun Sep 09, 2012 17:31

Re: [Server] VanessaE's Survival Server [0.4.13]

by Sokomine » Thu Feb 16, 2017 04:13

Thanks for bringing the server up again. It is very satisfying that all the buildings are still there. I hope building on that map will soon be possible again without those lag problems around spawn. At least the devs ought to be motivated now that there's new data on what's possibly going on and causing the problems.
A list of my mods can be found here.
 

User avatar
webdesigner97
Member
 
Posts: 1307
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97

Re: [Server] VanessaE's Survival Server [git-dev]

by webdesigner97 » Thu Feb 16, 2017 08:26

VanessaE wrote:I have brought this server back online, with the map that was in place before the 2015-12-15 reset, since there just wasn't much built between then and the day I shut it down.

Since this uses current Dreambuilder, you will need a Minetest development build dated 2017-01-24 or later, otherwise a lot of previously-colorful stuff will just look white. All other mods on the server are equally up-to-date, and the server now uses the newplayer (/rules formspec, et al.) mod, like my others.

Wow, these are some great news! I love the old map! I just finished a visit of my old places on the server...
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

Re: [Server] VanessaE's Survival Server [0.4.13]

by VanessaE » Thu Feb 16, 2017 14:57

Glad you enjoyed it, webdesigner. Hopefully we'll see more of you. :)
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

User avatar
webdesigner97
Member
 
Posts: 1307
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97

Re: [Server] VanessaE's Survival Server [0.4.13]

by webdesigner97 » Thu Feb 16, 2017 15:23

VanessaE wrote:Glad you enjoyed it, webdesigner. Hopefully we'll see more of you. :)

Cannot promise that, but I'll try. I'm busy with my studies ^^
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

Re: [Server] VanessaE's Survival Server [0.4.13]

by VanessaE » Wed Mar 15, 2017 09:20

The reboot time for this server has been shifted to 6:00 AM US Eastern Daylight time (11:00 AM CET).
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

Previous

Return to Minetest Servers

Who is online

Users browsing this forum: No registered users and 13 guests

cron