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

Mysterious BaseCitizen character spawning inside houses #57

Closed
AndyTechGuy opened this issue Apr 15, 2020 · 1 comment
Closed

Mysterious BaseCitizen character spawning inside houses #57

AndyTechGuy opened this issue Apr 15, 2020 · 1 comment
Labels
Type: Bug Issues reporting and PRs fixing problems

Comments

@AndyTechGuy
Copy link
Collaborator

When testing #47, a mysterious error message would fill up the console after a little bit of time in the game inside a city:
[main] ERROR o.t.m.minimap.CharacterOverlay - No icon found for citizenMetalRenegades:baseCitizen

An icon for the baseCitizen type of character doesn't exist in the overlay system, so an error is thrown every time the minimap has to display this type of overlay. These error messages are not the fault of the overlay system, but rather point to the existance of an untracked BaseCitizen character inside the world. I added an additional icon for this type of character (blue gooey), and these characters showed up in the middle of some residential houses:

image

If I looked in just the right spot, I could also see the tooltip of the character. This tooltip had a blank icon and no name:

image

These characters likely come from an error in the CitizenSpawnSystem, and could be a major memory leak in the game if left unchecked.

@AndyTechGuy AndyTechGuy added the Type: Bug Issues reporting and PRs fixing problems label Apr 15, 2020
@AndyTechGuy
Copy link
Collaborator Author

Fixed by #36.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issues reporting and PRs fixing problems
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant