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

Dropped items are erased if they cannot fit into the tile #70583

Closed
Meister134 opened this issue Jan 1, 2024 · 6 comments
Closed

Dropped items are erased if they cannot fit into the tile #70583

Meister134 opened this issue Jan 1, 2024 · 6 comments
Labels
(S1 - Need confirmation) Report waiting on confirmation of reproducibility stale Closed for lack of activity, but still valid.

Comments

@Meister134
Copy link

Describe the bug

Items are erased if they cannot fit into the tile. Max amount of soil is 200, so if you try placing more than that at once, it gets erased but if you put less than 200, it works as expected. This bug also happens if you try to spawn items through debug.

Attach save file

N/A

Steps to reproduce

  1. Get more volume than tile can contain at once
  2. Drop it onto a tile
  3. Watch it dissappear

Expected behavior

It is supposed to just get pushed onto other tiles or go back into your inventory

Screenshots

https://imgur.com/a/mA0sp0s

Versions and configuration

  • OS: Windows
    • OS Version: 10.0.19045.3803 (22H2)
  • Game Version: eaa25f5 [64-bit]
  • Graphics Version: Tiles
  • Game Language: English [en]
  • Mods loaded: [
    Dark Days Ahead [dda],
    Sky Island [skyisland],
    ]

Additional context

No response

@Meister134 Meister134 added the (S1 - Need confirmation) Report waiting on confirmation of reproducibility label Jan 1, 2024
@actually-a-cat
Copy link
Contributor

Can confirm

Get 150 soil on a tile then drop another 150 on top of it - one stack of 150 correctly spills to adjacent tile
Wield both, creating combined stack of 300 soil and drop it - stack disappears

@Nukesor
Copy link
Contributor

Nukesor commented Jan 1, 2024

Not sure if related, but I encountered a bug where all books in a smartphone are erased if the light is turned on.

This has to be a recent bug, as I updated today and used the master from ~2 weeks ago since then.

 DEBUG    : error: item textbook_computer cannot fit into any pocket while loading: pocket with type (CONTAINER) not found

 FUNCTION : void item_contents::combine(const item_contents&, bool, bool, bool, bool)
 FILE     : src/item_contents.cpp
 LINE     : 738
 VERSION  : 0.G-6129-geaa25f56921

@ZhilkinSerg
Copy link
Contributor

See #69898

@RenechCDDA
Copy link
Member

This sounds like a regression, in the past(IIRC) it would overflow.

@Zireael07
Copy link
Contributor

Yep, I'm like 99% it used to overflow

Copy link
Contributor

github-actions bot commented Feb 1, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not bump or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered.

@github-actions github-actions bot added the stale Closed for lack of activity, but still valid. label Feb 1, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
(S1 - Need confirmation) Report waiting on confirmation of reproducibility stale Closed for lack of activity, but still valid.
Projects
None yet
Development

No branches or pull requests

6 participants