https://bugs.winehq.org/show_bug.cgi?id=50017
Bug ID: 50017 Summary: Atmel studio 7.0.2397 installer stops (without any error). Product: Wine Version: 5.19 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: cedric.dewijs@eclipso.eu Distribution: ArchLinux
Created attachment 68444 --> https://bugs.winehq.org/attachment.cgi?id=68444 Console messages
ummary: Atmel studio 7.0.2397 installer stops (without any error).
Steps to reproduce: 0) reset the wine environment: $ rm -rf ~/.wine/ && $ wineserver -k $ wineboot
1) Download Atmel studio 7: http://studio.download.atmel.com/7.0.2397/as-installer-7.0.2397-web.exe $ sha256sum as-installer-7.0.2397-web.exe f934c7f1a201a296e45303c464931dd1346f712b9db675a4512001f02dc55732 as-installer-7.0.2397-web.exe
2) Start the web installer: $ wine as-installer-7.0.2397-web.exe Now the Atmel studio splash screen comes up briefly, and then the installer stops.
My versions: $ wine --version wine-5.19 (Staging) [cedric@cedric-p4 Downloads]$ pacman -Q wine wine-staging 5.19-1 [cedric@cedric-p4 Downloads]$ uname -a Linux cedric-p4 5.8.14-arch1-1 #1 SMP PREEMPT Wed, 07 Oct 2020 23:59:46 +0000 x86_64 GNU/Linux
https://bugs.winehq.org/show_bug.cgi?id=50017
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Something going wrong with wine-mono probably:
/vagrant/mono/mono/eglib/gpath.c:115: assertion 'filename != NULL' failed
https://bugs.winehq.org/show_bug.cgi?id=50017
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |mscoree CC| |xerox.xerox2000x@gmail.com Status|UNCONFIRMED |NEW Summary|Atmel studio 7.0.2397 |Atmel studio 7.0.2397 |installer stops (without |installer stops without any |any error). |error (using mono). Keywords| |download, Installer URL| |http://studio.download.atme | |l.com/7.0.2397/as-installer | |-7.0.2397-web.exe Ever confirmed|0 |1
--- Comment #2 from Louis Lenders xerox.xerox2000x@gmail.com --- Just for info, i get different crah in current git:
================================================================= Native Crash Reporting ================================================================= Got a UNKNOWN while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application. =================================================================
================================================================= Managed Stacktrace: ================================================================= at <unknown> <0xffffffff> at System.Reflection.Assembly:InternalGetAssemblyName <0x00012> at System.Reflection.AssemblyName:GetAssemblyName <0x0008b> at System.ComponentModel.Composition.Hosting.AssemblyCatalog:LoadAssembly <0x0003f> at System.ComponentModel.Composition.Hosting.AssemblyCatalog:.ctor <0x0007b>
Anyway, let`s mark as mono bug
(With "winetricks dotnet48 d3dcompiler_47 arial" it goes through installation options, but atm I only have 7GB free space and it needs >9 GB so I stopped trying finish installer)
https://bugs.winehq.org/show_bug.cgi?id=50017
--- Comment #3 from Esme Povirk madewokherd@gmail.com --- That's odd, I don't get a crash, but there are a lot of exceptions, including a NotImplementedException in MS.Internal.Text.InternalEncoding.GetEncoding.
https://bugs.winehq.org/show_bug.cgi?id=50017
--- Comment #4 from Esme Povirk madewokherd@gmail.com --- That's called from System.Windows.Documents, another component using PresentationNative that we need to replace somehow, so I don't think fixing that will get it much further.
https://bugs.winehq.org/show_bug.cgi?id=50017
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Atmel studio 7.0.2397 |Atmel Studio 7.0 web |installer stops without any |installer fails with |error (using mono). |Wine-Mono CC| |focht@gmx.net URL|http://studio.download.atme |https://web.archive.org/web |l.com/7.0.2397/as-installer |/20210126102624/http://atme |-7.0.2397-web.exe |l-studio.s3-website-us-west | |-2.amazonaws.com/7.0.2397/a | |s-installer-7.0.2397-web.ex | |e
https://bugs.winehq.org/show_bug.cgi?id=50017
--- Comment #5 from Cedric cedric.dewijs@eclipso.eu --- Created attachment 70583 --> https://bugs.winehq.org/attachment.cgi?id=70583 console messages
https://bugs.winehq.org/show_bug.cgi?id=50017
--- Comment #6 from Cedric cedric.dewijs@eclipso.eu --- retested. I no longer get a crash, instead the installer freezes after clicking the "next" button once. I see the slash screen displaying the ladybug.
My new versions: [cedric@cedric ~]$ wine --version wine-6.15-123-gbe8501ac6f1 [cedric@cedric ~]$ uname -a Linux cedric 5.13.10-arch1-1 #1 SMP PREEMPT Thu, 12 Aug 2021 21:59:14 +0000 x86_64 GNU/Linux
https://bugs.winehq.org/show_bug.cgi?id=50017
--- Comment #7 from Cedric cedric.dewijs@eclipso.eu --- Retested again:
$ rm -rf ~/.wine/ && $ wineserver -k $ wineboot $ winetricks dotnet48 d3dcompiler_47 arial $ wine ~/Downloads/as-installer-7.0.2397-web.exe (allow the installer to install the latest version)
Now the installer freezes while displaying the ladybug splash screen
[cedric@cedric ~]$ wine --version wine-6.15-123-gbe8501ac6f1 [cedric@cedric ~]$ uname -a Linux cedric 5.13.10-arch1-1 #1 SMP PREEMPT Thu, 12 Aug 2021 21:59:14 +0000 x86_64 GNU/Linux
https://bugs.winehq.org/show_bug.cgi?id=50017
--- Comment #8 from Cedric cedric.dewijs@eclipso.eu --- Created attachment 70584 --> https://bugs.winehq.org/attachment.cgi?id=70584 console messages
https://bugs.winehq.org/show_bug.cgi?id=50017
Esme Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=50017
--- Comment #9 from Esme Povirk madewokherd@gmail.com --- Brendan McGrath did some work recently on System.Windows.Documents, so I retested this. The installer seems to make some progress but eventually encounters an error trying to install Visual Studio 2015.
Also, the EULA display doesn't show paragraphs if the first line of them isn't visible.