The bug
Under certain circumstances chunks can swap or reset.
As suggested by @unknown Minecraft should handle IOException
s in a saner way and not just log them and carry on.
Known reasons
Full disk
It is confirmed that this bug happens when no free memory on the disk is left.
1.12.2
[16:40:12] [File IO Thread/ERROR]: Failed to save chunk
java.lang.NullPointerException: null
[16:40:12] [File IO Thread/INFO]: [STDERR]: java.io.IOException: Es steht nicht genug Speicherplatz auf dem Datenträger zur Verfügung
[16:40:12] [File IO Thread/INFO]: [STDERR]: at java.io.RandomAccessFile.writeBytes(Native Method)
[16:40:12] [File IO Thread/INFO]: [STDERR]: at java.io.RandomAccessFile.write(Unknown Source)
[16:40:12] [File IO Thread/INFO]: [STDERR]: at ayj.a(SourceFile:306)
[16:40:12] [File IO Thread/INFO]: [STDERR]: at ayj$a.close(SourceFile:244)
[16:40:12] [File IO Thread/INFO]: [STDERR]: at java.util.zip.DeflaterOutputStream.close(Unknown Source)
[16:40:12] [File IO Thread/INFO]: [STDERR]: at java.io.FilterOutputStream.close(Unknown Source)
[16:40:12] [File IO Thread/INFO]: [STDERR]: at java.io.FilterOutputStream.close(Unknown Source)
[16:40:12] [File IO Thread/INFO]: [STDERR]: at aye.b(SourceFile:160)
[16:40:12] [File IO Thread/INFO]: [STDERR]: at aye.a(SourceFile:145)
[16:40:12] [File IO Thread/INFO]: [STDERR]: at bgx.c(SourceFile:37)
[16:40:12] [File IO Thread/INFO]: [STDERR]: at bgx.run(SourceFile:30)
[16:40:12] [File IO Thread/INFO]: [STDERR]: at java.lang.Thread.run(Unknown Source)
"Es steht nicht genug Speicherplatz auf dem Datenträger zur Verfügung" (German) should be equivalent to the American English "There is not enough space on the disk".
This shows that the exception message is an OS error message and therefore OS dependent and translated. See also this stackoverflow question and this (currently unresolved) JDK bug report from 2001 requesting a separate exception for a full disk.
This stackoverflow question suggests that you might not even be able to directly detect a full disk, and calling getFD().sync()
could decrease performance. However, it appears currently the call to FilterOutputStream#close
causes the exception.
The question is if at that point the save files could have already been corrupted. Additionally a full disk can cause all kind of other problems, like for example the logger being unable to create log files.
How to reproduce
Windows
Use for example this guide to create a VHD and create a volume with a size of 10MB
Add a new profile using this volume as game directory
Create a new default world with gamemode Creative and fly around
Linux
See this comment (not checked)
Malfunctioning disk (?)
Hard to reproduce and likely difficult to detect.
In case an IOException
happens possibly log the error and try shutting down the server?
Linked issues
is duplicated by 59
relates to 3
Attachments
Comments 50
---- Minecraft Crash Report ----
// My bad.
Time: 11/26/14 8:49 PM
Description: Manually triggered debug crash
java.lang.Throwable
at bss.r(SourceFile:1570)
at bss.at(SourceFile:880)
at bss.a(SourceFile:317)
at net.minecraft.client.main.Main.main(SourceFile:124)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at cem.a(SourceFile:308)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [cin['declanblock'/570871, l='MpServer', x=166.28, y=134.43, z=163.67]]
Chunk stats: MultiplayerChunkCache: 1089, 1089
Level seed: 0
Level generator: ID 03 - amplified, ver 0. Features enabled: false
Level generator options:
Level spawn location: -136.00,64.00,256.00 - World: (-136,64,256), Chunk: (at 8,4,0 in -9,16; contains blocks -144,0,256 to -129,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 6882553 game time, 6412 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: spectator (ID 3). Hardcore: false. Cheats: false
Forced entities: 222 total; [adn['Painting'/570862, l='MpServer', x=192.00, y=134.50, z=175.97], adn['Painting'/570863, l='MpServer', x=192.00, y=133.00, z=175.97], agh['Zombie'/574270, l='MpServer', x=229.50, y=140.00, z=102.50], agh['Zombie'/574271, l='MpServer', x=227.97, y=140.00, z=101.97], agc['Spider'/571030, l='MpServer', x=116.50, y=43.00, z=114.50], afv['Skeleton'/571028, l='MpServer', x=112.50, y=39.00, z=125.16], afv['Skeleton'/571029, l='MpServer', x=112.50, y=39.00, z=119.50], agh['Zombie'/571027, l='MpServer', x=112.50, y=39.00, z=122.50], agh['Zombie'/571024, l='MpServer', x=121.34, y=44.00, z=121.84], abr['Bat'/571038, l='MpServer', x=115.97, y=43.43, z=113.46], abr['Bat'/571036, l='MpServer', x=125.51, y=43.23, z=124.74], abr['Bat'/571037, l='MpServer', x=114.75, y=43.10, z=116.47], agc['Spider'/571035, l='MpServer', x=123.97, y=46.09, z=120.69], abr['Bat'/571032, l='MpServer', x=118.92, y=44.44, z=114.80], abr['Bat'/571033, l='MpServer', x=112.56, y=46.10, z=112.53], adx['item.item.egg'/571045, l='MpServer', x=127.03, y=62.00, z=146.06], abu['Chicken'/571044, l='MpServer', x=126.59, y=62.53, z=146.13], adn['Painting'/571047, l='MpServer', x=124.97, y=81.00, z=238.50], aeg['container.minecart'/571046, l='MpServer', x=123.09, y=78.06, z=238.18], abr['Bat'/571041, l='MpServer', x=116.47, y=52.10, z=113.63], abr['Bat'/571040, l='MpServer', x=114.75, y=43.10, z=116.38], afv['Skeleton'/571043, l='MpServer', x=115.53, y=36.00, z=145.88], abr['Bat'/571042, l='MpServer', x=115.63, y=52.10, z=113.53], abu['Chicken'/571060, l='MpServer', x=138.84, y=62.72, z=152.00], adx['item.item.egg'/571061, l='MpServer', x=139.78, y=62.00, z=152.56], abu['Chicken'/571062, l='MpServer', x=136.84, y=62.54, z=153.97], adx['item.item.arrow'/571063, l='MpServer', x=143.16, y=67.50, z=166.94], acp['Squid'/571056, l='MpServer', x=136.78, y=60.75, z=104.75], acc['Pig'/571057, l='MpServer', x=135.81, y=62.00, z=100.06], acm['Sheep'/571068, l='MpServer', x=129.06, y=78.00, z=196.81], acm['Sheep'/571069, l='MpServer', x=132.50, y=78.00, z=196.06], acm['Sheep'/571070, l='MpServer', x=131.31, y=78.00, z=196.06], abu['Chicken'/571071, l='MpServer', x=131.09, y=82.50, z=239.31], acm['Sheep'/571064, l='MpServer', x=133.66, y=78.00, z=197.19], acm['Sheep'/571065, l='MpServer', x=130.19, y=78.00, z=196.06], acm['Sheep'/571066, l='MpServer', x=132.75, y=78.00, z=198.59], adj['Armour Stand'/571067, l='MpServer', x=129.50, y=78.00, z=200.50], abu['Chicken'/571075, l='MpServer', x=131.09, y=82.50, z=239.88], abu['Chicken'/571074, l='MpServer', x=131.48, y=82.50, z=239.88], abu['Chicken'/571073, l='MpServer', x=131.88, y=82.50, z=239.44], abu['Chicken'/571072, l='MpServer', x=131.88, y=82.50, z=239.09], aeq['Creeper'/579838, l='MpServer', x=132.50, y=65.00, z=182.50], abu['Chicken'/571079, l='MpServer', x=131.19, y=84.06, z=240.19], agh['Zombie'/577445, l='MpServer', x=221.50, y=65.00, z=138.69], abu['Chicken'/571078, l='MpServer', x=131.19, y=84.06, z=241.94], abu['Chicken'/571077, l='MpServer', x=131.78, y=84.06, z=240.19], agh['Zombie'/577447, l='MpServer', x=221.44, y=65.00, z=137.81], abu['Chicken'/571076, l='MpServer', x=131.88, y=82.50, z=239.88], abu['Chicken'/571083, l='MpServer', x=131.19, y=84.06, z=240.19], agh['Zombie'/580309, l='MpServer', x=231.50, y=140.00, z=102.50], abu['Chicken'/571082, l='MpServer', x=131.78, y=84.06, z=241.19], abu['Chicken'/571081, l='MpServer', x=131.19, y=84.06, z=242.78], abu['Chicken'/571080, l='MpServer', x=131.78, y=84.06, z=242.78], abu['Chicken'/571087, l='MpServer', x=131.19, y=84.06, z=241.28], abu['Chicken'/571086, l='MpServer', x=131.78, y=84.06, z=240.80], abu['Chicken'/571085, l='MpServer', x=131.19, y=84.06, z=242.78], abu['Chicken'/571084, l='MpServer', x=131.78, y=84.06, z=241.06], abu['Chicken'/571090, l='MpServer', x=131.19, y=84.06, z=240.19], abu['Chicken'/571091, l='MpServer', x=131.19, y=84.06, z=242.05], abu['Chicken'/571088, l='MpServer', x=131.19, y=84.06, z=242.78], agn['Villager'/578620, l='MpServer', x=92.28, y=170.00, z=205.28], abu['Chicken'/571089, l='MpServer', x=131.78, y=84.06, z=240.19], abu['Chicken'/571094, l='MpServer', x=131.19, y=84.06, z=242.78], abu['Chicken'/571095, l='MpServer', x=131.78, y=84.06, z=242.78], agc['Spider'/580769, l='MpServer', x=206.50, y=109.00, z=111.50], abu['Chicken'/571092, l='MpServer', x=131.19, y=84.06, z=241.22], abu['Chicken'/571093, l='MpServer', x=131.19, y=84.06, z=241.97], abu['Chicken'/571098, l='MpServer', x=131.78, y=84.06, z=241.31], abu['Chicken'/571099, l='MpServer', x=131.78, y=84.06, z=242.78], abu['Chicken'/571096, l='MpServer', x=131.19, y=84.06, z=240.19], abu['Chicken'/571097, l='MpServer', x=131.19, y=84.06, z=241.91], abu['Chicken'/571102, l='MpServer', x=131.78, y=84.06, z=241.95], abu['Chicken'/571103, l='MpServer', x=131.78, y=84.06, z=240.19], abu['Chicken'/571100, l='MpServer', x=131.19, y=84.06, z=240.98], abu['Chicken'/571101, l='MpServer', x=131.78, y=84.06, z=241.96], abu['Chicken'/571105, l='MpServer', x=131.19, y=84.06, z=242.78], abu['Chicken'/571104, l='MpServer', x=131.78, y=84.06, z=240.19], abu['Chicken'/571106, l='MpServer', x=131.19, y=84.06, z=240.19], acc['Pig'/571121, l='MpServer', x=146.53, y=64.00, z=93.44], abu['Chicken'/571122, l='MpServer', x=148.31, y=62.63, z=121.41], abv['Cow'/571123, l='MpServer', x=147.16, y=61.99, z=123.03], adx['item.item.egg'/571124, l='MpServer', x=148.28, y=61.00, z=122.53], abv['Cow'/571125, l='MpServer', x=149.22, y=62.35, z=125.28], abv['Cow'/571126, l='MpServer', x=157.91, y=62.40, z=136.34], abv['Cow'/571127, l='MpServer', x=145.28, y=63.00, z=153.66], abu['Chicken'/571128, l='MpServer', x=156.56, y=57.00, z=174.66], adx['item.item.arrow'/571129, l='MpServer', x=144.00, y=67.50, z=167.38], adx['item.item.arrow'/571130, l='MpServer', x=144.88, y=68.50, z=171.22], afv['Skeleton'/580158, l='MpServer', x=210.50, y=76.00, z=133.50], afv['Skeleton'/580157, l='MpServer', x=210.72, y=76.00, z=134.22], abr['Bat'/579584, l='MpServer', x=125.44, y=44.11, z=124.43], abr['Bat'/579585, l='MpServer', x=113.46, y=42.11, z=117.11], abr['Bat'/579587, l='MpServer', x=117.02, y=44.85, z=113.23], aer['Enderman'/575811, l='MpServer', x=221.50, y=102.00, z=95.50], aer['Enderman'/575810, l='MpServer', x=222.22, y=102.00, z=94.25], aer['Enderman'/575813, l='MpServer', x=244.28, y=92.00, z=123.91], aer['Enderman'/575812, l='MpServer', x=219.50, y=102.00, z=95.50], adn['Painting'/571047, l='MpServer', x=124.97, y=81.00, z=238.50], abv['Cow'/571001, l='MpServer', x=103.03, y=63.00, z=115.56], adx['item.item.egg'/571003, l='MpServer', x=107.88, y=60.00, z=156.44], afv['Skeleton'/571002, l='MpServer', x=96.50, y=44.00, z=152.50], abu['Chicken'/571004, l='MpServer', x=109.47, y=62.67, z=156.97], agh['Zombie'/571007, l='MpServer', x=101.69, y=62.63, z=177.34], abu['Chicken'/571006, l='MpServer', x=99.00, y=62.68, z=160.09], aeq['Creeper'/571284, l='MpServer', x=242.50, y=130.00, z=104.50], afv['Skeleton'/571286, l='MpServer', x=243.50, y=132.00, z=106.50], aeq['Creeper'/571287, l='MpServer', x=242.50, y=129.00, z=102.50], aeq['Creeper'/571283, l='MpServer', x=243.41, y=129.00, z=104.69], abu['Chicken'/571294, l='MpServer', x=244.59, y=171.00, z=147.34], afv['Skeleton'/571288, l='MpServer', x=240.50, y=130.00, z=101.50], abv['Cow'/571265, l='MpServer', x=230.53, y=102.00, z=185.53], abv['Cow'/571264, l='MpServer', x=225.53, y=87.00, z=157.53], abv['Cow'/571266, l='MpServer', x=226.53, y=105.00, z=224.44], abr['Bat'/578317, l='MpServer', x=181.86, y=32.16, z=159.51], aeq['Creeper'/577223, l='MpServer', x=207.50, y=87.00, z=216.16], agh['Zombie'/579987, l='MpServer', x=228.50, y=149.00, z=111.50], adx['item.item.arrow'/570870, l='MpServer', x=187.09, y=131.00, z=152.69], abv['Cow'/570868, l='MpServer', x=189.53, y=111.00, z=152.69], adx['item.item.bone'/570869, l='MpServer', x=187.88, y=131.00, z=152.63], abv['Cow'/570866, l='MpServer', x=186.56, y=111.00, z=149.22], abv['Cow'/570867, l='MpServer', x=186.81, y=111.00, z=152.84], abv['Cow'/570865, l='MpServer', x=188.25, y=111.00, z=153.53], cin['declanblock'/570871, l='MpServer', x=166.28, y=134.43, z=163.67], afv['Skeleton'/575034, l='MpServer', x=112.44, y=41.00, z=113.78], adl['entity.ItemFrame.name'/570855, l='MpServer', x=196.97, y=112.50, z=163.50], adl['entity.ItemFrame.name'/570854, l='MpServer', x=196.97, y=112.50, z=162.50], agn['Villager'/570853, l='MpServer', x=203.69, y=114.00, z=171.47], agn['Villager'/570852, l='MpServer', x=200.50, y=114.00, z=175.69], agn['Villager'/570851, l='MpServer', x=196.69, y=114.00, z=169.28], agn['Villager'/570850, l='MpServer', x=198.47, y=114.00, z=169.28], aeb['container.minecart'/570849, l='MpServer', x=204.50, y=107.06, z=169.50], agn['Villager'/570848, l='MpServer', x=192.28, y=132.00, z=184.69], adn['Painting'/570863, l='MpServer', x=192.00, y=133.00, z=175.97], adn['Painting'/570862, l='MpServer', x=192.00, y=134.50, z=175.97], afv['Skeleton'/580564, l='MpServer', x=90.44, y=65.00, z=224.53], agn['Villager'/570861, l='MpServer', x=203.69, y=114.00, z=173.28], adl['entity.ItemFrame.name'/570860, l='MpServer', x=196.97, y=112.50, z=161.50], agn['Villager'/570859, l='MpServer', x=198.28, y=114.00, z=175.50], adj['Armour Stand'/570858, l='MpServer', x=194.50, y=116.00, z=167.50], agn['Villager'/570857, l='MpServer', x=200.69, y=114.00, z=169.28], agn['Villager'/570856, l='MpServer', x=196.31, y=114.00, z=175.47], abw['Donkey'/570836, l='MpServer', x=187.63, y=105.00, z=173.09], agn['Villager'/570837, l='MpServer', x=190.75, y=124.00, z=175.13], agn['Villager'/570838, l='MpServer', x=191.44, y=124.15, z=175.69], adl['entity.ItemFrame.name'/570839, l='MpServer', x=197.03, y=111.50, z=157.50], adx['item.item.egg'/570832, l='MpServer', x=126.69, y=78.00, z=197.81], abu['Chicken'/570833, l='MpServer', x=126.50, y=78.00, z=197.38], agn['Villager'/570834, l='MpServer', x=114.69, y=170.00, z=206.66], agn['Villager'/570835, l='MpServer', x=114.28, y=170.00, z=205.28], agn['Villager'/570844, l='MpServer', x=194.59, y=132.00, z=178.41], agn['Villager'/570845, l='MpServer', x=192.31, y=124.50, z=175.13], agn['Villager'/570846, l='MpServer', x=194.50, y=137.06, z=181.50], aeh['entity.MinecartRideable.name'/570847, l='MpServer', x=194.50, y=137.06, z=181.50], adj['Armour Stand'/570840, l='MpServer', x=197.50, y=110.00, z=156.50], abr['Bat'/576698, l='MpServer', x=178.56, y=22.84, z=152.25], acr['Iron Golem'/570841, l='MpServer', x=194.16, y=132.06, z=182.69], agn['Villager'/570842, l='MpServer', x=197.66, y=132.00, z=183.91], agn['Villager'/570843, l='MpServer', x=192.78, y=132.00, z=183.88], agn['Villager'/570823, l='MpServer', x=92.69, y=170.00, z=206.22], agn['Villager'/570829, l='MpServer', x=103.56, y=170.00, z=196.69], agn['Villager'/570828, l='MpServer', x=101.28, y=170.00, z=196.69], agn['Villager'/570831, l='MpServer', x=101.28, y=170.00, z=196.69], agn['Villager'/570830, l='MpServer', x=102.72, y=170.00, z=196.28], agn['Villager'/570825, l='MpServer', x=92.50, y=170.00, z=207.13], agn['Villager'/570824, l='MpServer', x=92.28, y=170.00, z=205.28], agn['Villager'/570827, l='MpServer', x=101.28, y=170.00, z=196.28], agh['Zombie'/571167, l='MpServer', x=181.50, y=88.00, z=184.50], agh['Zombie'/580971, l='MpServer', x=214.50, y=110.00, z=202.50], abv['Cow'/571153, l='MpServer', x=166.44, y=74.00, z=227.28], adx['item.item.bone'/571152, l='MpServer', x=166.69, y=74.00, z=227.06], abu['Chicken'/571154, l='MpServer', x=164.59, y=76.00, z=240.59], abu['Chicken'/571148, l='MpServer', x=167.34, y=73.72, z=229.19], abu['Chicken'/571149, l='MpServer', x=165.97, y=73.50, z=233.38], abu['Chicken'/571150, l='MpServer', x=160.63, y=77.00, z=239.38], abu['Chicken'/571144, l='MpServer', x=163.38, y=62.67, z=127.94], adx['item.item.egg'/571145, l='MpServer', x=166.81, y=59.00, z=113.97], adx['item.item.egg'/571146, l='MpServer', x=162.34, y=60.00, z=127.56], abu['Chicken'/571147, l='MpServer', x=160.44, y=57.00, z=181.41], abu['Chicken'/571142, l='MpServer', x=161.19, y=62.47, z=111.81], abu['Chicken'/571143, l='MpServer', x=165.53, y=62.56, z=114.25], abv['Cow'/571197, l='MpServer', x=203.53, y=170.00, z=138.28], agh['Zombie'/571196, l='MpServer', x=207.50, y=76.00, z=129.50], agh['Zombie'/571195, l='MpServer', x=207.50, y=76.00, z=128.50], agh['Zombie'/571194, l='MpServer', x=205.72, y=77.59, z=126.71], abr['Bat'/579570, l='MpServer', x=115.25, y=52.00, z=112.53], abu['Chicken'/571193, l='MpServer', x=190.59, y=62.53, z=90.44], abr['Bat'/579583, l='MpServer', x=119.39, y=45.68, z=117.48], aeq['Creeper'/580396, l='MpServer', x=240.50, y=150.00, z=98.50], abv['Cow'/571172, l='MpServer', x=180.84, y=75.00, z=238.03], abv['Cow'/571173, l='MpServer', x=185.34, y=98.00, z=247.53], adx['item.item.bone'/571170, l='MpServer', x=187.38, y=94.00, z=219.41], agh['Zombie'/580950, l='MpServer', x=119.50, y=44.00, z=114.50], abv['Cow'/571171, l='MpServer', x=178.19, y=95.00, z=210.41], agh['Zombie'/580949, l='MpServer', x=118.50, y=44.00, z=117.50], afv['Skeleton'/571216, l='MpServer', x=209.63, y=75.00, z=135.38], acd['Rabbit'/571221, l='MpServer', x=217.53, y=162.00, z=151.75], acd['Rabbit'/571220, l='MpServer', x=219.28, y=158.00, z=150.28], adx['item.item.rottenFlesh'/571223, l='MpServer', x=214.13, y=113.00, z=180.13], acd['Rabbit'/571222, l='MpServer', x=218.28, y=162.00, z=150.50], abv['Cow'/571214, l='MpServer', x=211.53, y=173.00, z=91.69], agh['Zombie'/571259, l='MpServer', x=236.50, y=145.00, z=97.50], afv['Skeleton'/571258, l='MpServer', x=226.34, y=138.00, z=96.28], agh['Zombie'/571257, l='MpServer', x=225.94, y=139.00, z=97.56], agh['Zombie'/571263, l='MpServer', x=233.50, y=150.00, z=112.50], abr['Bat'/574152, l='MpServer', x=143.06, y=36.00, z=211.16], agh['Zombie'/571261, l='MpServer', x=234.50, y=145.00, z=109.50], agh['Zombie'/571251, l='MpServer', x=225.50, y=140.00, z=98.50], afv['Skeleton'/571250, l='MpServer', x=239.53, y=138.00, z=111.16], aeq['Creeper'/571249, l='MpServer', x=239.69, y=128.00, z=100.28], agh['Zombie'/571255, l='MpServer', x=224.50, y=140.00, z=107.50], agc['Spider'/571253, l='MpServer', x=226.13, y=140.00, z=100.13], abr['Bat'/577047, l='MpServer', x=147.75, y=31.10, z=124.25], afv['Skeleton'/571252, l='MpServer', x=229.50, y=140.00, z=101.50], agh['Zombie'/571242, l='MpServer', x=237.28, y=106.00, z=100.72], agh['Zombie'/571243, l='MpServer', x=224.91, y=110.00, z=109.34], afv['Skeleton'/571240, l='MpServer', x=239.50, y=140.00, z=91.50], aeq['Creeper'/571246, l='MpServer', x=237.50, y=135.00, z=98.50], agh['Zombie'/571247, l='MpServer', x=228.50, y=139.00, z=98.50], agh['Zombie'/571244, l='MpServer', x=237.50, y=105.00, z=97.50], afv['Skeleton'/571245, l='MpServer', x=228.50, y=140.00, z=99.50], afv['Skeleton'/571238, l='MpServer', x=236.50, y=138.00, z=90.50], aeq['Creeper'/571239, l='MpServer', x=234.50, y=140.00, z=90.50]]
Retry entities: 0 total; []
Server brand: vanilla
Server type: Integrated singleplayer server
Stacktrace:
at cem.a(SourceFile:308)
at bss.b(SourceFile:2278)
at bss.a(SourceFile:326)
at net.minecraft.client.main.Main.main(SourceFile:124)
-- System Details --
Details:
Minecraft Version: 1.8.1
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.7.0_71, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 475026912 bytes (453 MB) / 997531648 bytes (951 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 57, allocated: 12, tallocated: 94
Launched Version: 1.8.1
LWJGL: 2.9.1
OpenGL: AMD Radeon HD 8670D GL version 4.2.12420 Compatibility Profile Context 13.151.0.0, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (UK)
Profiler Position: N/A (disabled)
Mindcrack had this issue a while ago
https://www.youtube.com/watch?v=ePlui8cooBw&list=UUFKDEp9si4RmHFWJW1vYsMA
This issue will be fixed in the next version (1.15). If this issue is still happening to you in the 1.15 development versions, please create a new ticket with as many details as possible (in particular, game logs).
it seems as if bugs cant be avoided at this point. in my main world in 1.14.2, i have a lot of swapped chunks, reset stats and villagers that dont restock. most of my other worlds got deleted by an error and my old worlds got deleted from a non-related computer error. so now i beat the dragon 4 times, and 2 of the 4 are unplayable.
In my world all the chunks swapped around randomly this occurred after my launcher had a malfunction. And when I logged out and came back in the chunks had swapped around completely, I play on Minecraft 1.15.2 would like some guidance thank you
There's a new ticket for 1.15: MC-161823
Please force a crash by holding F3+C for 10 or more seconds and attach the report here.