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

Tool reloads skeleton/actor when toggling spotlights in-game. #683

Closed
Cy399 opened this issue Dec 13, 2021 · 2 comments
Closed

Tool reloads skeleton/actor when toggling spotlights in-game. #683

Cy399 opened this issue Dec 13, 2021 · 2 comments

Comments

@Cy399
Copy link

Cy399 commented Dec 13, 2021

Bug: The tool resets/re-reads the actor files whenever a spotlight is toggled in game during g-pose. This can sometimes lead to a tool crash due to an error

To Reproduce
Steps to reproduce the behaviour:

  1. Go to Gpose with Anamnesis up
  2. Click on the Camera Lighting buttons
  3. Character/Actor icons will turn red as if the tool is re-reading the character files
  4. Can lead to crash

Expected behaviour
This behavior has only happened with the newest version, this bug wasn't present in older versions.
2021-12-13-19-38-14.txt

@Yuki-Codes
Copy link
Contributor

Yes, it looks like ana is losing track of the actor over and over again, and the crash seems like a race condition on a secondary thread.

@Yuki-Codes
Copy link
Contributor

I've fixed the crash, and moved the flickering selection to its own issue: #686

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants