grass
grass copied to clipboard
WinGRASS standlone installer is compiled with errors
Describe the bug WinGRASS standalone installer is compiled with errors.
To Reproduce Steps to reproduce the behavior:
- Install WinGRASS-8.3.dev-56986425a-1-Setup.exe standalone installer.
- Launch GRASS GIS
- See error
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'
- Affected is compilation process of WinGRASS Addons (some addons) on our osgeo server too
- Full WinGRASS compilation log.
- Full WinGRASS error log.
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):
- Operating System: MS Windows
- GRASS GIS version: 8.3.dev, 8.2
Additional context Issue is analyzed here https://github.com/OSGeo/grass/issues/2288#issuecomment-1194101047.