10-21-2014, 05:42 AM 
		
	
	
	
	
	
	
| 
					ChunkCache question
				 | 
| 
		
		
		10-22-2014, 02:20 AM 
(This post was last modified: 10-22-2014, 02:21 AM by sphinxc0re.)
		
	 
		I worked around it  but another problem opens itself to me. I am getting an errormessage: Code: [18:18:56] Verification failed: m_World->GetChunkData(a_ChunkX + x - 1, a_ChunkZ + z - 1, Reader), file /var/lib/jenkins/jobs/MCServer Linux x64/workspace/src/LightingThread.cpp, line 335What is this??? It aborts after this because of a SIGSEGV 
		
		
		10-22-2014, 05:13 AM 
		
	 
		That is most intriguing. Post a stacktrace. The SIGSEGV is intentional - when the server detects that a verification has failed, it commits suicide on purpose so that the stacktrace can be captured.
	 
		
		
		10-23-2014, 01:31 AM 
(This post was last modified: 10-23-2014, 01:32 AM by sphinxc0re.)
		
	 
		So, here is the link to my plugin. I would be very amazed, if someone looked into it  https://github.com/SphinxC0re/SphinxOres NOTE: The plugin doesn't work at the moment, so it would be very nice if someone had a fix for my problems. 
		
		
		10-23-2014, 02:29 AM 
		
	 
		Wow, this must run really REALLY slow, doesn't it? You're effectively loading 6 chunks worth of schematic file for each and every block in the chunk (65k blocks) while obfuscating a single chunk. Or am I reading the code bad?
	 
		
		
		10-23-2014, 03:07 AM 
		
	  Yeah you are right. But that way the transitions between the chunks get smoother. no more gaps and so on.. 
		
		
		10-23-2014, 06:30 AM 
		
	 
		So don't read the files on every block access, load them up before accessing the blocks and use a separate function that uses those pre-loaded files.
	 
		
		
		10-23-2014, 04:53 PM 
		
	 
		Well, you're right. I try to change that
	 
		
		
		11-05-2014, 05:47 AM 
		
	 
		Hey, I revamped my code a little bit and am now waiting for response. Atm I'm getting an error ![[Image: eePu4Qd.png]](http://i.imgur.com/eePu4Qd.png)  
		
		
		11-06-2014, 08:54 AM 
		
	 
		Okay, I freshed up my code and now I get this error. Seems to be the same as before though: ![[Image: OnJByWx.png]](http://i.imgur.com/OnJByWx.png)  | 
| 
					« Next Oldest | Next Newest »
				 | 
Users browsing this thread: 1 Guest(s)

 

 

