[Bug 42443] New: MyDiff Program doesn't launch
https://bugs.winehq.org/show_bug.cgi?id=42443 Bug ID: 42443 Summary: MyDiff Program doesn't launch Product: Wine Version: 1.6.2 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: le.pocher.julien(a)gmail.com Distribution: --- Created attachment 57275 --> https://bugs.winehq.org/attachment.cgi?id=57275 Bug backtrace The executable MyDiff.exe file won't run. See backtrace. -- 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=42443 fjfrackiewicz(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fjfrackiewicz(a)gmail.com --- Comment #1 from fjfrackiewicz(a)gmail.com --- (In reply to le.pocher.julien from comment #0)
Created attachment 57275 [details] Bug backtrace
The executable MyDiff.exe file won't run. See backtrace.
Please update Wine to version 2.1 as 1.6.2 is very old and unsupported. Chances are that your program may work in a newer version of Wine :) -- 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=42443 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.cagec.fr/downloa | |ds/MyDiff_t18485.html Ever confirmed|0 |1 Keywords| |download CC| |xerox_xerox2000(a)yahoo.co.uk Status|UNCONFIRMED |NEW --- Comment #2 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> --- Confirming, In future please add downloadlink Actually it`s a duplicate. Before the crash it says: Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly or one of its dependencies. File name: 'PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' at (wrapper native-to-managed) <Module>:SetInteropAppServices (CAppServices*) [ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not load file or assembly or one of its dependencies. That`s already tracked by another bugreport. You have to use native dotnet. This will not run using mono Unfortunately it crashes with native dotnet too. I suggest to keep this bugreport open for the crash that happens with native dotnet. -- 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=42443 --- Comment #3 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> --- Created attachment 57281 --> https://bugs.winehq.org/attachment.cgi?id=57281 crash log with native dotnet Attached is crash log with native dotnet. I was able to start the program by hacking ImmAssociateContext to just immediately return NULL, maybe that info could help to solve the bug. -- 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=42443 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #4 from winetest(a)luukku.com --- (In reply to Louis Lenders from comment #3)
Created attachment 57281 [details] crash log with native dotnet
Attached is crash log with native dotnet.
I was able to start the program by hacking ImmAssociateContext to just immediately return NULL, maybe that info could help to solve the bug.
I am just puzzled if this is anyway related bug 31157 comment 7 has analyze. -- 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=42443 --- Comment #5 from winetest(a)luukku.com --- Louis is this bug duplicate or closely related to the one I linked before? -- 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=42443 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.winehq.org/sho | |w_bug.cgi?id=31157 --- Comment #6 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> --- (In reply to winetest from comment #5)
Louis
is this bug duplicate or closely related to the one I linked before?
Not sure if it`s duplicate, but I guess it`s related, so I add buglink to that bug -- 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=42443 Louis Lenders <xerox.xerox2000x(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet Component|-unknown |imm32 --- Comment #7 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- Added dotnet keyword + guessing component -- 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=42443 --- Comment #8 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- (In reply to Louis Lenders from comment #6) Can you try the hack from https://bugs.winehq.org/show_bug.cgi?id=31157#c17 so we can know for sure if this is a duplicate? (I would do it myself, but I'm having problems installing dotnet with winetricks) -- 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=42443 --- Comment #9 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- (In reply to Gijs Vermeulen from comment #8)
(In reply to Louis Lenders from comment #6) Can you try the hack from https://bugs.winehq.org/show_bug.cgi?id=31157#c17 so we can know for sure if this is a duplicate? (I would do it myself, but I'm having problems installing dotnet with winetricks)
Hi Gijs, the patch fixes the crash. So I guess it`s really a dupe sha1sum MyDiff.exe dc2a9e00353874f80fb80320a84b95796fa06644 MyDiff.exe -- 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=42443 Louis Lenders <xerox.xerox2000x(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #10 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- dupe *** This bug has been marked as a duplicate of bug 31157 *** -- 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=42443 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv(a)dawncrow.de Status|RESOLVED |CLOSED --- Comment #11 from André H. <nerv(a)dawncrow.de> --- closing dup -- 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=42443 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.cagec.fr/downloa |https://web.archive.org/web |ds/MyDiff_t18485.html |/20160915061025if_/http://w | |ww.cagec.fr/file/173232/ Summary|MyDiff Program doesn't |MyDiff (French app using |launch |FileMaker 12 runtime) | |crashes on startup CC| |focht(a)gmx.net -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla