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

C-c during emu verify causes an IndexError #8

Open
ChrisCummins opened this issue Mar 25, 2015 · 0 comments
Open

C-c during emu verify causes an IndexError #8

ChrisCummins opened this issue Mar 25, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@ChrisCummins
Copy link
Owner

$ emu verify -S /mnt/primary
^Cemu: received SIGINT
Traceback (most recent call last):
  File "/usr/local/bin/emu-verify", line 63, in <module>
    ret = main(argv, len(argv))
  File "/usr/local/bin/emu-verify", line 52, in main
    use_cached=options.use_cached):
  File "/usr/local/libexec/emu/libemu.py", line 602, in verify
    clean = worker_thread.get() == self.id.checksum
  File "/usr/local/libexec/emu/libemu.py", line 2485, in get
    return stdout.split()[0][:32]
IndexError: list index out of range
$ emu version
emu version 0.1.50
@ChrisCummins ChrisCummins modified the milestone: 0.3.0 Jul 14, 2015
@ChrisCummins ChrisCummins self-assigned this Jul 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant