Problem with some games (MSVCR80.dll)
Problem with some games (MSVCR80.dll)
Hi everybody!
I have installed wine in my arch and I was trying to install games. I can run Steam and Warcraft 3 but when I try to run games like "Fallout 3" or "Silent Hill" i get this error:
err:module:attach_process_dlls "MSVCR80.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"G:\\juegos\\Bethesda Softworks\\Fallout 3\\Fallout3.exe" failed, status c0000142
I tried a lot of ways, i use winetricks vcrun2005 and winetricks vcrun2005sp1 and don't work, I downloaded this library and put in ~/.wine/drive_c/windows/system32 and run "wine regsvr32 msvcr80.dll" to register and nothing good. After that i still getting this error.
Any idea?
Thanks for all!
I have installed wine in my arch and I was trying to install games. I can run Steam and Warcraft 3 but when I try to run games like "Fallout 3" or "Silent Hill" i get this error:
err:module:attach_process_dlls "MSVCR80.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"G:\\juegos\\Bethesda Softworks\\Fallout 3\\Fallout3.exe" failed, status c0000142
I tried a lot of ways, i use winetricks vcrun2005 and winetricks vcrun2005sp1 and don't work, I downloaded this library and put in ~/.wine/drive_c/windows/system32 and run "wine regsvr32 msvcr80.dll" to register and nothing good. After that i still getting this error.
Any idea?
Thanks for all!
Problem with some games (MSVCR80.dll)
I tgink it is vcrun2008, but look at the winetricks help and search
for the DLL, i know it is in one of the packages.
2009/3/9 Sepho <[email protected]>:
for the DLL, i know it is in one of the packages.
2009/3/9 Sepho <[email protected]>:
Hi everybody!
I have installed wine in my arch and I was trying to install games. I can run Steam and Warcraft 3 but when I try to run games like "Fallout 3" or "Silent Hill" i get this error:
err:module:attach_process_dlls "MSVCR80.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"G:\\juegos\\Bethesda Softworks\\Fallout 3\\Fallout3.exe" failed, status c0000142
I tried a lot of ways, i use winetricks vcrun2005 and winetricks vcrun2005sp1 and don't work, I downloaded this library and put in ~/.wine/drive_c/windows/system32 and run "wine regsvr32 msvcr80.dll" to register and nothing good. After that i still getting this error.
Any idea?
Thanks for all!
Re: Problem with some games (MSVCR80.dll)
Make sure you have latest Wine version.Sepho wrote:I tried a lot of ways, i use winetricks vcrun2005 and winetricks vcrun2005sp1 and don't work,
Don't do it, this particular dll will refuse to load from system32. And that's the error your are seeing.Sepho wrote:I downloaded this library and put in ~/.wine/drive_c/windows/system32
Re: Problem with some games (MSVCR80.dll)
Delete .wine directorySepho wrote: err:module:attach_process_dlls "MSVCR80.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"G:\\juegos\\Bethesda Softworks\\Fallout 3\\Fallout3.exe" failed, status c0000142
Run sh winetricks vcrun2005. Installing vcrun2005sp1 is up to you.
Keep an eye on the system32\winsxs directory structure to make sure it's created properly
Make the system32\winsxs directory read-only
Reinstall game. (?)
Re: Problem with some games (MSVCR80.dll)
You can try to do that on the separate wineprefix (not ~/.wine).Daemon wrote:Delete .wine directorySepho wrote: err:module:attach_process_dlls "MSVCR80.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"G:\\juegos\\Bethesda Softworks\\Fallout 3\\Fallout3.exe" failed, status c0000142
Run sh winetricks vcrun2005. Installing vcrun2005sp1 is up to you.
Keep an eye on the system32\winsxs directory structure to make sure it's created properly
Make the system32\winsxs directory read-only
Reinstall game. (?)
Or just move ~/.wine aside. the copy winsxs directory. Also make sure there are no stray MSVCR80.dll files anywhere.