Launching <wxpython> GUI in the background, please wait...
Microsoft Windows [Version 10.0.17763.1935]
(c) 2018 Microsoft Corporation. All rights reserved.
C:\Users\IEUser>wxdigit.py: Could not load grass_vector.8.3.
wxdigit.py: Could not load grass_vector.8.3.
wxnviz.py: Could not load grass_g3d.8.3.
Traceback (most recent call last):
File "C:\Program Files\GRASS GIS 8.3\Python39\lib\site-packages\wx\core.py", line 3407, in <lambda>
lambda event: event.callable(*event.args, **event.kw) )
File "C:\Program Files\GRASS GIS 8.3\gui\wxpython\wxgui.py", line 95, in show_main_gui
mainframe = GMFrame(parent=None, id=wx.ID_ANY, workspace=self.workspaceFile)
File "C:\Program Files\GRASS GIS 8.3\gui\wxpython\main_window\frame.py", line 164, in __init__
self.BuildPanes()
File "C:\Program Files\GRASS GIS 8.3\gui\wxpython\main_window\frame.py", line 533, in BuildPanes
self.statusbar = SbMain(parent=self, giface=self._giface)
File "C:\Program Files\GRASS GIS 8.3\gui\wxpython\lmgr\statusbar.py", line 38, in __init__
self.mask = SbMask(self.widget, self.giface)
File "C:\Program Files\GRASS GIS 8.3\gui\wxpython\lmgr\statusbar.py", line 87, in __init__
self.Refresh()
File "C:\Program Files\GRASS GIS 8.3\gui\wxpython\lmgr\statusbar.py", line 120, in Refresh
if gs.find_file(
KeyError: 'name'
Describe the bug
WinGRASS standalone installer is compiled with errors.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
WinGRASS standalone installer should be compiled without errors and affected WinGRASS Addons should be compiled without errors on our osgeo server too.
System description (please complete the following information):
Additional context
Issue is analyzed here #2288 (comment).