Hi, I've got a problem which is kinda odd. I know how to tell wine that it should use native and buildin libs, but since today I have a problem with vcrun2010s dlls: MSVCR100.dll and MSVCP100.dll (I had never installed it since now). When I set it to "native, buildin" the game tells me it has unimplemented functions, I should use the native version, so I set it to native only, which results in this: Code: err:module:import_dll Library MSVCR100.dll (which is needed by L"C:\\windows\\system32\\MSVCP100.dll") not found err:module:import_dll Library MSVCP100.dll (which is needed by L"Z:\\whatever\\Black Prophecy Client BETA\\BIN\\WIN32\\BlackProphecy.exe") not found err:module:import_dll Library MSVCR100.dll (which is needed by L"Z:\\whatever\\Black Prophecy Client BETA\\BIN\\WIN32\\BlackProphecy.exe") not found I know those dll-files are where they should be, I even installed it with winetricks, changed the name to all upper- and lowercase variants, and still, the error won't leave. I could create a bugzilla-entry, but I'm afraid I've overlooked something. Just help me out
Manu311 wrote:> I know those dll-files are where they should beWhere exactly is that? You didn't by chance copied that to system32?
DanKegel wrote:> What game are you trying to run?http://appdb.winehq.org/objectManager.php?sClass=version&iId=21946&iTestingId=58732 This Beta-Version of Black Prophecy which I just received.
DanKegel
2010-Nov-14 02:48 UTC
[Wine] Re: DLLs not found if set to native only (vcrun2010)
Oh, and I filed http://bugs.winehq.org/show_bug.cgi?id=25157 for you.
There we go: wineprefix is clean and only did: winetricks vcrun2005 vcrun2010 (because without vcrun2005 there were more errors) http://pastebin.com/WcLczn21 and you also opened http://code.google.com/p/winezeug/issues/detail?id=200 for me - thx