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.
123Next pageLast page
 

New patch Update 1.5 launcher broke

Author
Nuvaro
Republic University
Minmatar Republic
#1 - 2012-03-13 13:36:20 UTC
Hey im getting the same abnormal crash error thing that every one else is just woundering if any one might have found a fix for it yet. thanks
Kismeteer
Bat Country
Pandemic Horde
#2 - 2012-03-13 13:41:21 UTC
In the other thread, changing msvcr100 from "native,builtin" to "builtin,native" seems to work well for some people.

To do this: winecfg, select library tab, scroll down to the msvcr100 one, click add, then edit it, change it, apply.

A picture of this: http://i.imgur.com/nkSWp.png
Kismeteer
Bat Country
Pandemic Horde
#3 - 2012-03-13 13:50:07 UTC
I finally got this working by upgrading from 1.2.2 to 1.3 via this link: http://www.winehq.org/download/ubuntu

I also did the upgrade to vcrun2010 as well doing: winetricks dlls vcrun2010
Nuvaro
Republic University
Minmatar Republic
#4 - 2012-03-13 13:52:38 UTC
can you please post the command lines of those im kinda new to linux or i can look them up via google lol
but yes will try and thank you for help
Nuvaro
Republic University
Minmatar Republic
#5 - 2012-03-13 14:00:55 UTC
Tried both and it didnt work. same problem still
Clare Normandi
The Scope
Gallente Federation
#6 - 2012-03-13 15:27:06 UTC
Thank you! Worked for me too/
Kismeteer
Bat Country
Pandemic Horde
#7 - 2012-03-13 16:07:01 UTC
Nuvaro wrote:
can you please post the command lines of those im kinda new to linux or i can look them up via google lol
but yes will try and thank you for help


Sure:
1. Type 'winecfg'
2. Select "libraries" tab
3. Pull down the 'New override for library' and select "msvcr100"
4. Click add.
5. Click msvcr100 and hit 'edit'.
6. Select 'Builtin then Native'
7. Hit okay on the edit override.
8. Hit apply and then okay on wine configuration.
9. Restart eve.


If that fails for you, type "winetricks dlls vcrun2010" and let it walk you through upgrading that.
velusip
Perkone
Caldari State
#8 - 2012-03-13 16:30:53 UTC
Updated steps for new launcher. These have worked for me for a long time.

export WINEARCH=win32 && wineboot
wget http://www.kegel.com/wine/winetricks
chmod 755 winetricks
winetricks corefonts vcrun2005 vcrun2008 vcrun2010
winetricks d3dx9_43
# http://download.cnet.com/Microsoft-XML-Parser-MSXML-3-0-Service-Pack-7-SP7/3000-7241_4-10731613.html
wine msiexec /i msxml3.msi
winecfg
# libraries tab -> set "msvcr100 (native, builtin)" to "msvcr100(builtin, native)"
# Turn desktop emulation on

