Region data failed to load for this world, Cauldron 1.7.10.
LadyCailinBot opened this issue ยท 19 comments
WORLDGUARD-3477 - Reported by scravey
When ever I try to create a region, it says the above. I went and checked the logs like it said and this is what I get:
https://dl.dropboxusercontent.com/u/136954715/fml-server-3.log
It was to large to upload to anything like paste bin due to the repeating errors inside.
All that stuff at the bottom is spamming my console the whole time as well, and I have no idea what the problem is.
Comment by wizjany
- you're using beta3, either stick to the newest versions or stick to an old one that was targeted to 1.7.10
- something/someone is throwing block physics events which are giving us null somewhere, either there's invalid data or the world isn't loaded yet. seems to be related to mystcraft generation, ic2 is trying to gen rubber trees before the world is fully loaded? idk definitely a mod issue though.
- where are you trying to make regions? your startup log shows everything loading fine, and there's no sign of any commands being used to create regions.
Comment by scravey
- Sorry about it being beta 3, I was testing to see if any versions worked. I previously had Beta 5 and it still repeated the same thing.
- Thanks for the Mystcraft advice! I thought it might be that or Multiverse and I hardly use Mystcraft, so I may remove it from the pack.
- I was making the region with the /region claim command, but it may have not been in this particular log.
I will try removing Mystcraft and try some other stuff to see if it works. Also, my world edit does not work at all. It says it changed the block (example: 10 blocks created!) but nothing changes.
EDIT: So I just tried removing Mystcraft and that changed nothing, so I updated to the lastest World Guard ( as well as World Edit) version (the engine hub latest one) and it still says the "Region data failed to load for this world" so I went and checked the logs like it said, but there appeared to be no error besides the essentials error when I connected, which I do not think has anything to to with it. Updated logs are as follows: https://dl.dropboxusercontent.com/u/136954715/latest.log
Comment by wizjany
wow someone else just had this too, cross-linking for visibility: http://youtrack.sk89q.com/issue/WORLDGUARD-3477
Comment by scravey
One final question... Do you have any desire or plans to convert the mod over to Sponge now that Bukkit is dead?
Comment by wizjany
well, it solved all the physics NPEs.
region data failing to load is probably due to an issue with your region config or the region file itself. can you backup your config and try deleting all your WG configs and region files to see if that solves it?
Comment by scravey
@wizjany Deleted plugins\WorldEdit and plugins\WorldGuard and the problem persist still. No errors in console or log, just "Region data failed to load for this world. Please ask a server administrator to read the logs to identify the reason". So I got to thinking, and awhile back I used Multiverse (slightly mentioned above) and I had ran into some problems with accidentally naming a Multiverse world "world". I do not think this is the issue, but at this point I am very confused as to what the problem is.
Comment by scravey
@wizjany Yes, just double checked it.
Comment by wizjany
the only reason i can see that happening without a corresponding error in console is if a world was loaded after worldguard initially loaded and the server (cauldron/forge/whatever) didn't throw an event to tell worldguard that a new world loaded...
can you try doing /wg reload?
Comment by scravey
I did that and it said "WorldGuard: An unexpected error occurred! Please see the server console". So I checked the console and it actually threw up an error! https://dl.dropboxusercontent.com/u/136954715/latest.log
Somthing about no "world" and bukkit? Not sure what that means...
Comment by wizjany
uh, what world are you doing this in? are you in the main world? if so, does worldedit work at all?
Comment by scravey
This is in my main world, I have used /getpos and it said I was in "world" but this is really confusing me. The thing is, what if it is not in my main world, and has not been the whole time, and I did not know it? Because one time I created a multiverse called "world" by accident, but this world I have now is in fact in my main server directory. Also, world edit does not work in my world.
Comment by wizjany
can you do /wg report -p
it seems that your world is somehow missing...
also possibly...try installing the forge version of worldedit alongside the bukkit one. that might solve some issues at least.
Comment by scravey
Tried installing forge worldedit, nothing changed as it still does not work at all.
World Guard Report:
http://paste.enginehub.org/oBydu.report
Comment by wizjany
all of your worlds are called world. not exactly sure why or what is doing it, but it's not working out for wg/we.
forge has a very different idea of how to index worlds, and unfortunately it directly conflicts with bukkit's. i suggest you try figuring out how to rename your worlds, as making a fix for this (and backporting it) in WG/WE is going to be a lot of work and probably won't happen anytime soon.
Comment by wizjany
no clue, at this point i'm not even sure what is naming them. you mentioned doing one with multiverse before but dunno if that applies to the others.