The specific error text is :
TypeError: <lambda>() takes exactly 2 arguments (1 given)
I suspect that the lambda is getting called by an iterator somewhere, and expecting "self" as one of its arguments.
See https://github.com/wrye-bash/wrye-bash/wiki/[github]-Reporting-a-bug
In particular the full traceback and - errrr - the window ?
I've actually hit this with some development builds before as well... I'll see if I can replicate it.
Thanks @Infernio as it stands it's not really useful but please reopen as needed. Should have been a trivial fix with the bugdump
Randomly figured out how to reproduce this while setting up a new Skyrim installation:
Double click on any 'window separator' (e.g. the separator between the Description and Masters sections in the Mods tab)
Unfortunately, the bug dump is less than helpful since it doesn't give a trace, only the error message
Hey @Infernio glad to see you back - grep for lamdas with two arguments is where I would start from (hopefully they are few). Let's hope it's not on wx side. Can't be of much help now as away from windows machine. We need to post a nightly though, nightly branch contains couple fixes and the feles readmes (at last). If you could do this it would be great - keep the bass.py version change and commit it to nightly, that way we can check people are using that version (I just stage it from the gui while executables are building). One issue I have not had time to look at is #441 - should be an easy fix, just make dialog resizeable or something.
Thanks :)
Was introduced in https://github.com/wrye-bash/wrye-bash/commit/00533897b1c094befe235a69b51bc866c2a9e803, OnDClick only took one parameter but the new lambda took two.
Should be fixed as of https://github.com/wrye-bash/wrye-bash/commit/3777650f1aa4820e5e48124017eab85117c2e2b7.
@Utumno Built a new nightly (307.201907230210) and pushed it to dropbox.