blindpandas / Audio-Themes-NVDA-Add-on

The ultimate audio display for NVDA
GNU General Public License v2.0
18 stars 14 forks source link

Can't open audiotheme studio #17

Open dreinn opened 2 years ago

dreinn commented 2 years ago

Using the latest sources and NVDA 2021.3, this feature is not usable. If you go in nvda menu, Audiotheme Studio, nothing happens and the log says:

ERROR - unhandled exception (10:01:46.412) - MainThread (12884): Traceback (most recent call last): File "D:\Users\MI09424\Desktop\xnvda\userConfig\addons\audiothemes\globalPlugins\audiothemes__init.py", line 90, in on_studio_itemclicked with AudioThemesStudioStartupDialog(self, ("Audio Themes Studio")) as dlg: File "D:\Users\MI09424\Desktop\xnvda\userConfig\addons\audiothemes\globalPlugins\audiothemes\studio__init.py", line 103, in init super().init__(*args, **kwargs) File "D:\Users\MI09424\Desktop\xnvda\userConfig\addons\audiothemes\globalPlugins\audiothemes\studio\themes_blender.py", line 110, in init__ line, 0, wx.GROW | wx.ALIGN_CENTER_VERTICAL | wx.RIGHT | wx.TOP, 10 wx._core.wxAssertionError: C++ assertion "!(flags & wxALIGN_CENTRE_VERTICAL)" failed at ....\src\common\sizer.cpp(2147) in wxBoxSizer::DoInsert(): Vertical alignment flags are ignored in vertical sizers

Do you confirm?

mush42 commented 2 years ago

Yes. This error is due to NVDA upgrading to wxPython 4.11.

I'll update this add-on as my time permits. If anyone wants to contribute fixes, they can send pull requests.

If anyone wants to financially sponsor the development of this add-on they can contact me at the email listed in the addon's info.

Best Musharraf