Jeremy Rimpo 6ddeb667d7 Fix issue where 'fixer' is not initialized
- getSimpleArchiveBase crawls every directory until it finds a 'VALID' or runs out of directories
- Even if the archive as a whole is 'fixable', the fixer gets unset if the last entry is not 'fixable'
- isArchiveSupported still sees the base 'fixable' response and tells MO2 the archive is installable
- install uses 'getSimpleArchiveBase' to init the process, causing 'checker' to be set null
- rerunning the 'dataLooksValid' on the base archive before running 'fix' corrects the issue
2025-05-06 22:00:57 -05:00
2024-06-09 14:02:53 +02:00
2018-05-04 00:28:37 -05:00
S
Description
No description provided
134 KiB
Languages
C++ 96.8%
CMake 3.2%