V
V
voronin_denis2017-07-04 13:49:01
Python
voronin_denis, 2017-07-04 13:49:01

What's wrong? how to bypass? python crashes with exit code -1073740777 (0xC0000417)?

The python 2.7.5 interpreter crashes with the following error -1073740777 (0xC0000417) . I meet this for the first time. Google does not give any clear information on this error. Can anyone come across?
I'm using the arcpy module.
Crashes on the arcpy.ExtractSubDataset_management(in_raster=raster[0], out_raster=bands[u], subdataset_index=ds) method
I understand the problems in the MSVCR90.dll library, the python seems to use it via msvcrt
In version 3.5, exception handling was added, but I use 2.7
Event Codes :
Problem event name: BEX64
Application name: python.exe
Application version: 0.0.0.0
Application timestamp: 53b1ee02 Faulting
module name: MSVCR90.dll Faulting
module version: 9.0.30729.7523
Module time mark with error: 516F78F6 Exclusion
offset: 00000000000552D4
Exception code: C0000417 Exception
data: 00000000000000
OS version: 6.2.9200.2.0.0.272.7
Language code: 1049
Additional information 1: DF89
Additional information 2: DF89E3277895765B70F05A2AE622AD06
Additional information 3: bf28
additional information 4:bf284af1488e3f04e2b06f2f2a6409d9

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
freeExec, 2017-07-04
@freeExec

Most likely it is not the python that is falling, because. it is unknown software exception, but some additional native module that it uses, and python only throws this exception to exit.
Make sure there is something in the input parameters.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question