[Bug]: TT crashes when switching character race inside FMV
gregest opened this issue · 1 comments
Expected behavior?
Switch to the race without crashing
Actual behavior?
Texttools loads for very long, then throws out an error and then crashes
Steps to reproduce the problem
- Try to export outfit through FMV
- Switch race
- Crash
Error messages?
System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. ---> System.Exception: Encountered an error while updating body textures.
Error: The given key was not present in the dictionary.
at FFXIV_TexTools.ViewModels.FullModelViewModel.d__111.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at FFXIV_TexTools.ViewModels.FullModelViewModel.d__106.MoveNext()
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.Exception: Encountered an error while updating body textures.
Error: The given key was not present in the dictionary.
at FFXIV_TexTools.ViewModels.FullModelViewModel.d__111.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at FFXIV_TexTools.ViewModels.FullModelViewModel.d__106.MoveNext()<---
What aspect of FFXIV TexTools were you using, and what Item were you interacting with?
Component: Exporting through FMV
Item: Modded Omega-f Attire
Has this has been confirmed as an actual bug?
- This has been confirmed to be a legitimate issue and not caused by bad game data.
apologies, it wasn't an actual issue when I thought it was