Advertisement
Guest User

Untitled

a guest
Mar 14th, 2022
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. + export WINEDEBUG=fixme-all
  2. + WINEDEBUG=fixme-all
  3. + shift
  4. + :
  5. + case "${1-}" in
  6. + break
  7. + case "${1-}" in
  8. + start_LoL
  9. + '[' '!' -f '/home/torben/.local/share/leagueoflegends/drive_c/Riot Games/Riot Client/RiotClientServices.exe' ']'
  10. + port_waiting_daemon
  11. + process=LeagueClientUx.exe
  12. + msg Starting...
  13. + echo -e '[+] Starting...'
  14. [+] Starting...
  15. + loading_screen
  16. + '[' 1 -eq 1 ']'
  17. + zenity --progress --pulsate --auto-close --no-cancel '--title=League of Legends' --window-icon=/usr/share/icons/hicolor/256x256/apps/leagueoflegends.png '--text=Waiting for the League client port to open...'
  18. ++ timeout 2m sh -c 'until ps -C LeagueClientUx.exe -o pid=; do sleep 1; done | sed '\''s/[[:space:]]*//g'\'''
  19. ++ winepath -w '/home/torben/.local/share/leagueoflegends/drive_c/Riot Games/Riot Client/RiotClientServices.exe'
  20. 0034:err:module:__wine_process_init L"C:\\windows\\system32\\winemenubuilder.exe" not found
  21. 002c:err:wineboot:process_run_key Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (126).
  22. + wine 'C:\Riot Games\Riot Client\RiotClientServices.exe' --launch-product=league_of_legends --launch-patchline=live
  23. 0238:err:rpc:I_RpcGetBuffer no binding
  24. + uxpid=23634
  25. + '[' -z 23634 ']'
  26. ++ xargs -0
  27. ++ sed -n 's/.*--app-port=\([[:digit:]]*\).*/\1/p'
  28. 03d4:err:vulkan:wine_vkCreateInstance Failed to create instance, res=-1
  29. + port=33169
  30. + '[' -z 33169 ']'
  31. + kill -STOP 23634
  32. + timeout 5m bash -c '
  33. until openssl s_client -connect :33169 <<< Q >/dev/null 2>&1; do
  34. sleep 1
  35. done'
  36. + wineserver --wait
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement