RobotStudio event

[RW7.5.2] EIO Validation failed with accented path

Options
DenisFR
DenisFR ✭✭✭
edited July 2022 in OmniCore
Hello,
I get an error with a virtual controller IRB920T with RW7.5.2 when I want to add a signal:
httpspasteboardco6FUUgWQDebHVpng

Here the text of its \HOME\eio_validation_errors.log

2022-07-22 10:34 Internal python validation error.

An internal error occurred while validating
EioValidate version:
------------------------------------------------
Traceback (most recent call last):
  File "script\CfgValidationRules\eiovalidate.pyc", line 183, in main
  File "script\CfgValidationRules\eio_validation_rules.pyc", line 212, in validate_instances
  File "script\CfgValidationRules\cfgdb_parser.pyc", line 103, in parse_cfg
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 52: invalid continuation byte
------------------------------------------------

0xe9 is the ANSI code of "é" which is in the path.
Paths, in windows, are encoded as ANSI not as UTF-8.

The other RW6.13.01 controller in same project works fine.