fidgetingbits/IDArling

Cannot create project

laqieer opened this issue · 0 comments

Behaviour

Error occurs when clicking 'Create' button:
image

Error

Traceback (most recent call last):
  File "C:\Users/laqie/AppData/Roaming/Hex-Rays/IDA Pro/plugins\idarling\interface\dialogs.py", line 514, in _create_project_accepted
    if any(project.name == name for project in self._projects):
TypeError: 'NoneType' object is not iterable

if any(project.name == name for project in self._projects):

Environment

  • IDA Pro Version 7.7.2200118 Windows x64
  • Python 3.10.8 (tags/v3.10.8:aaaf517, Oct 11 2022, 16:50:30) [MSC v.1933 64 bit (AMD64)]
  • IDAPython v7.4.0 final (serial 0)
  • IDArling d1a8c58
  • Client side