http://bugs.winehq.org/show_bug.cgi?id=19586
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|Everest editor does not |Everest editor does not |start |start ("Courier New Cyr" | |font/substitution)
--- Comment #9 from Anastasius Focht focht@gmx.net 2012-04-11 15:09:32 CDT --- Hello,
not sure if Wine's font substitution is at fault here. The app requests "Courier New Cyr" (cyrillic) font by default when creating/opening new text documents and goes into recursion, causing stack overflow.
For quick test, download one from: http://www.fontsner.com/font/Courier_New_Cyr-6590.html and put it into ~/.fonts
Start the app with russian locale:
$ LC_ALL=ru_RU.UTF-8 wine ./eWe.exe
The app works, my rusty russian knowledge is still kinda useful - at least to read/navigate menus and do some stuff ;-)
$ wine --version wine-1.5.1-270-g3b2fcdd
Regards