Grimrukh / soulstruct

Python tools for inspecting and modifying FromSoft games (mainly Dark Souls 1).
144 stars 16 forks source link

Creating a new project results in this error #19

Open JeNoVaViRuS opened 2 years ago

JeNoVaViRuS commented 2 years ago

I worked with an older version and now wanted to use the latest one from here. Created a new project and got this error after wanting to import all files from DS1 PTDE:

Unhandled exception in script:

`Traceback (most recent call last): File "soulstruct__main.py", line 241, in File "soulstruct__main__.py", line 235, in soulstruct_main File "soulstruct\base\project\window.py", line 108, in init File "soulstruct\base\project\core.py", line 113, in init__ File "soulstruct\darksouls1ptde\project\core.py", line 36, in initialize_project File "soulstruct\base\project\core.py", line 189, in initialize_project File "soulstruct\base\project\core.py", line 260, in import_talk File "soulstruct\base\project\core.py", line 401, in import_data_from_game File "soulstruct\base\project\core.py", line 52, in project_method File "soulstruct\base\project\core.py", line 70, in data_type_action File "soulstruct\base\project\core.py", line 397, in import_data File "soulstruct\base\ezstate\talk_directory.py", line 63, in write_esp File "soulstruct\base\ezstate\talk_esd_bnd.py", line 98, in write_esp File "soulstruct\base\ezstate\esd\core.py", line 251, in write_esp File "soulstruct\base\ezstate\esd\core.py", line 214, in to_esp AttributeError: 'NoneType' object has no attribute 'submodule_name'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "soulstruct__main__.py", line 245, in RuntimeError: input(): lost sys.stdin`

JacobHearst commented 11 months ago

Also seeing this issue with the latest release for PTDE