https://bugs.winehq.org/show_bug.cgi?id=55216
Bug ID: 55216 Summary: Altium designer 23.6.0 installer shows an orange box, makes it impossible to install Altium Product: Wine Version: 8.11 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: cedric.dewijs@eclipso.eu Distribution: ---
Created attachment 74827 --> https://bugs.winehq.org/attachment.cgi?id=74827 Console messages while running the installer three times
Altium designer 23.6.0 installer shows an orange box. This makes it impossible to install Altium.
Steps to reproduce: $ rm -rf ~/wine-tmp/ $ mkdir ~/wine-tmp $ export WINEPREFIX=~/wine-tmp $ wine AltiumDesignerSetup_23_6_0.exe now the installer starts. Click next. Now The installer shows an orange box. The installer beeps when the mouse is clicked outside of the orange box. These errors are shown in the console: 010c:fixme:uxtheme:BufferedPaintSetAlpha Stub (01B92788 0169F8F8 255) Enter ctrl-c into the terminal. Now the installer exits.
Versions: [cedric@cedric Downloads]$ wine --version wine-8.11 [cedric@cedric Downloads]$ uname -a Linux cedric 6.4.2-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 06 Jul 2023 18:35:54 +0000 x86_64 GNU/Linux [cedric@cedric Downloads]$
https://bugs.winehq.org/show_bug.cgi?id=55216
--- Comment #1 from Cedric cedric.dewijs@eclipso.eu --- The problem shows itself later when dotnet40, dotnet48 and msxml6 are installed before running the installer: $ rm -rf ~/wine-tmp/ $ mkdir ~/wine-tmp $ export WINEPREFIX=~/wine-tmp $ winetricks dotnet40 dotnet48 msxml6 $ wine AltiumDesignerSetup_23_6_0.exe now the installer starts. Click next. now the license agreement is shown. Click [X] I accept the agreement Click next. Now the installer shows an orange box. The installer beeps when the mouse is clicked outside of the orange box. These errors are shown in the console: 0154:fixme:service:QueryServiceConfig2W Level 6 not implemented type ctrl-c into the terminal. Now the installer exits.
https://bugs.winehq.org/show_bug.cgi?id=55216
--- Comment #2 from Cedric cedric.dewijs@eclipso.eu --- Created attachment 74828 --> https://bugs.winehq.org/attachment.cgi?id=74828 The console messages after the winetricks step