https://bugs.winehq.org/show_bug.cgi?id=23575
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|RESOLVED |REOPENED URL| |http://www.filehippo.com/do | |wnload_powerdvd/8367/ Component|-unknown |mshtml Resolution|ABANDONED |--- Summary|PowerDVD 10 (trial) crashes |PowerDVD 10 trial crashes |after registration |after registration Ever confirmed|0 |1 Status|REOPENED |NEW
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello folks,
I found a download here: http://www.filehippo.com/download_powerdvd/8367/
Prerequisite: 'winetricks -q mfc42'
--- snip --- err:module:import_dll Library MFC42.DLL (which is needed by L"C:\Program Files\CyberLink\PowerDVD10\CLFQEngine.dll") not found err:module:import_dll Library MFC42.DLL (which is needed by L"C:\Program Files\CyberLink\PowerDVD10\CLFQEngine.dll") not found --- snip ---
There is indeed a crash, though it takes some seconds after the main user interface is shown (and lots of FIXME's in between).
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/CyberLink/PowerDVD10
$ wine ./PowerDVD10.exe ... Unhandled exception: page fault on read access to 0x00000048 in 32-bit code (0x7828ff37). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:7828ff37 ESP:0033df90 EBP:0033e048 EFLAGS:00210206( R- -- I - -P- ) EAX:00000000 EBX:7835f000 ECX:80000003 EDX:0722e3d8 ESI:0033e0f0 EDI:77dfaddc ... Backtrace: =>0 0x7828ff37 get_frame_by_name+0x282(This=0x53ab2e0, name="nodeType", deep=0, ret=0x33e07c) [/home/focht/projects/wine/wine.repo/src/dlls/mshtml/htmlwindow.c:420] in mshtml (0x0033e048)
1 0x782977dd WindowDispEx_GetDispID+0x162(iface=<couldn't compute location>, bstrName=<couldn't compute location>, grfdex=<couldn't compute location>, pid=<couldn't compute location>) [/home/focht/projects/wine/wine.repo/src/dlls/mshtml/htmlwindow.c:2520] in mshtml (0x0033e0d8)
2 0x77e001c9 disp_get_id+0x11b(ctx=0x6c87158, disp=0x55a1858, name="nodeType", name_bstr="nodeType", flags=0, id=0x33e19c) [/home/focht/projects/wine/wine.repo/build-x86/dlls/jscript/../../include/dispex.h:296] in jscript (0x0033e168)
3 0x77e01d9d interp_member+0xc6(ctx=0x72ec9a8) [/home/focht/projects/wine/wine.repo/src/dlls/jscript/engine.c:887] in jscript (0x0033e1c8)
4 0x77e06fa1 enter_bytecode+0xfc(ctx=0x6c87158, code=0x6ce3e28, func=0x6e9cd90, ret=0x33e274) [/home/focht/projects/wine/wine.repo/src/dlls/jscript/engine.c:2462] in jscript (0x0033e238)
5 0x77e0737c exec_source+0x1ea(ctx=0x72ec9a8, code=0x6ce3e28, func=0x6e9cd90, from_eval=0, ret=0x33e320) [/home/focht/projects/wine/wine.repo/src/dlls/jscript/engine.c:2534] in jscript (0x0033e298) ...
0x7828ff37 get_frame_by_name+0x282 [/home/focht/projects/wine/wine.repo/src/dlls/mshtml/htmlwindow.c:420] in mshtml: movl 0x48(%eax),%eax 420 hres = IHTMLElement_get_id(&window_iter->frame_element->element.IHTMLElement_iface, &id); ... Modules: Module Address Debug info Name (249 modules) PE 350000- 354000 Deferred osd_mlang PE 360000- 36b000 Deferred pwrdvdrc PE 370000- 376000 Deferred lcid_res PE 380000- 388000 Deferred ros PE 390000- 3b5000 Deferred rfcom PE 3f0000- 3f5000 Deferred geo_res PE 400000- 750000 Export powerdvd10 ... Threads: process tid prio (all id:s are in hex) 00000008 (D) C:\Program Files\CyberLink\PowerDVD10\PowerDVD10.exe ... 00000009 0 <== --- snip ---
Interestingly, when starting the app under 'winedbg' the crash is somehow avoided.
$ sha1sum CyberLink.2113(Trial)_DVD100611-20.exe 1bfb0579b4f6aa52b0a4a0dd66642327714944f1 CyberLink.2113(Trial)_DVD100611-20.exe
$ du -sh CyberLink.2113(Trial)_DVD100611-20.exe 119M CyberLink.2113(Trial)_DVD100611-20.exe
$ wine --version wine-1.7.14-207-g8199430
Regards
--- Comment #7 from Anastasius Focht focht@gmx.net --- ... and confirming again.