> >
> > Hi, I have a report that hugin crashes if you set the locale to
> > Chinese and click Align in the Assistant tab or 'Fine tune all
> > points' in the Edit menu.
> >
> > I can't reproduce this on Linux, please can somebody try and
> > reproduce this on Windows (were the crash was seen).
> >
> > --
> > Bruno
> >

I can reproduce the bug on Windows.

> Could this have to do with issues Ippei also encountered in some other part
> and tried to fix
>
> <http://hugin.svn.sourceforge.net/viewvc/hugin?view=rev&revision=3766>

On the assistant panel I could it easily fix with the hint by Harry
(see rev 3871)

When clicking "Fine tune all points" it still crashing.
The crash occurs in line 1301 in src/hugin1/hugin/MainFrame.cpp:

pdisp.pushTask(ProgressTask((const char *)wxString(_
("Finetuning")).mb_str(wxConvLocal),"",1.0/unoptimized.size()));

The translated string has to be a wide string (using wxString::wc_str
(wxConvLocal)), but ProgressTask accepts only std::string.
Maybe somebody else could help with this bug.

Thomas
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to