Hello, here is my problem: I have Wine-1.2.2 (on Ubuntu 10.10) and I'm trying to run windows application (writted on Visual Fox Pro 9 ) my command line is: Code: LC_ALL="ru_RU.UTF-8" wine shop.exe (without LC_ALL an error "Collating squesnce RUSSIAN not fund" ) In this case wine shows normalyy most of the windows and textboxes, and the MAINMRNU. But SUBMENUS are shown not in UTF-8 collation. http://img593.imageshack.us/i/encodingerror.jpg/ How can I fix this ?
apparently, instead of LC_ALL, use LANG=ru_RU.UTF-8 LC_COLLATE=C
I can share an exe file but whitout database (4Gb) it wont work. I can try to create some test database to link with this application. Where can I put it ?
Minimalistic progra marchive size: 30M (There will be some SQL errors at start but you will be able to see the menu) 2 files Where do you want me to put them?
File-1: http://depositfiles.com/files/04z41fn70 - shopsql.zip - main program and database after loading you have to edit file shop.cfg. Replace the line : DATABASE = 127.0.0.1:D:\tmp\ubunta\SHOPSQL\ESHOP.FDB with YOUR directory File-2: http://depositfiles.com/files/cbx2gdd80 - ubunta.zip - libraries required to run this program (vfp runtime libraries). you have to put them into your system32 directory. if the> Question REplace Existing fileis asked - say NO P.S. Is also requires the ODBC driver FirebirdODBC [url]http://www.firebirdsql.org/download/prerelease/odbc/OdbcFb_DLL_RC2_2-0-0150_Win32.zip [/url]and of course Firebird server[/b]
!?0A81>, ?>A<>B at N, :0: 1C45B 2 at 5<O
Do not post links to software that is not on the page of distributor. Posts removed.
look to PMs
> leniviylook to PM
No fonts in ~/.winevfp/drive_c/windows/Fonts/ Code: /usr/share/wine/fonts/coue1255.fon /usr/share/wine/fonts/coue1256.fon /usr/share/wine/fonts/coue1257.fon /usr/share/wine/fonts/couree.fon /usr/share/wine/fonts/coure.fon /usr/share/wine/fonts/coureg.fon /usr/share/wine/fonts/courer.fon /usr/share/wine/fonts/couret.fon /usr/share/wine/fonts/cvgasys.fon /usr/share/wine/fonts/hvgasys.fon /usr/share/wine/fonts/jsmalle.fon /usr/share/wine/fonts/jvgasys.fon /usr/share/wine/fonts/marlett.ttf /usr/share/wine/fonts/smae1255.fon /usr/share/wine/fonts/smae1256.fon /usr/share/wine/fonts/smae1257.fon /usr/share/wine/fonts/smallee.fon /usr/share/wine/fonts/smalle.fon /usr/share/wine/fonts/smalleg.fon /usr/share/wine/fonts/smaller.fon /usr/share/wine/fonts/smallet.fon /usr/share/wine/fonts/ssee1255.fon /usr/share/wine/fonts/ssee1256.fon /usr/share/wine/fonts/ssee1257.fon /usr/share/wine/fonts/ssee874.fon /usr/share/wine/fonts/sserifee.fon /usr/share/wine/fonts/sserife.fon /usr/share/wine/fonts/sserifeg.fon /usr/share/wine/fonts/sserifer.fon /usr/share/wine/fonts/sserifet.fon /usr/share/wine/fonts/svgasys.fon /usr/share/wine/fonts/symbol.ttf /usr/share/wine/fonts/tahomabd.ttf /usr/share/wine/fonts/tahoma.ttf /usr/share/wine/fonts/vgas1255.fon /usr/share/wine/fonts/vgas1256.fon /usr/share/wine/fonts/vgas1257.fon /usr/share/wine/fonts/vgas874.fon /usr/share/wine/fonts/vgasyse.fon /usr/share/wine/fonts/vgasys.fon /usr/share/wine/fonts/vgasysg.fon /usr/share/wine/fonts/vgasysr.fon /usr/share/wine/fonts/vgasyst.fon
( or "ru_RU.UTF-8 UTF-8", not quite sure)
Where is my gen-locale output: Code: igabyte at virtualbox:/mnt/SHOPSQL$ locale-gen Generating locales... en_AG.UTF-8... up-to-date en_AU.UTF-8... up-to-date en_BW.UTF-8... up-to-date en_CA.UTF-8... up-to-date en_DK.UTF-8... up-to-date en_GB.UTF-8... up-to-date en_HK.UTF-8... up-to-date en_IE.UTF-8... up-to-date en_IN.UTF-8... up-to-date en_NG.UTF-8... up-to-date en_NZ.UTF-8... up-to-date en_PH.UTF-8... up-to-date en_SG.UTF-8... up-to-date en_US.UTF-8... up-to-date en_ZA.UTF-8... up-to-date en_ZW.UTF-8... up-to-date ru_RU.CP1251... ?????????? ??????? ????? ?????? <</usr/lib/locale/locale-archive>>: ???????? ? ??????? failed ru_RU.KOI8-R... ?????????? ??????? ????? ?????? <</usr/lib/locale/locale-archive>>: ???????? ? ??????? failed ru_RU.UTF-8... up-to-date ru_UA.UTF-8... up-to-date uk_UA.UTF-8... ?????????? ??????? ????? ?????? <</usr/lib/locale/locale-archive>>: ???????? ? ??????? failed Generation complete.
Oops, running as root gives this result: Code: root at virtualbox:/mnt/SHOPSQL# locale-gen Generating locales... en_AG.UTF-8... up-to-date en_AU.UTF-8... up-to-date en_BW.UTF-8... up-to-date en_CA.UTF-8... up-to-date en_DK.UTF-8... up-to-date en_GB.UTF-8... up-to-date en_HK.UTF-8... up-to-date en_IE.UTF-8... up-to-date en_IN.UTF-8... up-to-date en_NG.UTF-8... up-to-date en_NZ.UTF-8... up-to-date en_PH.UTF-8... up-to-date en_SG.UTF-8... up-to-date en_US.UTF-8... up-to-date en_ZA.UTF-8... up-to-date en_ZW.UTF-8... up-to-date ru_RU.CP1251... up-to-date ru_RU.KOI8-R... up-to-date ru_RU.UTF-8... up-to-date ru_UA.UTF-8... up-to-date uk_UA.UTF-8... done Generation complete.