These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Linux

 
  • Topic is locked indefinitely.
 

wine && msvcp80.dll

Author
Grant Rinah
Viziam
Amarr Empire
#1 - 2011-12-11 17:31:49 UTC
Hi everyone,

I'm currently an Arch user and an Eve lover. I wish i could play eve under my Arch to pass this Windows usage every time i would like to play a bit. Therefor i mounted my windows partition from my arch and tryed to start it with wine.

Unfortunatly the game crashs, the error message given by my terminal (I lauch the game using the command : wine eve.exe) is here:

Quote:
wine: Call from 0x7b83a332 to unimplemented function msvcp80.dll.??0?$basic_ifstream@DU?$char_traits@D@std@@@std@@QAE@XZ, aborting


Then i tryed to add this .dll using wineconf and going to libraries, adding msvcp80.dll as builtin.

Unfortunatly it doesn't work. I already tryed to install the game by playonlinux and it didn't worked neither. Any ideas ?
Elegbara
White Wolf Enterprises
Harmonious Ascent
#2 - 2011-12-11 21:31:10 UTC
winetricks vcrun2005

Open your eyes. And awaken.

Grant Rinah
Viziam
Amarr Empire
#3 - 2011-12-12 18:53:45 UTC
Thanks for the idea but it is already installed - do you know how i could purge it ?
Agaetis Byrjun Endalaust
#4 - 2011-12-12 19:22:33 UTC  |  Edited by: Agaetis Byrjun Endalaust
is that the only error message or is there any previous one maybe? I had a similar issue with that lib because wine was looking for it in a different path, so I just created that path and copied the lib in there, but yours could be a different problem.

Also try launching the client this way:
$wine explorer /desktop=EVE1,1920x1080 "C:\Program Files (x86)\CCP\EVE\eve.exe"

this in case you installed it in /home/youself/.wine and of course if you have a 1920x1080 res, otherwise adjust resoulution and path by WINEPREFIX=/wherever/it/is before the previous command

__________________________ just because you're paranoid it doesn't mean they're not after you

mnkybrdr
Sebiestor Tribe
Minmatar Republic
#5 - 2011-12-29 12:02:25 UTC
I had the same problem this morning after a wine update.

Re-running winetricks

winetricks vcrun2005

fixed it.