[Wine] Re: Wine and Maple 6

Juan Lang juan_lang at yahoo.com
Fri Jun 23 10:14:12 CDT 2006


> Hello, I did the patch wine with no errors or warnings but I still get
> the same error.
> ---------------
> wine: Call from 0x7fc2eb50 to unimplemented function
> msvcrt.dll._mbsbtype, aborting

The fact that you get the same error indicates to me that something didn't work:
either the patch failed, or the install of wine failed, or the install of the patched dll failed,
or you're not running the version of wine you built.

Check what 'which wine' returns; it should return /usr/local/bin/wine by default.
Check that dlls/msvcrt was patched correctly; you can look at dlls/msvcrt/msvcrt.spec
and check that the entry for _mbsbtype says:
@ stdcall _mbsbtype(str long)
rather than:
@ stub _mbsbtype #(str long)
Check that the date and size of msvcrt.dll.so in the dlls/msvcrt directory is the same as that in /usr/local/lib/wine.

Good luck,
--Juan

p.s. Please cc me on emails, I'm not subscribed to this list.





More information about the wine-users mailing list