Page 2 of 2

Re: env_meta error

Posted: Tue May 14, 2019 08:47
by Miniontoby
I have Windows 10 and I think I can't compile it. Do you have option??

Re: env_meta error

Posted: Tue May 14, 2019 14:45
by pgimeno
No, sorry. As I said, without the possibility of reproducing it, there's no way for anyone to diagnose it..

Perhaps with some luck, the above patch is incorporated into the core and you can use the next version to help us diagnose it, but the chances of that are slim.

Re: env_meta error

Posted: Wed May 15, 2019 14:57
by Miniontoby
Is there an other option??

Re: env_meta error

Posted: Thu May 16, 2019 14:32
by Miniontoby
When I have done with this command

Code: Select all

minetest.exe --worldname gebouweninecht --console --logfile C:\Users\Tobias\Documents\Programma's\minetest-0.4.17.1-win64\serverdebug.txt
I get also the error

Code: Select all

2019-05-16 16:27:53: ACTION[Server]: singleplayer [127.0.0.1] joins game. 
2019-05-16 16:27:53: ACTION[Server]: singleplayer joins game. List of players: singleplayer
2019-05-16 16:27:58: ACTION[Server]: singleplayer punches object 11: LuaEntitySAO at (-114.393,2.725,-317.004)
2019-05-16 16:28:08: WARNING[Server]: Failed to write to file: XXX\bin\..\worlds\gebouweninecht\env_meta.txt
2019-05-16 16:28:08: ERROR[Server]: An unhandled exception occurred: Couldn't save env meta
2019-05-16 16:28:08: ERROR[Server]: In thread 8:
2019-05-16 16:28:08: ERROR[Server]: /home/stefan/mt-build/build/minetest_64/minetest/src/server.cpp:74: run: A fatal error occurred: Couldn't save env meta

Re: env_meta error

Posted: Mon Jun 03, 2019 15:06
by Miniontoby
I have found from before this env_meta error

Code: Select all

2019-05-13 14:52:49: WARNING[Server]: Failed to write to file: XXX\bin\..\worlds\server_daconcepts.com_30000\env_meta.txt
2019-05-13 14:52:49: ERROR[Server]: An unhandled exception occurred: Couldn't save env meta
[b]2019-05-13 14:52:49: ERROR[Server]: In thread 2c:[/b]
2019-05-13 14:52:49: ERROR[Server]: /home/stefan/mt-build/build/minetest_64/minetest/src/server.cpp:74: run: A fatal error occurred: Couldn't save env meta

thread "2c" == 44 threads (!!!!). How can that??

And this

Code: Select all

2019-05-06 20:39:27: WARNING[Server]: Failed to write to file: XXX\bin\..\worlds\capture\env_meta.txt
2019-05-06 20:39:27: ERROR[Server]: An unhandled exception occurred: Couldn't save env meta
2019-05-06 20:39:27: ERROR[Server]: In thread 52:
2019-05-06 20:39:27: ERROR[Server]: /home/stefan/mt-build/build/minetest_64/minetest/src/server.cpp:74: run: A fatal error occurred: Couldn't save env meta
Thread "52" == 82 threads!!

And

Code: Select all

2019-05-03 21:29:22: WARNING[Server]: Failed to write to file: XXX\bin\..\worlds\capture\env_meta.txt
2019-05-03 21:29:23: ERROR[Server]: An unhandled exception occurred: Couldn't save env meta
2019-05-03 21:29:23: ERROR[Server]: In thread 3b:
2019-05-03 21:29:23: ERROR[Server]: /home/stefan/mt-build/build/minetest_64/minetest/src/server.cpp:74: run: A fatal error occurred: Couldn't save env meta
Thread "3b" == 59 threads

And

Code: Select all

2019-04-29 19:40:53: WARNING[Server]: Failed to write to file: XXX\bin\..\worlds\spi\env_meta.txt
2019-04-29 19:40:53: ERROR[Server]: An unhandled exception occurred: Couldn't save env meta
2019-04-29 19:40:53: ERROR[Server]: In thread 37:
2019-04-29 19:40:53: ERROR[Server]: /home/stefan/mt-build/build/minetest_64/minetest/src/server.cpp:74: run: A fatal error occurred: Couldn't save env meta
Thread "37" == 55 threads

And

Code: Select all

2019-04-11 20:39:58: WARNING[Server]: Failed to write to file: XXX\bin\..\worlds\test\env_meta.txt
2019-04-11 20:39:58: ERROR[Server]: An unhandled exception occurred: Couldn't save env meta
2019-04-11 20:39:58: ERROR[Server]: In thread 3c:
2019-04-11 20:39:58: ERROR[Server]: /home/stefan/mt-build/build/minetest_64/minetest/src/server.cpp:74: run: A fatal error occurred: Couldn't save env meta
Thread "3c" == 60 threads

And so on


P.S. The thread number is heximal (for Windows users open "calculator" goto "programm" and type the click on "HEX" and type the thread number and look at "DEC") and convert it to decimal

P.S. Or open Windows Powershell and type "'{0:d}' -f 0x<>" (type by "<>" on the end the thread number )

Re: env_meta error

Posted: Mon Oct 21, 2019 12:28
by Miniontoby
Is there an solution???

Re: env_meta error

Posted: Mon Oct 21, 2019 16:10
by pgimeno
Miniontoby wrote:Is there an solution???
pgimeno wrote:No, sorry. As I said, without the possibility of reproducing it, there's no way for anyone to diagnose it.
This still applies.

Re: env_meta error

Posted: Tue Oct 22, 2019 07:23
by Miniontoby
I could save my worlds and my mods and re-install minetest and put my worlds back and my mods

Re: env_meta error

Posted: Tue Oct 22, 2019 17:54
by Krock
1) Ensure Minetest has write access to env_meta.txt and its directory
2) Move Minetest to another location so that the path only contains ASCII characters.
3) Add an exception in your antivirus to skip the Minetest path.

Re: env_meta error

Posted: Wed Oct 23, 2019 14:08
by Miniontoby
Krock wrote:1) Ensure Minetest has write access to env_meta.txt and its directory
Minetest have write access (my other worlds does work and mostly when I make new worlds I get the env_meta error)
Krock wrote:2) Move Minetest to another location so that the path only contains ASCII characters.
I did already, I think (if I realy understand this question)
Krock wrote:3) Add an exception in your antivirus to skip the Minetest path.
I have done already