[Bug 37879] New: LD Didactic CASSY Lab 2: [ERROR] FATAL UNHANDLED EXCEPTION
https://bugs.winehq.org/show_bug.cgi?id=37879 Bug ID: 37879 Summary: LD Didactic CASSY Lab 2: [ERROR] FATAL UNHANDLED EXCEPTION Product: Wine Version: 1.7.18 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: olibuntu(a)arcor.de Distribution: --- Created attachment 50448 --> https://bugs.winehq.org/attachment.cgi?id=50448 output of env WINEDEBUG=warn+all wine C:\\Program\ Files\\LD\ DIDACTIC\\CASSYLab2\\CASSYLab2.exe > output.txt 2>&1 Download MSI packet of latest version of CASSY Lab 2 in your language from: http://www.ld-didactic.de/service/softwaredownload/cassy-s.html Direct link for German: http://www.ld-didactic.com/software/cassylab2_de.msi Install in a clean WINEPREFIX (change "de" according to your language): wine msiexec /i cassylab2_de.msi Run via: wine C:\\Program\ Files\\LD\ DIDACTIC\\CASSYLab2\\CASSYLab2.exe I attached the output of env WINEDEBUG=warn+all wine C:\\Program\ Files\\LD\ DIDACTIC\\CASSYLab2\\CASSYLab2.exe > output.txt 2>&1 Any ideas what to try next? This was on a clean WINEPREFIX. What might I install? Any DLL missing? -- 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=37879 Olibuntu <olibuntu(a)arcor.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download CC| |olibuntu(a)arcor.de -- 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=37879 Olibuntu <olibuntu(a)arcor.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #1 from Olibuntu <olibuntu(a)arcor.de> --- The exception disappears when .NET 2.0 is installed before the application: winetricks dotnet20 Closing this as INVALID. -- 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=37879 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED URL| |http://www.ld-didactic.com/ | |software/cassylab2_de.msi CC| |focht(a)gmx.net Component|-unknown |mscoree Resolution|INVALID |--- Summary|LD Didactic CASSY Lab 2: |LD Didactic CASSY Lab 2 |[ERROR] FATAL UNHANDLED |crashes with Wine-Mono |EXCEPTION |(System.InvalidProgramExcep | |tion: Invalid IL code) Ever confirmed|0 |1 --- Comment #2 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, this is obviously a Wine-Mono problem so it might be useful to give Mono guys a chance to work on it. Yes, even if native .NET is the better solution for various apps reported here. Also: Please don't attach 'WINEDEBUG=warn+all' trace logs unless explicitly requested, most of the time they are useless. Just plain terminal output is enough. --- snip --- Unhandled Exception: System.InvalidProgramException: Invalid IL code in .: (uint): IL_000c: box 0x0200049b at .. (System.String[] ) [0x00000] in <filename unknown>:0 [ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidProgramException: Invalid IL code in .: (uint): IL_000c: box 0x0200049b at .. (System.String[] ) [0x00000] in <filename unknown>:0 --- snip --- I'll leave the bug open to have someone test with recent Wine 1.7.3x and Mono 4.5.x (I don't have this by default) and resolve as dupe (bug 23816 ?) if applicable. To whom it may concern. $ sha1sum cassylab2_de.msi 0848727e91d8ed9e5f0324c7a7b5be743ae29ac5 cassylab2_de.msi $ du -sh cassylab2_de.msi 16M cassylab2_de.msi $ wine --version wine-1.7.34 Regards -- 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=37879 --- Comment #3 from Bruno Jesus <00cpxxx(a)gmail.com> --- I just tested this in wine 1.7.34 with wine-mono 4.5.4. The problem is as reported: Unhandled Exception: System.InvalidProgramException: Invalid IL code in .:Ž (uint): IL_000c: box 0x0200049b at ˆ..Š (System.String[] ) [0x00000] in <filename unknown>:0 [ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidProgramException: Invalid IL code in .:Ž (uint): IL_000c: box 0x0200049b at ˆ..Š (System.String[] ) [0x00000] in <filename unknown>:0 I'm not qualified to say if it is or not a duplicate. -- 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=37879 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |obfuscation -- 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=37879 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.ld-didactic.com/ |https://web.archive.org/web |software/cassylab2_de.msi |/20150329055949if_/http://w | |ww.ld-didactic.de/software/ | |cassylab2_de.msi Status|REOPENED |RESOLVED Resolution|--- |DUPLICATE --- Comment #4 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- Problem is still present with wine-6.11 and wine-mono 6.2.0. Checking out the binary with de4dot (https://github.com/de4dot/de4dot) reveals that it is obfuscated with SmartAssembly, making this a dupe of Bug 23816. $ sha1sum cassylab2_de.msi bb17657c5e2c047748c964aed3be9502bc438bcc cassylab2_de.msi $ du -sh cassylab2_de.msi 18M cassylab2_de.msi *** This bug has been marked as a duplicate of bug 23816 *** -- 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=37879 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- Closing Duplicate. -- 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