XLPRO3 from LEGRAND not install

Questions about Wine on Linux
Locked
thierryR
Level 1
Level 1
Posts: 9
Joined: Tue Oct 26, 2010 2:52 pm

XLPRO3 from LEGRAND not install

Post by thierryR »

Hi, I would like install xlpro3 from legrand https://www.legrand.fr/pro/outils/appli ... ution-400a
I have the error message:

Code: Select all

0200:err:ole:CoGetClassObject class {73773dbc-76d7-4f8b-975f-d1d036ba8a37} not registered
0200:err:ole:create_server class {73773dbc-76d7-4f8b-975f-d1d036ba8a37} not registered
0200:fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
0200:err:ole:CoGetClassObject no class object {73773dbc-76d7-4f8b-975f-d1d036ba8a37} could be created for context 0x15
0200:err:ole:CoGetClassObject class {00000100-0000-0010-8000-00aa006d2ea4} not registered
0200:err:ole:CoGetClassObject no class object {00000100-0000-0010-8000-00aa006d2ea4} could be created for context 0x1
I have testing:

Code: Select all

 wine regsvr32 oleacc.dll
000b:fixme:winediag:start_process Wine Staging 4.7 is a testing version containing experimental patches.
000b:fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
regsvr32 : DLL « oleacc.dll » enregistrée avec succès
It's ok and:

Code: Select all

winetricks mdac28          
------------------------------------------------------
You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Using winetricks 20190310 - sha256sum: e108eabe828296d8c11ec48a21cc2bb7298cb27ef7baba1d907073301270ffaa with wine-4.7 (Staging) and WINEARCH=win64
Executing w_do_call mdac28
Executing load_mdac28 
Current Wine does not have Wine bug 45627, so not applying workaround
Executing mkdir -p /home/thierry/.cache/winetricks/mdac28
Executing cd /home/thierry/.cache/winetricks/mdac28
Downloading https://download.microsoft.com/download/4/a/a/4aafff19-9d21-4d35-ae81-02c48dcbbbff/MDAC_TYP.EXE to /home/thierry/.cache/winetricks/mdac28
--2019-05-19 16:22:06--  https://download.microsoft.com/download/4/a/a/4aafff19-9d21-4d35-ae81-02c48dcbbbff/MDAC_TYP.EXE
Résolution de download.microsoft.com (download.microsoft.com)… 95.100.144.66, 2a02:26f0:82:380::e59, 2a02:26f0:82:3a4::e59
Connexion à download.microsoft.com (download.microsoft.com)|95.100.144.66|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 6100504 (5,8M) [application/octet-stream]
Sauvegarde en : « MDAC_TYP.EXE »

MDAC_TYP.EXE                                                        100%[==================================================================================================================================================================>]   5,82M  1,14MB/s    ds 5,1s    
.....
Success
After:

Code: Select all

wineserver -w
But it's not good.
help me please.
Thank's
thierryR
Level 1
Level 1
Posts: 9
Joined: Tue Oct 26, 2010 2:52 pm

Re: XLPRO3 from LEGRAND not install

Post by thierryR »

up :mrgreen:
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: XLPRO3 from LEGRAND not install

Post by jkfloris »

My France isn't as good as it could be, but I think I get the program running with:
- Wine stable version 4.0.1
- Clean 32-bit Wineprefix
- winetricks -q vcrun2008 vcrun2010 mfc42 jet40 winxp
Locked