Hugin crashes before creating the panorama

1

When I try to create a panorama with Hugin on OS X, it crashes with the following error message:

External program open not found in the bundle, reverting to system path

What does this error message mean and how to fix it?

laurent

Posted 2014-08-10T07:27:13.623

Reputation: 5 258

Answers

2

After some digging in the Hugin source code, I found out that the message should in fact be "External program PTBatcherGui not found in the bundle, reverting to system path", but the authors somehow hard-coded "open" instead of "PTBatcherGui" resulting in this poor error message.

So the solution is simply to install PTBatcherGui.app. It should be in the same .dmg as Hugin.app. Move it next to Hugin.app and the error message and crash should be gone.

laurent

Posted 2014-08-10T07:27:13.623

Reputation: 5 258