https://bugs.winehq.org/show_bug.cgi?id=38226
Sagawa sagawa.aki+winebugs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.vector.co.jp/sof | |t/winnt/writing/se403151.ht | |ml Distribution|--- |Ubuntu Summary|EBWin(Unicode) crashes when |EBWin(Unicode) crashes when |searching katakana words. |searching katakana words. | |(_mbctohira is stub)
--- Comment #1 from Sagawa sagawa.aki+winebugs@gmail.com --- I can confirm the issue with wine 1.7.38.
Terminal output says: wine: Call from 0x7b83b69e to unimplemented function msvcrt.dll._mbctohira, aborting wine: Unimplemented function msvcrt.dll._mbctohira called at address 0x7b83b69e (thread 0009), starting debu gger... Unhandled exception: unimplemented function msvcrt.dll._mbctohira called in 32-bit code (0x7b83b69e).
So, I'll implement _mbctohira() to fix this issue.