<div dir="ltr"><div>oh my! <br></div><div>I'll teach a one week course to windows users next week and I strongly recommend students to install GRASS through OSGeo4W because it is the easiest way to use bash tricks... I'm kinda panicking with this email, I tested 3 weeks ago or so and all worked just fine... </div></div><br><div class="gmail_quote"><div dir="ltr">El jue., 18 oct. 2018 a las 21:11, Helmut Kudrnovsky (<<a href="mailto:hellik@web.de">hellik@web.de</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">there were quite a lot changes lately in the OSGeo4W environment.<br>
<br>
-----------------------------------<br>
<br>
trying to start the long installed GRASS 7.4.1<br>
<br>
C:\>Traceback (most recent call last):<br>
  File "C:\OSGEO4~1\apps\grass\grass-7.4.1\gui\wxpython\wxgui.py", line 167,<br>
in <module><br>
    sys.exit(main())<br>
  File "C:\OSGEO4~1\apps\grass\grass-7.4.1\gui\wxpython\wxgui.py", line 154,<br>
in main<br>
    app = GMApp(workspaceFile)<br>
  File "C:\OSGEO4~1\apps\grass\grass-7.4.1\gui\wxpython\wxgui.py", line 48,<br>
in __init__<br>
    wx.App.__init__(self, False)<br>
  File<br>
"C:\OSGEO4~1\apps\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py",<br>
line 7981, in __init__<br>
    self._BootstrapApp()<br>
  File<br>
"C:\OSGEO4~1\apps\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py",<br>
line 7555, in _BootstrapApp<br>
    return _core_.PyApp__BootstrapApp(*args, **kwargs)<br>
  File "C:\OSGEO4~1\apps\grass\grass-7.4.1\gui\wxpython\wxgui.py", line 99,<br>
in OnInit<br>
    from lmgr.frame import GMFrame<br>
  File "C:\OSGEO4~1\apps\grass\grass-7.4.1\gui\wxpython\lmgr\frame.py", line<br>
50, in <module><br>
    from lmgr.layertree import LayerTree, LMIcons<br>
  File "C:\OSGEO4~1\apps\grass\grass-7.4.1\gui\wxpython\lmgr\layertree.py",<br>
line 38, in <module><br>
    from mapdisp.frame import MapFrame<br>
  File "C:\OSGEO4~1\apps\grass\grass-7.4.1\gui\wxpython\mapdisp\frame.py",<br>
line 33, in <module><br>
    from mapdisp.toolbars import MapToolbar, NvizIcons<br>
  File<br>
"C:\OSGEO4~1\apps\grass\grass-7.4.1\gui\wxpython\mapdisp\toolbars.py", line<br>
22, in <module><br>
    from nviz.main import haveNviz<br>
  File "C:\OSGEO4~1\apps\grass\grass-7.4.1\gui\wxpython\nviz\main.py", line<br>
24, in <module><br>
    from nviz import mapwindow<br>
  File "C:\OSGEO4~1\apps\grass\grass-7.4.1\gui\wxpython\nviz\mapwindow.py",<br>
line 42, in <module><br>
    from nviz.workspace import NvizSettings<br>
  File "C:\OSGEO4~1\apps\grass\grass-7.4.1\gui\wxpython\nviz\workspace.py",<br>
line 23, in <module><br>
    from nviz import wxnviz<br>
  File "C:\OSGEO4~1\apps\grass\grass-7.4.1\gui\wxpython\nviz\wxnviz.py",<br>
line 45, in <module><br>
    from grass.lib.raster3d import *<br>
  File<br>
"C:\OSGEO4~1\apps\grass\grass-7.4.1\etc\python\grass\lib\raster3d.py", line<br>
23, in <module><br>
    _libs["grass_g3d.7.4.1"] = load_library("grass_g3d.7.4.1")<br>
  File<br>
"C:\OSGEO4~1\apps\grass\grass-7.4.1\etc\python\grass\lib\ctypes_loader.py",<br>
line 62, in load_library<br>
    return self.load(path)<br>
  File<br>
"C:\OSGEO4~1\apps\grass\grass-7.4.1\etc\python\grass\lib\ctypes_loader.py",<br>
line 240, in load<br>
    return _WindowsLibrary(path)<br>
  File<br>
"C:\OSGEO4~1\apps\grass\grass-7.4.1\etc\python\grass\lib\ctypes_loader.py",<br>
line 223, in __init__<br>
    self.cdll = ctypes.cdll.LoadLibrary(path)<br>
  File "C:\OSGEO4~1\apps\Python27\lib\ctypes\__init__.py", line 444, in<br>
LoadLibrary<br>
    return self._dlltype(name)<br>
  File "C:\OSGEO4~1\apps\Python27\lib\ctypes\__init__.py", line 366, in<br>
__init__<br>
    self._handle = _dlopen(self._name, mode)<br>
WindowsError: [Error 193] %1 ist keine zulõssige Win32-Anwendung<br>
<br>
-----------------------------------<br>
<br>
starting GRASS 7.7.svn<br>
<br>
C:\>wxnviz.py: [Error 193] %1 ist keine zulõssige Win32-Anwendung<br>
wxdigit.py: [Error 193] %1 ist keine zulõssige Win32-Anwendung<br>
wxdigit.py: [Error 193] %1 ist keine zulõssige Win32-Anwendung<br>
Traceback (most recent call last):<br>
  File "C:\OSGEO4~1\apps\grass\grass-7.7.svn\gui\wxpython\wxgui.py", line<br>
169, in <module><br>
    sys.exit(main())<br>
  File "C:\OSGEO4~1\apps\grass\grass-7.7.svn\gui\wxpython\wxgui.py", line<br>
156, in main<br>
    app = GMApp(workspaceFile)<br>
  File "C:\OSGEO4~1\apps\grass\grass-7.7.svn\gui\wxpython\wxgui.py", line<br>
50, in __init__<br>
    wx.App.__init__(self, False)<br>
  File<br>
"C:\OSGEO4~1\apps\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py",<br>
line 7981, in __init__<br>
    self._BootstrapApp()<br>
  File<br>
"C:\OSGEO4~1\apps\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py",<br>
line 7555, in _BootstrapApp<br>
    return _core_.PyApp__BootstrapApp(*args, **kwargs)<br>
  File "C:\OSGEO4~1\apps\grass\grass-7.7.svn\gui\wxpython\wxgui.py", line<br>
103, in OnInit<br>
    workspace=self.workspaceFile)<br>
  File "C:\OSGEO4~1\apps\grass\grass-7.7.svn\gui\wxpython\lmgr\frame.py",<br>
line 143, in __init__<br>
    self.notebook = self._createNoteBook()<br>
  File "C:\OSGEO4~1\apps\grass\grass-7.7.svn\gui\wxpython\lmgr\frame.py",<br>
line 338, in _createNoteBook<br>
    gcstyle=GC_PROMPT)<br>
  File<br>
"C:\OSGEO4~1\apps\grass\grass-7.7.svn\gui\wxpython\gui_core\goutput.py",<br>
line 119, in __init__<br>
    self.cmdPrompt = GPromptSTC(parent=self, menuModel=self._menuModel)<br>
  File<br>
"C:\OSGEO4~1\apps\grass\grass-7.7.svn\gui\wxpython\gui_core\prompt.py", line<br>
139, in __init__<br>
    GPrompt.__init__(self, parent=parent, menuModel=menuModel)<br>
  File<br>
"C:\OSGEO4~1\apps\grass\grass-7.7.svn\gui\wxpython\gui_core\prompt.py", line<br>
57, in __init__<br>
    self.mapList = self._getListOfMaps()<br>
  File<br>
"C:\OSGEO4~1\apps\grass\grass-7.7.svn\gui\wxpython\gui_core\prompt.py", line<br>
101, in _getListOfMaps<br>
    result['raster'] = grass.list_strings('raster')<br>
  File<br>
"C:\OSGEO4~1\apps\grass\grass-7.7.svn\etc\python\grass\script\core.py", line<br>
1296, in list_strings<br>
    mapset=mapset).splitlines():<br>
  File<br>
"C:\OSGEO4~1\apps\grass\grass-7.7.svn\etc\python\grass\script\core.py", line<br>
511, in read_command<br>
    return handle_errors(returncode, stdout, args, kwargs)<br>
  File<br>
"C:\OSGEO4~1\apps\grass\grass-7.7.svn\etc\python\grass\script\core.py", line<br>
351, in handle_errors<br>
    returncode=returncode)<br>
grass.exceptions.CalledModuleError: Module run None g.list--q-mtype=raster<br>
ended with error<br>
Process ended with non-zero return code -1073741701. See errors in the<br>
(error) output.<br>
<br>
C:\>g.version -g<br>
version=7.7.svn<br>
date=2018<br>
revision=r73564<br>
build_date=2018-10-17<br>
build_platform=x86_64-w64-mingw32<br>
build_off_t_size=8<br>
<br>
---------------------------------<br>
<br>
any idea?<br>
<br>
<br>
<br>
<br>
<br>
-----<br>
best regards<br>
Helmut<br>
--<br>
Sent from: <a href="http://osgeo-org.1560.x6.nabble.com/Grass-Dev-f3991897.html" rel="noreferrer" target="_blank">http://osgeo-org.1560.x6.nabble.com/Grass-Dev-f3991897.html</a><br>
_______________________________________________<br>
grass-dev mailing list<br>
<a href="mailto:grass-dev@lists.osgeo.org" target="_blank">grass-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/grass-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/grass-dev</a></blockquote></div>