[Bug 51754] New: Iris Down CountDown Crash at start - dotnet4.5
https://bugs.winehq.org/show_bug.cgi?id=51754 Bug ID: 51754 Summary: Iris Down CountDown Crash at start - dotnet4.5 Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: l.lawall(a)web.de Distribution: --- Created attachment 70649 --> https://bugs.winehq.org/attachment.cgi?id=70649 crashlog Installed the Software with Wine, crashs at start -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51754 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO Ever confirmed|0 |1 --- Comment #1 from Austin English <austinenglish(a)gmail.com> --- wine-5.0.3 is no longer supported, please retest in 6.x -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51754 --- Comment #2 from Pippin <l.lawall(a)web.de> --- Created attachment 70656 --> https://bugs.winehq.org/attachment.cgi?id=70656 Crashlog in Wine 6.0.1 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51754 --- Comment #3 from Pippin <l.lawall(a)web.de> --- (In reply to Austin English from comment #1)
wine-5.0.3 is no longer supported, please retest in 6.x
Retested in 6.0.1, attached a new crash log -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51754 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |6.0.1 --- Comment #4 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- A few questions: - Is this the app? <https://www.irisdown.co.uk/countdowntimer.html> - How did you install dotnet? - Have you tried with wine-mono? Could you also attach the full terminal output and not only the backtrace? See: <https://wiki.winehq.org/FAQ#How_can_I_get_a_debugging_log_.28a.k.a._terminal_output.29.3F> -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51754 Louis Lenders <xerox.xerox2000x(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |mscoree Status|NEEDINFO |NEW URL| |https://www.irisdown.co.uk/ | |countdowntimer.html CC| |xerox.xerox2000x(a)gmail.com Keywords| |download --- Comment #5 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- (In reply to Gijs Vermeulen from comment #4)
A few questions:
- Is this the app? <https://www.irisdown.co.uk/countdowntimer.html>
Yes it is. as i got exactly the same crash as reporter (after installing dotnet48). sha1sum CountdownTimerSetup2.0.12.msi f742e32cdfa632c5e73485fe0b1114fde8abbe33 CountdownTimerSetup2.0.12.msi The "usual" 'winetricks -q arial d3dcompiler_47' makes the app start fine. As the 'arial' and 'd3dcompiler_47' are already tracked by other bugreports I suggest to make this bug about the crash in a fresh prefix,ok?: Unhandled Exception: System.Windows.Markup.XamlParseException: Set property 'System.Windows.ResourceDictionary.Source' threw an exception. ---> System.IO.FileNotFoundException: Could not load the file 'PresentationFramework.Classic'. at System.AppDomain.Load (System.Reflection.AssemblyName assemblyRef, System.Security.Policy.Evidence assemblySecurity) [0x0007a] in <2b59a54be42b4db59a5b1855eee0c040>:0 at (wrapper remoting-invoke-with-check) System.AppDomain.Load(System.Reflection.AssemblyName,System.Security.Policy.Evidence) at System.AppDomain.Load (System.Reflection.AssemblyName assemblyRef) [0x00000] in <2b59a54be42b4db59a5b1855eee0c040>:0 at (wrapper remoting-invoke-with-check) System.AppDomain.Load(System.Reflection.AssemblyName) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51754 --- Comment #6 from Esme Povirk <madewokherd(a)gmail.com> --- The immediate problem is that it tries to load PresentationFramework.Classic.dll version 3, and we only have a version 4. Mono has code to handle that situation, we just need to add PresentationFramework.Classic. After that it fails because it can't find Microsoft.Windows.Themes.ClassicBorderDecorator. Which is odd because we are compiling that into PresentationFramework.Classic. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51754 --- Comment #7 from Esme Povirk <madewokherd(a)gmail.com> --- Looks like the other issues I'm running into are caused by not compiling theme XAML to BAML. clr-namespace: without an assembly and the x:Shared attribute only work in compiled BAML. We still can't compile BAML because we have no open-source compiler for it. The clr-namespace: issue can be worked around, but we'll need to replace the x:Shared functionality somehow. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51754 --- Comment #8 from Esme Povirk <madewokherd(a)gmail.com> --- Actually, it's really unclear to me *why* they're using x:Shared. It's probably fine to remove it. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51754 --- Comment #9 from Esme Povirk <madewokherd(a)gmail.com> --- Should be fixed as of this commit: https://github.com/madewokherd/wine-mono/commit/447c8d8933756d27166f43470a7f... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51754 Esme Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |17b34ca8ad8f4e2f81d69a08496 | |99d5aa0853888 Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #10 from Esme Povirk <madewokherd(a)gmail.com> --- Should be fixed by Wine Mono 7.1.1 which is now in Winehq. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51754 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 7.2. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla