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

Plot clear deleting chunks in plots! #966

Closed
PhanaticD opened this issue Mar 16, 2016 · 13 comments
Closed

Plot clear deleting chunks in plots! #966

PhanaticD opened this issue Mar 16, 2016 · 13 comments

Comments

@PhanaticD
Copy link
Contributor

I compiled the version off gihub march15

plot clear is resetting the chunks to be nothing, including neighbor plots!
screenshot: https://gyazo.com/107dfe46d41fa375ccddf85bccbc08d6

@PhanaticD
Copy link
Contributor Author

The server crashed with this first error

[21:05:35] [Server thread/ERROR]: Could not pass event ChunkLoadEvent to PlotSquared v3.3.1
org.bukkit.event.EventException
    at org.bukkit.plugin.EventExecutor$1.execute(EventExecutor.java:46) ~[patched_1.9.jar:git-Paper-489]
    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[patched_1.9.jar:git-Paper-489]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched_1.9.jar:git-Paper-489]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:517) [patched_1.9.jar:git-Paper-489]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:502) [patched_1.9.jar:git-Paper-489]
    at org.bukkit.craftbukkit.v1_9_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:55) [patched_1.9.jar:git-Paper-489]
    at org.bukkit.craftbukkit.v1_9_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:14) [patched_1.9.jar:git-Paper-489]
    at org.bukkit.craftbukkit.v1_9_R1.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:188) [patched_1.9.jar:git-Paper-489]
    at org.bukkit.craftbukkit.v1_9_R1.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:347) [patched_1.9.jar:git-Paper-489]
    at org.bukkit.craftbukkit.v1_9_R1.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:34) [patched_1.9.jar:git-Paper-489]
    at net.minecraft.server.v1_9_R1.MinecraftServer.D(MinecraftServer.java:795) [patched_1.9.jar:git-Paper-489]
    at net.minecraft.server.v1_9_R1.DedicatedServer.D(DedicatedServer.java:404) [patched_1.9.jar:git-Paper-489]
    at net.minecraft.server.v1_9_R1.MinecraftServer.C(MinecraftServer.java:714) [patched_1.9.jar:git-Paper-489]
    at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:613) [patched_1.9.jar:git-Paper-489]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_74]
