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

Items disappear when shift clicking and hotbar full #4134

Open
Glizbane opened this issue Sep 21, 2024 · 9 comments
Open

Items disappear when shift clicking and hotbar full #4134

Glizbane opened this issue Sep 21, 2024 · 9 comments
Labels
department: code Issues apparently caused by code priority: high Crashes and issues that affect survival gameplay status: new This issue is fresh! target: survival Affects survival mode

Comments

@Glizbane
Copy link

Game Version

1.19.8

Platform

Windows

Modded

Modded

SP/MP

Multiplayer

Description

When the hotbar is full, shift clicking on an item will make the item disappear. The item doesn't get dropped, it seemingly just gets deleted.

How to reproduce

  1. Fill the hotbar with any items
  2. Hold shift and click on any item in the inventory
  3. ???
  4. The item that was shift-clicked disappears from the inventory, and doesn't show up on the hotbar.

Screenshots

No response

Logs

Log
client-main.txt
client-debug.txt
client-audit.txt

@Glizbane Glizbane added the status: new This issue is fresh! label Sep 21, 2024
@Craluminum2413
Copy link
Collaborator

Are you sure it is not in backpack?

@Craluminum2413 Craluminum2413 added status: incomplete Could need a little more information and removed status: new This issue is fresh! labels Sep 21, 2024
@Glizbane
Copy link
Author

Yes, the item just disappears. I've attached a couple screenshots showing my inventory and hotbar before I shift clicked an extinguished torch. The next screenshot shows the inventory slot where the torch was prior to clicking it, but is now empty, and the torch doesn't appear in any other item slots.
2024-09-21_09-26-43
2024-09-21_09-26-49

@Glizbane
Copy link
Author

Glizbane commented Sep 21, 2024

Here are the updated client audit and main log files. The client-main.txt file seems to have these lines that may be related to the item disappearing, but I don't know enough about it to see why it would be having these errors.

21.9.2024 09:25:54 [Warning] Failed resolving a blocks itemdrop or smeltedstack with code game:lore-book in panningdrop
21.9.2024 09:25:54 [Warning] Failed resolving a blocks itemdrop or smeltedstack with code game:lore-book in panningdrop
21.9.2024 09:25:54 [Warning] Failed resolving a blocks itemdrop or smeltedstack with code game:lore-book in panningdrop
21.9.2024 09:25:54 [Warning] Failed resolving a blocks itemdrop or smeltedstack with code game:lore-book in panningdrop
21.9.2024 09:25:54 [Warning] Failed resolving a blocks itemdrop or smeltedstack with code game:resonancearchive-1 in panningdrop
21.9.2024 09:25:54 [Warning] Failed resolving a blocks itemdrop or smeltedstack with code game:resonancearchive-2 in panningdrop
21.9.2024 09:25:54 [Warning] Failed resolving a blocks itemdrop or smeltedstack with code game:resonancearchive-3 in panningdrop
21.9.2024 09:25:54 [Warning] Failed resolving a blocks itemdrop or smeltedstack with code game:resonancearchive-4 in panningdrop
21.9.2024 09:25:54 [Warning] Failed resolving a blocks itemdrop or smeltedstack with code game:resonancearchive-5 in panningdrop
21.9.2024 09:25:54 [Warning] Failed resolving a blocks itemdrop or smeltedstack with code game:resonancearchive-6 in panningdrop
21.9.2024 09:25:54 [Warning] Failed resolving a blocks itemdrop or smeltedstack with code game:resonancearchive-7 in panningdrop
21.9.2024 09:25:54 [Warning] Failed resolving a blocks itemdrop or smeltedstack with code game:resonancearchive-8 in panningdrop
21.9.2024 09:25:54 [Warning] Failed resolving a blocks itemdrop or smeltedstack with code game:resonancearchive-9 in panningdrop

Edit: There's also this line in the Client audit log
21.9.2024 09:26:32 [Audit] Glizbane opened inventory craftinggrid-5ElYt2HmSA+RODuOOTf/2lr6
21.9.2024 09:26:32 [Audit] Glizbane opened inventory backpack-5ElYt2HmSA+RODuOOTf/2lr6
21.9.2024 09:26:45 [Audit] Glizbane shift clicked slot 18 in backpack-5ElYt2HmSA+RODuOOTf/2lr6. Moved 0xTorch (Extinguished) to ()

client-audit.txt
client-main.txt

@Craluminum2413 Craluminum2413 added the department: code Issues apparently caused by code label Nov 6, 2024
@Sergo467
Copy link

I am faced with a similar problem.

default.mp4

@cjohnsto-nz
Copy link

Also experiencing this issue. 1.19 stable.
https://youtu.be/5nZG-G5bRFo

@Widdershin
Copy link

Have been able to replicate this bug, seems to happen with Joy of Sailing.

When shift clicking an item into a boat’s storage, it enters an unexpected inventory with no associated entity.

We were able to fix this issue by deleting our boat and disabling the Joy of Sailing mod.

@jsonu26a1
Copy link

jsonu26a1 commented Jan 26, 2025

I encountered this on v1.20.1 yesterday; I'm not sure if I'll be able to find the logs when it occurred. Commenting here to remind myself to grab logs and update here if I encounter it again.

Background: I was in my cellar, and had a storage vessel with onions. There were 3 stacks of varying amounts, each stack with a different spoilage timer. At one point, I Shift+LMB to move a new stack of onions from my inventory into storage, and then I noticed gliches, like it being added to a stack, but the quantity was wrong, and then I was moving various stacks back and forth using Shift+LMB, to try and understand what was happening. At one point I stopped for a moment, and watched one of the stacks in the storage vessel disappear. I don't even remember how many the vessel started with, or if any items were deleted/lost after I exited/saved and reloaded.

Edit to add: This was in singleplayer with a new world I generated on v1.20.1

@Craluminum2413 Craluminum2413 added status: new This issue is fresh! priority: high Crashes and issues that affect survival gameplay and removed status: incomplete Could need a little more information labels Jan 26, 2025
@vitaliygluhov
Copy link

vitaliygluhov commented Feb 4, 2025

I also have this bug that repeats periodically. Ver 1.20.3

Video_2025_01_28-1.webm

@Craluminum2413 Craluminum2413 added the target: survival Affects survival mode label Feb 10, 2025
@Craluminum2413 Craluminum2413 pinned this issue Feb 11, 2025
@Gitcurt777
Copy link

I was quite excited to play the new 1.20.4 update.
Thanks for your work.
Unfortunately, through my excitement, I did not notice my hot-bar was full. When I went to shift click tools.
They vanished...
Still an Issue. Guess I'll wait. As using Creative. Breaks the immersion for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
department: code Issues apparently caused by code priority: high Crashes and issues that affect survival gameplay status: new This issue is fresh! target: survival Affects survival mode
Projects
None yet
Development

No branches or pull requests

8 participants