Hi Martin!
Any idea what could be wrong? Thanks, Martin
I tried to reproduce this, but I can't start GRASS at all.
I've downloaded GRASS 7.0.4 (the win32 version, but running on Windows 7, 64 bit).
On running the .bat file and clicking on "Starte GRASS Sitzung", I get an exception already. See below for the backtrace.
Am I missing something?
Regards,
Dietmar
Launching <wxpython> GUI in the background, please wait...
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Alle Rechte vorbehalten.
C:\Users\dietmar>Traceback (most recent call last):
File "C:\Program Files (x86)\GRASS GIS 7.0.4\gui\wxpython\wxgui.py", line 148, in <module>
sys.exit(main())
File "C:\Program Files (x86)\GRASS GIS 7.0.4\gui\wxpython\wxgui.py", line 135, in main
app = GMApp(workspaceFile)
File "C:\Program Files (x86)\GRASS GIS 7.0.4\gui\wxpython\wxgui.py", line 50, in __init__
wx.App.__init__(self, False)
File "C:\Program Files (x86)\GRASS GIS 7.0.4\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 7981, in
__init__
self._BootstrapApp()
File "C:\Program Files (x86)\GRASS GIS 7.0.4\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 7555, in
_BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "C:\Program Files (x86)\GRASS GIS 7.0.4\gui\wxpython\wxgui.py", line 84, in OnInit
workspace=self.workspaceFile)
File "C:\Program Files (x86)\GRASS GIS 7.0.4\gui\wxpython\lmgr\frame.py", line 134, in __init__
self.notebook = self._createNoteBook()
File "C:\Program Files (x86)\GRASS GIS 7.0.4\gui\wxpython\lmgr\frame.py", line 303, in _createNoteBook
gcstyle = GC_PROMPT)
File "C:\Program Files (x86)\GRASS GIS 7.0.4\gui\wxpython\gui_core\goutput.py", line 104, in __init__
self.cmdPrompt = GPromptSTC(parent=self, menuModel=self._menuModel)
File "C:\Program Files (x86)\GRASS GIS 7.0.4\gui\wxpython\gui_core\prompt.py", line 137, in __init__
GPrompt.__init__(self, parent = parent, menuModel = menuModel)
File "C:\Program Files (x86)\GRASS GIS 7.0.4\gui\wxpython\gui_core\prompt.py", line 56, in __init__
self.mapList = self._getListOfMaps()
File "C:\Program Files (x86)\GRASS GIS 7.0.4\gui\wxpython\gui_core\prompt.py", line 96, in _getListOfMaps
result['raster'] = grass.list_strings('raster')
File "C:\Program Files (x86)\GRASS GIS 7.0.4\etc\python\grass\script\core.py", line 1143, in list_strings
mapset=mapset).splitlines():
File "C:\Program Files (x86)\GRASS GIS 7.0.4\etc\python\grass\script\core.py", line 446, in read_command
return handle_errors(returncode, stdout, args, kwargs)
File "C:\Program Files (x86)\GRASS GIS 7.0.4\etc\python\grass\script\core.py", line 313, in handle_errors
returncode=returncode)
grass.exceptions.CalledModuleError: Module run None ['g.list', '--q', '-m', 'type=raster'] ended with error
Process ended with non-zero return code -1073741512. See errors in the (error) output.
···
On 15.07.2016 20:37, Martin Landa wrote: