Re: [GRASS-user] R: Downloading 7.2.2 and 7.4.0 with Stand-alone installer

2018-02-05 Thread Helmut Kudrnovsky
Martin Landa wrote
> Hi,
> 
> 2018-02-05 17:24 GMT+01:00 Aldo CLERICI <

> aldo.clerici@

> >:
>> - The operating system is windows 10
>> - 64 bit
> 
> such error has been reported yesterday by another windows user. There
> is something broken in wingrass74 binaries. I will take a look ASAP
> (now busy unfortunately). @Helmut, do you have any idea what could be
> wrong? I have small tip: I have removed gdal20dll dependency before
> creating binaries for G74. Could someone try to reproduce this error
> and then install in osgeo4w framework gdal20dll package, does it help?

unfortunately I can't reproduce the error at the moment.

in my OSGeo4W environment I have:

gdal110.dll
gdal111.dll
gdal200.dll
gdal201.dll
gdal202.dll

renamed stepwise all dlls; there is only an error by renaming gdal202.dll:

C:\>Traceback (most recent call last):
  File "C:\OSGEO4~1\apps\grass\grass-7.4.0\gui\wxpython\wxgui.py", line 167,
in 
sys.exit(main())
  File "C:\OSGEO4~1\apps\grass\grass-7.4.0\gui\wxpython\wxgui.py", line 154,
in main
app = GMApp(workspaceFile)
  File "C:\OSGEO4~1\apps\grass\grass-7.4.0\gui\wxpython\wxgui.py", line 48,
in __init__
wx.App.__init__(self, False)
  File
"C:\OSGEO4~1\apps\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py",
line 7981, in __init__
self._BootstrapApp()
  File
"C:\OSGEO4~1\apps\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py",
line 7555, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
  File "C:\OSGEO4~1\apps\grass\grass-7.4.0\gui\wxpython\wxgui.py", line 99,
in OnInit
from lmgr.frame import GMFrame
  File "C:\OSGEO4~1\apps\grass\grass-7.4.0\gui\wxpython\lmgr\frame.py", line
50, in 
from lmgr.layertree import LayerTree, LMIcons
  File "C:\OSGEO4~1\apps\grass\grass-7.4.0\gui\wxpython\lmgr\layertree.py",
line 38, in 
from mapdisp.frame import MapFrame
  File "C:\OSGEO4~1\apps\grass\grass-7.4.0\gui\wxpython\mapdisp\frame.py",
line 33, in 
from mapdisp.toolbars import MapToolbar, NvizIcons
  File
"C:\OSGEO4~1\apps\grass\grass-7.4.0\gui\wxpython\mapdisp\toolbars.py", line
22, in 
from nviz.main import haveNviz
  File "C:\OSGEO4~1\apps\grass\grass-7.4.0\gui\wxpython\nviz\main.py", line
24, in 
from nviz import mapwindow
  File "C:\OSGEO4~1\apps\grass\grass-7.4.0\gui\wxpython\nviz\mapwindow.py",
line 42, in 
from nviz.workspace import NvizSettings
  File "C:\OSGEO4~1\apps\grass\grass-7.4.0\gui\wxpython\nviz\workspace.py",
line 23, in 
from nviz import wxnviz
  File "C:\OSGEO4~1\apps\grass\grass-7.4.0\gui\wxpython\nviz\wxnviz.py",
line 45, in 
from grass.lib.raster3d import *
  File
"C:\OSGEO4~1\apps\grass\grass-7.4.0\etc\python\grass\lib\raster3d.py", line
23, in 
_libs["grass_g3d.7.4.0"] = load_library("grass_g3d.7.4.0")
  File
"C:\OSGEO4~1\apps\grass\grass-7.4.0\etc\python\grass\lib\ctypes_loader.py",
line 62, in load_library
return self.load(path)
  File
"C:\OSGEO4~1\apps\grass\grass-7.4.0\etc\python\grass\lib\ctypes_loader.py",
line 240, in load
return _WindowsLibrary(path)
  File
"C:\OSGEO4~1\apps\grass\grass-7.4.0\etc\python\grass\lib\ctypes_loader.py",
line 223, in __init__
self.cdll = ctypes.cdll.LoadLibrary(path)
  File "C:\OSGEO4~1\apps\Python27\lib\ctypes\__init__.py", line 443, in
LoadLibrary
return self._dlltype(name)
  File "C:\OSGEO4~1\apps\Python27\lib\ctypes\__init__.py", line 365, in
__init__
self._handle = _dlopen(self._name, mode)
WindowsError: [Error 126] Das angegebene Modul wurde nicht gefunden

renaming the other dlls, there is no GUI crash.




-
best regards
Helmut
--
Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Users-f3884509.html
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] R: Downloading 7.2.2 and 7.4.0 with Stand-alone installer

2018-02-05 Thread Helmut Kudrnovsky
Aldo Clerici wrote
> Yes, the startup has problems.
> - The operating system is windows 10
> - 64 bit
> - No addons installed.

have you installed the MS runtimes libraries during installation procedure?

unfortunately I can't reproduce the error.

have you tried OSGeo4W-64bit-winGRASS?



-
best regards
Helmut
--
Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Users-f3884509.html
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] R: Downloading 7.2.2 and 7.4.0 with Stand-alone installer

2018-02-05 Thread Martin Landa
Hi,

2018-02-05 17:24 GMT+01:00 Aldo CLERICI :
> - The operating system is windows 10
> - 64 bit

such error has been reported yesterday by another windows user. There
is something broken in wingrass74 binaries. I will take a look ASAP
(now busy unfortunately). @Helmut, do you have any idea what could be
wrong? I have small tip: I have removed gdal20dll dependency before
creating binaries for G74. Could someone try to reproduce this error
and then install in osgeo4w framework gdal20dll package, does it help?

Ma

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

[GRASS-user] R: Downloading 7.2.2 and 7.4.0 with Stand-alone installer

2018-02-05 Thread Aldo CLERICI
Yes, the startup has problems.
- The operating system is windows 10
- 64 bit
- No addons installed.

The startup runs ok when installing 7.2.0 and previous versions.
Many thanks.
A. Clerici

-Messaggio originale-
Da: grass-user [mailto:grass-user-boun...@lists.osgeo.org] Per conto di Helmut 
Kudrnovsky
Inviato: lunedì 5 febbraio 2018 17:04
A: grass-user@lists.osgeo.org
Oggetto: Re: [GRASS-user] Downloading 7.2.2 and 7.4.0 with Stand-alone installer

Aldo Clerici wrote
> Dear GRASS users,
> i'm having problems in installing  GRASS7.4.0 (and 7.2.2) on Windows 
> 10 by the Stand-along installer (64bit). I had no problem with 7.2.0 
> and previous versions (7.0.5  7.0.4 ...) The output is reported in the 
> attachment.
> Thanks in advance
> Aldo Clerici
> 
> ___
> grass-user mailing list

> grass-user@.osgeo

> https://lists.osgeo.org/mailman/listinfo/grass-user
> 
> Grass7.4.0.PNG (77K)
>  0.PNG>

It seems, not installation but startup of winGRASS has problems.

- which operating system? Win 7, 8, 10? 
-32 bit/64 bit?
- do you have addons installed? Try to delete them first and then try to start 
winGRASS again



-
best regards
Helmut
--
Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Users-f3884509.html
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user