Advertisement
Guest User

Untitled

a guest
Nov 19th, 2018
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.89 KB | None | 0 0
  1. DEBUG 2018-11-19 20:32:35,294 [http]:GET https://lutris.net/api/runtime
  2. DEBUG 2018-11-19 20:32:35,540 [runtime]:Runtime steam is already up to date (locally updated on Mon 19 Nov 2018 16:58:11 GMT, remote created on Sat 03 Nov 2018 03:11:04 )
  3. DEBUG 2018-11-19 20:32:35,540 [runtime]:Runtime winetricks is already up to date (locally updated on Mon 19 Nov 2018 16:57:54 GMT, remote created on Sun 28 Oct 2018 08:59:17 )
  4. DEBUG 2018-11-19 20:32:35,541 [runtime]:Runtime lib64 is already up to date (locally updated on Mon 19 Nov 2018 16:58:04 GMT, remote created on Mon 08 Oct 2018 03:29:56 )
  5. DEBUG 2018-11-19 20:32:35,541 [runtime]:Runtime lib32 is already up to date (locally updated on Mon 19 Nov 2018 16:58:02 GMT, remote created on Mon 08 Oct 2018 03:29:40 )
  6. DEBUG 2018-11-19 20:32:35,542 [runtime]:Runtime p7zip is already up to date (locally updated on Mon 19 Nov 2018 16:57:53 GMT, remote created on Tue 25 Oct 2016 02:34:44 )
  7. DEBUG 2018-11-19 20:32:35,545 [api]:Fetching game library
  8. INFO 2018-11-19 20:32:35,670 [lutriswindow]:Setting up view for first run
  9. DEBUG 2018-11-19 20:32:35,671 [lutriswindow]:Syncing 1 icons
  10. DEBUG 2018-11-19 20:32:35,671 [resources]:No icon are missing
  11. INFO 2018-11-19 20:32:39,800 [lutriswindow]:Installing heroes-of-the-storm-dx11-to-vulkan-dxvk
  12. DEBUG 2018-11-19 20:32:39,803 [interpreter]:Fetching installer https://lutris.net/api/installers/heroes-of-the-storm-dx11-to-vulkan-dxvk
  13. DEBUG 2018-11-19 20:32:39,803 [http]:GET https://lutris.net/api/installers/heroes-of-the-storm-dx11-to-vulkan-dxvk
  14. DEBUG 2018-11-19 20:32:42,221 [commands]:Install script uses Wine esync-staging-pba-3.16-x86_64
  15. DEBUG 2018-11-19 20:32:42,229 [interpreter]:Installing wine
  16. DEBUG 2018-11-19 20:32:42,230 [commands]:Install script uses Wine esync-staging-pba-3.16-x86_64
  17. DEBUG 2018-11-19 20:32:42,231 [runner]:Installing wine (version=esync-staging-pba-3.16-x86_64, downloader=<bound method InstallerWindow.start_download of <installerwindow.InstallerWindow object at 0x7fe9e9900558 (lutris+gui+installerwindow+InstallerWindow at 0x55f3f76339a0)>>, callback=<bound method ScriptInterpreter.install_runners of <lutris.installer.interpreter.ScriptInterpreter object at 0x7fe9e9903fd0>>)
  18. INFO 2018-11-19 20:32:42,231 [runner]:Getting runner information for wine(version: esync-staging-pba-3.16-x86_64)
  19. DEBUG 2018-11-19 20:32:42,232 [http]:GET https://lutris.net/api/runners/wine
  20. DEBUG 2018-11-19 20:32:42,511 [runner]:Got 161 versions
  21. DEBUG 2018-11-19 20:32:42,515 [installerwindow]:Downloading https://lutris.nyc3.digitaloceanspaces.com/runners/wine/wine-esync-staging-pba-3.16-x86_64.tar.gz to /home/cynex/.cache/lutris/wine-esync-staging-pba-3.16-x86_64.tar.gz
  22. DEBUG 2018-11-19 20:32:42,521 [downloader]:Starting download of:
  23. https://lutris.nyc3.digitaloceanspaces.com/runners/wine/wine-esync-staging-pba-3.16-x86_64.tar.gz
  24. DEBUG 2018-11-19 20:32:42,546 [http]:GET https://lutris.nyc3.digitaloceanspaces.com/runners/wine/wine-esync-staging-pba-3.16-x86_64.tar.gz
  25. ERROR 2018-11-19 20:33:17,634 [http]:Request timed out
  26. DEBUG 2018-11-19 20:33:17,635 [downloader]:Finished downloading https://lutris.nyc3.digitaloceanspaces.com/runners/wine/wine-esync-staging-pba-3.16-x86_64.tar.gz
  27. DEBUG 2018-11-19 20:33:17,674 [extract]:Extracting /home/cynex/.cache/lutris/wine-esync-staging-pba-3.16-x86_64.tar.gz to /home/cynex/.local/share/lutris/runners/wine/esync-staging-pba-3.16-x86_64
  28. Traceback (most recent call last):
  29. File "/usr/lib/python3.7/site-packages/lutris/runners/runner.py", line 347, in on_downloaded
  30. self.extract(**user_data)
  31. File "/usr/lib/python3.7/site-packages/lutris/runners/runner.py", line 354, in extract
  32. extract_archive(archive, dest, merge_single=merge_single)
  33. File "/usr/lib/python3.7/site-packages/lutris/util/extract.py", line 55, in extract_archive
  34. _do_extract(path, temp_path, opener, mode, extractor)
  35. File "/usr/lib/python3.7/site-packages/lutris/util/extract.py", line 93, in _do_extract
  36. handler.extractall(dest)
  37. File "/usr/lib/python3.7/tarfile.py", line 2002, in extractall
  38. numeric_owner=numeric_owner)
  39. File "/usr/lib/python3.7/tarfile.py", line 2044, in extract
  40. numeric_owner=numeric_owner)
  41. File "/usr/lib/python3.7/tarfile.py", line 2114, in _extract_member
  42. self.makefile(tarinfo, targetpath)
  43. File "/usr/lib/python3.7/tarfile.py", line 2163, in makefile
  44. copyfileobj(source, target, tarinfo.size, ReadError, bufsize)
  45. File "/usr/lib/python3.7/tarfile.py", line 247, in copyfileobj
  46. buf = src.read(bufsize)
  47. File "/usr/lib/python3.7/gzip.py", line 276, in read
  48. return self._buffer.read(size)
  49. File "/usr/lib/python3.7/_compression.py", line 68, in readinto
  50. data = self.read(len(byte_view))
  51. File "/usr/lib/python3.7/gzip.py", line 482, in read
  52. raise EOFError("Compressed file ended before the "
  53. EOFError: Compressed file ended before the end-of-stream marker was reached
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement