League of Legends cannot access the internet.

Questions about Wine on Linux
Locked
Characterhero
Newbie
Newbie
Posts: 4
Joined: Sat Apr 03, 2021 7:17 am

League of Legends cannot access the internet.

Post by Characterhero »

Pop_OS system !, wine 6.5 dev I follow the instructions: https://appdb.winehq.org/objectManager. ... &iId=39897.

Actually, the problem is that the main launcher cannot access the Internet, while I calmly log in at startup:

Here's what LeagueofLegends.desktop writes:

Code: Select all

01a4:fixme:winsock:server_ioctl_sock Unsupported ioctl 48000022 (device=4800 access=0 func=8 method=2)
01a4:fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (_WSAIOR(IOC_WS2, 34))

03bc:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
03bc:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
03bc:fixme:heap:RtlSetHeapInformation 00000000 1 00000000 0 stub
03bc:fixme:ntdll:EtwEventRegister ({d2d578d9-2936-45b6-a09f-30e32715f42d}, 11A5A840, 155F39B8, 15632808) stub.
0364:fixme:thread:QueryThreadCycleTime (0000014C,0746FDF8): stub!
03bc:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
0534:fixme:font:RemoveFontMemResourceEx (96B9A009) stub
Here is the log of the LeagueClientUx.log

Code: Select all

000000.261| ALWAYS| Initial dpiScale = 1.000000
000000.261| ALWAYS| Using cookie store at c:/Riot Games/League of Legends/Cookies
000000.262|   OKAY| Creating browser process.
000000.265| ALWAYS| App file system path is: c:\Riot Games\League of Legends\
000000.267| ALWAYS| Plugins file system path used : Plugins\.
000000.272| ALWAYS| CEF Version: 74.1.19+gb62bacf+chromium-74.0.3729.157
000000.272| ALWAYS| Trying to connect to app process, multiple attempts are normal.
000000.275|  ERROR| ClientWebSocketTransport: After SSL_connect SSL_get_error returned 5...
000000.275|  ERROR| ClientWebSocketTransport: SSL_ERROR_SYSCALL - The underlying BIO reported an I/O error.
000000.275|  ERROR| ClientWebSocketTransport: SSL_ERROR_SYSCALL - errno is 10054: Соединение закрыто удалённым узлом.
...

000028.064|   OKAY| ClientWebSocketTransport: Statistics at socket close:
000028.064|   OKAY| Reads - Count : 0   Total Bytes: 0   Average Bytes: 0
000028.064|   OKAY| Writes - Count : 0   Total Bytes: 0   Average Bytes: 0
000028.065|   OKAY| Retries: 0
000028.115|  ERROR| ClientWebSocketTransport: After SSL_connect SSL_get_error returned 5...
000028.115|  ERROR| ClientWebSocketTransport: SSL_ERROR_SYSCALL - The underlying BIO reported an I/O error.
000028.115|  ERROR| ClientWebSocketTransport: SSL_ERROR_SYSCALL - errno is 10054: Соединение закрыто удалённым узлом.

000028.115|   OKAY| ClientWebSocketTransport: Statistics at socket close:
000028.115|   OKAY| Reads - Count : 0   Total Bytes: 0   Average Bytes: 0
000028.115|   OKAY| Writes - Count : 0   Total Bytes: 0   Average Bytes: 0
000028.115|   OKAY| Retries: 0
000028.180| ALWAYS| Connected to app process after 549 attempts.
000028.902|  ERROR| ClientWebSocketTransport: SSL read failed because 5.
000028.903|   OKAY| ClientWebSocketTransport: Closing socket, see previous message for reason.
000028.903|   OKAY| ClientWebSocketTransport: Statistics at socket close:
000028.903|   OKAY| Reads - Count : 1   Total Bytes: 129   Average Bytes: 129
000028.903|   OKAY| Writes - Count : 2   Total Bytes: 319   Average Bytes: 159
000028.903|   OKAY| Retries: 0
000028.903|  ERROR| Fetching Region and Locale failed: Transport failed to send call request.
000028.903|   OKAY| Releasing browser process.
000028.903|   OKAY| Shutting down CEF.
000028.917|   OKAY| Exiting ux.
000028.919|   OKAY| Working Set Size: 163MiB Peak: 167MiB   Pagefile Usage: 140MiB Peak: 140MiB   Private Usage: 0MiB
000028.919|   OKAY| Paged Pool Usage: 0MiB Peak: 0MiB   Non-Paged Pool Usage: 0MiB Peak: 0MiB
000028.919|   OKAY| Committed Total: 281MiB   Committed Image: 183MiB   Committed Mapped: 18MiB   Committed Private: 80MiB   Reserved Total: 2335MiB   Reserved Image: 0MiB   Reserved Mapped: 0MiB   Reserved Private: 2335MiB   Free Total: 1479MiB   Limit: 4095MiB   Largest Free: 825MiB   Region Count: 817
000028.919|   OKAY| Page Fault Count: 0K
I even ran HextechRepairTool.msi He also cannot access the Internet. Despite the fact that the Internet is there, I launched internet explore 8 through wine and installed google chrome. There is internet there. I also installed Windbind on the system: winbind (2: 4.12.5 + dfsg-3ubuntu4.1)
Characterhero
Newbie
Newbie
Posts: 4
Joined: Sat Apr 03, 2021 7:17 am

Re: League of Legends cannot access the internet.

Post by Characterhero »

I partially managed to solve the problem. I was even able to launch the game launcher, but a black screen is displayed there (trying to connect to the server). The problem was related to dxvk and d3d11. If you do not put it, then these errors come out:

Code: Select all

d3d11:d3d11_device_CheckFormatSupport iface 001DC1D8, format 17, format_support 0032EE78 partial-stub!
0594:fixme:d3d_shader:print_glsl_info_log     0(24) : warning C7050: "vs_out[22]" might be used before being initialized
594:fixme:d3d_shader:print_glsl_info_log     0(24) : warning C7050: "vs_out[29]" might be used before being initialized
If you install dxvk and run it, the launcher will be black and you will not be able to enter the game. It is necessary to make d3d11 native and enter the game by clicking on the checkbox not to exit. It will work fine, but there will also be errors. Then you need to put d3d11 - built-in (Windows).
Characterhero
Newbie
Newbie
Posts: 4
Joined: Sat Apr 03, 2021 7:17 am

Re: League of Legends cannot access the internet.

Post by Characterhero »

There is already a bug report https://bugs.winehq.org/show_bug.cgi?id=50868
Locked