Invalid utf8 character string: '\xA6Kz\x18\x11\xEC\xA6BL\xED\xFBk\x00*' when working with break points

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
KoSchmi
Posts: 1
Joined: Fri 30 Jun 2017 17:51

Invalid utf8 character string: '\xA6Kz\x18\x11\xEC\xA6BL\xED\xFBk\x00*' when working with break points

Post by KoSchmi » Thu 20 Jan 2022 17:55

While working with the stored procedre debugger, from time to time this error occurs while executing the procedure.
"Invalid utf8 character string"
followed by a hex value
e.g.
Invalid utf8 character string: '\xA6Kz\x18\x11\xEC\xA6BL\xED\xFBk\x00*'

When removing all break points, the error disappears for the time being.

Unfortunately, I cannot reproduce this error unerringly so far.

Anyone who has encountered this issue, too?

I use::
Product Name: dbForge Studio 2020 for MySQL
Product Version: 9.0.791.0
DB: MariaDB 10.4

alexa

Re: Invalid utf8 character string: '\xA6Kz\x18\x11\xEC\xA6BL\xED\xFBk\x00*' when working with break points

Post by alexa » Sun 23 Jan 2022 17:38

Could you please provide us a screenshot of the error and perform the following:
1. Select 'Tools -> Options...' from the main menu. The 'Options' window opens.
2. Navigate to the 'Environment -> Output' branch.
3. Select the 'Write queries sent by the program to the SQL Log' and 'Log application errors' options.
4. Unselect the 'Delete application log after closing' option. Click 'OK'.
5. Reproduce the issue and send us the *.log file with the latest date from the folder:
%SystemDrive%\Users\%UserName%\AppData\Roaming\Devart\dbForge Studio for MySQL\

Please also provide us the CREATE definition of the object.

A video or screenshots would be of help.

You can send the reply straight to our support system at supportATdevartDOTcom.

Post Reply