Advertisement
FredrickK

Eve Launcher Exception

Apr 30th, 2013
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.40 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "launcher.py", line 74, in main
  3. File "lib\controller.pyo", line 90, in __init__
  4. File "wx\lib\pubsub\pubsub1\pub.pyo", line 750, in sendMessage
  5. File "wx\lib\pubsub\pubsub1\pub.pyo", line 423, in sendMessage
  6. File "wx\lib\pubsub\pubsub1\pub.pyo", line 261, in sendMessage
  7. File "lib\controller.pyo", line 93, in OnInit
  8. File "lib\initialization.pyo", line 191, in InitializeLauncher
  9. File "lib\initialization.pyo", line 135, in EnableLogReporting
  10. File "lib\utils.pyo", line 122, in GetMachineOSName
  11. UnboundLocalError: local variable 'name' referenced before assignment
  12. Locals by frame, innermost last:
  13. Frame <module> in launcher.py at line 101:
  14. EnsureDirectoryIsWritable = <function EnsureDirectoryIsWritable at 0x02462DF0>
  15. IsLowerFolderPrivsRun = <function IsLowerFolderPrivsRun at 0x02462E30>
  16. NoInternetError = <class 'lib.exceptions.NoInternetError'>
  17. ServerUnreachableException = <class 'lib.exceptions.ServerUnreachableException'>
  18. Shutdown = <function Shutdown at 0x0431DFB0>
  19. __builtins__ = <module '__builtin__' (built-in)>
  20. __doc__ = None
  21. __name__ = '__main__'
  22. __package__ = None
  23. esky = <module 'esky' from 'D:\Games\CCP\Beta\launcher\appdata\EVE_Online_Launcher-2.1.528627-beta.3.win32\library.zip\esky\__init__.pyo'>
  24. lh = <module 'lib.launcher_helper' from 'D:\Games\CCP\Beta\launcher\appdata\EVE_Online_Launcher-2.1.528627-beta.3.win32\library.zip\lib\launcher_helper.pyo'>
  25. lib = <module 'lib' from 'D:\Games\CCP\Beta\launcher\appdata\EVE_Online_Launcher-2.1.528627-beta.3.win32\library.zip\lib\__init__.pyo'>
  26. main = <function main at 0x04324970>
  27. os = <module 'os' from 'D:\Games\CCP\Beta\launcher\appdata\EVE_Online_Launcher-2.1.528627-beta.3.win32\library.zip\os.pyo'>
  28. signal = <module 'signal' (built-in)>
  29. sys = <module 'sys' (built-in)>
  30. utilities = <module 'utilities' from 'D:\Games\CCP\Beta\launcher\appdata\EVE_Online_Launcher-2.1.528627-beta.3.win32\library.zip\utilities.pyo'>
  31. zipextimporter = <module 'zipextimporter' from 'D:\Games\CCP\Beta\launcher\appdata\EVE_Online_Launcher-2.1.528627-beta.3.win32\library.zip\zipextimporter.pyo'>
  32. Frame main in launcher.py at line 91:
  33. app = <lib.ui.launcherApp.LauncherApp; proxy of <Swig Object of type 'wxPyApp *' at 0x42f43b0> >
  34. Frame __init__ in lib\controller.pyo at line 90:
  35. app = <lib.ui.launcherApp.LauncherApp; proxy of <Swig Object of type 'wxPyApp *' at 0x42f43b0> >
  36. publisher = <wx.lib.pubsub.pub.PublisherClass instance at 0x041D2940>
  37. self = <lib.controller.Controller instance at 0x0431F990>
  38. Frame sendMessage in wx\lib\pubsub\pubsub1\pub.pyo at line 750:
  39. aTopic = (1,)
  40. data = None
  41. message = <wx.lib.pubsub.core.datamsg.Message instance at 0x0432D058>
  42. onTopicNeverCreated = None
  43. self = <wx.lib.pubsub.pub.PublisherClass instance at 0x041D2940>
  44. self._PublisherClass__deliveryCount = 0
  45. self._PublisherClass__messageCount = 1
  46. self._PublisherClass__topicTree = <wx.lib.pubsub.pub._TopicTreeRoot instance at 0x041D2170>
  47. topic = 1
  48. Frame sendMessage in wx\lib\pubsub\pubsub1\pub.pyo at line 423:
  49. deliveryCount = 0
  50. message = <wx.lib.pubsub.core.datamsg.Message instance at 0x0432D058>
  51. node = <wx.lib.pubsub.pub._TopicTreeNode instance at 0x04323378>
  52. onTopicNeverCreated = None
  53. self = <wx.lib.pubsub.pub._TopicTreeRoot instance at 0x041D2170>
  54. self._TopicTreeNode__callables = []
  55. self._TopicTreeNode__onDeadListenerWeakCB = <wx.lib.pubsub.core.weakmethod.WeakMethod at 69018368>
  56. self._TopicTreeNode__subtopics = {0: <wx.lib.pubsub.pub._TopicTreeNode instance at 0x04323990>, 1: <wx.lib.pubsub.pub._TopicTreeNode instance at 0x04323378>, 2: <wx.lib.pubsub.pub._TopicTreeNode instance at 0x04323F80>, 3: <wx.lib.pubsub.pub._TopicTreeNode instance at 0x04323A58>, 4: <wx.lib.pubsub.pub._TopicTreeNode instance at 0x
  57. self._TopicTreeNode__topicPath = ('',)
  58. self._TopicTreeRoot__callbackDict = {<wx.lib.pubsub.core.weakmethod.WeakMethod at 70418384>: [<weakref at 04329570; to 'instance' at 04327E90>], <wx.lib.pubsub.core.weakmethod.WeakMethod at 70439120>: [<weakref at 043295D0; to 'instance' at 04327F58>], <wx.lib.pubsub.core.weakmethod.WeakMethod at 70440120>: [<weakref at 043297B0; to '
  59. self._TopicTreeRoot__callbackDictCleanup = 0
  60. topic = (1,)
  61. topicItem = 1
  62. Frame sendMessage in wx\lib\pubsub\pubsub1\pub.pyo at line 261:
  63. cb = <wx.lib.pubsub.core.weakmethod.WeakMethod at 70401840>
  64. deliveryCount = 0
  65. listener = <bound method Controller.OnInit of <lib.controller.Controller instance at 0x0431F990>>
  66. message = <wx.lib.pubsub.core.datamsg.Message instance at 0x0432D058>
  67. self = <wx.lib.pubsub.pub._TopicTreeNode instance at 0x04323378>
  68. self._TopicTreeNode__callables = [<wx.lib.pubsub.core.weakmethod.WeakMethod at 70401840>]
  69. self._TopicTreeNode__onDeadListenerWeakCB = <wx.lib.pubsub.core.weakmethod.WeakMethod at 69018368>
  70. self._TopicTreeNode__subtopics = {}
  71. self._TopicTreeNode__topicPath = (1,)
  72. Frame OnInit in lib\controller.pyo at line 93:
  73. evt = <wx.lib.pubsub.core.datamsg.Message instance at 0x0432D058>
  74. self = <lib.controller.Controller instance at 0x0431F990>
  75. self.app = <lib.ui.launcherApp.LauncherApp; proxy of <Swig Object of type 'wxPyApp *' at 0x42f43b0> >
  76. self.buildConfiguration = {}
  77. self.folder = None
  78. self.settings = None
  79. self.view = None
  80. Frame InitializeLauncher in lib\initialization.pyo at line 191:
  81. folder = u'D:\\Games\\CCP\\Beta'
  82. launcherResourcesDir = u'D:\\Games\\CCP\\Beta\\launcher\\appdata\\EVE_Online_Launcher-2.1.528627-beta.3.win32'
  83. settings = <lib.userSettings.UserSettings instance at 0x07565918>
  84. Frame EnableLogReporting in lib\initialization.pyo at line 135:
  85. client = {'usescriptindexfiles': '1', 'appname': 'EVE', 'region': 'ccp', 'socketio': 'iocp', 'sync': '527910', 'server': '87.237.38.50', 'edition': 'premium', 'version': '8.22', 'role': 'client', 'build': '527910', 'branch': '//depot/games/branches/staging/EVE-2013-R2-BARRY/eve', 'aid': '0', 'codename': 'EVE
  86. folder = u'D:\\Games\\CCP\\Beta'
  87. languageFromLocale = 'en-us'
  88. languageToUse = 'en'
  89. logs = ['Log sending is disabled pending Splunk integration', "Running from u'D:\\\\Games\\\\CCP\\\\Beta'", "Working directory u'D:\\\\Games\\\\CCP\\\\Beta'"]
  90. message = 'disabled pending Splunk integration'
  91. settings = <lib.userSettings.UserSettings instance at 0x07565918>
  92. Frame GetMachineOSName in lib\utils.pyo at line 122:
  93. majorVersion = 6
  94. minorVersion = 2
  95. osInfoDict = sys.getwindowsversion(major=6, minor=2, build=9200, platform=2, service_pack='')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement