kyechou / leagueoflegends

League of Legends install and launch wrapper for Linux
https://www.leagueoflegends.com
GNU General Public License v3.0
290 stars 23 forks source link

Can't start a match #37

Closed psykher closed 2 years ago

psykher commented 2 years ago

System information

Issue

When I try to start a match even with the practice tool it just shows me the reconnect screen, the actual match is not loading. Do you know something about this?

Another thing is that the client sounds does not work, not sure about the in game sounds.

Any help would be very appreciated.

Output of leagueoflegends -v.

leagueoflegends -v start
+ export WINEDEBUG=fixme-all
+ WINEDEBUG=fixme-all
+ shift
+ :
+ case "${1-}" in
+ break
+ case "${1-}" in
+ start_LoL
+ '[' '!' -f '/home/psykher/.local/share/leagueoflegends/drive_c/Riot Games/Riot Client/RiotClientServices.exe' ']'
+ port_waiting_daemon
+ process=LeagueClientUx.exe
+ msg Starting...
+ echo -e '[+] Starting...'
[+] Starting...
+ loading_screen
+ '[' 1 -eq 1 ']'
+ 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...'
++ timeout 2m sh -c 'until ps -C LeagueClientUx.exe -o pid=; do sleep 1; done | sed '\''s/[[:space:]]*//g'\'''
++ winepath -w '/home/psykher/.local/share/leagueoflegends/drive_c/Riot Games/Riot Client/RiotClientServices.exe'
000d:err:module:__wine_process_init L"C:\\windows\\system32\\winemenubuilder.exe" not found
000b:err:wineboot:process_run_key Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (126).
+ wine 'C:\Riot Games\Riot Client\RiotClientServices.exe' --launch-product=league_of_legends --launch-patchline=live
000d:err:module:__wine_process_init L"C:\\windows\\system32\\winemenubuilder.exe" not found
000b:err:wineboot:process_run_key Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (126).
0072:err:rpc:I_RpcGetBuffer no binding
+ uxpid=4692
+ '[' -z 4692 ']'
++ sed -n 's/.*--app-port=\([[:digit:]]*\).*/\1/p'
++ xargs -0
+ port=34101
+ '[' -z 34101 ']'
+ kill -STOP 4692
+ timeout 5m bash -c '
    until openssl s_client -connect :34101 <<< Q >/dev/null 2>&1; do
        sleep 1
    done'
MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

00f0:err:winediag:MIDIMAP_drvOpen No software synthesizer midi port found, Midi sound output probably won't work.
MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

+ kill -CONT 4692
MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

Output of vulkaninfo.

pastebin.com

Screenshots

image

psykher commented 2 years ago

I have realized the script is not using the /opt/wine-lol version, I had to tweak it a little bit and now it is working. ty