You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplest way to reproduce is to have HANDLE_AUDIO process two identical sets of audio files in two different components, like in the Xan mod (components 0 and 6).
After installing both components, the first component's WAV file will be located in the second component's backup dir. The second component will have WAV files in its audio dir and in the override.
Uninstallation of the second component is supposed to delete the WAV files in the override and in the audio dir and restore the first component's WAV to the override. What instead happens is that while supposedly deleting the WAV in the audio dir, the conditional at line 353 kicks in. This results in the backed-up file being "restored" to the audio dir. It is then unavailable when it's supposed to be restored to the override. The first component is effectively broken until reinstalled, since its WAV is not located in the override like it should be.
The text was updated successfully, but these errors were encountered:
Simplest way to reproduce is to have HANDLE_AUDIO process two identical sets of audio files in two different components, like in the Xan mod (components 0 and 6).
After installing both components, the first component's WAV file will be located in the second component's backup dir. The second component will have WAV files in its audio dir and in the override.
Uninstallation of the second component is supposed to delete the WAV files in the override and in the audio dir and restore the first component's WAV to the override. What instead happens is that while supposedly deleting the WAV in the audio dir, the conditional at line 353 kicks in. This results in the backed-up file being "restored" to the audio dir. It is then unavailable when it's supposed to be restored to the override. The first component is effectively broken until reinstalled, since its WAV is not located in the override like it should be.
The text was updated successfully, but these errors were encountered: