andyzhou192 / winezeug

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

unimplemented msvcr80.dll_invoke_watson #206

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. setting wine 1.3.8 either as xp, w7, vista, 2000, ... to run an exe prog

2. a dialog box rise : fatal error, sorry....

3. run into a terminal to get output 

What is the expected output? What do you see instead?
Might work with vcrun2010 but complaint about msvcr80

What version of the product are you using? On what operating system?
compatible W7, run on ubuntu 10.010 i386 & wine 1.3.8

Please provide any additional information below.

Original issue reported on code.google.com by sparb...@numericable.fr on 1 Dec 2010 at 6:27

Attachments:

GoogleCodeExporter commented 9 years ago
You're using builtin msvcr80:
ELF 7e2ba000-7e2e8000   Deferred        msvcr80<elf>
  \-PE  7e2c0000-7e2e8000   \               msvcr80

this is a wine bug..winetricks vcrun2005 will work around it, of course.

Original comment by austinenglish@gmail.com on 1 Dec 2010 at 11:05

GoogleCodeExporter commented 9 years ago
Probably http://bugs.winehq.org/show_bug.cgi?id=25322

the watson function is a red herring, it's only called after the app has 
crashed.

Original comment by austinenglish@gmail.com on 1 Dec 2010 at 11:08