1
Bugs and Issues / Re: EA using Wine and ODBC
« on: April 20, 2018, 01:03:45 pm »
I've tried that and not work.
Here what I did:
export WINEARCH=win32
wine wineboot
winetricks msxml3
winetricks msxml4
winecfg > library > add 'ole32 (native, builtin)'
winetricks mdac28
winetricks jet40
but got error with jet40
once again with --force option
wine msiexec /i eatrial.msi
wine msiexec /i mysql-connector-odbc-5.3.10-win32.msi
wine control > configured a mysql-odbc data source.
opened EA and tried to open the data source.
Here what I did:
export WINEARCH=win32
wine wineboot
winetricks msxml3
winetricks msxml4
winecfg > library > add 'ole32 (native, builtin)'
winetricks mdac28
winetricks jet40
but got error with jet40
Code: [Select]
003a:fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet "C:\\users\\eacloud\\Temp\\IXP001.TMP\\Jetsetup.CAB"
003a:err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program files\\Common files\\Microsoft shared\\dao\\dao2535.tlb" failed with error 2
------------------------------------------------------
jet40 install completed, but installed file /home/eacloud/.wine/dosdevices/c:/Program Files (x86)/Common Files/Microsoft Shared/dao/dao360.dll not foundonce again with --force option
Code: [Select]
Note: command 'cabextract -q -d /home/eacloud/.wine/dosdevices/c:/windows/system32 /home/eacloud/.cache/winetricks/wsh57/scripten.exe' returned status 1. Aborting.wine msiexec /i eatrial.msi
wine msiexec /i mysql-connector-odbc-5.3.10-win32.msi
wine control > configured a mysql-odbc data source.
opened EA and tried to open the data source.