On Tue, Jun 23, 2009 at 15:11, Andrii<[email protected]> wrote: > So I don't know how get the information about version of Ubuntu and > processor. > What commands I have to use in console for getting this information?
uname -a would be a start. >From your description of using VNCviewer, and the error message, it seems the problem could be caused by the OpenGL preview in Hugin. Can you run "glxgears" ? (you might need to install a package for this, I cannot check right now) Could you perhaps provide more information on the segmentation fault? If you have gdb (Gnu debugger) installed, you could run gdb hugin and then run After that, close the tip of the day and when Hugin crashes, type bt in the console This should generate some input that could be helpful. > svn co https://hugin.svn.sourceforge.net/svnroot/hugin/hugin/trunk/ Another strategy would be check out an old version of Hugin, before the OpenGL code was added. Using svn co -r 3369 should give you something very close to Hugin 0.7.0 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx -~----------~----~----~----~------~----~------~--~---
