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

Crash with "Select entity key" on the Celestial Altar #2

Open
4 tasks done
victorpopkov opened this issue Oct 17, 2021 · 0 comments
Open
4 tasks done

Crash with "Select entity key" on the Celestial Altar #2

victorpopkov opened this issue Oct 17, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@victorpopkov
Copy link
Member

victorpopkov commented Oct 17, 2021

  • I understand that if I ignore these instructions, my issue may be closed without review.
  • I have made sure that there are no similar opened issues.
  • I have made sure that the mod version matches the latest release.
  • I have reproduced this issue when other mods have been disabled.

Describe the bug

Found by @sauktux. When using the "Select entity key" on the Celestial Altar (prefab moon_altar), Dev Tools crashes as it tries to concatenate the altar's name, which is a table:

{MOON_ALTAR_WIP = "Partially Assembled Altar", MOON_ALTAR = "Celestial Altar"})

Seems to be a Klei's naming inconsistency issue. The modder expects the name index to always return a string because Klei even defaults to "MISSING NAME".

Steps to reproduce

  1. Go to Celestial Altar.
  2. Use "Select entity key" on it.
  3. See error.

Expected behavior

See Celestial Altar info related to the "Select entity key" feature.

Console output

Click to expand
If applicable, replace this line with the output.

Screenshot

Click to expand

issue

@victorpopkov victorpopkov added the bug Something isn't working label Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant