-8045: Conversion to UNICODE impossible
Explanation
You tried to convert data in ASCII format (see also
UNICODE) into UCS-2 format. This attempt has failed.User action
You cannot perform a conversion explicitly. You can try to avoid this error by explicitly converting the UCS-2 data used, for example, for comparisons.