Software Profili2 on Ubuntu by Wine
-
- Level 1
- Posts: 8
- Joined: Sat Feb 25, 2012 4:46 am
Software Profili2 on Ubuntu by Wine
Hi
Greetings to all
Is my first post in this forum
sorry for my english
Many compliment to all developers for great work in Wine
Profili2 is the most famous Windows software for designe airfoil profile for RC airplane models.
Some times ago I have installed it in ubuntu 10.10 by Wine(1.3.5) with success
This software use an mdb file
First I have installed Profili download in this web site
http://www.profili2.com/eng/default.htm
second step
by winetricks
installed
jet40
mdac28
Now with same procedure I try to install Profili in ubuntu 11.10 by wine 1.4-rc4(last version)
but the result is the same
Profili not start because is no able to load the mdb file
I have try to change the installation order of profili, jet40, mdac28 without result
What do you suggest?
Thank you in advance for answer.
Greetings to all
Is my first post in this forum
sorry for my english
Many compliment to all developers for great work in Wine
Profili2 is the most famous Windows software for designe airfoil profile for RC airplane models.
Some times ago I have installed it in ubuntu 10.10 by Wine(1.3.5) with success
This software use an mdb file
First I have installed Profili download in this web site
http://www.profili2.com/eng/default.htm
second step
by winetricks
installed
jet40
mdac28
Now with same procedure I try to install Profili in ubuntu 11.10 by wine 1.4-rc4(last version)
but the result is the same
Profili not start because is no able to load the mdb file
I have try to change the installation order of profili, jet40, mdac28 without result
What do you suggest?
Thank you in advance for answer.
Re: Software Profili2 on Ubuntu by Wine
Post complete terminal output as described here: http://wiki.winehq.org/FAQ#get_logakrobaticone wrote:Profili not start because is no able to load the mdb file
-
- Level 1
- Posts: 8
- Joined: Sat Feb 25, 2012 4:46 am
Re: Software Profili2 on Ubuntu by Wine
Following the log file:vitamin wrote:Post complete terminal output as described here: http://wiki.winehq.org/FAQ#get_logakrobaticone wrote:Profili not start because is no able to load the mdb file
Code: Select all
err:ole:CoInitializeEx Attempt to change threading model of this apartment from apartment threaded to multi-threaded
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:wbemprox:wbem_locator_ConnectServer 0x144ce8, L"ROOT\\CIMV2", (null), (null), (null), 0x00000000, (null), (nil), 0x32ce40)
err:ole:CoInitializeEx Attempt to change threading model of this apartment from apartment threaded to multi-threaded
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:wbemprox:wbem_locator_ConnectServer 0x163188, L"ROOT\\CIMV2", (null), (null), (null), 0x00000000, (null), (nil), 0x32ce40)
Software Profili2 on Ubuntu by Wine
On Tue, 2012-02-28 at 15:02 -0600, akrobaticone wrote:
originally just a graphic wrapper round XFOIL. If you look in the
installation directory and find XFOIL.EXE you'll know its still true. If
airfoil designs is all you need Profili for, you can download XFOIL from
here: http://web.mit.edu/drela/Public/web/xfoil/
and compile it as a native Linux application. Its open source, released
under the GPL and compiles with the GNU f77 FORTRAN compiler - this is
just a preprocessor and set of extra libraries for the GNU C compiler
and will be a separate package for most distros.
There is a binary OS X version of XFOIL linked from the same page.
For drawing up plans there are a number of CAD packages available for
Linux. I'm still using TrueCAD on an ancient W95 box, so can't talk
about them except to add that any self-respecting CAD package should
export and import DXF format drawing exchange files and, failing that,
most can also handle HPGL files. DXF transfers preserve layering and
scale. HPGL doesn't, but with some work you can put that back.
Martin
I suppose you do know that the airfoil design parts of Profili wereHave you some news for me?
originally just a graphic wrapper round XFOIL. If you look in the
installation directory and find XFOIL.EXE you'll know its still true. If
airfoil designs is all you need Profili for, you can download XFOIL from
here: http://web.mit.edu/drela/Public/web/xfoil/
and compile it as a native Linux application. Its open source, released
under the GPL and compiles with the GNU f77 FORTRAN compiler - this is
just a preprocessor and set of extra libraries for the GNU C compiler
and will be a separate package for most distros.
There is a binary OS X version of XFOIL linked from the same page.
For drawing up plans there are a number of CAD packages available for
Linux. I'm still using TrueCAD on an ancient W95 box, so can't talk
about them except to add that any self-respecting CAD package should
export and import DXF format drawing exchange files and, failing that,
most can also handle HPGL files. DXF transfers preserve layering and
scale. HPGL doesn't, but with some work you can put that back.
Martin
-
- Level 1
- Posts: 8
- Joined: Sat Feb 25, 2012 4:46 am
Re: Software Profili2 on Ubuntu by Wine
Thank you for answerMartin Gregorie wrote:On Tue, 2012-02-28 at 15:02 -0600, akrobaticone wrote:I suppose you do know that the airfoil design parts of Profili wereHave you some news for me?
originally just a graphic wrapper round XFOIL. If you look in the
installation directory and find XFOIL.EXE you'll know its still true. If
airfoil designs is all you need Profili for, you can download XFOIL from
here: http://web.mit.edu/drela/Public/web/xfoil/
and compile it as a native Linux application. Its open source, released
under the GPL and compiles with the GNU f77 FORTRAN compiler - this is
just a preprocessor and set of extra libraries for the GNU C compiler
and will be a separate package for most distros.
There is a binary OS X version of XFOIL linked from the same page.
For drawing up plans there are a number of CAD packages available for
Linux. I'm still using TrueCAD on an ancient W95 box, so can't talk
about them except to add that any self-respecting CAD package should
export and import DXF format drawing exchange files and, failing that,
most can also handle HPGL files. DXF transfers preserve layering and
scale. HPGL doesn't, but with some work you can put that back.
Martin
Yes I know that Profili is Xfoli based and I will try to make your suggestion.
Profili is very popular software used by many people.
I think that is a good thing use it in different linux OS based and many Linux users are no able to program and compile software.
For this reason I try to install profili by Wine.
In the past I have installed profili with succes in ubuntu 10.10, but now with the same procedure in another Ubuntu 10.10 and Ubuntu 11.10 are the same error with .mdb file.
If I can find a solution will be a succes for me but also for Wine and probably some users will abandon Windows for Linux
The engine for mdb files are jet 40 and mdac
for some unknow reason it work sometimes and sometimes no
Why?
-
- Level 1
- Posts: 8
- Joined: Sat Feb 25, 2012 4:46 am
Update:
Profili run on ubuntu 10.10 on one of my PC
copying all key from the section
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI]
and paste on other PC where profili show the mdb file error
software start without error
following the ODBCINST register section
may you suggest me which keys are needed?
Why soemtimes that keys are no generated by wine and profili?
Profili run on ubuntu 10.10 on one of my PC
copying all key from the section
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI]
and paste on other PC where profili show the mdb file error
software start without error
following the ODBCINST register section
may you suggest me which keys are needed?
Why soemtimes that keys are no generated by wine and profili?
Code: Select all
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI]
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Conversor de página de código MS]
"Setup"="C:\\windows\\system32\\MSCPXL32.dll"
"Translator"="C:\\windows\\system32\\MSCPXL32.dll"
"UsageCount"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Driver da Microsoft para arquivos texto (*.txt; *.csv)]
"APILevel"="1"
"ConnectFunctions"="YYN"
"Driver"="C:\\windows\\system32\\odbcjt32.dll"
"DriverODBCVer"="02.50"
"FileExtns"="*.,*.asc,*.csv,*.tab,*.txt,*.csv"
"FileUsage"="1"
"Setup"="C:\\windows\\system32\\odtext32.dll"
"SQLLevel"="0"
"UsageCount"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Driver do Microsoft Access (*.mdb)]
"APILevel"="1"
"ConnectFunctions"="YYN"
"Driver"="C:\\windows\\system32\\odbcjt32.dll"
"DriverODBCVer"="02.50"
"FileExtns"="*.mdb"
"FileUsage"="2"
"Setup"="C:\\windows\\system32\\odbcjt32.dll"
"SQLLevel"="0"
"UsageCount"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Driver do Microsoft dBase (*.dbf)]
"APILevel"="1"
"ConnectFunctions"="YYN"
"Driver"="C:\\windows\\system32\\odbcjt32.dll"
"DriverODBCVer"="02.50"
"FileExtns"="*.dbf,*.ndx,*.mdx"
"FileUsage"="1"
"Setup"="C:\\windows\\system32\\oddbse32.dll"
"SQLLevel"="0"
"UsageCount"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Driver do Microsoft Excel(*.xls)]
"APILevel"="1"
"ConnectFunctions"="YYN"
"Driver"="C:\\windows\\system32\\odbcjt32.dll"
"DriverODBCVer"="02.50"
"FileExtns"="*.xls"
"FileUsage"="1"
"Setup"="C:\\windows\\system32\\odexl32.dll"
"SQLLevel"="0"
"UsageCount"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Driver do Microsoft Paradox (*.db )]
"APILevel"="1"
"ConnectFunctions"="YYN"
"Driver"="C:\\windows\\system32\\odbcjt32.dll"
"DriverODBCVer"="02.50"
"FileExtns"="*.db"
"FileUsage"="1"
"Setup"="C:\\windows\\system32\\odpdx32.dll"
"SQLLevel"="0"
"UsageCount"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Driver para o Microsoft Visual FoxPro]
"APILevel"="0"
"ConnectFunctions"="YYN"
"Driver"="C:\\windows\\system32\\vfpodbc.dll"
"DriverODBCVer"="02.50"
"FileExtns"="*.dbf,*.cdx,*.idx,*.fpt"
"FileUsage"="1"
"Setup"="C:\\windows\\system32\\vfpodbc.dll"
"SQLLevel"="0"
"UsageCount"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Microsoft Access dBASE Driver (*.dbf, *.ndx, *.mdx)]
"APILevel"="1"
"ConnectFunctions"="YYN"
"Driver"="C:\\PROG~DGQ\\FILE~IME\\MICR~NEI\\OFFICE12\\ACEODBC.DLL"
"DriverODBCVer"="02.50"
"FileExtns"="*.dbf, *.ndx, *.mdx"
"FileUsage"="2"
"Setup"="C:\\PROG~DGQ\\FILE~IME\\MICR~NEI\\OFFICE12\\ACEODDBS.DLL"
"SQLLevel"="0"
"UsageCount"=dword:00000003
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Microsoft Access Driver (*.mdb)]
"APILevel"="1"
"ConnectFunctions"="YYN"
"Driver"="C:\\windows\\system32\\odbcjt32.dll"
"DriverODBCVer"="02.50"
"FileExtns"="*.mdb"
"FileUsage"="2"
"Setup"="C:\\windows\\system32\\odbcjt32.dll"
"SQLLevel"="0"
"UsageCount"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Microsoft Access Driver (*.mdb, *.accdb)]
"APILevel"="1"
"ConnectFunctions"="YYN"
"Driver"="C:\\PROG~DGQ\\FILE~IME\\MICR~NEI\\OFFICE12\\ACEODBC.DLL"
"DriverODBCVer"="02.50"
"FileExtns"="*.mdb,*.accdb"
"FileUsage"="2"
"Setup"="C:\\PROG~DGQ\\FILE~IME\\MICR~NEI\\OFFICE12\\ACEODBC.DLL"
"SQLLevel"="0"
"UsageCount"=dword:00000003
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Microsoft Access Paradox Driver (*.db)]
"APILevel"="1"
"ConnectFunctions"="YYN"
"Driver"="C:\\PROG~DGQ\\FILE~IME\\MICR~NEI\\OFFICE12\\ACEODBC.DLL"
"DriverODBCVer"="02.50"
"FileExtns"="*.mdb,*.accdb"
"FileUsage"="2"
"Setup"="C:\\PROG~DGQ\\FILE~IME\\MICR~NEI\\OFFICE12\\ACEODPDX.DLL"
"SQLLevel"="0"
"UsageCount"=dword:00000003
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Microsoft Access Text Driver (*.txt, *.csv)]
"APILevel"="1"
"ConnectFunctions"="YYN"
"Driver"="C:\\PROG~DGQ\\FILE~IME\\MICR~NEI\\OFFICE12\\ACEODBC.DLL"
"DriverODBCVer"="02.50"
"FileExtns"="*.txt, *.csv"
"FileUsage"="2"
"Setup"="C:\\PROG~DGQ\\FILE~IME\\MICR~NEI\\OFFICE12\\ACEODTXT.DLL"
"SQLLevel"="0"
"UsageCount"=dword:00000003
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Microsoft Access-Treiber (*.mdb)]
"APILevel"="1"
"ConnectFunctions"="YYN"
"Driver"="C:\\windows\\system32\\odbcjt32.dll"
"DriverODBCVer"="02.50"
"FileExtns"="*.mdb"
"FileUsage"="2"
"Setup"="C:\\windows\\system32\\odbcjt32.dll"
"SQLLevel"="0"
"UsageCount"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Microsoft dBase Driver (*.dbf)]
"APILevel"="1"
"ConnectFunctions"="YYN"
"Driver"="C:\\windows\\system32\\odbcjt32.dll"
"DriverODBCVer"="02.50"
"FileExtns"="*.dbf,*.ndx,*.mdx"
"FileUsage"="1"
"Setup"="C:\\windows\\system32\\oddbse32.dll"
"SQLLevel"="0"
"UsageCount"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Microsoft dBase VFP Driver (*.dbf)]
"APILevel"="0"
"ConnectFunctions"="YYN"
"Driver"="C:\\windows\\system32\\vfpodbc.dll"
"DriverODBCVer"="02.50"
"FileExtns"="*.dbf,*.cdx,*.idx,*.fpt"
"FileUsage"="1"
"Setup"="C:\\windows\\system32\\vfpodbc.dll"
"SQLLevel"="0"
"UsageCount"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Microsoft dBase-Treiber (*.dbf)]
"APILevel"="1"
"ConnectFunctions"="YYN"
"Driver"="C:\\windows\\system32\\odbcjt32.dll"
"DriverODBCVer"="02.50"
"FileExtns"="*.dbf,*.ndx,*.mdx"
"FileUsage"="1"
"Setup"="C:\\windows\\system32\\oddbse32.dll"
"SQLLevel"="0"
"UsageCount"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Microsoft Excel Driver (*.xls)]
"APILevel"="1"
"ConnectFunctions"="YYN"
"Driver"="C:\\windows\\system32\\odbcjt32.dll"
"DriverODBCVer"="02.50"
"FileExtns"="*.xls"
"FileUsage"="1"
"Setup"="C:\\windows\\system32\\odexl32.dll"
"SQLLevel"="0"
"UsageCount"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Microsoft Excel Driver (*.xls, *.xlsx, *.xlsm, *.xlsb)]
"APILevel"="1"
"ConnectFunctions"="YYN"
"Driver"="C:\\PROG~DGQ\\FILE~IME\\MICR~NEI\\OFFICE12\\ACEODBC.DLL"
"DriverODBCVer"="02.50"
"FileExtns"="*.xls,*.xlsx, *.xlsb"
"FileUsage"="2"
"Setup"="C:\\PROG~DGQ\\FILE~IME\\MICR~NEI\\OFFICE12\\ACEODEXL.DLL"
"SQLLevel"="0"
"UsageCount"=dword:00000003
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Microsoft Excel-Treiber (*.xls)]
"APILevel"="1"
"ConnectFunctions"="YYN"
"Driver"="C:\\windows\\system32\\odbcjt32.dll"
"DriverODBCVer"="02.50"
"FileExtns"="*.xls"
"FileUsage"="1"
"Setup"="C:\\windows\\system32\\odexl32.dll"
"SQLLevel"="0"
"UsageCount"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Microsoft FoxPro VFP Driver (*.dbf)]
"APILevel"="0"
"ConnectFunctions"="YYN"
"Driver"="C:\\windows\\system32\\vfpodbc.dll"
"DriverODBCVer"="02.50"
"FileExtns"="*.dbf,*.cdx,*.idx,*.fpt"
"FileUsage"="1"
"Setup"="C:\\windows\\system32\\vfpodbc.dll"
"SQLLevel"="0"
"UsageCount"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Microsoft ODBC for Oracle]
"CPTimeout"="60"
"Driver"="C:\\windows\\system32\\msorcl32.dll"
"Setup"="C:\\windows\\system32\\msorcl32.dll"
"UsageCount"=dword:00000004
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Microsoft Paradox Driver (*.db )]
"APILevel"="1"
"ConnectFunctions"="YYN"
"Driver"="C:\\windows\\system32\\odbcjt32.dll"
"DriverODBCVer"="02.50"
"FileExtns"="*.db"
"FileUsage"="1"
"Setup"="C:\\windows\\system32\\odpdx32.dll"
"SQLLevel"="0"
"UsageCount"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Microsoft Paradox-Treiber (*.db )]
"APILevel"="1"
"ConnectFunctions"="YYN"
"Driver"="C:\\windows\\system32\\odbcjt32.dll"
"DriverODBCVer"="02.50"
"FileExtns"="*.db"
"FileUsage"="1"
"Setup"="C:\\windows\\system32\\odpdx32.dll"
"SQLLevel"="0"
"UsageCount"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Microsoft Text Driver (*.txt; *.csv)]
"APILevel"="1"
"ConnectFunctions"="YYN"
"Driver"="C:\\windows\\system32\\odbcjt32.dll"
"DriverODBCVer"="02.50"
"FileExtns"="*.,*.asc,*.csv,*.tab,*.txt,*.csv"
"FileUsage"="1"
"Setup"="C:\\windows\\system32\\odtext32.dll"
"SQLLevel"="0"
"UsageCount"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Microsoft Text-Treiber (*.txt; *.csv)]
"APILevel"="1"
"ConnectFunctions"="YYN"
"Driver"="C:\\windows\\system32\\odbcjt32.dll"
"DriverODBCVer"="02.50"
"FileExtns"="*.,*.asc,*.csv,*.tab,*.txt,*.csv"
"FileUsage"="1"
"Setup"="C:\\windows\\system32\\odtext32.dll"
"SQLLevel"="0"
"UsageCount"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Microsoft Visual FoxPro Driver]
"APILevel"="0"
"ConnectFunctions"="YYN"
"Driver"="C:\\windows\\system32\\vfpodbc.dll"
"DriverODBCVer"="02.50"
"FileExtns"="*.dbf,*.cdx,*.idx,*.fpt"
"FileUsage"="1"
"Setup"="C:\\windows\\system32\\vfpodbc.dll"
"SQLLevel"="0"
"UsageCount"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Microsoft Visual FoxPro-Treiber]
"APILevel"="0"
"ConnectFunctions"="YYN"
"Driver"="C:\\windows\\system32\\vfpodbc.dll"
"DriverODBCVer"="02.50"
"FileExtns"="*.dbf,*.cdx,*.idx,*.fpt"
"FileUsage"="1"
"Setup"="C:\\windows\\system32\\vfpodbc.dll"
"SQLLevel"="0"
"UsageCount"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\MS Code Page Translator]
"Setup"="C:\\windows\\system32\\MSCPXL32.dll"
"Translator"="C:\\windows\\system32\\MSCPXL32.dll"
"UsageCount"=dword:00000005
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\MS Code Page-Übersetzer]
"Setup"="C:\\windows\\system32\\MSCPXL32.dll"
"Translator"="C:\\windows\\system32\\MSCPXL32.dll"
"UsageCount"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\ODBC Core]
"UsageCount"=dword:00000005
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\ODBC Drivers]
"Driver da Microsoft para arquivos texto (*.txt; *.csv)"="Installed"
"Driver do Microsoft Access (*.mdb)"="Installed"
"Driver do Microsoft dBase (*.dbf)"="Installed"
"Driver do Microsoft Excel(*.xls)"="Installed"
"Driver do Microsoft Paradox (*.db )"="Installed"
"Driver para o Microsoft Visual FoxPro"="Installed"
"Microsoft Access dBASE Driver (*.dbf, *.ndx, *.mdx)"="Installed"
"Microsoft Access Driver (*.mdb)"="Installed"
"Microsoft Access Driver (*.mdb, *.accdb)"="Installed"
"Microsoft Access Paradox Driver (*.db)"="Installed"
"Microsoft Access Text Driver (*.txt, *.csv)"="Installed"
"Microsoft Access-Treiber (*.mdb)"="Installed"
"Microsoft dBase Driver (*.dbf)"="Installed"
"Microsoft dBase VFP Driver (*.dbf)"="Installed"
"Microsoft dBase-Treiber (*.dbf)"="Installed"
"Microsoft Excel Driver (*.xls)"="Installed"
"Microsoft Excel Driver (*.xls, *.xlsx, *.xlsm, *.xlsb)"="Installed"
"Microsoft Excel-Treiber (*.xls)"="Installed"
"Microsoft FoxPro VFP Driver (*.dbf)"="Installed"
"Microsoft ODBC for Oracle"="Installed"
"Microsoft Paradox Driver (*.db )"="Installed"
"Microsoft Paradox-Treiber (*.db )"="Installed"
"Microsoft Text Driver (*.txt; *.csv)"="Installed"
"Microsoft Text-Treiber (*.txt; *.csv)"="Installed"
"Microsoft Visual FoxPro Driver"="Installed"
"Microsoft Visual FoxPro-Treiber"="Installed"
"SQL Server"="Installed"
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\ODBC Translators]
"Conversor de página de código MS"="Installed"
"MS Code Page Translator"="Installed"
"MS Code Page-Übersetzer"="Installed"
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\SQL Server]
"APILevel"="2"
"ConnectFunctions"="YYY"
"CPTimeout"="60"
"Driver"="C:\\windows\\system32\\SQLSRV32.dll"
"DriverODBCVer"="03.50"
"FileUsage"="0"
"Setup"="C:\\windows\\system32\\SQLSRV32.dll"
"SQLLevel"="1"
"UsageCount"=dword:00000005
-
- Level 1
- Posts: 8
- Joined: Sat Feb 25, 2012 4:46 am
odbc32.dll is already configured as nativevitamin wrote:Try native odbc32.dll (it might need odbc32r.dll as well).akrobaticone wrote:Update:
Profili run on ubuntu 10.10 on one of my PC
on PC where profili non start
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI] section
is like the following code
Code: Select all
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI]
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Microsoft Access dBASE Driver (*.dbf, *.ndx, *.mdx)]
"APILevel"="1"
"ConnectFunctions"="YYN"
"Driver"="C:\\PROG~FBU\\COMM~CP1\\MICR~NEI\\OFFICE12\\ACEODBC.DLL"
"DriverODBCVer"="02.50"
"FileExtns"="*.dbf, *.ndx, *.mdx"
"FileUsage"="2"
"Setup"="C:\\PROG~FBU\\COMM~CP1\\MICR~NEI\\OFFICE12\\ACEODDBS.DLL"
"SQLLevel"="0"
"UsageCount"=dword:00000003
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Microsoft Access Driver (*.mdb, *.accdb)]
"APILevel"="1"
"ConnectFunctions"="YYN"
"Driver"="C:\\PROG~FBU\\COMM~CP1\\MICR~NEI\\OFFICE12\\ACEODBC.DLL"
"DriverODBCVer"="02.50"
"FileExtns"="*.mdb,*.accdb"
"FileUsage"="2"
"Setup"="C:\\PROG~FBU\\COMM~CP1\\MICR~NEI\\OFFICE12\\ACEODBC.DLL"
"SQLLevel"="0"
"UsageCount"=dword:00000003
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Microsoft Access Paradox Driver (*.db)]
"APILevel"="1"
"ConnectFunctions"="YYN"
"Driver"="C:\\PROG~FBU\\COMM~CP1\\MICR~NEI\\OFFICE12\\ACEODBC.DLL"
"DriverODBCVer"="02.50"
"FileExtns"="*.mdb,*.accdb"
"FileUsage"="2"
"Setup"="C:\\PROG~FBU\\COMM~CP1\\MICR~NEI\\OFFICE12\\ACEODPDX.DLL"
"SQLLevel"="0"
"UsageCount"=dword:00000003
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Microsoft Access Text Driver (*.txt, *.csv)]
"APILevel"="1"
"ConnectFunctions"="YYN"
"Driver"="C:\\PROG~FBU\\COMM~CP1\\MICR~NEI\\OFFICE12\\ACEODBC.DLL"
"DriverODBCVer"="02.50"
"FileExtns"="*.txt, *.csv"
"FileUsage"="2"
"Setup"="C:\\PROG~FBU\\COMM~CP1\\MICR~NEI\\OFFICE12\\ACEODTXT.DLL"
"SQLLevel"="0"
"UsageCount"=dword:00000003
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Microsoft Excel Driver (*.xls, *.xlsx, *.xlsm, *.xlsb)]
"APILevel"="1"
"ConnectFunctions"="YYN"
"Driver"="C:\\PROG~FBU\\COMM~CP1\\MICR~NEI\\OFFICE12\\ACEODBC.DLL"
"DriverODBCVer"="02.50"
"FileExtns"="*.xls,*.xlsx, *.xlsb"
"FileUsage"="2"
"Setup"="C:\\PROG~FBU\\COMM~CP1\\MICR~NEI\\OFFICE12\\ACEODEXL.DLL"
"SQLLevel"="0"
"UsageCount"=dword:00000003
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\Microsoft ODBC for Oracle]
"CPTimeout"="60"
"Driver"="C:\\windows\\system32\\msorcl32.dll"
"Setup"="C:\\windows\\system32\\msorcl32.dll"
"UsageCount"=dword:00000002
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\MS Code Page Translator]
"Setup"="C:\\windows\\system32\\MSCPXL32.dll"
"Translator"="C:\\windows\\system32\\MSCPXL32.dll"
"UsageCount"=dword:00000002
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\ODBC Core]
"UsageCount"=dword:00000002
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\ODBC Drivers]
"Microsoft Access dBASE Driver (*.dbf, *.ndx, *.mdx)"="Installed"
"Microsoft Access Driver (*.mdb, *.accdb)"="Installed"
"Microsoft Access Paradox Driver (*.db)"="Installed"
"Microsoft Access Text Driver (*.txt, *.csv)"="Installed"
"Microsoft Excel Driver (*.xls, *.xlsx, *.xlsm, *.xlsb)"="Installed"
"Microsoft ODBC for Oracle"="Installed"
"SQL Server"="Installed"
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\ODBC Translators]
"MS Code Page Translator"="Installed"
[HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\SQL Server]
"CPTimeout"="60"
"Driver"="C:\\windows\\system32\\SQLSRV32.dll"
"Setup"="C:\\windows\\system32\\SQLSRV32.dll"
"UsageCount"=dword:00000002
why in certain installation the section in subject is like the upper code(and does not work) and sometimes is like the previous answer and work?
the steps of installation are the same in both cases
which keys are essential for the proper functioning of Profili?
Thank you for your precious collaboration
-
- Level 1
- Posts: 8
- Joined: Sat Feb 25, 2012 4:46 am
Dll are all configured in "native"vitamin wrote:Have you actually installed it (copied from windows)? Just setting a dll to "native" is not enough of course.akrobaticone wrote:odbc32.dll is already configured as native
The first estract of register posted is from Ubuntu 10.10 where Profili was installed 1 year ago and work correctly
The second is from an actual installation in Ubuntu 10.10 in another PC
I also tried in Ubuntu 11.10 with same result
In this case wine is last version
I have copied the register key from first PC with Ubuntu 10.10 where Profili works and pasted in second PC where Profili don't start
After this operation also in the second PC Profili works
I suppose that Wine and Winetricks, when install jet and mdac don't generate the right keys in windows register
I do not know if it can be useful but sometimes a strange behaviour happens when try to install jet40
after jet40 installation winetrick report teh error "dao360.dll missing"
but the file is in right position
-
- Moderator
- Posts: 1153
- Joined: Wed Apr 27, 2011 11:01 pm
Software Profili2 on Ubuntu by Wine
On Tue, Mar 6, 2012 at 1:43 PM, akrobaticone <[email protected]> wrote:
4.0 installers are not creating a required registry key. If Profili
is not creating the key on install, then report this as a Wine bug.
(I've used Jet database products after the install). This is unless
the install is supposed to create the registry key at the same time
that the dll is being registered.
James
Report this as an issue to the winetricks folks if the MDAC and Jetvitamin wrote:Dll are all configured in "native"akrobaticone wrote:Have you actually installed it (copied from windows)? Just setting a dll to "native" is not enough of course.odbc32.dll is already configured as native
The first estract of register posted is from Ubuntu 10.10 where Profili was installed 1 year ago and work correctly
The second is from an actual installation in Ubuntu 10.10 in another PC
I also tried in Ubuntu 11.10 with same result
In this case wine is last version
I have copied the register key from first PC with Ubuntu 10.10 where Profili works and pasted in second PC where
Profili don't start
After this operation also in the second PC Profili works
I suppose that Wine and Winetricks, when install jet and mdac don't generate the right keys in windows register
4.0 installers are not creating a required registry key. If Profili
is not creating the key on install, then report this as a Wine bug.
This is a known error. However, the program is properly installedI do not know if it can be useful but sometimes a strange behaviour happens when try to install jet40
after jet40 installation winetrick report teh error "dao360.dll missing"
but the file is in right position
(I've used Jet database products after the install). This is unless
the install is supposed to create the registry key at the same time
that the dll is being registered.
James
-
- Level 1
- Posts: 8
- Joined: Sat Feb 25, 2012 4:46 am
profiles successfully creates its registry keys
I suppose the problem is winetricks when install Mdac28 and jet40 don't create mdb files reference in windows sistem register
Now with the last posted procedure profili run
Is correct o report to winetricks folks this bug from the moment the dll are set native?
I suppose the problem is winetricks when install Mdac28 and jet40 don't create mdb files reference in windows sistem register
Now with the last posted procedure profili run
Is correct o report to winetricks folks this bug from the moment the dll are set native?
Re: Software Profili2 on Ubuntu by Wine
Would anybody be so kind to explain again?
I've the same problem. Mdac32 and jet are on place. And they were on place already.
(I've here an unactivated Win7 in parallel- there are 4(!) mdac32.dll)
------- Errlog created with wine ./profili.exe >& errlog.txt -----------
err:ole:CoInitializeEx Attempt to change threading model of this apartment from apartment threaded to multi-threaded
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:wbemprox:client_security_SetBlanket 0x7d32e324, 0x142b68, 10, 0, (null), 3, 3, (nil), 0x00000000
fixme:wbemprox:client_security_Release 0x7d32e324
err:ole:CoInitializeEx Attempt to change threading model of this apartment from apartment threaded to multi-threaded
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:wbemprox:client_security_SetBlanket 0x7d32e324, 0x1de288, 10, 0, (null), 3, 3, (nil), 0x00000000
fixme:wbemprox:client_security_Release 0x7d32e324
--------------------
Lubuntu 15.1 64 .
Do I need to create a new Key in regedit (ODBC is not existent).
How do I put the snippets above into registry?
Line by line or is there a better strategy?
Thank you in Advance
Hermann
I've the same problem. Mdac32 and jet are on place. And they were on place already.
(I've here an unactivated Win7 in parallel- there are 4(!) mdac32.dll)
------- Errlog created with wine ./profili.exe >& errlog.txt -----------
err:ole:CoInitializeEx Attempt to change threading model of this apartment from apartment threaded to multi-threaded
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:wbemprox:client_security_SetBlanket 0x7d32e324, 0x142b68, 10, 0, (null), 3, 3, (nil), 0x00000000
fixme:wbemprox:client_security_Release 0x7d32e324
err:ole:CoInitializeEx Attempt to change threading model of this apartment from apartment threaded to multi-threaded
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:wbemprox:client_security_SetBlanket 0x7d32e324, 0x1de288, 10, 0, (null), 3, 3, (nil), 0x00000000
fixme:wbemprox:client_security_Release 0x7d32e324
--------------------
Lubuntu 15.1 64 .
Do I need to create a new Key in regedit (ODBC is not existent).
How do I put the snippets above into registry?
Line by line or is there a better strategy?
Thank you in Advance
Hermann
Re: Software Profili2 on Ubuntu by Wine
Now my MAil is away 
--------------------
I installed now Wine 1.91 (upper Mail:1.6) and Errormessage is as following:
----------
fixme:winediag:start_process Wine Staging 1.9.1 is a testing version containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
err:winediag:SQLDrivers No ODBC drivers could be found. Check the settings for your libodbc provider.
err:ole:CoInitializeEx Attempt to change threading model of this apartment from apartment threaded to multi-threaded
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:wbemprox:client_security_SetBlanket 0x7d19a7a8, 0x13fd70, 10, 0, (null), 3, 3, (nil), 0x00000000
fixme:wbemprox:client_security_Release 0x7d19a7a8
fixme:mountmgr:harddisk_ioctl The DISK_PARTITION_INFO and DISK_DETECTION_INFO structures will not be filled
err:ole:CoInitializeEx Attempt to change threading model of this apartment from apartment threaded to multi-threaded
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:wbemprox:client_security_SetBlanket 0x7d19a7a8, 0x1d8fb8, 10, 0, (null), 3, 3, (nil), 0x00000000
fixme:wbemprox:client_security_Release 0x7d19a7a8
fixme:mountmgr:harddisk_ioctl The DISK_PARTITION_INFO and DISK_DETECTION_INFO structures will not be filled
----------------
What does "check the settings" mean?
odbc is available under .../drive_c/windows/system32/odbc32.dll

--------------------
I installed now Wine 1.91 (upper Mail:1.6) and Errormessage is as following:
----------
fixme:winediag:start_process Wine Staging 1.9.1 is a testing version containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
err:winediag:SQLDrivers No ODBC drivers could be found. Check the settings for your libodbc provider.
err:ole:CoInitializeEx Attempt to change threading model of this apartment from apartment threaded to multi-threaded
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:wbemprox:client_security_SetBlanket 0x7d19a7a8, 0x13fd70, 10, 0, (null), 3, 3, (nil), 0x00000000
fixme:wbemprox:client_security_Release 0x7d19a7a8
fixme:mountmgr:harddisk_ioctl The DISK_PARTITION_INFO and DISK_DETECTION_INFO structures will not be filled
err:ole:CoInitializeEx Attempt to change threading model of this apartment from apartment threaded to multi-threaded
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:wbemprox:client_security_SetBlanket 0x7d19a7a8, 0x1d8fb8, 10, 0, (null), 3, 3, (nil), 0x00000000
fixme:wbemprox:client_security_Release 0x7d19a7a8
fixme:mountmgr:harddisk_ioctl The DISK_PARTITION_INFO and DISK_DETECTION_INFO structures will not be filled
----------------
What does "check the settings" mean?
odbc is available under .../drive_c/windows/system32/odbc32.dll