Closed Smee2112 closed 12 years ago
Unfortunately Pastie is still 503ing. Could you repost your pastes on pastebin.com? Thanks
Here is the pastebin for my server startup and the MV Version. I also ran the delete and unload commands just before the version so you can see the error message. http://pastebin.com/ef9VjeBh
And here is the Wold Config. http://pastebin.com/rAe11CqL
Thanks for looking!
Oh and I just noticed this when someone logged in for the first time: CONSOLE: MonsterSmash has logged in. MultiInv: Shared worlds loaded with no errors
So it's looking like no errors are being reported.
I guess let me add just a bit more. In looking at the log file, it has the below error from when I ran the Unload command.
2012-02-22 18:03:57 [WARNING] [Multiverse-Core] Hmm Multiverse does not know about this world but it's loaded in memory. 2012-02-22 18:03:57 [WARNING] [Multiverse-Core] To unload it using multiverse, use: 2012-02-22 18:03:57 [WARNING] [Multiverse-Core] /mv import infinium NORMAL
But, when I try to import it, I get this:
CONSOLE: Multiverse already knows about 'infinium'!
Could you post a larger section of your log?
I'm also interested to know where these 3 lines are: (These are from my log, but should be in yours):
20:40:32 [INFO] Preparing start region for level 0 (Seed: -1418535852628741919)
20:40:32 [INFO] Preparing start region for level 1 (Seed: -4693205423431892236)
20:40:33 [INFO] Preparing start region for level 2 (Seed: -6516103913686249918)
Here is from the Server Log and not the Console output:
Here is the debug log if that helps:
Hmm Not sure why the three lines i'm looking for are not there. Could I also see your server.properties
?
Does line 102 and following have what you are looking for from the server log?
Here is server.properties:
#Minecraft server configuration file.
#Written by McMyAdmin v0.9.7.6
allow-nether=true
level-name=world
enable-query=false
allow-flight=true
server-port=25570
level-type=DEFAULT
enable-rcon=false
hellworld=true
level-seed=
server-ip=96.8.112.18
spawn-npcs=true
white-list=false
spawn-animals=true
online-mode=true
pvp=false
difficulty=2
gamemode=0
max-players=32
spawn-monsters=true
generate-structures=true
view-distance=10
motd=A Minecraft Server
I may have it. This time I shut down the server and deleted the worlds from the worlds.yml file. Instead of ALSO deleting the folders for each world I left them there.
When I restarted, MV did not see the worlds and did not try to create them. So the memory on the server was much better.
At some point I'd like to delete those folders because the primary one especially is quite large. But for now I'm happy with just getting them out of the memory.
Thanks for your help and if you have any ideas on how I can delete the folders without having the worlds regenerate, I'm all ears.
I think I may know now. Are you running /mv unload
before /mv delete
?
No, I did not use unload. That may have been it.
Sorry, but there is no way to test now. Our server crashed hard and there was nothing left. Just finished re-installing everything fresh. Thanks for you help!
Hello,
I installed MV last week. As part of the installation I wanted to rename my first "world" to "infinium". I followed the instructions by renaming the folders and change the Server.Properties setting level-name=infinium. (Duplicated this for The End and Nether worlds) I restarted the server and the world was successfully renamed but none of the warps worked. So I renamed the folder back to "world" and changed Server.Properties back.
When I restarted, MV created a new world called infinium as well as infinium_the_end and infinium_nether. I tried every command I could find to delete or unload the worlds. Each time I received the error. "Error trying to Unload/Delete world 'infinium'"
I also tried deleting the world folders (After shutdown) and removed the references to the worlds from the worlds config. Upon restart, all three worlds were regenerated with the same seeds but empty.
I think this is a bug in being able to delete. I went on the IRC channel and walked through all I did with a user there. Every suggestion he had, I had already tried. He then suggested I submit a bug report.
Here is the version info: http://pastie.org/private/z34eaonzpvuismaskmqgcw
Here is the worlds.yml: http://pastie.org/3414657 (notice Infinium is at the bottom of the config. When I deleted them, they were at the top)
Here is the startup log and it shows me running a few of the commands: http://pastie.org/3414641
I'd like to unload or delete these worlds because they are taking up memory that can be otherwise used.
I'll be glad to provide any other info you may need to troubleshoot this.
Thanks, Smee