Statistics: Posted by dilatorre — 19 Feb 2016, 12:49
Statistics: Posted by dilatorre — 07 Feb 2016, 22:13
Statistics: Posted by Ducky — 04 Feb 2016, 21:32
Statistics: Posted by dilatorre — 04 Feb 2016, 19:48
def steamPath():
try:
import _winreg
steam_key = _winreg.OpenKey(_winreg.HKEY_CURRENT_USER, "Software\\Valve\\Steam", 0, (_winreg.KEY_WOW64_64KEY + _winreg.KEY_ALL_ACCESS))
return _winreg.QueryValueEx(steam_key, "SteamPath")[0].replace("/", "\\")
except StandardError, e:
return None
self.actionLink_account_to_Steam.triggered.connect(partial(self.open_url, Settings.get("STEAMLINK_URL")))
self.linkAccountBtn = QtGui.QPushButton("Link your account to Steam")
@QtCore.pyqtSlot()
def linkAccount(self):
QtGui.QDesktopServices.openUrl(QtCore.QUrl(Settings.get("STEAMLINK_URL")))
Statistics: Posted by dilatorre — 27 Jan 2016, 19:19
Statistics: Posted by dilatorre — 27 Jan 2016, 18:59
Statistics: Posted by dilatorre — 27 Jan 2016, 18:55
Statistics: Posted by dilatorre — 22 Jan 2016, 18:28
Statistics: Posted by dilatorre — 18 Jan 2016, 17:48
user@machine:~$ ls /data/crossover/.cxoffice/Supreme_Commander_Forged_Alliance/drive_c/users/Public/FAForever/logs/
forever.log uid.log
user@machine:~$ cat /data/crossover/.cxoffice/Supreme_Commander_Forged_Alliance/drive_c/users/Public/FAForever/logs/forever.log
2016-01-04 20:19:03,898 INFO faf.main >>> --------------------------- Application Launch
2016-01-04 20:19:04,453 DEBUG faf.fa.relayserver initializing...
2016-01-04 20:19:04,453 INFO faf.fa.proxies binding socket 0 on port 12001
2016-01-04 20:19:04,453 INFO faf.fa.proxies binding socket 1 on port 12002
2016-01-04 20:19:04,453 INFO faf.fa.proxies binding socket 2 on port 12003
2016-01-04 20:19:04,453 INFO faf.fa.proxies binding socket 3 on port 12004
2016-01-04 20:19:04,453 INFO faf.fa.proxies binding socket 4 on port 12005
2016-01-04 20:19:04,454 INFO faf.fa.proxies binding socket 5 on port 12006
2016-01-04 20:19:04,454 INFO faf.fa.proxies binding socket 6 on port 12007
2016-01-04 20:19:04,454 INFO faf.fa.proxies binding socket 7 on port 12008
2016-01-04 20:19:04,454 INFO faf.fa.proxies binding socket 8 on port 12009
2016-01-04 20:19:04,454 INFO faf.fa.proxies binding socket 9 on port 12010
2016-01-04 20:19:04,454 INFO faf.fa.proxies binding socket 10 on port 12011
2016-01-04 20:19:04,456 INFO faf.secondaryServer.Statistic Instanciating secondary server.
2016-01-04 20:19:04,467 INFO faf.util Read common stylesheet: client/client.css
2016-01-04 20:19:04,555 INFO faf.util Read common stylesheet: stats/formatters/style.css
2016-01-04 20:19:04,571 INFO faf.secondaryServer.Tournament Instanciating secondary server.
2016-01-04 20:19:04,571 INFO faf.util Read common stylesheet: tournaments/formatters/style.css
2016-01-04 20:19:04,572 DEBUG faf.vault Map Vault tab instantiating
2016-01-04 20:19:04,821 DEBUG faf.modvault Mod Vault tab instantiating
2016-01-04 20:19:04,821 DEBUG faf.modvault getting installed mods. Count: 0
2016-01-04 20:19:04,832 INFO faf.replays Replays Widget instantiated.
2016-01-04 20:19:04,836 INFO faf.tutorials Tutorials instantiated.
2016-01-04 20:19:04,845 INFO faf.util Read common stylesheet: coop/formatters/style.css
2016-01-04 20:19:04,872 INFO faf.fa.replayserver listening on address 127.0.0.1:15000
2016-01-04 20:19:04,874 INFO faf.fa.relayserver relay listening on address 127.0.0.1:53323
2016-01-04 20:19:04,948 INFO faf.client Outgoing JSON Message: {"command": "ask_session"}
2016-01-04 20:19:11,645 INFO faf.client Attempting to login as: dilatorre
2016-01-04 20:19:11,645 INFO faf.client Outgoing JSON Message: login.
2016-01-04 20:19:13,005 WARNING faf.client Login rejected.
2016-01-04 20:19:13,845 INFO faf.client Attempting to login as: dilatorre
2016-01-04 20:19:13,845 INFO faf.client Outgoing JSON Message: login.
2016-01-04 20:19:15,002 WARNING faf.client Login rejected.
2016-01-04 20:19:15,660 INFO faf.main <<< --------------------------- Application Shutdown
user@machine:~$ cat /data/crossover/.cxoffice/Supreme_Commander_Forged_Alliance/drive_c/users/Public/FAForever/logs/uid.log
Operation 0 done : Enumeration empty
Operation 1 done : Enumeration empty
Operation 2 done : success
Operation 3 done : success
Operation 4 done : success
Operation 5 done : success
Operation 6 done : success
Operation 7 done : success
Operation 8 done : success
Operation 9 done : success
encoding done
encryption done
user@machine:~$
Statistics: Posted by dilatorre — 08 Jan 2016, 13:54
C:\ProgramData\FAForever\logs
Statistics: Posted by speed2 — 07 Jan 2016, 21:28
Statistics: Posted by dilatorre — 02 Jan 2016, 12:26