Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error extracting F/A-18 textures #14

Closed
leandroarndt opened this issue May 29, 2023 · 1 comment
Closed

Error extracting F/A-18 textures #14

leandroarndt opened this issue May 29, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@leandroarndt
Copy link
Owner

Exception in thread Thread-3:
Traceback (most recent call last):
  File "threading.py", line 1038, in _bootstrap_inner
  File "D:\Program Files (x86)\MSFS Livery Tools\msfs_livery_tools\gui\actions.py", line 29, in run
    self.task(*self.args, **self.kwargs)
  File "D:\Program Files (x86)\MSFS Livery Tools\msfs_livery_tools\gui\actions.py", line 145, in _do_extract_textures
    flags_dir.append(texture_dir.navigate(path))
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Program Files (x86)\MSFS Livery Tools\msfs_livery_tools\vfs\vfs.py", line 43, in navigate
    return self.parent.navigate(sep.join(parts))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Program Files (x86)\MSFS Livery Tools\msfs_livery_tools\vfs\vfs.py", line 43, in navigate
    return self.parent.navigate(sep.join(parts))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Program Files (x86)\MSFS Livery Tools\msfs_livery_tools\vfs\vfs.py", line 43, in navigate
    return self.parent.navigate(sep.join(parts))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  [Previous line repeated 1 more time]
  File "D:\Program Files (x86)\MSFS Livery Tools\msfs_livery_tools\vfs\vfs.py", line 45, in navigate
    return self.contents[next_part.lower()].navigate(sep.join(parts))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Program Files (x86)\MSFS Livery Tools\msfs_livery_tools\vfs\vfs.py", line 46, in navigate
    return self.contents[next_part]
           ~~~~~~~~~~~~~^^^^^^^^^^^
KeyError: 'texture'
@leandroarndt leandroarndt added the bug Something isn't working label May 29, 2023
@leandroarndt leandroarndt self-assigned this May 29, 2023
@leandroarndt
Copy link
Owner Author

Solved by edd170d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant