[GRASS-user] [Process ended with error code -1073741515]

Module import into python script is working fine. However, when I tried to print out the g.region with
gscript.run_command(‘g.region’,raster=‘nep_drain’,overwrite=True). It throws the following error.
Process ended with non-zero return code -1073741515

Any words would be appreciated.

Best,

(attachments)

xenia_error.png

···

Ang Dawa Sherpa

Ang Sherpa wrote

Module import into python script is working fine. However, when I tried to
print out the g.region with
gscript.run_command('g.region',raster='nep_drain',overwrite=True). It
throws the following error.
Process ended with non-zero return code -1073741515

Any words would be appreciated.

*Best,*
*Ang Dawa Sherpa*

_______________________________________________
grass-user mailing list

grass-user@.osgeo

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

xenia_error.png (24K)
<http://osgeo-org.1560.x6.nabble.com/attachment/5313360/0/xenia_error.png>

have a look in this thread:

https://lists.osgeo.org/pipermail/grass-user/2016-August/074634.html

===
grass.exceptions.CalledModuleError: Module run None ['g.gisenv', '-n'] ended
with error
Process ended with non-zero return code -1073741515. See errors in the
(error) output.

and here

http://stackoverflow.com/questions/1081276/where-can-i-find-a-list-of-all-windows-error-codes

to find the meaning of the error code in

https://msdn.microsoft.com/de-de/library/windows/desktop/ms681381(v=vs.85).aspx

-----
best regards
Helmut
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Process-ended-with-error-code-1073741515-tp5313360p5313370.html
Sent from the Grass - Users mailing list archive at Nabble.com.

Ang Sherpa wrote

Module import into python script is working fine. However, when I tried to
print out the g.region with
gscript.run_command('g.region',raster='nep_drain',overwrite=True). It
throws the following error.
Process ended with non-zero return code -1073741515

some additional checks you may do:

- check if there are interfering/conflicting multiple python installations
on your system
- check if there are interfering/conflicting multiple gdal installations on
your system
- check if "download and install MS runtime binaries" during standalone
winGRASS installation procedure is activated.

Process ended with non-zero return code -1073741515

this error seems to come from the underlying operating system.

-----
best regards
Helmut
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Process-ended-with-error-code-1073741515-tp5313360p5313408.html
Sent from the Grass - Users mailing list archive at Nabble.com.