Advertisement
Guest User

eve crucible 1.5 lauch on wine

a guest
Mar 13th, 2012
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.88 KB | None | 0 0
  1.  
  2.  
  3.  WINEDEBUG=warn+all wine eve.exe
  4.  
  5.  Traceback (most recent call last):
  6.   File "launcher.py", line 36, in <module>
  7.   File "lib\initialization.pyc", line 100, in StartLauncher
  8.   File "lib\initialization.pyc", line 30, in EnsureDirectoryIsWritable
  9.   File "lib\winapitools.pyc", line 150, in GetShortPathName
  10. RuntimeError: Failed to retrieve GetShortPathNameW from "Z:\home\Azazel\.wine\drive_c\Program Files\EveOnline"
  11.      Locals by frame, innermost last:
  12.        Frame <module> in launcher.py at line 47:
  13.         NoInternetError  = <class 'lib.exceptions.NoInternetError'>
  14.         ServerUnreachableException = <class 'lib.exceptions.ServerUnreachableException'>
  15.         Shutdown         = <function Shutdown at 0x01F9C7F0>
  16.         StartLauncher    = <function StartLauncher at 0x023C3BF0>
  17.         __builtins__     = <module '__builtin__' (built-in)>
  18.         __doc__          = '\n    This is the entry point into the launcher, it handles setting up the working\n    directory, logging and finally importing and starting the laucher within a\n    log-proof try/exeception clause so we can catch almost any exception and display\n    an error message.\n'
  19.         __name__         = '__main__'
  20.         __package__      = None
  21.         exc_plus         = <function exc_plus at 0x01A775F0>
  22.         lib              = <module 'lib' from 'Z:\home\Azazel\.wine\drive_c\Program Files\EveOnline\launcher\library.zip\lib\__init__.pyc'>
  23.         localization     = <module 'localization' from 'Z:\home\Azazel\.wine\drive_c\Program Files\EveOnline\launcher\library.zip\localization\__init__.pyc'>
  24.         os               = <module 'os' from 'Z:\home\Azazel\.wine\drive_c\Program Files\EveOnline\launcher\library.zip\os.pyc'>
  25.         socket           = <module 'socket' from 'Z:\home\Azazel\.wine\drive_c\Program Files\EveOnline\launcher\library.zip\socket.pyc'>
  26.         sys              = <module 'sys' (built-in)>
  27.         wx               = <module 'wx' from 'Z:\home\Azazel\.wine\drive_c\Program Files\EveOnline\launcher\library.zip\wx\__init__.pyc'>
  28.         zipextimporter   = <module 'zipextimporter' from 'Z:\home\Azazel\.wine\drive_c\Program Files\EveOnline\launcher\library.zip\zipextimporter.pyc'>
  29.        Frame StartLauncher in lib\initialization.pyc at line 100:
  30.         app              = <wx._core.App; proxy of <Swig Object of type 'wxPyApp *' at 0x91f568> >
  31.         folder           = u'Z:\\home\\Azazel\\.wine\\drive_c\\Program Files\\EveOnline'
  32.        Frame EnsureDirectoryIsWritable in lib\initialization.pyc at line 30:
  33.         folder           = u'Z:\\home\\Azazel\\.wine\\drive_c\\Program Files\\EveOnline'
  34.        Frame GetShortPathName in lib\winapitools.pyc at line 150:
  35.         buf_a            = <ctypes.c_wchar_Array_53 object at 0x02550030>
  36.         buf_b            = <ctypes.c_wchar_Array_1024 object at 0x02550080>
  37.         path             = u'Z:\\home\\Azazel\\.wine\\drive_c\\Program Files\\EveOnline'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement