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.
 

EVE on linux is no working.

Author
Tempdoom Cookies
Caldari Provisions
Caldari State
#1 - 2012-09-21 19:28:53 UTC
Installed with wine and it runs fine. i can log in but once i have the screen goes black instead of the character selection. I haven't seen anyone with the same problem on the forums so i started a new one.
Evelyn Meiyi
Corvidae Trading and Holding
#2 - 2012-09-23 10:15:11 UTC
Tempdoom Cookies wrote:
Installed with wine and it runs fine. i can log in but once i have the screen goes black instead of the character selection. I haven't seen anyone with the same problem on the forums so i started a new one.


You may need to check your video drivers. I've just got EVE running on Ubuntu and I'm not yet familiar with all of the issues.
monkiboi
Brutor Tribe
Minmatar Republic
#3 - 2012-09-23 11:36:27 UTC
I found I had to add gdiplus via winetricks to solve my blackscreen problem. I'm assuming that you've already installed winetricks and installed the usual libraries and fonts via winetricks?
lajasssssssssssss
Sebiestor Tribe
Minmatar Republic
#4 - 2012-09-23 17:36:42 UTC
Hi !!!

The same problem on my opensuse 12.2. Installed gdiplus via winetricks previous staff done, still black screen.
monkiboi
Brutor Tribe
Minmatar Republic
#5 - 2012-09-24 00:20:19 UTC
lajasssssssssssss wrote:
Hi !!!

The same problem on my opensuse 12.2. Installed gdiplus via winetricks previous staff done, still black screen.


and you've done the thing with the binaries via winecfg? Native/builtin or builtin/native I can't remember which way round it's supposed to be and i'm in windows atm but a search of this forum will bring it up.
Neuntausend
Republic Military School
Minmatar Republic
#6 - 2012-09-25 05:39:29 UTC
What version of Wine are you guys using? There is no need to juggle library overrides anymore with Wine >= 1.5.12 or so. The only library you need to add is d3dx9_36 and thats it.

Could you post your console-output?
Zodiaq
Polish Task Forces
Res-Publica
#7 - 2012-09-25 20:28:48 UTC
System configuration:
ubuntu 12.04
wine 1.5.13

d3dx9_36 set to native
WINEARCH=win32

can't stare eve - black screen, only killing eve help...
console output:

fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3dx:D3DXLoadSurfaceFromMemory Format conversion missing 0x31545844 -> 0x15
Service alert: 0.000s
An exception has occurred. It has been logged in the log server as exception #1
...
exception goes indifinetly...

where does the exceptions goes? Maybe there's more info
Zodiaq
Polish Task Forces
Res-Publica
#8 - 2012-09-25 21:12:36 UTC
I got this info from eve's logserver:

815 2012.09.25 21:01:38:713 EXCEPTION #3 logged at 23:01:38 ; caught by ExceptionHandler
816 2012.09.25 21:01:38:713 Context info: Trinity
817 2012.09.25 21:01:38:713 Caught at:
818 2012.09.25 21:01:38:713 /../carbon/client/script/ui/uilib.py(731) Update
819 2012.09.25 21:01:38:713 Thrown at:
820 2012.09.25 21:01:38:713 /../carbon/client/script/ui/uilib.py(731) Update
821 2012.09.25 21:01:38:713 /../carbon/client/script/ui/uilib.py(781) UpdateMouseOver
822 2012.09.25 21:01:38:713 pyObject = None
823 2012.09.25 21:01:38:713 newMouseOver = None
824 2012.09.25 21:01:38:713 currentMouseOver = None
825 2012.09.25 21:01:38:713 args = ()
826 2012.09.25 21:01:38:713 self = uicls.Uilib object at 0x033696D0
827 2012.09.25 21:01:38:713 UnboundLocalError: local variable 'triobj' referenced before assignment
828 2012.09.25 21:01:38:713 Thread Locals: session was Session: (sid:2435073654276820838, mutating:0, contextOnly:False, corprole:0x0, languageID:EN, role:0x4000000000000000L, sessionType:5, rolesAtAll:0x0, rolesAtHQ:0x0, rolesAtBase:0x0, rolesAtOther:0x0)
829 2012.09.25 21:01:38:713 EXCEPTION END

and I got these exception infinitely... can't start eve...

Any suggestion what I could do to fix this?
AceMonter
Deep Core Mining Inc.
Caldari State
#9 - 2012-09-26 03:55:05 UTC
Hey i got a similar problem, after running the launcher... it does nothing... dont show any windows or black screen.

I install this.

ATI Driver 8.97.100.3-120703a-143048C-ATI
Ubuntu 12.04
Wine 1.5.13
EVE 412710

With wintricks I got installed.
d3dx10
d3dx11_42
d3dx9
d3dx9_26
d3dx9_28
d3dx9_31
d3dx9_35
d3dx9_36
d3dx9_39
d3dx9_42
directx9
gdiplus
vcrun2005
vcrun2008
vcrun2010
xact
xact_jun2010
xinput

Then I modify the dll on wine config
msvcr80
msvcr90
msvcr100
msvcrt

I set then to built it - native

After all of this. Execute the launcher with no problems but when I hit "play" just dont do anything and return to desktop...

Any help?

De los pocos argentinos que hay por aca.-

Neuntausend
Republic Military School
Minmatar Republic
#10 - 2012-09-26 06:17:56 UTC
@Zodiaq & AceMonter: Those problems are in no way similar to the OPs. Make your own threads next time.

@Zodiaq:

Either try removing the override for the dx9_36 or installing the VC-Runtime packages without adding overrides for them. That's how my prefix is set up and it works.

@AceMonter:

Get rid of all those libraries - less is more!
Best way to do that is to make a completely new Wine-Prefix. Afterwards do ONLY install d3dx9_36.dll and MAYBE the vcrun2005, 2008 and 2010 packages via Winetricks but DON'T add any overrides. That will most likely fix your Problem.

Also add your console ourput next time.
Zodiaq
Polish Task Forces
Res-Publica
#11 - 2012-09-26 08:07:47 UTC
@Neuntausend : thx for your help, will try this in few hours time when I come back home... and yeah, making new thread is good idea ;)
AceMonter
Deep Core Mining Inc.
Caldari State
#12 - 2012-09-26 17:20:11 UTC  |  Edited by: AceMonter
@Neuntausend

Ok thanks I will try that and lets see...

Sorry for posting my problem here...

Cya

*Edit: Is working great !! thx for the help... runs very smoth at 25-30fps... Radean 4670 with Ati drivers...
Now I can Finally say good bye to windows...!

De los pocos argentinos que hay por aca.-