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

2018-04-08 Thread Helmut Kudrnovsky
NAT_Deb wrote
> Helmut 
> You are right : I rename sqlite3.dll and success to launch grass 7.4.0.
> 
> Is this file needed during the boot procedure ? For the moment to avoid
> problem, I will rename it again before shutting down the lapstop
>  Many thanks for your help ..
> Best regards

GRASS depends on GDAL/OGR to read/write raster and vector data, GDAL/OGR
depends on sqlite to read/write e.g. Spatialite dataset.

it's a dependency chain to provide a wide range of functionality where dll
hell can happen on every step.




-
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] Downloading 7.2.2 and 7.4.0 with Stand-alone installer

2018-04-08 Thread NAT_Deb
Helmut 
You are right : I rename sqlite3.dll and success to launch grass 7.4.0.

Is this file needed during the boot procedure ? For the moment to avoid
problem, I will rename it again before shutting down the lapstop
 Many thanks for your help ..
Best regards
Nat




--
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] Downloading 7.2.2 and 7.4.0 with Stand-alone installer

2018-04-08 Thread NAT_Deb
Thanks a lot for your help
here is the attached file :
 
Nat



--
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] Downloading 7.2.2 and 7.4.0 with Stand-alone installer

2018-04-08 Thread Helmut Kudrnovsky
>C:\Program Files (x86)\Trend Micro : I didn't have the permissions; 

This shouldn't interefere, no renaming needed

>   - C:\Windows\System32 ; 

This one may interefere. any chance to rename this one, e.g by your it?

your screenshot wasn't attached, could you send it again?

You could try OSGeo4W to install winGRASS.

the Windows operating system messes up with dlls, the so called 'dll-hell'.
It's unfortunately not forseeable, if and when dlls interfere.



-
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] Downloading 7.2.2 and 7.4.0 with Stand-alone installer

2018-04-08 Thread NAT_Deb
Hi,
I tried to find the problem using your procedure, but didn't find the broken
software. 
I tested all folders that contains sqlite3.ddl except those surligned in red
in the attach file. 
The sqlite3.dll files, I didn't rename are stored in :
   - C:\Program Files (x86)\Trend Micro : I didn't have the permissions;
   - C:\Windows\System32 ; 

src="WinGrassError1.png" border="0" class="center"/>
 
Before installing 7.4.0 version of Grass, I use to run the 7.0.0 version. Is
there a difference between 7.4.0 and 7.0.0 that can explain the problem?. 
I also tried to install the 7.2.0 and had the same problem.
As I do not have the permissions to modify C:\Program Files (x86)\Trend
Micro (this program was installed by the computer department recently), is
there another way to install Grass GIS ?
With my best regards
Nat



--
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] Downloading 7.2.2 and 7.4.0 with Stand-alone installer

2018-04-08 Thread Helmut Kudrnovsky
>I send you a screen snapshot of the error message
> 

it seems to be the sqlite3 issue.

>As mentionned on the wiki page, lots of my applications have their own
>sqlite3.dll.

if these sqlite3.dlls live in the program folders of these programs, e.g.

C:\Program Files\software1\bin\sqlite3.dll
C:\Program Files\software2\bin\sqlite3.dll
C:\Program Files\software3\bin\sqlite3.dll

than it's not a problem.

citing:

https://grasswiki.osgeo.org/wiki/WinGRASS_errors#GRASS_GIS_installation_.28OSGeo4W_or_standalone.29_fails_with_a_sqlite3_error

--
Windows operating systems don't install natively a SQLite dll in any
directory available in %PATH%. 

First steps are:

typing in a windows console: where "$path:sqlite3*"
search in C:\Windows in the explorer for sqlite3*

If one of results of the steps above are positive, another software
installed the dll in a directory available in %PATH%.
--

if this is the case, then it's clearly not a winGRASS issue; other software
pollutes %PATH%.

a possible solution:

if the broken software is found, move xxxsqlite3.dll to the installation
directory of that software (e.g. e.g. c:\Programs\YourSoftwareBreakingGrass)
and rename it back to sqlite3.dll



-
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] Downloading 7.2.2 and 7.4.0 with Stand-alone installer

2018-04-08 Thread NAT_Deb
I also installed QGis and add Grass GIS 7.4.0 as plugin, QGis crashed while
opening an existing raster file created with GRASS GIS 7.0.0.
I send you a screen snapshot of the error message 
 
As mentionned on the wiki page, lots of my applications have their own
sqlite3.dll. I did not try to rename those files as I use these software
too.
Nat



--
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] Downloading 7.2.2 and 7.4.0 with Stand-alone installer

2018-04-08 Thread Helmut Kudrnovsky
NAT_Deb wrote
> Hi,
> 
> My operating system is windows 8.1, 64b
> Nat

> Which version isn't working for you?

?

7.2.2 and 7.4.0

?

what is your error message during winGRASS startup?

https://grasswiki.osgeo.org/wiki/WinGRASS_errors#The_GRASS_GIS_exits_when_started_with_g.list_CalledModuleError_and_-1073741511_return_code

https://grasswiki.osgeo.org/wiki/WinGRASS_errors#GRASS_GIS_installation_.28OSGeo4W_or_standalone.29_fails_with_a_sqlite3_error

have you followed these wiki entries?



-
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] Downloading 7.2.2 and 7.4.0 with Stand-alone installer

2018-04-08 Thread NAT_Deb
Hi,

My operating system is windows 8.1, 64b
Nat



--
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] Downloading 7.2.2 and 7.4.0 with Stand-alone installer

2018-04-07 Thread Helmut Kudrnovsky
NAT_Deb wrote
> Hi,
> It seems that I have the same problem as you. Did you success to use GRASS
> 7.2.0 or 7.4.0 version?
> If yes, how?
> Best regards 
> Nat

have you looked at the wiki? have you tried:

https://grasswiki.osgeo.org/wiki/WinGRASS_errors#The_GRASS_GIS_exits_when_started_with_g.list_CalledModuleError_and_-1073741511_return_code

?




-
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] Downloading 7.2.2 and 7.4.0 with Stand-alone installer

2018-04-07 Thread Helmut Kudrnovsky
NAT_Deb wrote
> Hi,
> It seems that I have the same problem as you. Did you success to use GRASS
> 7.2.0 or 7.4.0 version?
> If yes, how?
> Best regards 
> Nat
> 
> 
> 
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Users-f3884509.html
> ___
> grass-user mailing list

> grass-user@.osgeo

> https://lists.osgeo.org/mailman/listinfo/grass-user

Which version isn't working for you?

32bit? 64bit?
Win7, win8, win10?




-
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] Downloading 7.2.2 and 7.4.0 with Stand-alone installer

2018-04-07 Thread NAT_Deb
Hi,
It seems that I have the same problem as you. Did you success to use GRASS
7.2.0 or 7.4.0 version?
If yes, how?
Best regards 
Nat



--
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] Downloading 7.2.2 and 7.4.0 with Stand-alone installer

2018-02-05 Thread Helmut Kudrnovsky
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)
> http://osgeo-org.1560.x6.nabble.com/attachment/5352873/0/Grass7.4.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] Downloading 7.2.2 and 7.4.0 with Stand-alone installer

2018-02-05 Thread Aldo CLERICI
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@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user