cckec / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

native riched20 needs msls31.dll.LssbFDonePresSubline #292

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download trial version from
http://download.abbyy.cn/dist/fr11/ABBYY_FineReader_11_Chinese.exe
2. winetricks -q riched20, works around wine bug 32337: 
http://bugs.winehq.org/show_bug.cgi?id=32337
3. start the installer

What is the expected output? What do you see instead?
Expect to start the installer, but get a crashing instead:

Unhandled exception: unimplemented function msls31.dll.LssbFDonePresSubline
called in 32-bit code (0x7b83b829).

Backtrace:
=>0 0x7b83b829 in kernel32 (+0x2b829) (0x0033df28)
  1 0x7cab6768 in msls31 (+0x6767) (0x0033df60)
  2 0x7cab6391 in msls31 (+0x6390) (0x0033e2a8)
  3 0x772ee17e in riched20 (+0x3e17d) (0x0033e2a8)

What version of the product are you using? On what operating system?
wine-1.5.18-143-ga796ad5
winetricks 20120912

Please provide any additional information below.

Could we add native msls31 to the riched20 verb?

Thanks!

Original issue reported on code.google.com by fracting@gmail.com on 2 Dec 2012 at 1:04

GoogleCodeExporter commented 8 years ago
Do you know of a download location for it? I couldn't find it in the win2k or 
win7 service packs.

Original comment by austinenglish@gmail.com on 15 Jun 2013 at 11:09

GoogleCodeExporter commented 8 years ago
Is it in an IE download?

Original comment by daniel.r...@gmail.com on 15 Jun 2013 at 11:11

GoogleCodeExporter commented 8 years ago
Hi, we already have load_msls31() in winetricks, don't we?

Original comment by fracting@gmail.com on 16 Jun 2013 at 2:16

GoogleCodeExporter commented 8 years ago
Ah, you didn't say the magic words "winetricks msls31 works around the problem" 
:-)

Try r975.

Original comment by daniel.r...@gmail.com on 16 Jun 2013 at 3:12

GoogleCodeExporter commented 8 years ago
Fixed, thanks :)

Original comment by fracting@gmail.com on 16 Jun 2013 at 5:07