For a new installation of StatTag, if a user goes into the User Settings dialog and clicks "OK" they will get an error. The underlying issue is that there are some null values that are trying to be written to the registry. By default, these should be converted to an empty string.
For a new installation of StatTag, if a user goes into the User Settings dialog and clicks "OK" they will get an error. The underlying issue is that there are some
nullvalues that are trying to be written to the registry. By default, these should be converted to an empty string.