problem
when using the launcher to install HDR, the last step is to run Verify. However, Verify currently crashes, most likely because it is attempting to use the arcropolis API to check if HDR is enabled, but arcropolis is not available. Because arcropolis is a dependency that gets installed, it will not yet be loaded by smash and have its symbols present for us to call, and therefore when we do, we segfault.
solution
we should be checking if the symbol is valid before calling it.
problem
when using the launcher to install HDR, the last step is to run Verify. However, Verify currently crashes, most likely because it is attempting to use the arcropolis API to check if HDR is enabled, but arcropolis is not available. Because arcropolis is a dependency that gets installed, it will not yet be loaded by smash and have its symbols present for us to call, and therefore when we do, we segfault.
solution
we should be checking if the symbol is valid before calling it.