Caused by: java.lang.IllegalArgumentException: Cannot set property BlockStateEnum{name=variant, clazz=class net.minecraft.server.v1_9_R1.BlockWood$EnumLogVariant, values=[acacia, dark_oak]} to oak on block minecraft:leaves2, it is not an allowed value
    at net.minecraft.server.v1_9_R1.BlockStateList$BlockData.set(SourceFile:177) ~[patched_1.9.jar:git-Paper-489]
    at net.minecraft.server.v1_9_R1.BlockLeaves2.fromLegacyData(SourceFile:65) ~[patched_1.9.jar:git-Paper-489]
    at org.bukkit.craftbukkit.v1_9_R1.block.CraftBlock.setData(CraftBlock.java:105) ~[patched_1.9.jar:git-Paper-489]
    at org.bukkit.craftbukkit.v1_9_R1.block.CraftBlock.setData(CraftBlock.java:90) ~[patched_1.9.jar:git-Paper-489]
    at com.plotsquared.bukkit.generator.BukkitPlotGenerator$1.populate(BukkitPlotGenerator.java:76) ~[?:?]
    at net.minecraft.server.v1_9_R1.Chunk.a(Chunk.java:1007) ~[patched_1.9.jar:git-Paper-489]
    at net.minecraft.server.v1_9_R1.Chunk.loadNearby(Chunk.java:963) ~[patched_1.9.jar:git-Paper-489]
    at org.bukkit.craftbukkit.v1_9_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:73) ~[patched_1.9.jar:git-Paper-489]
    at org.bukkit.craftbukkit.v1_9_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:14) ~[patched_1.9.jar:git-Paper-489]
    at org.bukkit.craftbukkit.v1_9_R1.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:188) ~[patched_1.9.jar:git-Paper-489]
    at org.bukkit.craftbukkit.v1_9_R1.util.AsynchronousExecutor$Task.get(AsynchronousExecutor.java:164) ~[patched_1.9.jar:git-Paper-489]
    at org.bukkit.craftbukkit.v1_9_R1.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:334) ~[patched_1.9.jar:git-Paper-489]
    at org.bukkit.craftbukkit.v1_9_R1.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:295) ~[patched_1.9.jar:git-Paper-489]
    at org.bukkit.craftbukkit.v1_9_R1.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:16) ~[patched_1.9.jar:git-Paper-489]
    at net.minecraft.server.v1_9_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:143) ~[patched_1.9.jar:git-Paper-489]
    at net.minecraft.server.v1_9_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:125) ~[patched_1.9.jar:git-Paper-489]
    at net.minecraft.server.v1_9_R1.ChunkProviderServer.getOrCreateChunkFast(ChunkProviderServer.java:83) ~[patched_1.9.jar:git-Paper-489]
    at net.minecraft.server.v1_9_R1.World.getChunkAt(World.java:341) ~[patched_1.9.jar:git-Paper-489]
    at net.minecraft.server.v1_9_R1.World.getChunkAtWorldCoords(World.java:337) ~[patched_1.9.jar:git-Paper-489]
    at net.minecraft.server.v1_9_R1.World.c(World.java:668) ~[patched_1.9.jar:git-Paper-489]
    at net.minecraft.server.v1_9_R1.World.c(World.java:642) ~[patched_1.9.jar:git-Paper-489]
    at net.minecraft.server.v1_9_R1.World.getLightLevel(World.java:632) ~[patched_1.9.jar:git-Paper-489]
    at org.bukkit.craftbukkit.v1_9_R1.block.CraftBlock.getLightLevel(CraftBlock.java:166) ~[patched_1.9.jar:git-Paper-489]
    at org.bukkit.craftbukkit.v1_9_R1.block.CraftBlockState.<init>(CraftBlockState.java:37) ~[patched_1.9.jar:git-Paper-489]
    at org.bukkit.craftbukkit.v1_9_R1.block.CraftSign.<init>(CraftSign.java:17) ~[patched_1.9.jar:git-Paper-489]
    at org.bukkit.craftbukkit.v1_9_R1.block.CraftBlock.getState(CraftBlock.java:264) ~[patched_1.9.jar:git-Paper-489]
    at org.bukkit.craftbukkit.v1_9_R1.CraftChunk.getTileEntities(CraftChunk.java:110) ~[patched_1.9.jar:git-Paper-489]
    at com.plotsquared.bukkit.listeners.ChunkListener.processChunk(ChunkListener.java:307) ~[?:?]
    at com.plotsquared.bukkit.listeners.ChunkListener.onChunkLoad(ChunkListener.java:209) ~[?:?]
    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor87.execute(Unknown Source) ~[?:?]
    at org.bukkit.plugin.EventExecutor$1.execute(EventExecutor.java:44) ~[patched_1.9.jar:git-Paper-489]
    ... 14 more
[21:05:35] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.IllegalArgumentException: Cannot set property BlockStateEnum{name=variant, clazz=class net.minecraft.server.v1_9_R1.BlockWood$EnumLogVariant, values=[acacia, dark_oak]} to oak on block minecraft:leaves2, it is not an allowed value
    at net.minecraft.server.v1_9_R1.BlockStateList$BlockData.set(SourceFile:177) ~[patched_1.9.jar:git-Paper-489]
    at net.minecraft.server.v1_9_R1.BlockLeaves2.fromLegacyData(SourceFile:65) ~[patched_1.9.jar:git-Paper-489]
    at org.bukkit.craftbukkit.v1_9_R1.block.CraftBlock.setData(CraftBlock.java:105) ~[patched_1.9.jar:git-Paper-489]
    at org.bukkit.craftbukkit.v1_9_R1.block.CraftBlock.setData(CraftBlock.java:90) ~[patched_1.9.jar:git-Paper-489]
    at com.plotsquared.bukkit.generator.BukkitPlotGenerator$1.populate(BukkitPlotGenerator.java:76) ~[?:?]
    at net.minecraft.server.v1_9_R1.Chunk.a(Chunk.java:1007) ~[patched_1.9.jar:git-Paper-489]
    at net.minecraft.server.v1_9_R1.Chunk.loadNearby(Chunk.java:963) ~[patched_1.9.jar:git-Paper-489]
    at org.bukkit.craftbukkit.v1_9_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:73) ~[patched_1.9.jar:git-Paper-489]
    at org.bukkit.craftbukkit.v1_9_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:14) ~[patched_1.9.jar:git-Paper-489]
    at org.bukkit.craftbukkit.v1_9_R1.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:188) ~[patched_1.9.jar:git-Paper-489]
    at org.bukkit.craftbukkit.v1_9_R1.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:347) ~[patched_1.9.jar:git-Paper-489]
    at org.bukkit.craftbukkit.v1_9_R1.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:34) ~[patched_1.9.jar:git-Paper-489]
    at net.minecraft.server.v1_9_R1.MinecraftServer.D(MinecraftServer.java:795) ~[patched_1.9.jar:git-Paper-489]
    at net.minecraft.server.v1_9_R1.DedicatedServer.D(DedicatedServer.java:404) ~[patched_1.9.jar:git-Paper-489]
    at net.minecraft.server.v1_9_R1.MinecraftServer.C(MinecraftServer.java:714) ~[patched_1.9.jar:git-Paper-489]
    at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:613) [patched_1.9.jar:git-Paper-489]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_74]

