MY SERVER CRASHES EVERYTIME

User avatar
ParaklataChotou
Member
 
Posts: 209
Joined: Sat Jun 18, 2016 17:09
GitHub: paraklatachotou
IRC: CareBearWhoCares
In-game: AutistCortana

MY SERVER CRASHES EVERYTIME

by ParaklataChotou » Tue Nov 08, 2016 14:00

I DON'T KNOW WHAT'S HAPPENING.
"/home/stefan/mt-build/build/minetest_64/minetest/src/server.cpp" - Why it appears on my debug info? What's happening?

here's the 'error':
    2016-11-08 09:26:45: ERROR[Emerge-0]: Invalid block data in database (13,1,-23) (SerializationError): decompressZlib: inflate failed
    2016-11-08 09:26:45: ERROR[Emerge-0]: Ignoring block load error. Duck and cover! (ignore_world_load_errors)
    2016-11-08 09:26:45: [Emerge-0]: zerr: invalid or incomplete deflate data
    2016-11-08 09:26:45: ERROR[Emerge-0]: Invalid block data in database (14,1,-23) (SerializationError): decompressZlib: inflate failed
    2016-11-08 09:26:45: ERROR[Emerge-0]: Ignoring block load error. Duck and cover! (ignore_world_load_errors)
    2016-11-08 09:26:48: ERROR[Server]: An unhandled exception occurred: Failed to save block: database disk image is malformed
    2016-11-08 09:26:48: ERROR[Server]: In thread 1670:
    2016-11-08 09:26:48: ERROR[Server]: /home/stefan/mt-build/build/minetest_64/minetest/src/server.cpp:73: run: A fatal error occured: Failed to save block: database disk image is malformed
    2016-11-08 09:26:48: ERROR[Server]: Debug stacks:
    2016-11-08 09:26:48: ERROR[Server]: DEBUG STACK FOR THREAD 14c:
    2016-11-08 09:26:48: ERROR[Server]: #0 run
    2016-11-08 09:26:48: ERROR[Server]: DEBUG STACK FOR THREAD 1544:
    2016-11-08 09:26:48: ERROR[Server]: #0 main
    2016-11-08 09:26:48: ERROR[Server]: #1 Dedicated server branch
    2016-11-08 09:26:48: ERROR[Server]: #2 dedicated_server_loop
    2016-11-08 09:26:48: ERROR[Server]: DEBUG STACK FOR THREAD 1670:
    2016-11-08 09:26:48: ERROR[Server]: #0 run
    2016-11-08 09:26:48: ERROR[Server]: DEBUG STACK FOR THREAD 1ca4:
    2016-11-08 09:26:48: ERROR[Server]: #0 run
How can I stop this?
Last edited by ParaklataChotou on Tue Nov 08, 2016 15:17, edited 1 time in total.
Visit my server: freextress.ddnsking.com 30002 . mobs, npcs, interesting places, pvp.
 

User avatar
ParaklataChotou
Member
 
Posts: 209
Joined: Sat Jun 18, 2016 17:09
GitHub: paraklatachotou
IRC: CareBearWhoCares
In-game: AutistCortana

Re: MY SERVER CRASHES EVERYTIME

by ParaklataChotou » Tue Nov 08, 2016 14:22

Ok, I've tried to fixing changing the env_meta file. and by the moment is working. But it's very weird that there appears a UNIX directory, on my debug file. I want to know how can I protect my server against these 'hackers' or whatever.
Visit my server: freextress.ddnsking.com 30002 . mobs, npcs, interesting places, pvp.
 

Byakuren
Member
 
Posts: 441
Joined: Tue Apr 14, 2015 01:59
GitHub: raymoo
IRC: Hijiri

Re: MY SERVER CRASHES EVERYTIME

by Byakuren » Wed Nov 09, 2016 18:35

ParaklataChotou wrote:Ok, I've tried to fixing changing the env_meta file. and by the moment is working. But it's very weird that there appears a UNIX directory, on my debug file. I want to know how can I protect my server against these 'hackers' or whatever.

I am guessing that is debug info from the person who built the Minetest package you downloaded (looks like sfan). The game displays that information so it is easy to see which source code file the error occurred in, and since sfan compiled it, the debug info remembers his paths.
Every time a mod API is left undocumented, a koala dies.
 

User avatar
ParaklataChotou
Member
 
Posts: 209
Joined: Sat Jun 18, 2016 17:09
GitHub: paraklatachotou
IRC: CareBearWhoCares
In-game: AutistCortana

