Forged Alliance Forever Forged Alliance Forever Forums 2017-02-13T22:45:46+02:00 /feed.php?f=3&t=13992 2017-02-13T22:45:46+02:00 2017-02-13T22:45:46+02:00 /viewtopic.php?t=13992&p=143481#p143481 <![CDATA[Re: Native linux client problem on arch linux]]> Statistics: Posted by DukeOfEarl — 13 Feb 2017, 22:45


]]>
2017-02-13T12:14:25+02:00 2017-02-13T12:14:25+02:00 /viewtopic.php?t=13992&p=143459#p143459 <![CDATA[Re: Native linux client problem on arch linux]]>
Would you mind giving an arch noob some help on what commands I'd need to run to get it working again? I tried installing what I thought were the old dependencies out of /var/ but it didn't seem to help.

Statistics: Posted by poida — 13 Feb 2017, 12:14


]]>
2017-02-10T09:10:38+02:00 2017-02-10T09:10:38+02:00 /viewtopic.php?t=13992&p=143248#p143248 <![CDATA[Re: Native linux client problem on arch linux]]> Statistics: Posted by DukeOfEarl — 10 Feb 2017, 09:10


]]>
2017-02-09T15:02:57+02:00 2017-02-09T15:02:57+02:00 /viewtopic.php?t=13992&p=143215#p143215 <![CDATA[Native linux client problem on arch linux]]> http://wiki.faforever.com/index.php?tit ... _FAF_Linux

However since I recently updated PyQt to latest version (I assume thats why at least) I have had some problems as can be seen in stacktrace below:
Code:
2017-02-09 11:45:19,321 INFO     root                           FAF version: 0.12.1 Environment: production
2017-02-09 11:45:19,321 INFO     util                           PERSONAL_DIR initial: /home/achiraaz/Documents
2017-02-09 11:45:19,321 INFO     util                           PERSONAL_DIR final: /home/achiraaz/Documents
2017-02-09 11:45:19,411 INFO     __main__                       >>> --------------------------- Application Launch
2017-02-09 11:45:19,420 ERROR    __main__                       Uncaught exception
Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/lib/python2.7/site-packages/fafclient/__main__.py", line 130, in <module>
    runFAF()
  File "/usr/lib/python2.7/site-packages/fafclient/__main__.py", line 87, in runFAF
    import client
  File "/usr/lib/python2.7/site-packages/fafclient/client/__init__.py", line 43, in <module>
    from _clientwindow import ClientWindow
  File "/usr/lib/python2.7/site-packages/fafclient/client/_clientwindow.py", line 11, in <module>
    import chat
  File "/usr/lib/python2.7/site-packages/fafclient/chat/__init__.py", line 33, in <module>
    from _chatwidget import ChatWidget as Lobby
  File "/usr/lib/python2.7/site-packages/fafclient/chat/_chatwidget.py", line 15, in <module>
    from chat.channel import Channel
  File "/usr/lib/python2.7/site-packages/fafclient/chat/channel.py", line 2, in <module>
    from fa.replay import replay
  File "/usr/lib/python2.7/site-packages/fafclient/fa/__init__.py", line 18, in <module>
    from replay import replay
  File "/usr/lib/python2.7/site-packages/fafclient/fa/replay.py", line 5, in <module>
    from fa.check import check
  File "/usr/lib/python2.7/site-packages/fafclient/fa/check.py", line 7, in <module>
    from fa.mods import checkMods
  File "/usr/lib/python2.7/site-packages/fafclient/fa/mods.py", line 3, in <module>
    import modvault
  File "/usr/lib/python2.7/site-packages/fafclient/modvault/__init__.py", line 51, in <module>
    from modvault.utils import *
  File "/usr/lib/python2.7/site-packages/fafclient/modvault/utils.py", line 12, in <module>
    from vault import luaparser
  File "/usr/lib/python2.7/site-packages/fafclient/vault/__init__.py", line 2, in <module>
    from PyQt4 import QtWebKit
ImportError: cannot import name QtWebKit


I am guessing that the solution is to upgrade PyQt to version 5 or maybe fix the issue with QtWebKit in some other way... Alternatively, I could downgrade the PyQt package but I dont know if that is a viable solution in the long run.

Suggestions are more than welcome

Statistics: Posted by achiraaz — 09 Feb 2017, 15:02


]]>