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

"couldn't find cached components" error when trying to craft using components about to get burnt #26287

Closed
KurzedMetal opened this issue Oct 17, 2018 · 2 comments
Labels
Crafting / Construction / Recipes Includes: Uncrafting / Disassembling Info / User Interface Game - player communication, menus, etc.

Comments

@KurzedMetal
Copy link
Contributor

KurzedMetal commented Oct 17, 2018

Describe the bug
Error when trying to craft a quarterstaff: "Aborting craft: couldn't find cached components"

To Reproduce
I think I understand what happened:

  1. Moved a splintered wood and some two by fours to an Oven
  2. Set them on fire
  3. Tried to craft a quarterstaff.
  4. It failed with the error "Aborting craft: couldn't find cached components"

The two by fours in the Oven where the only ones I had around.
I guess the code tried to use those to craft the quarterstaff but either in the middle or at the end of the crafting time the two by fours got burned and I lost the component.

Expected behavior
Don't let the player craft from items getting burned.
And avoid generating an error.

Versions and configuration(please complete the following information):

  • OS: Windows 10
  • Game Version 0.C-33156-gd0fe67e
  • Graphics version: Tiles
@kevingranade
Copy link
Member

It sounds like we should just print an in-game notification instead of an error message, "some crafting materials were destroyed before you could use them".

@Night-Pryanik Night-Pryanik added Info / User Interface Game - player communication, menus, etc. Crafting / Construction / Recipes Includes: Uncrafting / Disassembling labels Oct 18, 2018
@Night-Pryanik
Copy link
Contributor

Dupe of #26264.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Crafting / Construction / Recipes Includes: Uncrafting / Disassembling Info / User Interface Game - player communication, menus, etc.
Projects
None yet
Development

No branches or pull requests

3 participants