TheSauce
2010-Jul-09 18:27 UTC
[Wine] ** ERROR **: implement type compare for 1b! aborting...
Running Wine v1.1.42 and Ubuntu 10.04 I'm not sure if this is a Wine error or something else generating the error. I'm trying to install a program called XProtect Smart Client (http://www.milestonesys.com/Downloads). It installs without any errors but it doesn't run. I've had to do quite a few things and now I'm down to where I run it from the console I get the following output followed but a pop-up error that is the subject line of this post: Code: fixme:exec:SHELL_execute flags ignored: 0x00000100 fixme:actctx:parse_manifest_buffer root element is L"asmv1:assembly", not <assembly> Here are the things I had to do to get to this point: - Install Mono 2.6.4 - Copy icuuc38.dll, libeay32.dll, ssleay32.dll, ijl15fix.dll, j2kcorex.dll, and icudt38.dll from C:\Program Files\Milestone\XProtect Smart Client to C:\Windows\System32 - Install vcrun2005 After doing that I would get the errors listed above. Just to try it, I also ran winecfg and added Client.exe (the executable for Smart Client) to the Application tab and then on the Libraries tab for Client.exe I added every DLL that was in the list that is also used by Client.exe. I found out what it uses courtesy of Dependency Walker. Needless to say, that didn't help at all. I looked around online for the "implement type compare 1b!" error and it looks like it might be coming from Mono but I couldn't find a solution for it anywhere. The Smart Client program can be downloaded from the link above and run if someone is interested in playing around and giving me some advice. I haven't played with Wine or Ubuntu much so I'm just learning as I go along. Thanks.
dimesio
2010-Jul-09 18:48 UTC
[Wine] Re: ** ERROR **: implement type compare for 1b! aborting...
TheSauce wrote:> Running Wine v1.1.42 and Ubuntu 10.04 >Start by upgrading Wine; 1.1.42 is old. As for Mono, I've found that it rarely helps, despite the message from Wine to install it. If the app uses .NET 3.0 or older, install it with winetricks. If it needs a newer version, you're out of luck.