# errors with msvcp80 -- http://forum.winehq.org/viewtopic.php?p=66210&sid=5f5ff0dd268a041d23a62f23cc095233
Try renaming the file x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4053_none_deadbeef.manifest. (Just append something to the name so it's easy to revert.) It is located in the wineprefix's windows/winsxs/manifests directory.
Sarummay
WipeOut Inc.
Pandemic Horde
#9 - 2012-03-13 16:59:32 UTC  |  Edited by: Sarummay
Kismeteer wrote:
Nuvaro wrote:
can you please post the command lines of those im kinda new to linux or i can look them up via google lol
but yes will try and thank you for help


Sure:
1. Type 'winecfg'
2. Select "libraries" tab
3. Pull down the 'New override for library' and select "msvcr100"
4. Click add.
5. Click msvcr100 and hit 'edit'.
6. Select 'Builtin then Native'
7. Hit okay on the edit override.
8. Hit apply and then okay on wine configuration.
9. Restart eve.


If that fails for you, type "winetricks dlls vcrun2010" and let it walk you through upgrading that.



the installation of vrun2010 via winetricks fails for me, is there any other way to get that installed?
EVE worked before fine, I can add msvcr100 to my libraries and do the steps mentioned above, but eve does nothing after the "EVE crucible"-sign (before the login screen) and the virtual desktop closes.

Sorry for the short form i wrote something with error messages and stuff but this forum ate it and now i am a bit pissed...
mrkaczor trader
Royal Amarr Institute
Amarr Empire
#10 - 2012-03-13 17:26:13 UTC
I have 2 errors depending if vcrun2010 is native or buildin

With native:

fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation 0x48b000 0 0x33f31c 4
fixme:win:EnumDisplayDevicesW ((null),0,0x338608,0x00000000), stub!

With buildin:

err:module:find_forwarded_export function not found for forward 'msvcrt._controlfp_s' used by L"C:\\windows\\system32\\msvcr100.dll". If you are using builtin L"msvcr100.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt._except_handler4_common' used by L"C:\\windows\\system32\\msvcr100.dll". If you are using builtin L"msvcr100.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt._configthreadlocale' used by L"C:\\windows\\system32\\msvcr100.dll". If you are using builtin L"msvcr100.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt._initterm_e' used by L"C:\\windows\\system32\\msvcr100.dll". If you are using builtin L"msvcr100.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt._vsnprintf_s' used by L"C:\\windows\\system32\\msvcr100.dll". If you are using builtin L"msvcr100.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt.vsprintf_s' used by L"C:\\windows\\system32\\msvcr100.dll". If you are using builtin L"msvcr100.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt._itow_s' used by L"C:\\windows\\system32\\msvcr100.dll". If you are using builtin L"msvcr100.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt.??0bad_cast@@QAE@PBD@Z' used by L"C:\\windows\\system32\\msvcr100.dll". If you are using builtin L"msvcr100.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt._fseeki64' used by L"C:\\windows\\system32\\msvcr100.dll". If you are using builtin L"msvcr100.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt._unlock_file' used by L"C:\\windows\\system32\\msvcr100.dll". If you are using builtin L"msvcr100.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt._lock_file' used by L"C:\\windows\\system32\\msvcr100.dll". If you are using builtin L"msvcr100.dll", try using the native one instead.
wine: Call from 0x7bc4a970 to unimplemented function msvcrt.dll._set_printf_count_output, aborting
err:seh:raise_exception Exception frame is not in stack limits => unable to dispatch exception.

it worked yesterdays evening :(
Spoofeydoo
Eternity INC.
Goonswarm Federation
#11 - 2012-03-13 17:34:01 UTC
Thanks adding vcrun2010 and changing the driver worked for me.

I have a fruit cup and I'm not afraid to use it.

Godfrey Silvarna
Arctic Light Inc.
Arctic Light
#12 - 2012-03-13 18:09:16 UTC  |  Edited by: Godfrey Silvarna
Kismeteer wrote:
In the other thread, changing msvcr100 from "native,builtin" to "builtin,native" seems to work well for some people.

To do this: winecfg, select library tab, scroll down to the msvcr100 one, click add, then edit it, change it, apply.

A picture of this: http://i.imgur.com/nkSWp.png

This fixed it for me. I am running wine-1.4-rc6. I would suggest updating wine over installing winetricks stuff as those can add more conflicts in some cases.
Bent Barrel
#13 - 2012-03-13 18:13:55 UTC  |  Edited by: Bent Barrel
I got this:

haplo@nexus ~/.wine/drive_c/Program Files/CCP/EVE $ wine launcher/launcher.exe
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
err:module:attach_process_dlls "MSVCR90.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\CCP\\EVE\\launcher\\launcher.exe" failed, status c0000142

Had to change msvcr90 to builtin,native and things work now. At least the launcher.

UPDATE: Exported the Crucible 1.5 patch from my windows laptop, copied via USB stick to Linux box, launcher now crashes in the Loading status (the menu actualy draws but the progress bar at the bottom states Loading). Seems there's not way to get around the 142MB download to patch Crucible 1.5 ... so much for the new Launcher features ....

UPDATE2: I am not able to patch. Launcher crashes at 50% patch download ...
Kismeteer
Bat Country
Pandemic Horde
#14 - 2012-03-13 19:15:35 UTC
velusip wrote:
Updated steps for new launcher. These have worked for me for a long time.


Please try these steps before going nuts and switching platforms.

Please check the multiclient thread if you come up with any solutions for multiclient on Linux.
Trebron Znieh
The Scope
Gallente Federation
#15 - 2012-03-13 19:34:46 UTC  |  Edited by: Trebron Znieh
Kismeteer wrote:
velusip wrote:
Updated steps for new launcher. These have worked for me for a long time.


Please try these steps before going nuts and switching platforms.

Please check the multiclient thread if you come up with any solutions for multiclient on Linux.


Someone had the splution to that one already.
In the settings of the Launcher, enable "exit launcher after client started". Then you should have multiple clients again.

But my client still will not start :)

Can somebody confirm it works in 64 Bit Ubuntu?
Which DirectX versions are you running?
Must VCRUN 2008 be installed?

EDIT: starts now: https://forums.eveonline.com/default.aspx?g=posts&m=932895#post932895
Sarummay
WipeOut Inc.
Pandemic Horde
#16 - 2012-03-13 19:36:32 UTC
After updating winetricks (didn't thought about thisOops) i manged to install vrun2010, but the problem remains that EVE stops before the log-in screen (virtual desktop closes), without error notification.

I use Linux Mint 10, if that matters.
Woo Mi
Federal Navy Academy
Gallente Federation
#17 - 2012-03-13 20:53:15 UTC
Ah well, at least EVE gate still works so I can update my skills.
I'll try upgrading to wine1.4 tomorrow with all the winetricks and see whether that gets things working.
GrmblUgh
Darkpepper
Flying like a Rock
#18 - 2012-03-13 21:40:22 UTC
Sarummay wrote:
After updating winetricks (didn't thought about thisOops) i manged to install vrun2010, but the problem remains that EVE stops before the log-in screen (virtual desktop closes), without error notification.

I use Linux Mint 10, if that matters.


Linux Mint user \o/ woot :)

Well have you tried to change the DLL in the winecfg from "native, integrated" to "integrated, native" ?
it worked for me ;)

**W**ormhole space, **L**inux Mint, **F**ree cookies

Ribaldry
#19 - 2012-03-13 23:08:18 UTC  |  Edited by: Ribaldry
Kismeteer wrote:
Nuvaro wrote:
can you please post the command lines of those im kinda new to linux or i can look them up via google lol
but yes will try and thank you for help


Sure:
1. Type 'winecfg'
2. Select "libraries" tab
3. Pull down the 'New override for library' and select "msvcr100"
4. Click add.
5. Click msvcr100 and hit 'edit'.
6. Select 'Builtin then Native'
7. Hit okay on the edit override.
8. Hit apply and then okay on wine configuration.
9. Restart eve.


If that fails for you, type "winetricks dlls vcrun2010" and let it walk you through upgrading that.


Excellent help. This didn't get me where I needed to be, but it was exactly in the right direction. There is one additional step required for me which is to do the same for msvcr90 (visual studio runtime v9).

1. In a terminal or from a run menu, type "winecfg" and press enter.
2. Select "libraries" tab
3. Pull down the "New override for library" and select "msvcr100" (you can type this to find it faster)
4. Click "Add" (this will put it in the bottom list of "Existing overrides")
5. Click msvcr100 from the "Existing overrides" list and hit 'Edit...'
6. Select "Builtin then Native"
7. Click "OK"
8. Pull down the "New override for library" and select "msvcr90" (you can type this to find it faster)
9. Click "Add" (this will put it in the bottom list of "Existing overrides")
10. Click msvcr90 and hit 'Edit...'
11. Select 'Builtin then Native'
12. Click "OK"
13. On the main winecfg window, click "Apply" then "OK"
14. Run eve your normal way. No reboot is required.

Also, make sure you have the runtimes for the older version of VS.

Run the following commands:
winetricks dlls vcrun2010
winetricks dlls vcrun2008
winetricks dlls vcrun2005

Running linux 3.0.0-16 x86-64 on Xubuntu 11.10 with wine1.4 RC6 from the ubuntu-wine launchpad ppa.

Oh yeah, and I'm running multiple clients no problems as well, but I checked the 2 checkboxes on the launcher config (don't remember what they were, but it was about not running the launcher after eve has started and such).

