talonos2 / BlightfallTracker

Just a way to test the issue tracking functionality of GitHub, because I'm sick of wrestling with Bug-Genie
10 stars 0 forks source link

Blightfall world damaged #238

Open Varannn opened 7 years ago

Varannn commented 7 years ago

Hi, when I enter my Blightfall world (one week old), I can't interact with anything with right click, entities don't move, chunks don't load properly, GUI's open with a delay of 10 - 15 seconds, in the teleport GUI for example, I can't teleport with left click. I was able to die recently. I can click respawn but nothing happens. How can I fix my world? Thanks

talonos2 commented 7 years ago

Sounds like a lag issue. Sometimes lag is caused by an error that takes place (and thus logs its stack trace) every frame. Is anything appearing in the console when this happens? That'd help me track it down.

On Sat, Jun 10, 2017 at 12:41 PM, Varannn notifications@github.com wrote:

Hi, when I enter my Blightfall world (one week old), I can't interact with anything with right click, entities don't move, chunks don't load properly, GUI's open with a delay of 10 - 15 seconds, in the teleport GUI for example, I can't teleport with left click. I was able to die recently. I can click respawn but nothing happens. How can I fix my world? Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/talonos2/BlightfallTracker/issues/238, or mute the thread https://github.com/notifications/unsubscribe-auth/ADNEVvJ89wl8hIACS-GJ8CCkplyTB6GYks5sCuNGgaJpZM4N2MKw .

Varannn commented 7 years ago

I've found the error: Right at the Greatwood treehouse is a chunk error and at this chunk are about 500 tainted chickens: [Server thread/WARN]: Wrong location! EntityTaintChicken['Tainted Chicken'/5414, l='Eclipsin', x=1345.46, y=62.38, z=670.91] (at 84, 41 instead of 80, 39)

talonos2 commented 7 years ago

Huh. That's... I wonder how that could have happened.

I did not place 500 tainted chickens there.

On Sat, Jun 10, 2017 at 2:24 PM, Varannn notifications@github.com wrote:

I've found the error: Right at the Greatwood treehouse is a chunk error and at this chunk are about 500 tainted chickens: [Server thread/WARN]: Wrong location! EntityTaintChicken['Tainted Chicken'/5414, l='Eclipsin', x=1345.46, y=62.38, z=670.91] (at 84, 41 instead of 80, 39)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/talonos2/BlightfallTracker/issues/238#issuecomment-307588220, or mute the thread https://github.com/notifications/unsubscribe-auth/ADNEVoKhw8IKPRMG8r3Hv7lH4qZdF1C6ks5sCvt9gaJpZM4N2MKw .

Varannn commented 7 years ago

I was able to get rid of this bunch of chickens but I guess to prevent this from happen again I have to fix the missing chunk. F3 + A doesn't help to get the chunk back

Varannn commented 7 years ago

Ok I switched to peaceful and restarted my PC. It's better but I still have these delays of about 10 seconds when open a crafting table, a chest, transport beacon.... but good FPS tho'

Varannn commented 7 years ago

The first log file was about 700 MB huge. Now it's down to under 200 MB

Varannn commented 7 years ago

http://transfer.lemonmc.com/download/c48cb2488e5bf5b1cd4c0fcea1105ac3

Varannn commented 7 years ago

Ok it seems switching the game on peaceful and switching removeErroringEntities and tileEntities on true in the forge.cml solved the problem