https://bugs.winehq.org/show_bug.cgi?id=42178
Bug ID: 42178 Summary: alway the sama bug Product: Wine Version: 2.0-rc4 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: p.lemonnier1@free.fr Distribution: ---
Created attachment 56800 --> https://bugs.winehq.org/attachment.cgi?id=56800 files created when i start mtae
I have already repeatedly exposed the problem I encounter when I set up a program. I have the same bug in 32 and 64 bits I took into consideration the advice that you gave me but this morning with the version wine 2.0 rc4 the bug is still current The program either does not install correctly or does not start. I have tried everything including installing it with reactos (last testing version); It seems that the problem comes from wine I can send you the program on a donwload adress if it is possible. It would be very easy for you to test it and understand the problem Very sincerely
https://bugs.winehq.org/show_bug.cgi?id=42178
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED Summary|alway the sama bug |Unknown program installer | |crashes (64-bit | |InstallShield 'ISBEW64.exe' | |crashes) Keywords| |Installer
--- Comment #1 from Bruno Jesus 00cpxxx@gmail.com --- What program? The specific problem you are reporting through the backtrace is a duplicate of a known issue.
*** This bug has been marked as a duplicate of bug 36697 ***
https://bugs.winehq.org/show_bug.cgi?id=42178
--- Comment #2 from LEMONNIER p.lemonnier1@free.fr --- Can I send you on a download adress
https://bugs.winehq.org/show_bug.cgi?id=42178
--- Comment #3 from LEMONNIER p.lemonnier1@free.fr --- If you want the program you can test it to the download adress
"Installation_EuroCompta_2016.exe" to the adress:
https://bugs.winehq.org/show_bug.cgi?id=42178
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Unknown program installer |EuroCompta 2016 installer |crashes (64-bit |crashes (64-bit |InstallShield 'ISBEW64.exe' |InstallShield 'ISBEW64.exe' |crashes) |crashes)
https://bugs.winehq.org/show_bug.cgi?id=42178
--- Comment #4 from LEMONNIER p.lemonnier1@free.fr ---
From another computer I successfully installed the program.
I tried to start the program in a terminal And here is what is indicated in the terminal. Do you have a solution?
env WINEPREFIX="/home/lemonnier/.wine" wine c:\winm\eurocpt\EuroCpt.exe err:winediag:SQLDrivers No ODBC drivers could be found. Check the settings for your libodbc provider.
Many thanks Sincerely Patrice Lemonnier
https://bugs.winehq.org/show_bug.cgi?id=42178
--- Comment #5 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to LEMONNIER from comment #4)
Do you have a solution?
env WINEPREFIX="/home/lemonnier/.wine" wine c:\winm\eurocpt\EuroCpt.exe err:winediag:SQLDrivers No ODBC drivers could be found. Check the settings for your libodbc provider.
You need to install the library libodbc in your system, Wine uses it to access ODBC sources.
For example, in Debian to install both 64 and 32 bits version: apt-get install libodbc1 libodbc1:i386
https://bugs.winehq.org/show_bug.cgi?id=42178
--- Comment #6 from LEMONNIER p.lemonnier1@free.fr --- Thanks a lot I have tried. I sent you the result in the terminal Here is the result. What is the problem
sudo apt-get install libodbc1 libodbc1:i386 Lecture des listes de paquets... Fait Construction de l'arbre des dépendances Lecture des informations d'état... Fait libodbc1 is already the newest version (2.3.1-4.1). libodbc1:i386 is already the newest version (2.3.1-4.1). 0 mis à jour, 0 nouvellement installés, 0 à enlever et 22 non mis à jour. lemonnier@lemonnier-M32CD-A-F-K20CD-K31CD:~$ env WINEPREFIX="/home/juguet/.wine" wine c:\winm\eurocpt\EuroCpt.exe err:winediag:SQLDrivers No ODBC drivers could be found. Check the settings for your libodbc provider.
very sincerely Patrice Lemonnier
https://bugs.winehq.org/show_bug.cgi?id=42178
--- Comment #7 from Bruno Jesus 00cpxxx@gmail.com --- I don't know what could be wrong, another alternative is to use winetricks and install native components.
winetricks jet40 mdac28
This will make the application start correctly too.
https://bugs.winehq.org/show_bug.cgi?id=42178
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Bruno Jesus 00cpxxx@gmail.com --- Closing duplicate bugs.