EDIT: Well it seems FPS is in the shitter. 18 FPS w/ 2 clients, 28 FPS with one... yesterday I was locked to vsync at 60 w/ three clients running. Seems this is not a linux only issue.

.

Europol Agent917
Yarr Time
#20 - 2012-03-13 23:11:40 UTC
Did not work for me. Updated vcrun2010 vcrun2008 d3dx_43 etc etc in fresh dl winetricks.
If I set msvcr100 + msvcrt to builtin+native it fails. If I force "builtin" I get a blackscreen with this in my console

Quote:
exception has occurred. It has been logged in the log server as exception #1641
An exception has occurred. It has been logged in the log server as exception #1642
An exception has occurred. It has been logged in the log server as exception #1643
An exception has occurred. It has been logged in the log server as exception #1644
An exception has occurred. It has been logged in the log server as exception #1645
An exception has occurred. It has been logged in the log server as exception #1646
An exception has occurred. It has been logged in the log server as exception #1647
An exception has occurred. It has been logged in the log server as exception #1648
An exception has occurred. It has been logged in the log server as exception #1649
An exception has occurred. It has been logged in the log server as exception #1650
An exception has occurred. It has been logged in the log server as exception #1651
An exception has occurred. It has been logged in the log server as exception #1652
An exception has occurred. It has been logged in the log server as exception #1653
An exception has occurred. It has been logged in the log server as exception #1654
An exception has occurred. It has been logged in the log server as exception #1655
An exception has occurred. It has been logged in the log server as exception #1656
An exception has occurred. It has been logged in the log server as exception #1657
An exception has occurred. It has been logged in the log server as exception #1658
123Next pageLast page