Wrye-bash: Attempting to Resize Window Regions Raises TypeError with Lambda

Created on 5 Jan 2017  路  7Comments  路  Source: wrye-bash/wrye-bash

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.

C-bug A-wx M-relnotes

All 7 comments

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 :)

@Utumno Built a new nightly (307.201907230210) and pushed it to dropbox.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Utumno picture Utumno  路  25Comments

Utumno picture Utumno  路  7Comments

SuperSandro2000 picture SuperSandro2000  路  7Comments

Arthmoor picture Arthmoor  路  5Comments

leandor picture leandor  路  21Comments