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.
 

[Help] a new Linux user with IGB and PYFA

Author
Zombie132
Science and Trade Institute
Caldari State
#1 - 2015-12-01 08:37:03 UTC  |  Edited by: Zombie132
Hi all,

I've recently made the permanent switch to linux, and I love it. I'm running Linux mint 17. Using PlayOnLinux and Winetricks I've managed to get eve working fairly well. I just have a few issues I hope someone can help me with.

First, I can't use the In Game Browser. The browser crashes outside the game (but the game is ok.) something to do with awesomium, I think. I can post logs if you need. I'm thinking I need to install some windows DLL's but I'm not sure which.

Second - half the fun of eve (for me) is theorycrafting new fits to lose gloriously. I've downloaded PYFA, but the instruction for installing is "Linux users ... are expected to run pyfa through their distributions Python interpreter." I'm going to need something more to work with here ... can anyone give me some steps or point me in the right direction? I'm usually pretty good at figuring things out, but I'm a bit lost with this one. (I know all these words, but not in this order :p)


Any help would be greatly appreciated!
Ravow
Republic Military School
Minmatar Republic
#2 - 2015-12-02 04:14:19 UTC
What Wine version do you have?

The IGB use to not work due to something related to certificate handling but that is fixed now.

For pyfa, here the dependency :
Ravow@Tanith ~/Downloads/back/Downloads $ equery depgraph =games-util/pyfa-9999
* Searching for pyfa9999 in games-util ...

* dependency graph for games-util/pyfa-9999
`--  games-util/pyfa-9999   
   `--  app-arch/zip-3.0-r3  (app-arch/zip) amd64
   `--  sys-apps/sed-4.2.2  (>=sys-apps/sed-4) ~amd64
   `--  dev-vcs/git-2.6.3  (>=dev-vcs/git-1.8.2.1) ~amd64
   `--  dev-python/python-dateutil-2.4.2-r1  (dev-python/python-dateutil) ~amd64  [python_targets_python2_7(-)? -python_single_target_python2_7(-)]
   `--  dev-python/sqlalchemy-1.0.9  (dev-python/sqlalchemy) ~amd64  [python_targets_python2_7(-)? -python_single_target_python2_7(-)]
   `--  dev-python/wxpython-3.0.2.0  (dev-python/wxpython) amd64  [python_targets_python2_7(-)? -python_single_target_python2_7(-)]
   `--  dev-python/matplotlib-1.5.0  (dev-python/matplotlib) ~amd64  [wxwidgets python_targets_python2_7(-)? -python_single_target_python2_7(-)]
   `--  dev-python/numpy-1.10.1-r1  (dev-python/numpy) ~amd64  [python_targets_python2_7(-)? -python_single_target_python2_7(-)]
   `--  dev-lang/python-2.7.10-r3  (>=dev-lang/python-2.7.5-r2) ~amd64  [sqlite threads]
   `--  dev-lang/python-exec-2.0.2  (>=dev-lang/python-exec-2) ~amd64  [python_targets_python2_7(-)? -python_single_target_python2_7(-)]
[ games-util/pyfa-9999 stats: packages (11), max depth (1) ]
Ravow@Tanith ~/Downloads/back/Downloads $


After if you have all the dependency, just run /where/is/pyfa or python2 /where/is/pyfa
Zombie132
Science and Trade Institute
Caldari State
#3 - 2015-12-02 07:05:36 UTC
I've had a look at your suggestions and dependencies and have managed to get pyfa working. Thanks :)

As far as the IGB, I use wine version 1.8-rc1 with eve. I start the IGB, it waits a moment while it loads, then eve minimises and a box pops up saying the program has closed. I've got a log if it helps: http://pastebin.com/uTYPM4v5

Rastuasi
Crunchy Crunchy
#4 - 2015-12-03 15:11:14 UTC
It works by default installation on my computer, but have you read the WINE APPDB? They have a post that states:

Had to install winhttp with "winetricks winhttp" to have ingame browser.

Neuntausend
Republic Military School
Minmatar Republic
#5 - 2015-12-03 17:29:10 UTC
For pyfa: Make sure you have at least python 2.6, and the other listed dependencies installed (should be able to get them through your distros package mangager), download and unpack pyfa and call "python pyfa.py" and you should be good.

A much cleaner way would be to install it via your package manager. There are repositories, overlays and builds for Debian/Ubuntu based Distros, Slackware, Gentoo, Arch...

Just google "pyfa repository {whatever your distro is}" to find them.