LackeyCCG

LackeyCCG Forum => Bug Report Forum => Topic started by: Ertai87 on February 20, 2012, 10:29:50 PM

Title: Wine is broken
Post by: Ertai87 on February 20, 2012, 10:29:50 PM
Ubuntu user here, running Lackeyccg through Wine.  I haven't used Lackey for a while, since mid-January, but I just updated and something got broken.  Wine crashes when I try to run Lackey using it.  Please fix.  I can post a stacktrace, but it looks like gibberish to me so I don't know if it'll be helpful at all.
Title: Re: Wine is broken
Post by: Trevor on February 20, 2012, 11:03:17 PM
Quote from: Ertai87 on February 20, 2012, 10:29:50 PM
Ubuntu user here, running Lackeyccg through Wine.  I haven't used Lackey for a while, since mid-January, but I just updated and something got broken.  Wine crashes when I try to run Lackey using it.  Please fix.  I can post a stacktrace, but it looks like gibberish to me so I don't know if it'll be helpful at all.
You may need to install a windows library. Google the error message you get. I forget what library it is. It's been mentioned on this board, but I forget the name.
Title: Re: Wine is broken
Post by: Ertai87 on February 21, 2012, 01:44:34 PM
Quote from: Trevor on February 20, 2012, 11:03:17 PM
Quote from: Ertai87 on February 20, 2012, 10:29:50 PM
Ubuntu user here, running Lackeyccg through Wine.  I haven't used Lackey for a while, since mid-January, but I just updated and something got broken.  Wine crashes when I try to run Lackey using it.  Please fix.  I can post a stacktrace, but it looks like gibberish to me so I don't know if it'll be helpful at all.
You may need to install a windows library. Google the error message you get. I forget what library it is. It's been mentioned on this board, but I forget the name.

The error message I got is nonsensical.  I tried Googling it but Google didn't come up with anything noteworthy.  Here's the error message for you:

wine: Call from 0x7b839d82 to unimplemented function msvcp90.dll.??0?$basic_ifstream@DU?$char_traits@D@std@@@std@@QAE@XZ, aborting
Title: Re: Wine is broken
Post by: Trevor on February 21, 2012, 02:57:48 PM
I can't find the link. Does anyone recall what that windows pack is that some people need to install on linux?
Title: Re: Wine is broken
Post by: billylee174 on February 22, 2012, 09:34:09 PM
Quote from: Trevor on February 20, 2012, 11:03:17 PM
Quote from: Ertai87 on February 20, 2012, 10:29:50 PM
Ubuntu user here, running Lackeyccg through Wine.  I haven't used Lackey for a while, since mid-January, but I just updated and something got broken.  Wine crashes when I try to run Lackey using it.  Please fix.  I can post a stacktrace, but it looks like gibberish to me so I don't know if it'll be helpful at all.
You may need to install a windows library. Google the error message you get. I forget what library it is. It's been mentioned on this board, but I forget the name.

I have no problems with Wine (using Ubuntu 11.04), but I don't know how to see the libraries involved. I can help if I know how. The only issue I have is that it loads "invisible". I have to move the invisible window in order for it to appear. That may have something to do with dual monitor.
Title: Re: Wine is broken
Post by: Trevor on February 22, 2012, 09:42:25 PM
Google msvcp90.dll and WINE.


http://wiki.winehq.org/FAQ#head-bb6a7a98ea5016383c4f81717063463e5217c3bf


Missing DLLs that can be installed with winetricks:

MFC90.DLL, MSVCP90.DLL and friends: run winetricks and select vcrun2008 (MS Visual C++ 2008 libraries: mfc90,msvcp90,msvcr90)
Title: Re: Wine is broken
Post by: Ertai87 on February 22, 2012, 09:50:03 PM
Alright, that seems to have fixed it.  Thanks =D