@PhanaticD
Copy link
Contributor Author

then the generator did not load right or something with this error (causing the issue in the screenshot)

[09:13:33] [Server thread/INFO]: [P2] Detected world load for 'plotme_member'
[09:13:33] [Server thread/INFO]: [P2]  - generator: PlotSquared>PlotSquared
[09:13:33] [Server thread/INFO]: [P2]  - plotworld: com.intellectualcrafters.plot.generator.HybridPlotWorld
[09:13:33] [Server thread/INFO]: [P2]  - manager: com.intellectualcrafters.plot.generator.HybridPlotManager
[09:13:33] [Server thread/INFO]: [P2]  - schematic: false
[09:13:33] [Server thread/INFO]: World possibly already loaded: plotme_member
[09:13:33] [Server thread/INFO]: Preparing start region for level 1 (Seed: 876265281970129172)
[09:13:34] [Server thread/WARN]: java.lang.reflect.InvocationTargetException
[09:13:34] [Server thread/WARN]:    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[09:13:34] [Server thread/WARN]:    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[09:13:34] [Server thread/WARN]:    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[09:13:34] [Server thread/WARN]:    at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.EntityTypes.a(SourceFile:232)
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:466)
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:415)
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.ChunkRegionLoader.loadEntities(ChunkRegionLoader.java:370)
[09:13:34] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_9_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:42)
[09:13:34] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_9_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:14)
[09:13:34] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_9_R1.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:337)
[09:13:34] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_9_R1.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:295)
[09:13:34] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_9_R1.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:16)
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:143)
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:125)
[09:13:34] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_9_R1.CraftServer.createWorld(CraftServer.java:953)
[09:13:34] [Server thread/WARN]:    at org.bukkit.Bukkit.createWorld(Bukkit.java:485)
[09:13:34] [Server thread/WARN]:    at org.bukkit.WorldCreator.createWorld(WorldCreator.java:261)
[09:13:34] [Server thread/WARN]:    at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:466)
[09:13:34] [Server thread/WARN]:    at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:447)
[09:13:34] [Server thread/WARN]:    at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:422)
[09:13:34] [Server thread/WARN]:    at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:725)
[09:13:34] [Server thread/WARN]:    at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:309)
[09:13:34] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292)
[09:13:34] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:319)
[09:13:34] [Server thread/WARN]:    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[09:13:34] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_9_R1.CraftServer.loadPlugin(CraftServer.java:355)
[09:13:34] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_9_R1.CraftServer.enablePlugins(CraftServer.java:315)
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.MinecraftServer.t(MinecraftServer.java:405)
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.MinecraftServer.l(MinecraftServer.java:370)
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.MinecraftServer.a(MinecraftServer.java:325)
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.DedicatedServer.init(DedicatedServer.java:273)
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:564)
[09:13:34] [Server thread/WARN]:    at java.lang.Thread.run(Thread.java:745)
[09:13:34] [Server thread/WARN]: Caused by: java.lang.IllegalArgumentException: Duplicate id value for 15!
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.DataWatcher.register(DataWatcher.java:63)
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.EntityOcelot.i(EntityOcelot.java:33)
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.Entity.<init>(Entity.java:194)
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.EntityLiving.<init>(EntityLiving.java:120)
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.EntityInsentient.<init>(EntityInsentient.java:49)
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.EntityCreature.<init>(EntityCreature.java:20)
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.EntityAgeable.<init>(EntityAgeable.java:39)
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.EntityAnimal.<init>(EntityAnimal.java:10)
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.EntityTameableAnimal.<init>(SourceFile:30)
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.EntityOcelot.<init>(EntityOcelot.java:13)
[09:13:34] [Server thread/WARN]:    ... 34 more
[09:13:34] [Server thread/WARN]: Skipping Entity with id Ozelot
[09:13:34] [Server thread/WARN]: java.lang.reflect.InvocationTargetException
[09:13:34] [Server thread/WARN]:    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[09:13:34] [Server thread/WARN]:    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[09:13:34] [Server thread/WARN]:    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[09:13:34] [Server thread/WARN]:    at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.EntityTypes.a(SourceFile:232)
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:466)
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:415)
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.ChunkRegionLoader.loadEntities(ChunkRegionLoader.java:370)
[09:13:34] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_9_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:42)
[09:13:34] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_9_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:14)
[09:13:34] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_9_R1.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:337)
[09:13:34] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_9_R1.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:295)
[09:13:34] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_9_R1.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:16)
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:143)
[09:13:34] [Server thread/WARN]:    at net.minecraft.server.v1_9_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:125)
[09:13:34] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_9_R1.CraftServer.createWorld(CraftServer.java:953)
[09:13:34] [Server thread/WARN]:    at org.bukkit.Bukkit.createWorld(Bukkit.java:485)
[09:13:34] [Server thread/WARN]:    at org.bukkit.WorldCreator.createWorld(WorldCreator.java:261)
[09:13:34] [Server thread/WARN]:    at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:466)
[09:13:34] [Server thread/WARN]:    at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:447)
[09:13:34] [Server thread/WARN]:    at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:422)
[09:13:34] [Server thread/WARN]:    at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:725)
[09:13:34] [Server thread/WARN]:    at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:309)
[09:13:34] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292)

