User

Results 3 comments of User

I had the same issue (the message `UIBASERENDERER: Cannot load font []` right before crash report part of the log). To fix the issue, I had to manually copy the...

Does the following line indicate an issue: `fixme:bcrypt:key_asymmetric_generate algorithm 11 not supported` ? Wine spews it each time I try to hit 'Retry'. P. S. 11 corresponds to the ALG_ID_ECDSA_P256...

Apparently, lines related to bcrypt library are not so important. I've just tried a quick patch with private key signature generation implemented for ECDSA algos, and the error still occurs....