https://bugs.winehq.org/show_bug.cgi?id=49915
Bug ID: 49915 Summary: can not register COM server Product: Wine Version: 5.18 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: ysong2180@yahoo.com Distribution: ---
Created attachment 68286 --> https://bugs.winehq.org/attachment.cgi?id=68286 two log files. one is the winecfg log. The other one is the application log
I tried to install an windows application on Ubuntu 20.04. The installer can run and install files. But it fails at the end when it tries to register COM servers. It is a win32 application. I used winecfg to create a win32 wineprefix and used the win32 wineprefix to start the installer.
https://bugs.winehq.org/show_bug.cgi?id=49915
Jeff Smith whydoubt@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |whydoubt@gmail.com
--- Comment #1 from Jeff Smith whydoubt@gmail.com --- It appears that the commands you used were
WINARCH=win32 WINEPREFIX=~/wine32 WINEDEBUG=warn+all winecfg WINARCH=win32 WINEPREFIX=~/wine32 WINEDEBUG=warn+all wine start TradeStationSetup.exe
The first thing I notice is that you should be using WINEARCH, not WINARCH. I would suggest removing the ~/wine32 wineprefix and try again using WINEARCH, to see if you get better results.
https://bugs.winehq.org/show_bug.cgi?id=49915
--- Comment #2 from ysong2180@yahoo.com --- Created attachment 68661 --> https://bugs.winehq.org/attachment.cgi?id=68661 .net assertion
https://bugs.winehq.org/show_bug.cgi?id=49915
--- Comment #3 from ysong2180@yahoo.com --- Created attachment 68662 --> https://bugs.winehq.org/attachment.cgi?id=68662 new debug log
https://bugs.winehq.org/show_bug.cgi?id=49915
--- Comment #4 from ysong2180@yahoo.com --- Created attachment 68663 --> https://bugs.winehq.org/attachment.cgi?id=68663 debug log
https://bugs.winehq.org/show_bug.cgi?id=49915
--- Comment #5 from ysong2180@yahoo.com --- It is better this time. But it still failed for a different reason. Please check the new debug logs I attached. I ran it several times. Each time it failed for a different reason. It could not install .net 4.5.2
https://bugs.winehq.org/show_bug.cgi?id=49915
--- Comment #6 from ysong2180@yahoo.com --- Looks like wine can not install .net 4.5.2. The installer can be found at
https://www.microsoft.com/en-us/download/confirmation.aspx?id=42642
https://bugs.winehq.org/show_bug.cgi?id=49915
Michael McGuire spoon0042@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |spoon0042@hotmail.com
--- Comment #7 from Michael McGuire spoon0042@hotmail.com --- .net install has known issues: bug 49897
You most likely want to be using winetricks to install dotnet452 anyway, and if up to date it won't attempt to install with wine 5.12 or later. You can temporarily downgrade to 5.11 to install if that's what you need. You'll want to delete the wineprefix and start fresh.
And it may still fail; there's a few posts on the forum that could be the same issue with no solution.
https://bugs.winehq.org/show_bug.cgi?id=49915
--- Comment #8 from ysong2180@yahoo.com --- I tried winetricks to install .net. It failed.
https://bugs.winehq.org/show_bug.cgi?id=49915
ysong2180@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|5.18 |5.0.3
https://bugs.winehq.org/show_bug.cgi?id=49915
mirh mirh@protonmail.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mirh@protonmail.ch
--- Comment #9 from mirh mirh@protonmail.ch --- Are we good now?