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.
 

Ubuntu 11.10 Problems [Fixed] msvcp80.dll

Author
Yielia Vhae
Bioformatics Consortia
#1 - 2011-10-15 21:56:21 UTC  |  Edited by: Yielia Vhae
I updated both my desktop and laptop, which ran EVE fine, to Ubuntu 11.10 and they both get unhandled exceptions at the splash screen.

I am curious if anyone has been running EVE without problems in 11.10 or if anyone can identify with my logs what the issue may be:

Desktop Terminal Log
Laptop Terminal Log

I understand that reverting to 11.04 is probably my best bet, but I don't need a fix right away and would like to see if I can solve this issue for anyone else hoping to use 11.10.

Desktop: Custom
Quad Core AMD Phenom II X4 965 3.4Ghz
8GB DDR3 1600MHz
GeForce GTX 460 1GB

Laptop: Sony Vaio VGN-FZ460E
Intel Core2 Duo 2.1 Ghz
2GB DDR2
GeForce 8400M GT

Fixed: Problem with msvcp80.dll
Open terminal and run winetricks
winetricks
Choose install dll
Check to see that vcrun2005 is installed
Installing this fixed my problem.
Elegbara
White Wolf Enterprises
#2 - 2011-10-15 22:03:00 UTC
The major difference between 11.04 and 11.10 is the kernel - it moved from 2.6.something to 3.0. As result I expect some modules to not work properly. That why I was quite relieved when Eve did work on my ubuntu 11.10 from the first moment.

But your problem is not related to any modules, no. The line to note is
Quote:
wine: Call from 0x6863d479 to unimplemented function msvcp80.dll.??4?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEAAV01@PB_W@Z, aborting
wine: Unimplemented function msvcp80.dll.??4?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEAAV01@PB_W@Z called at address 0x6863d479 (thread 002d), starting debugger...
Unhandled exception: unimplemented function msvcp80.dll.??4?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEAAV01@PB_W@Z called in 32-bit code (0x6863d479).
in laptop log and
Quote:
wine: Call from 0x7edaf639 to unimplemented function msvcp80.dll.??4?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEAAV01@PB_W@Z, aborting
wine: Unimplemented function msvcp80.dll.??4?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEAAV01@PB_W@Z called at address 0x7edaf639 (thread 0022), starting debugger...
Unhandled exception: unimplemented function msvcp80.dll.??4?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEAAV01@PB_W@Z called in 32-bit code (0x7edaf639).
in desktop log. Maybe you should install that msvcp80.dll? Something tells me it is vcrun2005 in winetricks.

Open your eyes. And awaken.

Yielia Vhae
Bioformatics Consortia
#3 - 2011-10-15 22:13:41 UTC
What version of Wine are you running? I'm looking into the msvcp80.dll and it sounds like reverting to an earlier version might help. I am currently running 1.3.28.
Yielia Vhae
Bioformatics Consortia
#4 - 2011-10-15 22:20:26 UTC
Just ran winetricks, checked to make sure the dll for vcrun2005 are installed, these include msvcp80.dll and two others. It wasn't installed, once installed, EVE has launched successfully.

Thank you for your help Elegbara.