In the Linux version, the bug remains unsolved. I observed:
-Always dismounting 3 by 3 blocks away in open field
-Falling down into the deep (dismounting into thin air)
-Dismounting to the other side of a wall
I always let the updates download and install, and have a 'vanilla' game. Do I need to reopen this?
I think I have this problem too:
-Yesterday a chunk got corrupted.
-It had loaded correctly just minutes before.
-Closing and opening the game did not solve it.
-The world has been upgraded several times, this chunk was originally generated last year.
-I never downgraded, or used editors, game mode has always been adventure
-this chunk never regenerated, as happened before somewhere else in this world, but is a grey hole. Entering it will make you fall slowly, like sinking in the water.
-loading the world takes very long time, and all loading takes 'for ever'
-many glitches, sudden change of player location, general feeling of corruption
-reverted to backup
from the log:
20:33:43] [main/INFO]: Setting user: goudensun
[20:33:43] [main/INFO]: (Session ID is token:50c38eb7da7d4b0f9db2f872380cfb4b:d11567930001402ba76a2861e3cbd606)
[20:33:44] [Client thread/INFO]: LWJGL Version: 2.9.0
[20:33:45] [Client thread/INFO]: Reloading ResourceManager: Default
[20:33:46] [Sound Library Loader/INFO]: Sound engine started
[20:33:46] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[20:33:47] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[20:33:54] [Client thread/WARN]: Unable to play empty soundEvent: minecraft:music.menu
[20:33:58] [Client thread/WARN]: Unable to play empty soundEvent: minecraft:music.menu
[20:34:00] [Server thread/INFO]: Starting integrated minecraft server version 1.7.2
[20:34:00] [Server thread/INFO]: Generating keypair
[20:34:00] [Server thread/INFO]: Preparing start region for level 0
[20:34:02] [Server thread/INFO]: Preparing spawn area: 10%
[20:34:03] [Server thread/INFO]: goudensun[local:E:f53c9bea] logged in with entity id 59 at (1325.5, 70.69999998807907, -1708.766343297474)
[20:34:03] [Server thread/INFO]: goudensun joined the game
[20:34:05] [Server thread/ERROR]: Chunk file at 88,-113 is in the wrong location; relocating. (Expected 88, -113, got 78, -109)
[20:34:05] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2740ms behind, skipping 54 tick(s)
[20:34:56] [Server thread/ERROR]: Chunk file at 88,-113 is in the wrong location; relocating. (Expected 88, -113, got 78, -109)
[20:35:34] [Server thread/ERROR]: Wrong location! we['entity.MinecartRideable.name'/210, l='Finnmuren', x=1408.17, y=67.35, z=-1799.50]
[20:35:34] [Server thread/ERROR]: Wrong location! mm['goudensun'/59, l='Finnmuren', x=1408.17, y=66.55, z=-1799.50]
[20:35:34] [Server thread/ERROR]: Wrong location! mm['goudensun'/59, l='Finnmuren', x=1408.17, y=66.55, z=-1799.50]
[20:35:34] [Server thread/ERROR]: Wrong location! mm['goudensun'/59, l='Finnmuren', x=1408.17, y=66.55, z=-1799.50]
[20:35:34] [Server thread/ERROR]: Wrong location! mm['goudensun'/59, l='Finnmuren', x=1408.17, y=66.55, z=-1799.50]
[20:35:34] [Server thread/ERROR]: Wrong location! mm['goudensun'/59, l='Finnmuren', x=1408.17, y=66.55, z=-1799.50]
[20:35:34] [Server thread/ERROR]: Wrong location! mm['goudensun'/59, l='Finnmuren', x=1408.17, y=66.55, z=-1799.50]
[20:35:34] [Server thread/ERROR]: Wrong location! we['entity.MinecartRideable.name'/210, l='Finnmuren', x=1408.57, y=67.35, z=-1799.50]
[20:35:34] [Server thread/ERROR]: Wrong location! mm['goudensun'/59, l='Finnmuren', x=1408.57, y=66.55, z=-1799.50]
[20:35:34] [Server thread/ERROR]: Wrong location! mm['goudensun'/59, l='Finnmuren', x=1408.57, y=66.55, z=-1799.50]
[20:35:34] [Server thread/ERROR]: Wrong location! mm['goudensun'/59, l='Finnmuren', x=1408.57, y=66.55, z=-1799.50]
[20:35:34] [Server thread/ERROR]: Wrong location! mm['goudensun'/59, l='Finnmuren', x=1408.57, y=66.55, z=-1799.50]
[20:35:34] [Server thread/ERROR]: Wrong location! we['entity.MinecartRideable.name'/210, l='Finnmuren', x=1408.77, y=67.35, z=-1799.50]
[20:35:34] [Server thread/ERROR]: Wrong location! mm['goudensun'/59, l='Finnmuren', x=1408.77, y=66.55, z=-1799.50]
Thank you, i found it now.
Maybe 'Resolved' puts people on the wrong leg at first, implying it is
solved, would it be better to call it 'Merged into <issue>'? On the
other hand, I now learned to look for duplicates, so for me this
meta-issue is meta-resolved 😉
/Mark
Since 1.7 the player's jump out of the minecart is longer. The landing can be up to 3 blocks away in both the x and z direction, in the nether, but also in the upper world it is farther than before. Even if there are open spaces nearer to the cart.
The player is also catapulted through glass walls in the nether, without breaking the glass.
Jumping through walls, floors and glass without damaging the walls or the player is almost certainly just a bug.
The longer jump out of the minecart could be a bug or a new feature, but a very annoying one for all who have to rebuild structures.
What I think:
Probably the landing is miscalculated, as it seems to try to land at x+3 and z -3 from the minecart. I have not seen much happening in the z direction, but maybe just coincidence that I have no thin floors where I want to exit. Or else the exit-function searches for open space and all the blocks nearby are marked occupied. Good luck!
@Michael Radzy: Thanks, now it is fixed in my game as well 🙂