[MCPE-396] Duplication Glitch when mining and quitting immediately Created: 24/Oct/12 Updated: 07/Sep/15 Resolved: 17/Jul/14 |
|
| Status: | Resolved |
| Project: | Minecraft (Bedrock codebase) |
| Component/s: | None |
| Affects Version/s: | 0.5.0, 0.4.0, 0.6.0, 0.6.1 |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Forrest Herr | ||
| Resolution: | Cannot Reproduce | Votes: | 2 |
| Labels: | duplication, item | ||
| Attachments: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Issue Links: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Confirmation Status: | Community Consensus | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Platform: | Tablet - iOS - iPad 3 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CHK: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description |
|
Duplication Glitch You should get one item. Instead you get two items. 1. Mine item |
| Comments |
| Comment by Benjamin Pitman [ 22/Feb/15 ] |
What I expected to happen was...:Scenario: Expected: picking up an item, quitting and loading - the item should be in my inventory, there should not be a duplicate on the ground What actually happened was...:*Scenario: Actual: picking up an item, quitting and loading - There item is duplicated - it's in my inventory and on the ground Steps to Reproduce
Doesn't follow the ACID test: http://en.wikipedia.org/wiki/ACID System info
|
| Comment by tommo [ 17/Jul/14 ] |
|
Cleaning up all the old issues - please reply if this affects 0.9.3. |
| Comment by Vince Hagar [ 03/Dec/13 ] |
|
0.8.0 alpha build 6 I think this may also be the issue that put me on top of a tree I thought I had chopped down, again after a lock up and force close cycle. The tree (and a couple of others I know I chopped down) were present again. |
| Comment by fuj1n (Arthur Uzulin) [ 14/Mar/13 ] |
|
Marked as affecting 0.6.1 in favor of |
| Comment by Luis Robles [ 13/Feb/13 ] |
|
The problem is that the chunks(map) and the entitly(inventory) data are on separated files, i think the entitly data is saving every seconds, but the chunks data is saving every 5 seconds because the chunks.dat is the bigger file. |