GRASS error #2253
Replies: 3 comments 10 replies
-
It may be related to your portuguese system local ( |
Beta Was this translation helpful? Give feedback.
-
OK, googling your error returncode it seems it might by a missing dll: |
Beta Was this translation helpful? Give feedback.
-
Posted there, yesterday, as a bug "classification": |
Beta Was this translation helpful? Give feedback.
-
Morning,
GRASS GIS ("Long term" and 8.0.1") does not start up. Gives the following message:
//
Launching GUI in the background, please wait...
Microsoft Windows [Version 10.0.19042.1526]
(c) Microsoft Corporation. Todos os direitos reservados.
C:\Users\Particular\Documents>Traceback (most recent call last):
File "C:\OSGeo4W\apps\Python39\lib\site-packages\wx\core.py", line 3407, in
lambda event: event.callable(*event.args, **event.kw) )
File "C:\OSGeo4W\apps\grass\grass80\gui\wxpython\wxgui.py", line 88, in show_main_gui
mainframe = GMFrame(parent=None, id=wx.ID_ANY, workspace=self.workspaceFile)
File "C:\OSGeo4W\apps\grass\grass80\gui\wxpython\lmgr\frame.py", line 156, in init
self._createConsole(self.notebook)
File "C:\OSGeo4W\apps\grass\grass80\gui\wxpython\lmgr\frame.py", line 379, in _createConsole
self.goutput = GConsoleWindow(
File "C:\OSGeo4W\apps\grass\grass80\gui\wxpython\gui_core\goutput.py", line 127, in init
self.cmdPrompt = GPromptSTC(
File "C:\OSGeo4W\apps\grass\grass80\gui\wxpython\gui_core\prompt.py", line 155, in init
GPrompt.init(self, parent=parent, giface=giface, menuModel=menuModel)
File "C:\OSGeo4W\apps\grass\grass80\gui\wxpython\gui_core\prompt.py", line 57, in init
self.mapList = self._getListOfMaps()
File "C:\OSGeo4W\apps\grass\grass80\gui\wxpython\gui_core\prompt.py", line 114, in _getListOfMaps
result["raster"] = grass.list_strings("raster")
File "C:\OSGeo4W\apps\grass\grass80\etc\python\grass\script\core.py", line 1462, in list_strings
for line in read_command(
File "C:\OSGeo4W\apps\grass\grass80\etc\python\grass\script\core.py", line 606, in read_command
return handle_errors(returncode, stdout, args, kwargs)
File "C:\OSGeo4W\apps\grass\grass80\etc\python\grass\script\core.py", line 429, in handle_errors
raise CalledModuleError(module=module, code=code, returncode=returncode)
grass.exceptions.CalledModuleError: Module run
g.list --q -m type=raster
ended with an error.The subprocess ended with a non-zero return code: 3221225785. See errors above the traceback or in the error output.
//
Any clue to solve it?
Beta Was this translation helpful? Give feedback.
All reactions