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

[Bug] Organize Files crashes GUI #455

Open
PsySc0rpi0n opened this issue Dec 4, 2022 · 0 comments
Open

[Bug] Organize Files crashes GUI #455

PsySc0rpi0n opened this issue Dec 4, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@PsySc0rpi0n
Copy link

PsySc0rpi0n commented Dec 4, 2022

Describe the bug
When using "Organize files option", the gui crashes and terminates.

To Reproduce
Steps to reproduce the behaviour:

  1. Click on 'Organize Files'

Actual behaviour
Application crashes:

organizing                                                                                                                                                                                                                                    
moving duplicate Bayonetta 3 [01004A4010FEA000][v0].xci
Traceback (most recent call last):
  File "/media/Storage/Nintendo/nut/gui/app.py", line 127, in on_organize
    nut.organize()
  File "/media/Storage/Nintendo/nut/nut/__init__.py", line 907, in organize
    latest.move()
  File "/media/Storage/Nintendo/nut/Fs/IndexedFile.py", line 165, in move
    self.open(self.path)
  File "/media/Storage/Nintendo/nut/Fs/Xci.py", line 120, in open
    self.partition(0xf000, None, self.hfs0, cryptoKey=None)
  File "/media/Storage/Nintendo/nut/Fs/File.py", line 72, in partition
    n.open(None, None, cryptoType, cryptoKey, cryptoCounter)
  File "/media/Storage/Nintendo/nut/Fs/Hfs0.py", line 35, in open
    raise IOError('Not a valid HFS0 partition ' + str(self.magic))
OSError: Not a valid HFS0 partition b'j\xf3\x90\xf5'
Aborted

Expected behaviour
Files being renamed, if applicable.
Also, one file is being moved to 'duplicates', but te file is not uplicated in the scanned folder.

Screenshots
https://i.ibb.co/mvw0B9v/image.png

NUT version (or git hash):

  • Nut: [v3.3]
@PsySc0rpi0n PsySc0rpi0n added the bug Something isn't working label Dec 4, 2022
@PsySc0rpi0n PsySc0rpi0n changed the title [Bug] New Bug [Bug] Organize Files crashes GUI Dec 4, 2022
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