Skip to content

WinGRASS standlone installer is compiled with errors #2497

@tmszi

Description

@tmszi

Describe the bug
WinGRASS standalone installer is compiled with errors.

To Reproduce
Steps to reproduce the behavior:

  1. Install WinGRASS-8.3.dev-56986425a-1-Setup.exe standalone installer.
  2. Launch GRASS GIS
  3. 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'
  1. Affected is compilation process of WinGRASS Addons (some addons) on our osgeo server too
  2. Full WinGRASS compilation log.
  3. 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 #2288 (comment).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingwindowsMicrosoft Windows specific

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions