kopia lustrzana https://github.com/OpenDroneMap/ODM
Check for errcode 3221225477
rodzic
93be23d2d3
commit
9846daec48
|
@ -106,7 +106,7 @@ class ODMApp:
|
|||
code = e.errorCode
|
||||
log.logger.log_json_stage_error(str(e), code, stack_trace)
|
||||
|
||||
if code == 139 or code == 134 or code == 1:
|
||||
if code == 139 or code == 134 or code == 1 or code == 3221225477:
|
||||
# Segfault
|
||||
log.ODM_ERROR("Uh oh! Processing stopped because of strange values in the reconstruction. This is often a sign that the input data has some issues or the software cannot deal with it. Have you followed best practices for data acquisition? See https://docs.opendronemap.org/flying/")
|
||||
elif code == 137:
|
||||
|
|
Ładowanie…
Reference in New Issue