Processing failed - Strange Error: 3221226505

Greetings!
Tried processing 920 images (DJI P1 camera) but processing failed (4294967295) after 14 hours. error message is
===== Dumping Info for Geeks (developers need this to fix bugs) =====
Child returned 3221226505
Traceback (most recent call last):
File “F:\WebODM\resources\app\apps\ODM\stages\odm_app.py”, line 89, in execute
self.first_stage.run()
File “F:\WebODM\resources\app\apps\ODM\opendm\types.py”, line 340, in run
self.next_stage.run(outputs)
File “F:\WebODM\resources\app\apps\ODM\opendm\types.py”, line 340, in run
self.next_stage.run(outputs)
File “F:\WebODM\resources\app\apps\ODM\opendm\types.py”, line 340, in run
self.next_stage.run(outputs)
[Previous line repeated 4 more times]
File “F:\WebODM\resources\app\apps\ODM\opendm\types.py”, line 321, in run
self.process(self.args, outputs)
File “F:\WebODM\resources\app\apps\ODM\stages\mvstex.py”, line 108, in process
system.run(’"{bin}" “{nvm_file}” “{model}” “{out_dir}” ’
File “F:\WebODM\resources\app\apps\ODM\opendm\system.py”, line 106, in run
raise SubprocessException(“Child returned {}”.format(retcode), retcode)
opendm.system.SubprocessException: Child returned 3221226505

===== Done, human-readable information to follow… =====

[ERROR] The program exited with a strange error code. Please report it at https://community.opendronemap.org
100 - done.
I am using WebODM version: 1.9.3. build 30
options used are: dem-resolution;2.0, dsm:true, dtm:true, force-gps:true, ignore-gsd:true, orthophoto-resolution:2.0, pc-quality:high

In another post on this topic, Naib suggested to leave ignore-gsd. I have started process afresh this time unchecking ignore-gsd. Let’s see what the result is after 14 hours.

Any other suggestion to resolve this issue?

regards

Are you on the latest build?

Otherwise, are you sure you aren’t running out of memory? How much RAM do you have?

Using build 30. RAM is 128GB, SSD and 8 core processor

That should be plenty, so I suspect using ‘ignore-gsd’ was the problem.

Let’s see when current processing completes, without ignore-gsd

2 Likes

Greetings!
Could not try earlier as due to devastating floods in our province Balochistan, gas and power supply lines were disrupted.
Now tried again using options: dem-resolution: 2.0, dsm: true, force-gps: true, orthophoto-resolution: 2.0, pc-quality: high

Got same error again. So it’s not ignore -gsd.
Any suggestion please?

regards
Arif

Oh my. I hope you and yours are safe.

Does it run with default processing parameters?

1 Like

Yes we are fine but few districts still have flood water forcing people to live on high grounds under open sky.

Yes. I am using default parameters. just opted the following:
dem-resolution: 2.0, dsm: true, force-gps: true, orthophoto-resolution: 2.0, pc-quality: high

regards
Arif

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.