[Bug 8596] New: WebLoad crashes with builtin riched20

Wine Bugs wine-bugs at winehq.org
Mon Jun 4 05:06:38 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=8596

           Summary: WebLoad crashes with builtin riched20
           Product: Wine
           Version: 0.9.38.
          Platform: Other
               URL: http://webload.org
        OS/Version: other
            Status: NEW
          Keywords: download
          Severity: normal
          Priority: P2
         Component: wine-richedit
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: dank at kegel.com


http://groups.google.com/group/comp.emulators.ms-windows.wine/msg/261776ca7c44293f
asked for help getting webload to run.

You need MFC40 and MFC42 for this app, or you get errors during install, so:
  wget http://kegel.com/wine/winetricks
  sh winetricks vcrun6 mfc40

With wine-0.9.38, WebLoad then installs nearly perfectly
(there are two errors still,
err:module:import_dll Library ACEWrap.dll (which is needed by L"C:\\Program
Files\\Common Files\\RadView_Shared\\WLExporterCOM_v60.dll") not found
err:module:import_dll Library WLExporter.dll (which is needed by L"C:\\Program
Files\\Common Files\\RadView_Shared\\WLExporterCOM_v60.dll") not found
which are a bit of a mystery, as the DLLs in question are there and should
be accessible).   

The app even starts ok.  But it crashes when you accept the default action:

fixme:richedit:CreateTextServices Support aggregation
wine: Unhandled page fault on read access to 0x00000020 at address 0x45d3c5
(thread 0009), starting debugger...

I was able to get it past this by using native riched20
from 
http://media.codeweavers.com/pub/crossover/office/support/richedit30.exe

Somewhere in there it started crashing early without native msxml3, so I added
that, too.

so my full recipe to get the app and reproduce the riched20 problem is:
  cd ~
  rm -rf .wine
  wget http://kegel.com/wine/winetricks
  sh winetricks vcrun6 mfc40 msxml3
  wget
http://internap.dl.sourceforge.net/sourceforge/webload/WebLOAD_Open_Source_Full_Installer_8.0.5.018.en.exe
  wine WebLOAD_Open_Source_Full_Installer_8.0.5.018.en.exe
  cd ".wine/drive_c/Program Files/WebLOAD"
  wine bin/WebLoad.exe  (and click OK when the dialog box comes up)

To get past the text services crash, do

  cd ".wine/drive_c/Program Files/WebLOAD"
  wget 
http://media.codeweavers.com/pub/crossover/office/support/richedit30.exe
  cabextract richedit30.exe
  winecfg  (and add override for richedit20)
  wine bin/WebLoad.exe

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list