Jump to content

Maine

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Maine

  1. This may be a false positive, caused by breakpoints, Minecraft auto-pausing when tabbed out by breakpoints, and timing. After further tracing the code, I do see that the chunk is - momentarily - added to the loaded chunk map, and am now seeing Unload events.
  2. I did read the EAQ. This is a potential bug with Forge. I am not looking for help with the code. Why would the forum be called "Support and Bug Reports", it's why would it's EAQ cover writing bug reports, if bug reports are not appropriate for this forum? Just because it was discovered by analyzing the code rather than a crash report should not affect where it is reported. Are you even a moderator here, or just trying to play at one and acting superior to others? Thanks shieldbug, I went looking for it last night, but I was tired after a long day of work and reproducing the issue, and only gave it a half hearted try to find it. Issue entered: https://github.com/MinecraftForge/MinecraftForge/issues/1429
  3. While working on our mod, I noticed that our custom Entity would be constantly re-read (readEntityFromNBT), even while nothing significant was occurring. After further analysis, I discovered that the same chunks were being constantly re-loaded - every frame, but never unloaded. Chunks loaded with ChunkIOExecutor.syncChunkLoad are not added to the ChunkProviderServer's loadedChunkHashMap, which can cause them to be loaded repeatedly (with a ChunkEvent.Load each time) and never trigger a ChunkEvent.Unload. This is silent behavior, so there is nothing useful in logs.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.