@PhanaticD
Copy link
Contributor Author

even when those error messages did not appear it is still happening, it was working one minute and then now it is not, no error message. One plot I could clear it and use //regen and the next one over I could not

@PhanaticD
Copy link
Contributor Author

after disabling fast mode it appears to be working, for now at least

@MattBDev
Copy link
Contributor

@PhanaticD Can you confirm that disabling fast mode fixed the issue? If you can, it helps A LOT.

@PhanaticD
Copy link
Contributor Author

okay no it is not fast mode, it works fine after a server restart then randomly breaks over time (thats why i thought that was the fix, because a restart momentarily fixed it)

Sent from my iPhone

On Mar 16, 2016, at 9:45 AM, Matt notifications@github.com wrote:

@PhanaticD Can you confirm that disabling fast mode fixed the issue? If you can, it helps A LOT.


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub

@PhanaticD
Copy link
Contributor Author

now it looks like this: https://gyazo.com/ed570ac4c09251acd9b39e6e3f3281e1

@EvilOlaf
Copy link
Contributor

Seems like only chunk which are not connected to the road are affected?

@PhanaticD
Copy link
Contributor Author

after changing to non-fast mode it looks like that

@L4BORG
Copy link

L4BORG commented Mar 17, 2016

So it's the same issue as here #953 ?

@L4BORG
Copy link

L4BORG commented Mar 17, 2016

Also, do you think that this could be related: http://shrani.si/f/3m/NS/1loSpXZT/untitled.png ? Started happening at about the same time and "plot regenallroads world" just wouldn't fix it... (also I think plot regenallroads world could be bugged since it would say that it's still running... after hours and we're rocking MC-32 with SSDs).

@JKnetz
Copy link

JKnetz commented Mar 19, 2016

Same issue here

@PhanaticD
Copy link
Contributor Author

https://gyazo.com/93f848f113f718528d7a63dbb04eae94
this is version compiled off github march 25 right after you pushed that commit "forgot to push this"
with fast-mode false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants