Ciao Niklas.

> You could try to open Hugin using the Terminal, maybe there are more 
> meaningful error messages there.
> - Open Terminal
> - drag Hugin.app over the Terminal window and let go
> - remove one space and add /Contents/MacOS/Hugin  to the path
> - press enter, Hugin should start; look at the terminal window for error 
> messages during the crash.

Great idea, I haven’t though of this [1].
When I open Hugin this way in the Terminal, I get a single line after the 
crash, namely
—
lcms: Error #12288; Output profile is operating on wrong colorspace
—

I thought that’s maybe something related to the .tiff Images I’m using as an 
input for this panorama.
So I tried to make a new panorama with only .jpg images, which worked fine 
apart from a small note in the Terminal regarding
—
ERROR: 17:52:45.166226 
(/Users/niklas/development/test/src/hugin1/hugin/ProjectionGridTool.cpp:371) 
createTexture(): GL Error when building mipmap levels: invalid frame buffer 
operation
—

But then I re-opened an old panorama, and got the same lcms error again when 
opening the fast preview.
On others I don’t get it, which makes it quite hard to pin down to an exact 
cause…

How can I continue to help with debugging?

Habi


[1: ]Or more precisely I did `cd /Applications/Hugin_2016/ && open Hugin.app/‘, 
which gives no output after a crash…

> Niklas
> 
> 
> Am Montag, 25. April 2016 08:36:57 UTC+2 schrieb David Haberthür:
> Dear Niklas
> Thanks for providing us Mac users with a fresh build.
> Unfortunately, I’m hitting quite a severe bug on OS X 10.11.4 (El Capitan) 
> with it.
> I can open a panorama, but when I want to see the OpenGL preview, Hugin 
> instantly crashes hug
> 
> Unfortunately, I cannot get anything useful from the Console-App which would 
> hint at the bug I’m hitting.
> The only thing I get in the console is
> —
> 25/04/16 07:06:50.509 com.apple.xpc.launchd[1]: 
> (net.sourceforge.hugin.Hugin.219552[31102]) Service exited with abnormal 
> code: 1
> —
> 
> When I work with the ‘old’ preview window I can stitch some of my recent 
> panoramas without problems.
> Will try to make a new one for testing soon.
> Habi
> 
> > On 13 Apr 2016, at 17:37, Niklas Mischkulnig <[email protected]> wrote:
> >
> > Hello again,
> >
> >
> >
> > I copied the include, bin and lib files from the homebrew packages, but now 
> > it's Xcode:
> >
> > When compiling the "vigra_impex Framework", this is the error;
> >
> >
> > no such file or directory: 
> > '/Users/niklas/development/test/src/foreign/vigra/vigra_impex/bmp.cxx'
> >
> > The whole vigra folder is missing (was removed in 2011 
> > http://hg.code.sf.net/p/hugin/hugin/rev/9e26ccb0d3d0 ). Does someone know 
> > why there is still something in the XCode project? Downloading the source 
> > gives the errors on the screenshot.
> >
> >
> >
> > The whole mac thing seems to be really outdated.
> >
> >
> > Am Sonntag, 10. April 2016 17:29:12 UTC+2 schrieb Niklas Mischkulnig:
> > Anyone an idea?
> >
> > Here is the full output: 
> > https://gist.github.com/mischnic/a40fc98594af70256e95559112fe87ef
> >
> > Am Samstag, 9. April 2016 23:57:54 UTC+2 schrieb Niklas Mischkulnig:
> > I got most of the required deps compiled, but enblend still resists:
> >
> > In file included from enblend.cc:147:
> > In file included from ./common.h:39:
> > In file included from 
> > /Users/niklas/development/hugin/mac/ExternalPrograms/repository/include/boost/lambda/lambda.hpp:23:
> > /Users/niklas/development/hugin/mac/ExternalPrograms/repository/include/boost/lambda/detail/operator_return_type_traits.hpp:835:65:
> >  error: reference to 'map' is ambiguous
> > struct plain_return_type_2<other_action<subscript_action>, std::map<Key, T, 
> > Cmp, Allocator>, B> {
> >                                                            ~~~~~^
> > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/map:830:29:
> >  note: candidate found by name lookup is 'std::__1::map'
> > class _LIBCPP_TYPE_VIS_ONLY map
> >                             ^
> > /Users/niklas/development/hugin/mac/ExternalPrograms/repository/include/boost/detail/container_fwd.hpp:87:73:
> >  note: candidate found by name lookup is 'std::map'
> >     template <class Key, class T, class Compare, class Allocator> class map;
> >                                                                         ^
> >
> >
> > Am Samstag, 9. April 2016 16:19:55 UTC+2 schrieb T. Modes:
> >
> > Am Samstag, 9. April 2016 11:11:54 UTC+2 schrieb Niklas Mischkulnig:
> > Ok, so symlinking gcc to gcc-4.2 fixed that error message, but I have to 
> > feeling that boost isn't really built,  ## Now building architecture x86_64 
> > ## is printed out, and nearly immediately after that mv: rename 
> > ./stage-x86_64/lib/libboost_thread.dylib to 
> > ./stage-x86_64/lib/libboost_thread-1_46.dylib: No such file or directory . 
> > That should be the compiled output boost library, right?
> >
> > These Mac scripts needs probably some tweaking. Since they were used last 
> > some dependencies have changes.
> > From boost Hugins needs now only boost::filesystem (instead of 
> > boost::thread we are using std::thread)
> > In build-all.sh there are references to glib, lensfun, make, tclap, liblcms 
> > which are not needed anymore (maybe also libffi - I don't know which lib is 
> > using it).
> > So this needs also some more work.
> >
> > --
> > A list of frequently asked questions is available at: 
> > http://wiki.panotools.org/Hugin_FAQ
> > ---
> > You received this message because you are subscribed to the Google Groups 
> > "hugin and other free panoramic software" group.
> > To unsubscribe from this group and stop receiving emails from it, send an 
> > email to [email protected].
> > To view this discussion on the web visit 
> > https://groups.google.com/d/msgid/hugin-ptx/1079014f-8c6c-43b0-a780-45a3d4671ba1%40googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.
> > <Bildschirmfoto 2016-04-13 um 17.32.24.png>
> 
> 
> --
> A list of frequently asked questions is available at: 
> http://wiki.panotools.org/Hugin_FAQ
> ---
> You received this message because you are subscribed to the Google Groups 
> "hugin and other free panoramic software" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/hugin-ptx/39509940-ad22-4f6e-9e36-b1b46de0a54f%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/E3C7658C-53DE-49FD-82C3-16B6BD007232%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to