Re: MY SERVER CRASHES EVERYTIME

by ParaklataChotou » Thu Nov 10, 2016 03:54

Byakuren wrote:
ParaklataChotou wrote:Ok, I've tried to fixing changing the env_meta file. and by the moment is working. But it's very weird that there appears a UNIX directory, on my debug file. I want to know how can I protect my server against these 'hackers' or whatever.

I am guessing that is debug info from the person who built the Minetest package you downloaded (looks like sfan). The game displays that information so it is easy to see which source code file the error occurred in, and since sfan compiled it, the debug info remembers his paths.

How can I fix this problem? My world map is broken in some areas. When I go those areas, the game crashes. :\. Here is another error:
    2016-11-09 23:22:03: WARNING[Server]: core.env:[...] is deprecated and should be replaced with core.[...]
    2016-11-09 23:22:20: [Emerge-0]: zerr: invalid or incomplete deflate data
    2016-11-09 23:22:20: ERROR[Emerge-0]: Invalid block data in database (13,1,-23) (SerializationError): decompressZlib: inflate failed
    2016-11-09 23:22:20: ERROR[Emerge-0]: Ignoring block load error. Duck and cover! (ignore_world_load_errors)
    2016-11-09 23:22:20: [Emerge-0]: zerr: invalid or incomplete deflate data
    2016-11-09 23:22:20: ERROR[Emerge-0]: Invalid block data in database (14,1,-23) (SerializationError): decompressZlib: inflate failed
    2016-11-09 23:22:20: ERROR[Emerge-0]: Ignoring block load error. Duck and cover! (ignore_world_load_errors)
    2016-11-09 23:22:21: ERROR[Server]: An unhandled exception occurred: Failed to save block: database disk image is malformed
    2016-11-09 23:22:21: ERROR[Server]: In thread b10:
    2016-11-09 23:22:21: ERROR[Server]: /home/stefan/mt-build/build/minetest_64/minetest/src/server.cpp:73: run: A fatal error occured: Failed to save block: database disk image is malformed
    2016-11-09 23:22:21: ERROR[Server]: Debug stacks:
    2016-11-09 23:22:21: ERROR[Server]: DEBUG STACK FOR THREAD 29c:
    2016-11-09 23:22:21: ERROR[Server]: #0 run
    2016-11-09 23:22:21: ERROR[Server]: DEBUG STACK FOR THREAD a80:
    2016-11-09 23:22:21: ERROR[Server]: #0 main
    2016-11-09 23:22:21: ERROR[Server]: #1 renderMap
    2016-11-09 23:22:21: ERROR[Server]: DEBUG STACK FOR THREAD b10:
    2016-11-09 23:22:21: ERROR[Server]: #0 run
    2016-11-09 23:22:21: ERROR[Server]: DEBUG STACK FOR THREAD cd0:
    2016-11-09 23:22:21: ERROR[Server]: #0 run
    2016-11-09 23:22:21: ERROR[Server]: DEBUG STACK FOR THREAD edc:
    2016-11-09 23:22:21: ERROR[Server]: #0 run
Visit my server: freextress.ddnsking.com 30002 . mobs, npcs, interesting places, pvp.
 

User avatar
ParaklataChotou
Member
 
Posts: 209
Joined: Sat Jun 18, 2016 17:09
GitHub: paraklatachotou
IRC: CareBearWhoCares
In-game: AutistCortana

Re: MY SERVER CRASHES EVERYTIME

by ParaklataChotou » Fri Nov 11, 2016 01:02

Byakuren wrote:
ParaklataChotou wrote:Ok, I've tried to fixing changing the env_meta file. and by the moment is working. But it's very weird that there appears a UNIX directory, on my debug file. I want to know how can I protect my server against these 'hackers' or whatever.

I am guessing that is debug info from the person who built the Minetest package you downloaded (looks like sfan). The game displays that information so it is easy to see which source code file the error occurred in, and since sfan compiled it, the debug info remembers his paths.


I just backed up the server. and that's it. It's fixed n_n. Thank you anyways. Now the error is not occurring. Sadly, I've lost part of a progress of my new spawn, but anyways.

How to backup your world? go to /minetest/world" folder, select one of those folders who says some kind of ip - if it's the ip of your server, then select it. Copy the map.mysql file, and paste it over the world folder. And that's it.
Visit my server: freextress.ddnsking.com 30002 . mobs, npcs, interesting places, pvp.
 


Return to Minetest Problems

Who is online

Users browsing this forum: No registered users and 3 guests

cron