Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

region file not found #30

Closed
untuned opened this issue Mar 29, 2020 · 2 comments
Closed

region file not found #30

untuned opened this issue Mar 29, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@untuned
Copy link

untuned commented Mar 29, 2020

@Sciroccogti
Copy link

Sciroccogti commented Apr 1, 2020

I also ran into this issue, though I know it might be caused by my copy of the world/ directory -- because the server is on another computer, I had to copy the files from that one to my current computer.

  • platform: Ubuntu 18.04
  • Java: openjdk 11.0.6
  • Minecraft: 1.15.2, no mod no resource pack

However, it turns out that despite of the error, the map can be rendered correctly. Maybe some of the blocks are not rendered, but it does not matter.

[DEBUG] Failed to render tile (-503, 463) of map 'world', rescheduling for 2. attempt..[ERROR] Failed to render tile (-504, 463) of map 'world'!
java.io.FileNotFoundException: world/region/r.-32.28.mca (No such file or directory)

        at java.base/java.io.RandomAccessFile.open0(Native Method)
        at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:345)
        at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
        at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:214)
        at de.bluecolored.bluemap.core.mca.MCAWorld.loadChunk(MCAWorld.java:221)
        at de.bluecolored.bluemap.core.mca.MCAWorld.lambda$getChunk$0(MCAWorld.java:204)
        at com.google.common.cache.LocalCache$LocalManualCache$1.load(LocalCache.java:5065)
        at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716)
        at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424)
        at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298)
        at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211)
        at com.google.common.cache.LocalCache.get(LocalCache.java:4154)
        at com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.java:5060)
        at de.bluecolored.bluemap.core.mca.MCAWorld.getChunk(MCAWorld.java:204)
        at de.bluecolored.bluemap.core.mca.MCAWorld.isChunkGenerated(MCAWorld.java:256)
        at de.bluecolored.bluemap.core.world.World.isAreaGenerated(World.java:139)
        at de.bluecolored.bluemap.core.world.World.isAreaGenerated(World.java:128)
        at de.bluecolored.bluemap.core.world.World.isAreaGenerated(World.java:119)
        at de.bluecolored.bluemap.core.render.TileRenderer.render(TileRenderer.java:50)
        at de.bluecolored.bluemap.common.MapType.renderTile(MapType.java:72)
        at de.bluecolored.bluemap.common.RenderTicket.render(RenderTicket.java:28)
        at de.bluecolored.bluemap.common.RenderManager.renderThread(RenderManager.java:142)
        at java.base/java.lang.Thread.run(Thread.java:834)

@TBlueF TBlueF added bug Something isn't working module: common labels Apr 1, 2020
@TBlueF
Copy link
Member

TBlueF commented Apr 5, 2020

Related: #24

@TBlueF TBlueF closed this as completed in 2f046b6 Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants