Posts: 2
	Threads: 1
	Joined: Jan 2014
	
Thanks: 0
	Given 0 thank(s) in 0 post(s)
	 
 
	
	
		As the title says I'm looking for a way to copy my current stock minecraft server over to MCServer for the purpose of being a bit less abusive on my ram but when i copy world over MCServer.exe crashes on load any help would be appreciated thanks
	
	
	
	
	
 
 
	
	
	
		
	Posts: 1,162
	Threads: 68
	Joined: Mar 2013
	
Thanks: 245
	Given 128 thank(s) in 101 post(s)
	 
 
	
		
		
		01-10-2014, 04:04 PM 
(This post was last modified: 01-10-2014, 04:05 PM by tonibm19.)
		
	 
	
		MCServer it's compatible with Anvil so you should't have any problem. Do you removed MCServer world and put a new?. Do you have Storage=Default at world.ini?
	
	
	
	
	
 
 
	
	
	
		
	Posts: 954
	Threads: 16
	Joined: May 2013
	
Thanks: 68
	Given 112 thank(s) in 93 post(s)
	 
 
	
	
		Oh yeah, I have this problem too. Something to do with loading entities and a NULL pointer. I'll see if I can provide a world for xoft to test.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 2
	Threads: 1
	Joined: Jan 2014
	
Thanks: 0
	Given 0 thank(s) in 0 post(s)
	 
 
	
	
		I have it set to anvil which is the thing that boggles me the most. My world is around 500mbs to not sure if that matters.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 954
	Threads: 16
	Joined: May 2013
	
Thanks: 68
	Given 112 thank(s) in 93 post(s)
	 
 
	
	
		Aw, it may be easy for you, but I couldn't think of any sort of link between where it crashed and where the problem was.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 6,482
	Threads: 176
	Joined: Jan 2012
	
Thanks: 131
	Given 1085 thank(s) in 857 post(s)
	 
 
	
	
		It crashed while doing m->World->HasEntity() in the cEntity's destructor. The debugger would've told you m_World was NULL, and from there you could just walk the callstack up to see why it's being called with such a value.