Skip to content

IDA 9.1 support? #9

@privacyguy123

Description

@privacyguy123

I seem to be running into this issue:

Failed while executing plugin_t.run():
Traceback (most recent call last):
  File "C:/Users/Laptop/AppData/Roaming/Hex-Rays/IDA Pro/plugins/D810.py", line 65, in run
    self.reload_plugin()
    ~~~~~~~~~~~~~~~~~~^^
  File "C:/Users/Laptop/AppData/Roaming/Hex-Rays/IDA Pro/plugins/D810.py", line 43, in reload_plugin
    configure_loggers(real_log_dir)
    ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "C:\Users/Laptop/AppData/Roaming/Hex-Rays/IDA Pro/plugins\d810\log.py", line 20, in configure_loggers
    logging.config.fileConfig(log_conf_file, defaults={"default_log_filename": log_main_file,
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                       "z3_log_filename": z3_test_file})
                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Python313\Lib\logging\config.py", line 90, in fileConfig
    handlers = _install_handlers(cp, formatters)
  File "C:\Python313\Lib\logging\config.py", line 158, in _install_handlers
    args = eval(args, vars(logging))
  File "<string>", line 1
    ('C:\Users\Laptop\AppData\Roaming\Hex-Rays\IDA Pro\plugins\d810_logs\d810.log',)
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions