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

PyMPQ: Crash/error when saving listfile changes #118

Open
Pr0nogo opened this issue Jan 19, 2019 · 0 comments
Open

PyMPQ: Crash/error when saving listfile changes #118

Pr0nogo opened this issue Jan 19, 2019 · 0 comments

Comments

@Pr0nogo
Copy link

Pr0nogo commented Jan 19, 2019

Steps to reproduce: start PyMPQ, load an archive (I used StarDat.mpq), open the settings dialog, add a new listfile (I added the one in libs\data) and click OK. The error below will display, and then you must cancel (clicking OK does nothing) before the program closes.

Traceback (most recent call last):
  File "C:\Python27\lib\lib-tk\Tkinter.py", line 1537, in __call__
    return self.func(*args)
  File "C:\Users\prono\Desktop\Libraries\Tools\SCBW\PyMS-master\Libs\setutils.py", line 1080, in ok
    self.save_settings()
  File "C:\Users\prono\Desktop\Libraries\Tools\SCBW\PyMS-master\Libs\setutils.py", line 1074, in save_settings
    p.save(d,m,self.settings)
TypeError: save() takes exactly 1 argument (4 given)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant