https://bugs.winehq.org/show_bug.cgi?id=35901
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW URL| |http://intuitglobal.intuit. | |com/downloads/CanadaTax/201 | |3/dls/InstallFr2013_Bld6004 | |_Mar14.exe CC| |focht@gmx.net Component|-unknown |mscoree Summary|ImpotRapide 2013 installer |ImpotRapide 2013 (.NET 4.0 |crashes |app) installer crashes with | |Mono Ever confirmed|0 |1
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello brossob,
the first issue is a Mono one.
The second one is .NET Framework 4.0 installer/winetricks recipe failing.
Anyway, I can't reproduce this with clean 32-bit WINEPREFIX. The installer works fine here. On startup, the app asks for some code so I can't test further.
Looking at your backtrace:
--- snip --- Unhandled exception: C++ exception(object = 0x0033f4c4, type = 0x1009be00) in 32-bit code (0x7ee189e5). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:7ee189e5 ESP:0033f3b4 EBP:0033f428 EFLAGS:00000287( - -- I S - -P-C) EAX:7ee036cd EBX:7ee91ff4 ECX:19930520 EDX:0033f3d4 ESI:00000003 EDI:e06d7363 Stack dump: 0x0033f3b4: 0033f464 0000000c 7ef5a373 e06d7363 0x0033f3c4: 00000001 00000000 7ee189e5 00000003 0x0033f3d4: 19930520 0033f4c4 1009be00 0033f400 0x0033f3e4: 7efe2ff4 0033f458 7ef6d153 00110000 0x0033f3f4: 00136130 0033f458 7ef6d153 00110060 0x0033f404: 00415c88 1008550b 00110000 0033f424 Backtrace: =>0 0x7ee189e5 RaiseException+0x65(code=0, flags=0, nbargs=<couldn't compute location>, args=0x0(nil)) [/home/brunob/Downloads/wine-1.7.15/dlls/kernel32/except.c:85] in kernel32 (0x0033f428) 1 0x100814f2 in setupengine (+0x814f1) (0x0033f470) 2 0x10066a29 in setupengine (+0x66a28) (0x0033f4e0) 3 0x100636d8 in setupengine (+0x636d7) (0x0033f500) 4 0x10061338 in setupengine (+0x61337) (0x0033f538) 5 0x10035a14 in setupengine (+0x35a13) (0x0033f5a8) 6 0x1006b498 in setupengine (+0x6b497) (0x0033fd08) 7 0x1005fa6e in setupengine (+0x5fa6d) (0x0033fd78) 8 0x10058323 in setupengine (+0x58322) (0x0033fdcc) ... ELF b7386000-b73db000 Deferred msxml3<elf> -PE b7390000-b73db000 \ msxml3 --- snip ---
I debugged the (working) installer to that location and the C++ exception is likely the result of failure to load XML document.
In your backtrace there is no 'libxml2.so' mapped into address space of faulting process, indicating that essential library is either missing or mismatched.
You probably have a broken Wine/package.
Making this bug about Mono issue since .NET Framework 4.0 works for me.
$ sha1sum InstallFr2013_Bld6004_Mar14.exe 6ba93dda6d1b9744842fb84ba27ad3bcf0b26061 InstallFr2013_Bld6004_Mar14.exe
$ du -sh InstallFr2013_Bld6004_Mar14.exe 55M InstallFr2013_Bld6004_Mar14.exe
$ wine --version wine-1.7.15-133-g62f7ba2
Regards