mmtrt / leagueoflegends

Unofficial league of legends snap repo
https://snapcraft.io/leagueoflegends
GNU Lesser General Public License v2.1
221 stars 27 forks source link

9.23 patch BugSplat error message #96

Closed ghost closed 1 month ago

ghost commented 4 years ago

League of Legends screen record with error; ...and one more link if the first will not work. In this video file all about the problem, as much as I may show. Error log after run league of legends from xterm. Lubuntu 18.10 cosmic x86_64 with Linux kernel 4.18.0-25-generic Anything additional information is needed?

$ snap list
Name                     Version          Rev   Tracking   Publisher     Notes
core                     16-2.42.1        8039  stable     canonical✓    core
core18                   20191030         1265  stable     canonical✓    base
gtk-common-themes        0.1-25-gcc83164  1353  stable     canonical✓    -
leagueoflegends          1.0              55    edge       mmtrt         devmode
wine-platform-4-staging  4.16             24    candidate  mmtrt         -
wine-platform-runtime    v1.0             56    beta       mmtrt         -
mmtrt commented 4 years ago

can you post info about your system?

I've just updated & tested game working fine here no such issues. Maybe try creating fresh wineprefix see #7 for HowTo.

Getta91 commented 4 years ago

Hi I had the same error with the same snaps as you. All i did was using a fresh wineprefix but with the candidate version of wine-platform-runtime. Try this one! 👍

ondrakubicek commented 4 years ago

Hi, same here... snap list

Name                     Version          Rev   Tracking   Publisher   Notes
core                     16-2.42.1        8039  stable     canonical✓  core
core18                   20191030         1265  stable     canonical✓  base
gtk-common-themes        0.1-25-gcc83164  1353  stable     canonical✓  -
hello-world              6.4              29    stable     canonical✓  -
leagueoflegends          1.0              55    edge       mmtrt       devmode
snapd                    2.42.1           5306  stable     canonical✓  snapd
wine-platform-4-staging  4.16             24    candidate  mmtrt       -
wine-platform-runtime    v1.0             58    candidate  mmtrt       -

wine-platform-runtime witth candidate version..

Bloodiko commented 4 years ago

so your game is actually running beyond the champ select on version 9.23 ? thats cool - many people on the league of linux reddit complain too, that their games not working, some with bugsplats , some without

ondrakubicek commented 4 years ago

nope, bunch of bugsplat popups, when i start the game so i have to kill the process..

mmtrt commented 4 years ago

so rito broke game again with preseason update and this needs new wine patch fixes.

ondrakubicek commented 4 years ago

https://bugs.winehq.org/attachment.cgi?id=65743&action=diff#a/dlls/ntdll/thread.c_sec1 by https://www.reddit.com/r/leagueoflinux/comments/dyvdse/did_the_new_preseason_patch_break_league/

ghost commented 4 years ago

can you post info about your system?

I've just updated & tested game working fine here no such issues. Maybe try creating fresh wineprefix see #7 for HowTo. CPU, mem, pci

Bloodiko commented 4 years ago

can you post info about your system? I've just updated & tested game working fine here no such issues. Maybe try creating fresh wineprefix see #7 for HowTo. CPU, mem, pci

your ptoblem may be that your wine is still set to windows XP - it should be windows 7 by now, as riot stoppped ysupporting windows xp, so try to set it to windows 7 manually (leagueoflegends.winecfg) and see if you are able to log in

Due to preseason patch the game is broken atm though - you wont be able to play, nor spectate - but you should at least be able to login into the client - then we wait for mmtrt to provide a patch for wine now

ghost commented 4 years ago

can you post info about your system?

I've just updated & tested game working fine here no such issues. Maybe try creating fresh wineprefix see #7 for HowTo.

I've done it now and got the same error. :<

can you post info about your system? I've just updated & tested game working fine here no such issues. Maybe try creating fresh wineprefix see #7 for HowTo. CPU, mem, pci

your ptoblem may be that your wine is still set to windows XP - it should be windows 7 by now, as riot stoppped ysupporting windows xp, so try to set it to windows 7 manually (leagueoflegends.winecfg) and see if you are able to log in

Due to preseason patch the game is broken atm though - you wont be able to play, nor spectate - but you should at least be able to login into the client - then we wait for mmtrt to provide a patch for wine now

The error has already appeared with prefix "win7", and after it I changed prefix to "winxp", and then this error has came again. :)

stuartfoxcroft commented 4 years ago

The reason for having the prefix version as winxp was to resolve initial bugsplat issues as an earlier patch for issues required winxp, additionally winxp support was dropped months ago but the game would still run fine, plus the reason for dropping winxp support was to allow updates to the CEF framework behind the client which launches the game, not the game window itself.

The same issue was also happening last PBE cycle (maybe could be an idea to preemptively test PBE versions in the future for less live downtime on such issues, idk?). Seems for now it's just a case of waiting for wine patches to be created and distributed to solve the issues :(

mmtrt commented 4 years ago

UPDATE

I've compiled wine with fixes and good news is that seems to work fine for now in AppImg and bad news in Snap game is still crashing after champion select. I'll push snap wine update to beta branch so further you guys could test it and again I also update league snap as well as I found weird winetricks bug with args which I reverted change that fixes install directx issue on preinstalled game.

More testing in the morning or later today as im tired and sleepy.

Getta91 commented 4 years ago

I will give it a try. Thanks

Ra-Ni commented 4 years ago

Same issue. I saw the following message though

LeagueClient.exe(00000034):   WARN|           rcp-be-lol-patch| Patcher: Error verifying game install: Error opening patch database: The database wasn't closed cleanly
LeagueClient.exe(000000AE):   WARN|           <unknown-plugin>| Patcher: Error opening existing database C:/Riot Games/League of Legends/Game.db: The database wasn't closed cleanly
LeagueClient.exe(000000AE):   WARN|           <unknown-plugin>| Patcher: Repair: Error rechunking file DATA/FINAL/Champions/Annie.wad.client: Invalid Wad file identifier
stuartfoxcroft commented 4 years ago

The bugsplat also occurs when entering the Champions tab of the Collection tab of the client. This suggests potentially an issue with incorrectly handling the database containing champion info, and possibly overflows or corruption of the database. Has anyone tried completely reinstalling LoL with the beta wine-platform-runtime?

Ra-Ni commented 4 years ago

The bugsplat also occurs when entering the Champions tab of the Collection tab of the client. This suggests potentially an issue with incorrectly handling the database containing champion info, and possibly overflows or corruption of the database. Has anyone tried completely reinstalling LoL with the beta wine-platform-runtime?

Yes I did and same issue as my previous comment

stuartfoxcroft commented 4 years ago

So, based on the very limited testing I've been able to do so far, the issue seems to arise wherever the database storing champions (and possibly also for skins) is being handled (i.e. champ select, collection tab, store) so that may be linked to the issue? I'll have a look through my bugsplat logs to see if anything else sticks out.

Getta91 commented 4 years ago

So, based on the very limited testing I've been able to do so far, the issue seems to arise wherever the database storing champions (and possibly also for skins) is being handled (i.e. champ select, collection tab, store) so that may be linked to the issue? I'll have a look through my bugsplat logs to see if anything else sticks out.

I can't even launch the client (getting a bugsplat) with the beta version of the wine snap. I used a fresh wineprefix and both windows XP and 7 versions. This issue is kind of weird. By the way the appimage works for the client but i am getting a bugsplat after champ select.

stuartfoxcroft commented 4 years ago

I get the fonts issue as well but am able to launch the client via the snap. Looking at the logs, something is triggering segmentation faults causing the client to enter a crash loop until the process is killed, but I can't quite tell what as of yet. Will keep looking.

mmtrt commented 4 years ago

@getta91 you need to install directx9 in appimg wineprefix.

Build server seems to be not uploading snap built so here is link for snap pkg

 https://launchpad.net/~mmtrt/+snap/wine-platform-4-staging/+build/740402/+files/wine-platform-4-staging_4.16_amd64.snap

Download it then install with this command where that snap pkg is located.

sudo snap install wine-platform-4-staging_4.16_amd64.snap --dangerous

Getta91 commented 4 years ago

@mmtrt ty I am testing . Do you guys need a log file?

ERROR: blotemmanuel@HP-ProBook-6460b:~/Téléchargements$ sudo snap install wine-platform-4-staging_4.16_amd64.snap --dangerous Warning: /snap/bin was not found in your $PATH. If you've not restarted your session since you installed snapd, try doing that. Please see https://forum.snapcraft.io/t/9469 for more details.

wine-platform-4-staging 4.16 installed

stuartfoxcroft commented 4 years ago

Having done some more testing of the client, I believe the issue to be regarding the database containing which champions are owned by the player. I believe this due to the nature of the bugsplats occurring during champion select, when viewing the player's collection of champions, and when selecting "show owned" in the champions tab of the store. As of yet I am unsure as to why this is causing bugsplats, but the bugsplats are repeatable. One upon first launching the client, and then a second that causes a crash loop upon any one of the 3 activities I outlined above.

stuartfoxcroft commented 4 years ago

Open question, is it possible that the champion database is too large to be opened under a winxp environment? I believe a while back there was a patch that adjusted how much memory could be used, and it might have something to do with the fact that the UXRenderer crashes due to segmentation faults...

gus-araujo commented 4 years ago

Tested the training mode and i works, so I think the problem isn't champions database. But when I try to change runes it crashes and reopen client in training lobby

Getta91 commented 4 years ago

@mmtrt file:///snap/bin/leagueoflegends file:///snap/bin/leagueoflegends.wineboot file:///snap/bin/leagueoflegends.winecfg file:///snap/bin/leagueoflegends.wineserver file:///snap/bin/leagueoflegends.winetricks file:///snap/bin/spotify those are the only files in /snap/bin

mmtrt commented 4 years ago

@getta91 that's just warning try to game.

Getta91 commented 4 years ago

Fixed I did this:

snap connect leagueoflegends:wine-4-staging wine-platform-4-staging

Edit: Still getting the bugsplat

0051:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0. LeagueClient.exe(00000009): ALWAYS| Application Version:9.23.298.3143 - CL:2983143 - Build Date:Nov 18 2019 - Build Time:16:50:09 LeagueClient.exe(00000009): ALWAYS| Generating new machine id LeagueClient.exe(00000009): ALWAYS| Direct Launch enabled for league_of_legends.live in environment 'live' for app path 'C:\Riot Games\League of Legends\LeagueClient.exe' and install dir 'C:\Riot Games\League of Legends' LeagueClient.exe(00000009): ALWAYS| The following message is prepared to be sent to dradis: Event Name: riotrclientdirect_launch common.os_platform: Windows common.application_name: LeagueClient common.application_version: 9.23.298.3143 common.cef_version: 74.1.19+gb62bacf+chromium-74.0.3729.157 common.installation_id: QSR0pA== common.locale: en_GB common.os_version_major: 7 common.machine_id: ZUqu9TJvwkqHvu+9pDgmHg== common.os_edition: Ultimate N, x64 common.os_version_minor: Service Pack 1 common.region: EUW common.session_id: 4d46eb01-8cfc-5641-a224-3abdd4a09dd1 patchline_id: live total_duration_secs: 0.000800 current_app_path: C:\Riot Games\League of Legends\LeagueClient.exe install_path: C:\Riot Games\League of Legends product_id: league_of_legends riotclient_environment: live uninstalling: false total_launches: 12 seq_launches: 2 total_install_attempts: 3 seq_install_attempts: 0 install_settings: {"aux-environment":"live","installer-decrypt-key":"ZuV40vGHTGYoUCpx","installer-filename":"rc-win.enc","seq-install-attempts":0,"seq-success-count":2,"success-count":12,"total-install-attempts":3,"uninstaller-repaired":true,"upgrade-ready":false} recovery_total: 0 recovery_successes: 0 recovery_failures: 0 result: failed last_platform_error: 2 failure_code: 103 failure_name: InstallsFileNotExist failure_description: No Riot Client installs available: C:/ProgramData/Riot Games/RiotClientInstalls.json does not exist critical_failure: false LeagueClient.exe(00000009): ALWAYS| Queued Dradis event to be sent. LeagueClient.exe(00000009): ALWAYS| Running LeagueClient version 9.23.298.3143 LeagueClient.exe(0000002F): ALWAYS| Tracing worker thread running. LeagueClient.exe(0000002F): ALWAYS| Keeping up to 10 tracing logs. LeagueClient.exe(0000002F): ALWAYS| Tracing CompactJsonWriter at C:/Riot Games/League of Legends/Logs/LeagueClient Logs/2019-11-20T22-01-02_8_LeagueClient-tracing.json LeagueClient.exe(00000009): ALWAYS| Phase Begin - Init LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Loaded plugin manifest file plugin-manifest.json. LeagueClient.exe(00000009): ALWAYS| Begin Launch Ux Process LeagueClient.exe(00000009): ALWAYS| End Launch Ux Process LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Mounted all WadFiles in 258.088 milliseconds. LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Loaded all plugins in 2780.307 milliseconds. All warming in 0.000 milliseconds. All loading in 2050.833 milliseconds. LeagueClient.exe(00000009): ALWAYS| Phase Begin - Initializing plugins LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-client-config: 1.6.1 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-rso-auth: 1.8.24 LeagueClient.exe(00000046): ALWAYS| rcp-be-lol-rso-auth| RSOClient::SetRSOConfig url: https://auth.riotgames.com/token, clientId: lol, scopes: openid offline_access lol ban profile email phone birthdate LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-patch: 1.5.96 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-patcher: 1.20.35 LeagueClient.exe(00000046): ALWAYS| rcp-be-lol-rso-auth| rso-auth: OpenID configuration fetch succeeded after 1 tries LeagueClient.exe(00000043): ALWAYS| rcp-be-client-config| Updated public config for LeagueClient with 61 entries LeagueClient.exe(00000009): ALWAYS| The following message is prepared to be sent to dradis: Event Name: riotrclientradspatcher_operation common.application_name: LeagueClient common.client_id: lol common.application_version: 9.23.298.3143 common.cef_version: 74.1.19+gb62bacf+chromium-74.0.3729.157 common.installation_id: QSR0pA== common.locale: en_GB common.os_version_major: 7 common.machine_id: ZUqu9TJvwkqHvu+9pDgmHg== common.os_edition: Ultimate N, x64 common.os_platform: Windows common.os_version_minor: Service Pack 1 common.region: EUW common.session_id: 4d46eb01-8cfc-5641-a224-3abdd4a09dd1 initial_check: true cdn: akamai last_host_ip: 23.200.87.12 success: success operation_type: check patchline: live-euw-win patcher: chunking version: 69 published_at: 2019-11-20T06:04:53.529000 url: https://lol.secure.dyn.riotcdn.net/channels/public/live-euw-win.json LeagueClient.exe(00000009): ALWAYS| Queued Dradis event to be sent. LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-login: 1.6.15 LeagueClient.exe(00000047): ALWAYS| rcp-be-lol-login| Initialize complete: Login mode is Legacy LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-platform-config: 1.1.10 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-riot-messaging-service: 1.3.12 LeagueClient.exe(00000035): ALWAYS| rcp-be-riot-messaging-service| External Connection State: 0 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-player-preferences: 1.0.31 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-game-settings: 1.1.21 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-league-session: 1.0.0 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-summoner: 2.6.2 LeagueClient.exe(00000036): ALWAYS| rcp-be-lol-summoner| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(00000036): ALWAYS| rcp-be-lol-summoner| LeagueEdgeClientEnabled not ready ( EnabledConfig EnabledServicesConfig TrafficBalanceRateConfig ServiceName IsLoggedIn ) LeagueClient.exe(00000036): ALWAYS| rcp-be-lol-summoner| LeagueEdgeClientEnabled not ready ( EnabledConfig EnabledServicesConfig TrafficBalanceRateConfig ServiceName IsLoggedIn ) LeagueClient.exe(00000036): ALWAYS| rcp-be-lol-summoner| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(00000036): ALWAYS| rcp-be-lol-summoner| LeagueSessionEnabled not ready ( LeagueSessionEnabledConfig LeagueSessionServiceEnabledConfig ServiceName ) LeagueClient.exe(00000036): ALWAYS| rcp-be-lol-summoner| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(00000036): ALWAYS| rcp-be-lol-summoner| LeagueEdgeClient URL: https://euw.ledge.leagueoflegends.com LeagueClient.exe(00000036): ALWAYS| rcp-be-lol-summoner| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-settings: 1.0.50 LeagueClient.exe(00000009): ALWAYS| The following message is prepared to be sent to dradis: Event Name: riotrclientlcupreferencesevent common.application_name: LeagueClient common.client_id: lol common.application_version: 9.23.298.3143 common.cef_version: 74.1.19+gb62bacf+chromium-74.0.3729.157 common.installation_id: QSR0pA== common.locale: en_GB common.os_version_major: 7 common.machine_id: ZUqu9TJvwkqHvu+9pDgmHg== common.os_edition: Ultimate N, x64 common.os_platform: Windows common.os_version_minor: Service Pack 1 common.region: EUW common.session_id: 4d46eb01-8cfc-5641-a224-3abdd4a09dd1 event_name: load_lcu_preferences_succeeded_local LeagueClient.exe(00000009): ALWAYS| Queued Dradis event to be sent. LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-game-queues: 1.3.24 LeagueClient.exe(00000032): WARN| rcp-be-lol-game-queues| Queues configuration is not available yet: (Game Type Configs) (Platform Enabled Queues) LeagueClient.exe(00000032): WARN| rcp-be-lol-game-queues| Custom configuration is not available yet: (Game Type Configs) (Custom Game Type Configs) (Customs Enabled) (Maps) (Modes) (Mutators) LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-maps: 1.3.9 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-gameflow: 1.20.49 LeagueClient.exe(0000003E): ALWAYS| rcp-be-lol-gameflow| Gameflow: entering state 'Gameflow' LeagueClient.exe(0000003E): ALWAYS| rcp-be-lol-gameflow| Gameflow: entering state 'None' LeagueClient.exe(0000003E): ALWAYS| rcp-be-lol-gameflow| Resetting gameflow session resource LeagueClient.exe(0000003E): ALWAYS| rcp-be-lol-gameflow| Exiting game flow LeagueClient.exe(0000003E): ALWAYS| rcp-be-lol-gameflow| Game flow is already inactive. LeagueClient.exe(0000003E): ALWAYS| rcp-be-lol-gameflow| Patcher unlocked LeagueClient.exe(0000003E): WARN| rcp-be-lol-game-queues| Queues configuration is not available yet: (Game Type Configs) (Platform Enabled Queues) LeagueClient.exe(0000003E): WARN| rcp-be-lol-game-queues| Custom configuration is not available yet: (Game Type Configs) (Custom Game Type Configs) (Customs Enabled) (Maps) (Modes) (Mutators) LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-player-notifications: 1.1.6 LeagueClient.exe(0000003B): ALWAYS| rcp-be-player-notifications| PlayerNotificationsPlugin::Initialize: configuring and initializing the plugin... LeagueClient.exe(0000003B): ALWAYS| rcp-be-player-notifications| PlayerNotificationsPlugin::StartExpirationChecker: checking every 15 seconds. LeagueClient.exe(0000003B): ALWAYS| rcp-be-player-notifications| PlayerNotificationsPlugin::Initialize: initialization complete. LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-loyalty: 1.0.26 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-store: 1.3.7 LeagueClient.exe(00000047): ALWAYS| rcp-be-lol-store| StorePlugin not ready ( LoggedIn StoreEndpoint Region Headers ) LeagueClient.exe(00000047): ALWAYS| rcp-be-lol-store| StorePlugin not ready LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-inventory: 1.4.17 LeagueClient.exe(0000004B): ALWAYS| rcp-be-lol-inventory| Inventory configuration: ( AccountId AuthHeaders InventoryServiceUrl PUUID Enabled LoggedIn ) LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-lobby-team-builder: 1.9.50 LeagueClient.exe(00000035): ALWAYS| rcp-be-lol-lobby-team-builder| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(00000035): ALWAYS| rcp-be-lol-lobby-team-builder| LeagueEdgeClientEnabled not ready ( EnabledConfig EnabledServicesConfig TrafficBalanceRateConfig ServiceName IsLoggedIn ) LeagueClient.exe(00000035): ALWAYS| rcp-be-lol-lobby-team-builder| LeagueEdgeClientEnabled not ready ( EnabledConfig EnabledServicesConfig TrafficBalanceRateConfig ServiceName IsLoggedIn ) LeagueClient.exe(00000035): ALWAYS| rcp-be-lol-lobby-team-builder| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(00000035): ALWAYS| rcp-be-lol-lobby-team-builder| LeagueSessionEnabled not ready ( LeagueSessionEnabledConfig LeagueSessionServiceEnabledConfig ServiceName ) LeagueClient.exe(00000035): ALWAYS| rcp-be-lol-lobby-team-builder| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(00000035): ALWAYS| rcp-be-lol-lobby-team-builder| LeagueEdgeClient URL: https://euw.ledge.leagueoflegends.com LeagueClient.exe(00000035): ALWAYS| rcp-be-lol-lobby-team-builder| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-champions: 1.4.0 LeagueClient.exe(00000043): ALWAYS| rcp-be-lol-champions| LoyaltyStatusNotification is updated without login. LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-champ-select-legacy: 1.8.4 LeagueClient.exe(00000036): ALWAYS| rcp-be-lol-champ-select-legacy| lol-champ-select-legacy: ChampSelect: entering state 'ChampSelect' LeagueClient.exe(00000036): ALWAYS| rcp-be-lol-champ-select-legacy| lol-champ-select-legacy: ChampSelect: entering state 'NotSelecting' LeagueClient.exe(00000036): ALWAYS| rcp-be-lol-champ-select-legacy| lol-champ-select-legacy: ChampSelect: entering state 'NoSelections' LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-champ-select: 1.9.8 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-acs: 1.2.21 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-end-of-game: 1.8.15 LeagueClient.exe(0000003C): ALWAYS| rcp-be-lol-end-of-game| Entering state 'EoG_Flow' LeagueClient.exe(0000003C): ALWAYS| rcp-be-lol-end-of-game| Entering state 'BeforeEndOfGame' LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-collections: 1.10.11 LeagueClient.exe(00000041): ALWAYS| rcp-be-lol-inventory| Inventory configuration: ( AccountId AuthHeaders InventoryServiceUrl PUUID Enabled LoggedIn ) LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-pre-end-of-game: 1.0.9 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-ranked: 1.0.122 LeagueClient.exe(0000003B): ALWAYS| rcp-be-lol-ranked| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(0000003B): ALWAYS| rcp-be-lol-ranked| LeagueEdgeClientEnabled not ready ( EnabledConfig EnabledServicesConfig TrafficBalanceRateConfig ServiceName IsLoggedIn ) LeagueClient.exe(0000003B): ALWAYS| rcp-be-lol-ranked| LeagueEdgeClientEnabled not ready ( EnabledConfig EnabledServicesConfig TrafficBalanceRateConfig ServiceName IsLoggedIn ) LeagueClient.exe(0000003B): ALWAYS| rcp-be-lol-ranked| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(0000003B): ALWAYS| rcp-be-lol-ranked| LeagueEdgeClient is using RSO headers LeagueClient.exe(0000003B): WARN| rcp-be-lol-ranked| LeagueEdgeClient ignoring empty access token, this may mask connectivity errors in the future. LeagueClient.exe(0000003B): ALWAYS| rcp-be-lol-ranked| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(0000003B): ALWAYS| rcp-be-lol-ranked| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(0000003B): ALWAYS| rcp-be-lol-ranked| LeagueEdgeClient URL: https://euw.ledge.leagueoflegends.com LeagueClient.exe(0000003B): ALWAYS| rcp-be-lol-ranked| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-spectator: 1.0.22 LeagueClient.exe(00000049): ALWAYS| rcp-be-lol-spectator| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(00000049): ALWAYS| rcp-be-lol-spectator| LeagueEdgeClientEnabled not ready ( EnabledConfig EnabledServicesConfig TrafficBalanceRateConfig ServiceName IsLoggedIn ) LeagueClient.exe(00000049): ALWAYS| rcp-be-lol-spectator| LeagueEdgeClientEnabled not ready ( EnabledConfig EnabledServicesConfig TrafficBalanceRateConfig ServiceName IsLoggedIn ) LeagueClient.exe(00000049): ALWAYS| rcp-be-lol-spectator| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(00000049): ALWAYS| rcp-be-lol-spectator| LeagueEdgeClient is using RSO headers LeagueClient.exe(00000049): WARN| rcp-be-lol-spectator| LeagueEdgeClient ignoring empty access token, this may mask connectivity errors in the future. LeagueClient.exe(00000049): ALWAYS| rcp-be-lol-spectator| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(00000049): ALWAYS| rcp-be-lol-spectator| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(00000049): ALWAYS| rcp-be-lol-spectator| LeagueEdgeClient URL: https://euw.ledge.leagueoflegends.com LeagueClient.exe(00000049): ALWAYS| rcp-be-lol-spectator| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-sanitizer: 1.3.26 LeagueClient.exe(00000044): ALWAYS| rcp-be-sanitizer| SanitizerPlugin::Initialize: configuring and initializing the plugin... LeagueClient.exe(00000044): ALWAYS| rcp-be-sanitizer| Configure: region=EUW, locale=en_GB, adhocIncludes.size=0, adhocExcludes.size=0, adhocWhitelist.size=0, whitelistEnabled=true LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/0.filter.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/0.filter.category.riot.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/0.filter.country.gb.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/0.filter.language.en.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/0.filter.region.euw.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/1.filter.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/1.filter.country.gb.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/1.filter.language.en.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/1.filter.region.euw.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/2.filter.category.riot.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/2.filter.country.gb.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/2.filter.language.en.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/2.filter.region.euw.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/3.filter.category.riot.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/3.filter.country.gb.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/3.filter.language.en.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/3.filter.region.euw.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/0.unfilter.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/0.unfilter.category.riot.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/0.unfilter.country.gb.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/0.unfilter.language.en.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/0.unfilter.region.euw.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/1.unfilter.category.riot.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/1.unfilter.country.gb.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/1.unfilter.region.euw.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/2.unfilter.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/2.unfilter.category.riot.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/2.unfilter.country.gb.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/2.unfilter.language.en.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/2.unfilter.region.euw.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/3.unfilter.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/3.unfilter.category.riot.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/3.unfilter.country.gb.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/3.unfilter.language.en.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/3.unfilter.region.euw.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/0.whitelist.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/0.whitelist.category.riot.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/0.whitelist.country.gb.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/0.whitelist.language.en.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/0.whitelist.region.euw.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/1.whitelist.category.riot.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/1.whitelist.country.gb.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/1.whitelist.language.en.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/1.whitelist.region.euw.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/2.whitelist.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/2.whitelist.category.riot.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/2.whitelist.country.gb.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/2.whitelist.language.en.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/2.whitelist.region.euw.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/3.whitelist.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/3.whitelist.category.riot.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/3.whitelist.country.gb.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/3.whitelist.language.en.csv LeagueClient.exe(00000044): ERROR| Plugin Manager| Failed to serve /sanitizer/assets/3.whitelist.region.euw.csv LeagueClient.exe(00000044): ALWAYS| rcp-be-sanitizer| Initialize: initialization complete. LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-chat: 1.6.4 LeagueClient.exe(0000004D): ALWAYS| rcp-be-lol-chat| External Connection State: 0 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-entitlements: 0.0.28 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-matchmaking: 1.5.16 LeagueClient.exe(00000049): ALWAYS| rcp-be-lol-matchmaking| Matchmaking: entering state 'Matchmaking' LeagueClient.exe(00000049): ALWAYS| rcp-be-lol-matchmaking| Matchmaking: entering state 'Available' LeagueClient.exe(00000049): WARN| rcp-be-lol-game-queues| Queues configuration is not available yet: (Game Type Configs) (Platform Enabled Queues) LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-kr-shutdown-law: 1.1.3 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-queue-eligibility: 1.2.21 LeagueClient.exe(0000004B): WARN| rcp-be-lol-game-queues| Queues configuration is not available yet: (Game Type Configs) (Platform Enabled Queues) LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-lobby: 1.22.38 LeagueClient.exe(00000037): ALWAYS| rcp-be-lol-lobby| LobbyFlow: entering state 'LobbyFlow' LeagueClient.exe(00000037): ALWAYS| rcp-be-lol-lobby| LobbyFlow: entering state 'OutOfLobby' LeagueClient.exe(00000037): ALWAYS| rcp-be-lol-lobby| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(00000037): ALWAYS| rcp-be-lol-lobby| LeagueEdgeClientEnabled not ready ( EnabledConfig EnabledServicesConfig TrafficBalanceRateConfig ServiceName IsLoggedIn ) LeagueClient.exe(00000037): ALWAYS| rcp-be-lol-lobby| LeagueEdgeClientEnabled not ready ( EnabledConfig EnabledServicesConfig TrafficBalanceRateConfig ServiceName IsLoggedIn ) LeagueClient.exe(00000037): ALWAYS| rcp-be-lol-lobby| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(00000037): ALWAYS| rcp-be-lol-lobby| LeagueSessionEnabled not ready ( LeagueSessionEnabledConfig LeagueSessionServiceEnabledConfig ServiceName ) LeagueClient.exe(00000037): ALWAYS| rcp-be-lol-lobby| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(00000037): ALWAYS| rcp-be-lol-lobby| LeagueEdgeClient URL: https://euw.ledge.leagueoflegends.com LeagueClient.exe(00000037): ALWAYS| rcp-be-lol-lobby| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(00000037): WARN| rcp-be-lol-lobby| Can't check registration status, not connected LeagueClient.exe(00000037): WARN| rcp-be-lol-game-queues| Custom configuration is not available yet: (Game Type Configs) (Custom Game Type Configs) (Customs Enabled) (Maps) (Modes) (Mutators) LeagueClient.exe(00000037): WARN| rcp-be-lol-game-queues| Queues configuration is not available yet: (Game Type Configs) (Platform Enabled Queues) LeagueClient.exe(00000037): ALWAYS| rcp-be-lol-inventory| Inventory configuration: ( AccountId AuthHeaders InventoryServiceUrl PUUID Enabled LoggedIn ) LeagueClient.exe(00000037): ALWAYS| rcp-be-lol-inventory| Inventory configuration: ( AccountId AuthHeaders InventoryServiceUrl PUUID Enabled LoggedIn ) LeagueClient.exe(00000037): WARN| rcp-be-lol-lobby| Can't check registration status, not connected LeagueClient.exe(00000037): ALWAYS| rcp-be-lol-inventory| Inventory configuration: ( AccountId AuthHeaders InventoryServiceUrl PUUID Enabled LoggedIn ) LeagueClient.exe(00000037): ALWAYS| rcp-be-lol-inventory| Inventory configuration: ( AccountId AuthHeaders InventoryServiceUrl PUUID Enabled LoggedIn ) LeagueClient.exe(00000037): ALWAYS| rcp-be-lol-inventory| Inventory configuration: ( AccountId AuthHeaders InventoryServiceUrl PUUID Enabled LoggedIn ) LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-loadouts: 5.1.1 LeagueClient.exe(00000034): ALWAYS| rcp-be-lol-loadouts| LoadoutsPlugin not ready ( Enabled PUUID ServiceURL Headers ) LeagueClient.exe(00000034): ALWAYS| rcp-be-lol-loadouts| LoadoutsPlugin not ready LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-missions: 1.1.85 LeagueClient.exe(00000032): ALWAYS| rcp-be-lol-missions| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(00000032): ALWAYS| rcp-be-lol-missions| LeagueEdgeClie0067:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0. ntEnabled not ready ( EnabledConfig EnabledServicesConfig TrafficBalanceRateConfig ServiceName IsLoggedIn ) LeagueClient.exe(00000032): ALWAYS| rcp-be-lol-missions| LeagueEdgeClientEnabled not ready ( EnabledConfig EnabledServicesConfig TrafficBalanceRateConfig ServiceName IsLoggedIn ) LeagueClient.exe(00000032): ALWAYS| rcp-be-lol-missions| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(00000032): ALWAYS| rcp-be-lol-missions| LeagueSessionEnabled not ready ( LeagueSessionEnabledConfig LeagueSessionServiceEnabledConfig ServiceName ) LeagueClient.exe(00000032): ALWAYS| rcp-be-lol-missions| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(00000032): ALWAYS| rcp-be-lol-missions| LeagueEdgeClient URL: https://euw.ledge.leagueoflegends.com LeagueClient.exe(00000032): ALWAYS| rcp-be-lol-missions| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-honor-v2: 1.0.96 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-catalog: 2.1.2 LeagueClient.exe(00000031): ALWAYS| rcp-be-lol-inventory| Inventory configuration: ( AccountId AuthHeaders InventoryServiceUrl PUUID Enabled LoggedIn ) LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-clash: 1.5.259 LeagueClient.exe(0000003D): ALWAYS| rcp-be-lol-inventory| Inventory configuration: ( AccountId AuthHeaders InventoryServiceUrl PUUID Enabled LoggedIn ) LeagueClient.exe(0000003D): ALWAYS| rcp-be-lol-inventory| Inventory configuration: ( AccountId AuthHeaders InventoryServiceUrl PUUID Enabled LoggedIn ) LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-match-history: 1.1.42 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-gcloud-voice-chat: 0.15.11 LeagueClient.exe(0000004A): ERROR| rcp-be-gcloud-voice-chat| JWT to GVT URI was empty. LeagueClient.exe(0000004A): ALWAYS| rcp-be-gcloud-voice-chat| Voice service configured to use a different provider; will not initialize. LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-clubs: 1.0.63 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-geoinfo: 1.0.5 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-kr-playtime-reminder: 1.0.19 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-voice-chat: 1.11.7 LeagueClient.exe(00000039): ALWAYS| rcp-be-voice-chat| Attempting to initialize voice chat service... LeagueClient.exe(00000038): ALWAYS| rcp-be-lol-champions| Ignored Champion Notify. LeagueClient.exe(00000039): ALWAYS| rcp-be-voice-chat| voice-chat: Successfully initialized voice service SDK LeagueClient.exe(00000086): ALWAYS| | voice-chat| Device update notification thread is running LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-client-config-dep-injector: 1.0.0 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-account-verification: 1.0.8 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-active-boosts: 1.0.21 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-banners: 1.1.3 LeagueClient.exe(00000042): ERROR| rcp-be-lol-loadouts| Loadouts not enabled LeagueClient.exe(00000042): ALWAYS| rcp-be-lol-loadouts| LoadoutsPlugin not ready ( Enabled PUUID ServiceURL Headers ) LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-career-stats: 1.1.4 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-clubs-public: 1.0.32 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-content-targeting: 1.0.22 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-cosmetics: 1.0.0 LeagueClient.exe(00000035): ALWAYS| rcp-be-lol-cosmetics| InventoryClient not ready ( InventoryReady InventoryData ) LeagueClient.exe(00000035): ALWAYS| rcp-be-lol-inventory| Inventory configuration: ( AccountId AuthHeaders InventoryServiceUrl PUUID Enabled LoggedIn ) LeagueClient.exe(00000035): ALWAYS| rcp-be-lol-inventory| Inventory configuration: ( AccountId AuthHeaders InventoryServiceUrl PUUID Enabled LoggedIn ) LeagueClient.exe(00000035): ALWAYS| rcp-be-lol-inventory| Inventory configuration: ( AccountId AuthHeaders InventoryServiceUrl PUUID Enabled LoggedIn ) LeagueClient.exe(00000035): ALWAYS| rcp-be-lol-cosmetics| LoadoutsClient not ready ( LoadoutsReady ) LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-disambiguation: 0.0.1 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-discord-rp: 1.0.7 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-email-verification: 0.0.10 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-esport-stream-notifications: 1.0.39 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-featured-modes: 1.0.20 LeagueClient.exe(00000038): WARN| rcp-be-lol-game-queues| Queues configuration is not available yet: (Game Type Configs) (Platform Enabled Queues) LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-game-client-chat: 1.0.25 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-gamhs: 1.0.0 LeagueClient.exe(0000003C): ALWAYS| rcp-be-lol-gamhs| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(0000003C): ALWAYS| rcp-be-lol-gamhs| LeagueEdgeClientEnabled not ready ( EnabledConfig EnabledServicesConfig TrafficBalanceRateConfig ServiceName IsLoggedIn ) LeagueClient.exe(0000003C): ALWAYS| rcp-be-lol-gamhs| LeagueEdgeClientEnabled not ready ( EnabledConfig EnabledServicesConfig TrafficBalanceRateConfig ServiceName IsLoggedIn ) LeagueClient.exe(0000003C): ALWAYS| rcp-be-lol-gamhs| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(0000003C): ALWAYS| rcp-be-lol-gamhs| LeagueEdgeClient is using RSO headers LeagueClient.exe(0000003C): WARN| rcp-be-lol-gamhs| LeagueEdgeClient ignoring empty access token, this may mask connectivity errors in the future. LeagueClient.exe(0000003C): ALWAYS| rcp-be-lol-gamhs| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(0000003C): ALWAYS| rcp-be-lol-gamhs| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(0000003C): ALWAYS| rcp-be-lol-gamhs| LeagueEdgeClient URL: https://euw.ledge.leagueoflegends.com LeagueClient.exe(0000003C): ALWAYS| rcp-be-lol-gamhs| LeagueEdgeClient not ready ( IsInitialized LeagueEdgeClientEnabled ) LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-heartbeat: 1.0.23 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-highlights: 1.0.15 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-item-sets: 1.1.13 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-kickout: 1.0.16 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-leaver-buster: 1.0.21 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-license-agreement: 1.3.27 LeagueClient.exe(00000042): ERROR| Plugin Manager| Failed to serve /lol-license-agreement/assets/eula.txt LeagueClient.exe(00000042): ERROR| rcp-be-lol-license-agreement| Failed to open Eula license agreement file by GETting '/lol-license-agreement/assets/eula.txt': Error response for GET /lol-license-agreement/assets/eula.txt: Failed to serve /lol-license-agreement/assets/eula.txt LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-loot: 1.9.9 LeagueClient.exe(00000085): ALWAYS| | voice-chat: Voice chat connector successfully created, service SDK version '4.9.0002.31944' LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-mode-progression: 1.0.4 LeagueClient.exe(0000004B): ERROR| rcp-be-lol-loadouts| Loadouts not enabled LeagueClient.exe(0000004B): ALWAYS| rcp-be-lol-loadouts| LoadoutsPlugin not ready ( Enabled PUUID ServiceURL Headers ) LeagueClient.exe(0000004B): ALWAYS| rcp-be-lol-inventory| Inventory configuration: ( AccountId AuthHeaders InventoryServiceUrl PUUID Enabled LoggedIn ) LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-npe-rewards: 1.0.7 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-npe-tutorial-path: 1.0.39 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-perks: 1.3.43 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-personalized-offers: 1.3.9 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-pft: 1.0.28 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-player-behavior: 1.0.41 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-player-level-up: 1.2.22 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-player-messaging: 1.0.12 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-premade-voice: 0.10.9 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-purchase-widget: 1.6.7 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-recommendations: 1.2.7 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-regalia: 2.13.9 LeagueClient.exe(0000003D): ERROR| rcp-be-lol-loadouts| Loadouts not enabled LeagueClient.exe(0000003D): ALWAYS| rcp-be-lol-loadouts| LoadoutsPlugin not ready ( Enabled PUUID ServiceURL Headers ) LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-replays: 1.1.9 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-revivals: 1.0.0 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-riot-messaging-service: 2.0.12 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-riotclient-upgrader: 1.0.5 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-service-status: 1.1.10 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-shutdown: 1.0.22 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-simple-dialog-messages: 1.0.17 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-statstones: 1.0.37 LeagueClient.exe(00000035): ALWAYS| rcp-be-lol-inventory| Inventory configuration: ( AccountId AuthHeaders InventoryServiceUrl PUUID Enabled LoggedIn ) LeagueClient.exe(00000035): ALWAYS| rcp-be-lol-inventory| Inventory configuration: ( AccountId AuthHeaders InventoryServiceUrl PUUID Enabled LoggedIn ) LeagueClient.exe(00000035): ALWAYS| rcp-be-lol-inventory| Inventory configuration: ( AccountId AuthHeaders InventoryServiceUrl PUUID Enabled LoggedIn ) LeagueClient.exe(00000035): ALWAYS| rcp-be-lol-statstones| InventoryClient not ready ( InventoryReady StatstoneData ChampionData ) LeagueClient.exe(00000035): ALWAYS| rcp-be-lol-statstones| LoadoutsClient not ready ( LoadoutsReady ) LeagueClient.exe(00000035): ALWAYS| rcp-be-lol-statstones| UpdateInventoryToken not ready ( StatStonesEnabled IsConnected Summoner Puuid ServiceUrl StatStonesEnabled Summoner Puuid AccessToken InventoryReady StatstoneData ChampionData StatstoneData ChampionData ) LeagueClient.exe(00000035): ALWAYS| rcp-be-lol-statstones| UpdateInventoryToken not ready ( StatStonesEnabled IsConnected Summoner Puuid ServiceUrl StatStonesEnabled Summoner Puuid AccessToken InventoryReady StatstoneData ChampionData StatstoneData ChampionData ) LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-suggested-players: 1.1.5 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-tencent-antiaddiction: 1.0.4 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-tencent-qt: 1.0.20 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-trophies: 1.0.4 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-user-experience: 1.0.26 LeagueClient.exe(00000039): ALWAYS| rcp-be-voice-chat| Voice provider initialized, updating devices. LeagueClient.exe(0000003E): ALWAYS| rcp-be-lol-user-experience| Unload ux in game set to: true LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-worlds-token-card: 0.3.11 LeagueClient.exe(00000039): ALWAYS| rcp-be-voice-chat| The EFFECTIVE render device is 'Pulseaudio' LeagueClient.exe(00000039): ALWAYS| rcp-be-voice-chat| The DEFAULT render device is 'Pulseaudio' LeagueClient.exe(00000039): ALWAYS| rcp-be-voice-chat| The CURRENT render device is 'Default System Device' LeagueClient.exe(00000039): ALWAYS| rcp-be-voice-chat| Updating the current render device to 'Default System Device' LeagueClient.exe(00000039): ALWAYS| rcp-be-voice-chat| The EFFECTIVE capture device is 'Pulseaudio' LeagueClient.exe(00000039): ALWAYS| rcp-be-voice-chat| The DEFAULT capture device is 'Pulseaudio' LeagueClient.exe(00000039): ALWAYS| rcp-be-voice-chat| The CURRENT capture device is 'Default System Device' LeagueClient.exe(00000039): ALWAYS| rcp-be-voice-chat| Updating the current capture device to 'Default System Device' LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-network-testing: 1.1.5 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-payments: 1.0.3 LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-recofriender: 1.7.9 LeagueClient.exe(0000004A): ALWAYS| rcp-be-recofriender| configuring and initializing the plugin... LeagueClient.exe(0000004A): ALWAYS| rcp-be-recofriender| initialization complete. LeagueClient.exe(00000009): ALWAYS| Phase End - Initializing plugins - duration was 4366.27ms LeagueClient.exe(00000034): ALWAYS| rcp-be-lol-rso-auth| Client is configured. RSO Proxy: true LeagueClient.exe(0000004D): ALWAYS| rcp-be-lol-chat| Configured to proxy to external client: no LeagueClient.exe(0000004D): ALWAYS| rcp-be-lol-chat| Using legacy plugin implementation! LeagueClient.exe(0000004D): ALWAYS| rcp-be-lol-chat| entering connection state 'Connector_Flow' LeagueClient.exe(0000004D): ALWAYS| rcp-be-lol-chat| entering connection state 'Initializing' LeagueClient.exe(00000009): ALWAYS| Foundation is now running. LeagueClient.exe(00000009): ALWAYS| Phase End - Init - duration was 7824.31ms LeagueClient.exe(00000009): ALWAYS| Phase Begin - MainLoop LeagueClient.exe(0000004D): WARN| rcp-be-lol-chat| did not give any text to the sanitizer! LeagueClient.exe(0000004D): ALWAYS| rcp-be-lo0098:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0. 0098:err:winediag:MIDIMAP_drvOpen No software synthesizer midi port found, Midi sound output probably won't work. l-chat| friend(s) recognized for your roster LeagueClient.exe(0000004D): WARN| rcp-be-lol-game-queues| Queues configuration is not available yet: (Game Type Configs) (Platform Enabled Queues) LeagueClient.exe(0000004D): ALWAYS| rcp-be-lol-chat| chat received spectating: false LeagueClient.exe(0000004D): ALWAYS| rcp-be-lol-chat| chat updating presence, availability: chat, gameStatus: outOfGame LeagueClient.exe(0000004D): ERROR| rcp-be-lol-chat| error sending 'active' update 'forbidden - Not connected' LeagueClient.exe(0000004D): ALWAYS| rcp-be-lol-chat| chat received lobby status: empty LeagueClient.exe(0000004D): ALWAYS| rcp-be-lol-chat| chat updating presence, availability: chat, gameStatus: outOfGame LeagueClient.exe(0000004D): ALWAYS| rcp-be-lol-chat| chat received spectate info, queue type: LeagueClient.exe(0000004D): ALWAYS| rcp-be-lol-chat| chat updating presence, availability: chat, gameStatus: outOfGame LeagueClient.exe(0000004D): ALWAYS| rcp-be-lol-chat| chat loaded champ summaries, count: 147 LeagueClient.exe(0000004D): ALWAYS| rcp-be-lol-chat| chat updating presence, availability: chat, gameStatus: outOfGame LeagueClient.exe(0000004D): ALWAYS| rcp-be-lol-chat| beginning job 'init-talk-base-ssl' with expected delay of seconds 0 after 0.000000 seconds LeagueClient.exe(00000098): ALWAYS| OS Version String: 7 Service Pack 1 Ultimate N, x64 LeagueClient.exe(00000098): ALWAYS| CPU: GenuineIntel, Intel(R) Celeron(R) CPU B840 @ 1.90GHz, Intel64 Family 6 Model 42 Stepping 7, 1900 (0 core) LeagueClient.exe(00000098): ALWAYS| Measured processor speed: 1889 LeagueClient.exe(00000098): ALWAYS| Display info: Intel(R) HD Graphics 3000 1610612736 1.0 LeagueClient.exe(00000098): ALWAYS| Physical memory: 8270708736 LeagueClient.exe(00000098): ALWAYS| {"messageType":"hardware_information","message_body":"Hardware Info","operating_system":"7 Service Pack 1 Ultimate N, x64","cpu":"GenuineIntel","cpu_processor":" Intel(R) Celeron(R) CPU B840 @ 1.90GHz","cpu_identifier":"Intel64 Family 6 Model 42 Stepping 7","cpu_topology":2,"gpu":"Intel(R) HD Graphics 3000","video_memory":"1610612736","driver_version":"1.0","physical_memory":8270708736,"wine":true} LeagueClient.exe(00000098): ALWAYS| -----HARDWARE INFORMATION START----- LeagueClient.exe(00000098): ALWAYS| Operating System: 7 Service Pack 1 Ultimate N, x64 LeagueClient.exe(00000098): ALWAYS| GPU Manufacturer: Intel(R) HD Graphics 3000 LeagueClient.exe(00000098): ALWAYS| GPU Memory: 1610612736 LeagueClient.exe(00000098): ALWAYS| GPU Driver Version: 1.0 LeagueClient.exe(00000098): ALWAYS| CPU Brand: GenuineIntel LeagueClient.exe(00000098): ALWAYS| CPU Processor Name: Intel(R) Celeron(R) CPU B840 @ 1.90GHz LeagueClient.exe(00000098): ALWAYS| CPU Identifier: Intel64 Family 6 Model 42 Stepping 7 LeagueClient.exe(00000098): ALWAYS| CPU Speed: 1900 LeagueClient.exe(00000098): ALWAYS| CPU Topology: 2 Core LeagueClient.exe(00000098): ALWAYS| Physical memory: 8270708736 LeagueClient.exe(00000098): ALWAYS| -----HARDWARE INFORMATION END----- LeagueClient.exe(00000041): WARN| rcp-be-lol-lobby| lol-lobby: Couldn't find timer named lol-lobby.parties-presence-1 LeagueClient.exe(00000009): ALWAYS| -----HARDWARE SUMMARY START----- LeagueClient.exe(00000009): ALWAYS| hw.cpu.description: LeagueClient.exe(00000009): ALWAYS| hw.cpu.speed: 1889 LeagueClient.exe(00000009): ALWAYS| hw.cpu.sseversion: 6 LeagueClient.exe(00000009): ALWAYS| hw.graphics.directx: LeagueClient.exe(00000009): ALWAYS| hw.graphics.displayheight1: 768 LeagueClient.exe(00000009): ALWAYS| hw.graphics.displayheight2: LeagueClient.exe(00000009): ALWAYS| hw.graphics.displaywidth1: 1366 LeagueClient.exe(00000009): ALWAYS| hw.graphics.displaywidth2: LeagueClient.exe(00000009): ALWAYS| hw.graphics.driverVersion1: 1.0 LeagueClient.exe(00000009): ALWAYS| hw.graphics.memory1: 1536.000 LeagueClient.exe(00000009): ALWAYS| hw.graphics.modelVersion1: Intel(R) HD Graphics 3000 LeagueClient.ex0096:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0. 00ae:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0. 00cb:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0. 00df:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0. 00f8:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0. e(00000009): ALWAYS| hw.memory.total: 7887 LeagueClient.exe(00000009): ALWAYS| hw.system.manufacturer: LeagueClient.exe(00000009): ALWAYS| hw.system.model: LeagueClient.exe(00000009): ALWAYS| perf.primary.cpuavg: 37.066 LeagueClient.exe(00000009): ALWAYS| perf.primary.memorypaged: 0.000 LeagueClient.exe(00000009): ALWAYS| perf.primary.memorypagedpeak: 0.000 LeagueClient.exe(00000009): ALWAYS| perf.primary.memorypvt: 136.047 LeagueClient.exe(00000009): ALWAYS| perf.primary.memoryuse: 159.867 LeagueClient.exe(00000009): ALWAYS| perf.primary.sysavg: 84.942 LeagueClient.exe(00000009): ALWAYS| -----HARDWARE SUMMARY END----- LeagueClient.exe(00000031): ALWAYS| rcp-be-lol-cosmetics| LoadoutsClient not ready ( LoadoutsReady ) LeagueClient.exe(00000036): WARN| rcp-be-lol-lobby| Can't check registration status, not connected LeagueClient.exe(00000009): ALWAYS| The following message is prepared to be sent to dradis: Event Name: riotrclientrcp-be-lol-gameflow.ux-crash common.application_name: LeagueClient common.client_id: lol common.application_version: 9.23.298.3143 common.cef_version: 74.1.19+gb62bacf+chromium-74.0.3729.157 common.installation_id: QSR0pA== common.locale: en_GB queueId: -1 common.os_version_major: 7 common.machine_id: ZUqu9TJvwkqHvu+9pDgmHg== common.os_edition: Ultimate N, x64 common.os_platform: Windows common.os_version_minor: Service Pack 1 common.region: EUW common.session_id: 4d46eb01-8cfc-5641-a224-3abdd4a09dd1 crashCount: 1 phase: None LeagueClient.exe(00000009): ALWAYS| Queued Dradis event to be sent. LeagueClient.exe(00000009): ALWAYS| Ux state set to HideAll. LeagueClient.exe(00000009): ALWAYS| Ux state set to Quit. LeagueClient.exe(00000009): ALWAYS| The following message is prepared to be sent to dradis: Event Name: riotrclient__js_memory_stats_summary common.application_name: LeagueClient common.client_id: lol common.application_version: 9.23.298.3143 common.cef_version: 74.1.19+gb62bacf+chromium-74.0.3729.157 totalHeapSize: 0 common.installation_id: QSR0pA== common.locale: en_GB common.os_version_major: 7 common.machine_id: ZUqu9TJvwkqHvu+9pDgmHg== common.os_edition: Ultimate N, x64 common.os_platform: Windows common.os_version_minor: Service Pack 1 common.region: EUW common.session_id: 4d46eb01-8cfc-5641-a224-3abdd4a09dd1 heapSizeLimit: 0 usedHeapSize: 0 LeagueClient.exe(00000009): ALWAYS| Queued Dradis event to be sent. LeagueClient.exe(00000009): ALWAYS| The following message is prepared to be sent to dradis: Event Name: riotrclientevent common.application_name: LeagueClient common.client_id: lol common.application_version: 9.23.298.3143 common.cef_version: 74.1.19+gb62bacf+chromium-74.0.3729.157 common.installation_id: QSR0pA== common.locale: en_GB common.os_version_major: 7 common.machine_id: ZUqu9TJvwkqHvu+9pDgmHg== common.os_edition: Ultimate N, x64 common.os_platform: Windows common.os_version_minor: Service Pack 1 common.region: EUW common.session_id: 4d46eb01-8cfc-5641-a224-3abdd4a09dd1 event_name: render_terminate exit_code: -3 termination_type: segmentation fault LeagueClient.exe(00000009): ALWAYS| Queued Dradis event to be sent.

stuartfoxcroft commented 4 years ago

The reconnect loop is down to HTTP 503 errors (Service Unavailable) trying to connect to the Parties service (know it's not much info but it might end up being useful at some point).

Getta91 commented 4 years ago

well guys. I can't make this work again. So I will just completely reinstall tomorrow my league. Keep me in touch ^^. See you

Ra-Ni commented 4 years ago

welp. It's been fixed in winehq. just download/install it, and grab an offish version of league. that's it.

ghost commented 4 years ago

Fixed I did this:

snap connect leagueoflegends:wine-4-staging wine-platform-4-staging

Edit: Still getting the bugsplat

0051:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0. LeagueClient.exe(00000009): ALWAYS| Application Version:9.23.298.3143 - CL:2983143 - Build Date:Nov 18 2019 - Build Time:16:50:09 LeagueClient.exe(00000009): ALWAYS| Generating new machine id ... oh my gosh ... exit_code: -3 termination_type: segmentation fault LeagueClient.exe(00000009): ALWAYS| Queued Dradis event to be sent.

Here, partner... Take it! takes out a revolver and throws Getta91. The inscription flaunts on the handle of the revolver: "pastebin" ;>

UPDATE

I've compiled wine with fixes and good news is that seems to work fine for now in AppImg and bad news in Snap game is still crashing after champion select. I'll push snap wine update to beta branch so further you guys could test it and again I also update league snap as well as I found weird winetricks bug with args which I reverted change that fixes install directx issue on preinstalled game.

More testing in the morning or later today as im tired and sleepy.

I've install an update for snap package, then I've turn on full update for league of legends and after that a little dirty bomber-yordle has appear again.

DirkyJerky commented 4 years ago

The latest wine-platform-4-staging build appears to have fixed the problem.

Commands I did are as follows, as @mmtrt suggested:

curl -OL 'https://launchpad.net/~mmtrt/+snap/wine-platform-4-staging/+build/740402/+files/wine-platform-4-staging_4.16_amd64.snap'
sudo snap install wine-platform-4-staging_4.16_amd64.snap --dangerous
sudo snap connect leagueoflegends:wine-4-staging wine-platform-4-staging

Don't know if that third command was necessary, I'm not super familiar with the snap ecosystem to determine that.

I am in-game right now, everything seems to be working as well as it did yesterday.

DirkyJerky commented 4 years ago

Thank you for your work as always mmtrt

Getta91 commented 4 years ago

@DirkyJerky do you still have the fonts issue?

f0cus3d commented 4 years ago

Still getting bug splat for me even with the above.

ghost commented 4 years ago

The latest wine-platform-4-staging build appears to have fixed the problem.

Commands I did are as follows, as @mmtrt suggested:

curl -OL 'https://launchpad.net/~mmtrt/+snap/wine-platform-4-staging/+build/740402/+files/wine-platform-4-staging_4.16_amd64.snap'
sudo snap install wine-platform-4-staging_4.16_amd64.snap --dangerous
sudo snap connect leagueoflegends:wine-4-staging wine-platform-4-staging

Don't know if that third command was necessary, I'm not super familiar with the snap ecosystem to determine that.

I am in-game right now, everything seems to be working as well as it did yesterday.

I've did it but still after start errors appears. Here. I will try test fresh install now.

P.S. Hmm... I can't find "leagueoflegends" in snap package base anymore...

aqula@aqula-pc:~$ snap install l
labelnation              lci                      librealsense-chenhan     linode-cli               logmein-host
lablie                   ldc2                     libreflix-desktop        linux-cl                 lolcat-c
labplot                  leafpad                  libreoffice              linuxtycoon              lolcat-rs
lachesis                 learnit                  libresprite-simosx       liteide-tpaw             lonewolf
laidout                  led01                    libspot                  liveforspeed             loopchain
landing-team-tools       lee                      libxml2                  livetuner                love
langly                   lefthook                 libxslt                  llgo                     love2d
languagetool             leo-editor               liedetector              ll-mec                   lp-build-snap
lantern-water-iot        lepton                   lightning-python         lmdownload               lpshipit
lanto                    lesspass                 lightsoff                lmntal-compiler          lsd
large-files-finder       letitgo                  liko-12                  lmntal-slim              luigi-server
large-pcap-analyzer      level9                   limnoria-gittracker      lms                      lxd
latch                    libfolding               lindacoin-wallet         lnav                     lxd-demo-server
latexml                  libhandy                 line3dpp-mardy           local-proxy              lxi-tools
lattam                   libp2p-nodetrust-server  linkedin-webapp          loganalyzer-pbek         lyricpad
lcavassa-iperf           librealsense             links                    logcat-colorize          lyubo-test-002
aqula@aqula-pc:~$ snap install le
leafpad     learnit     led01       lee         lefthook    leo-editor  lepton      lesspass    letitgo     level9     
Getta91 commented 4 years ago

I think mmtrt said the servers are down for now. I will try it at home

EDIT: Well I tried and it worked fine

Getta91 commented 4 years ago

Still having a bugsplat with a fresh install, which wine platform runtime version are u using? I am running the candidate one

ghost commented 4 years ago

Still having a bugsplat with a fresh install, which wine platform runtime version are u using? I am running the candidate one

> candidate one I'm too.

f0cus3d commented 4 years ago

Fresh install, candidate wine, PoP OS

mmtrt commented 4 years ago

UPDATE

Again compiled wine 4.20 with fixes from wine-lol repo and pushed wine-platform-4-staging to beta & candidate.

Tested this and it works fine now in snap side.

NOTE:

Those who had installed wine-platform-4-staging snap from link that I had posted here need to do this to get new update from snap server.

sudo snap revert wine-platform-4-staging
sudo snap refresh
drupalranger commented 4 years ago

Any ideas why it looks so strange? Missing button texts, images: https://imgur.com/INyCFzM music is playing, animation is working. I've tried to switch UI language, doesn't help. I did full reinstall today, everything was fine before 9.23 update

$ lsb_release -a 
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 19.10
Release:    19.10
Codename:   eoan
$ snap list  | grep mmtrt
acrordrdc                2018.011.20063              6     stable     mmtrt         -
leagueoflegends          1.0                         56    edge       mmtrt         devmode
wine-platform-4-staging  4.20                        30    candidate  mmtrt         -
wine-platform-runtime    v1.0                        58    candidate  mmtrt         -
Ignacy-s commented 4 years ago

Any ideas why it looks so strange?

That's the font issue that people were talking about. It used to happen pretty often with games run with wine.

edit: Seem to have the same error that shows itself with fonts not displaying properly. Password-auth screen shows up, and after logging in the client crashes before loading the main page.

Any other steps I may have missed?

  1. Updated leagueoflegends snap to --edge and 2. wine-platfrom-4-staging and 3. runtime snap to --beta.
drupalranger commented 4 years ago

for fonts, I've found kinda workaround here: https://www.reddit.com/r/leagueoflinux/comments/dz59ym/client_fontdisplay_rendering_issues/ going to settings and changing window size works for me. I am able to log in to the client, and all pages are working , except collection/runes which fires bugsplat. For

Ignacy-s commented 4 years ago

@drupalranger Thanks for reply! The original comment was edited with this info: Edit2: https://github.com/cosarara/wine-lol resolves this issue.

Looks like there was another change to the wine-lol package, or if there was just one, my snap client is not pulling the newest packages. Will try again tomorrow.

stuartfoxcroft commented 4 years ago

After updating wine-platform-4-staging to the latest available version, still encountering font issues, bugsplats on collection tab and patch notes section, as well as unable to join a game.

beemdvp commented 4 years ago

Not sure where to post this issue but I get a bugsplat when I try to edit any of my runes

mmtrt commented 4 years ago

New wine update needs fresh wineprefix otherwise issues like that will happen.

Creating WINEPREFIX guide * `WINEPREFIX PATH` --> `$HOME/snap/leagueoflegends/common/.wine` * Copy/Move out `Riot Games` dir from `WINEPREFIX` * Delete `$HOME/snap/leagueoflegends` completely. * Launch snap wait till it is setup when region install dialog shows close it. * Copy/Move `Riot Games` folder back to `WINEPREFIX` * Now you have fresh `WINEPREFIX`
ghost commented 4 years ago

New wine update needs fresh wineprefix otherwise issues like that will happen. Creating WINEPREFIX guide

I will test it now :) with fresh install and everything else.

UPDATE

Again compiled wine 4.20 with fixes from wine-lol repo and pushed wine-platform-4-staging to beta & candidate.

Tested this and it works fine now in snap side.

NOTE:

Those who had installed wine-platform-4-staging snap from link that I had posted here need to do this to get new update from snap server.

sudo snap revert wine-platform-4-staging
sudo snap update

All working now! Thanks! Mmtrt you are best!

drupalranger commented 4 years ago

Unfortunately refreshing wineprefix or refreshing wine-platform-4-staging doesn't change anything for me, I am after full reinstallation already ( I've removed all snap packages , wine files etc. ) and I still see 3 issues:

Digging in logs shows following errors:

~/snap/leagueoflegends/common/.wine/drive_c/Riot Games/League of Legends/Logs/LeagueClient Logs $ grep -R ERROR
2019-11-23T15-31-46_326_LeagueClientUx.log:000000.621|  ERROR| BrowserProcess::OnCertificateError browserId = 1, certError = ERR_CERT_AUTHORITY_INVALID, requestUri = "https://riot:_dLnXdiDiQONDepLEtL62g@127.0.0.1:39845/bootstrap.html", certStatus = 4
2019-11-23T15-31-46_326_LeagueClientUx.log:000001.102|  ERROR| BrowserProcess::OnCertificateError browserId = 1, certError = ERR_CERT_AUTHORITY_INVALID, requestUri = "wss://riot:_dLnXdiDiQONDepLEtL62g@127.0.0.1:39845/", certStatus = 4
2019-11-23T15-31-46_326_LeagueClientUx.log:000008.151|  ERROR| Cannot find the local file for "https://127.0.0.1:39845/fe/lol-career-stats/bundle.js" because it is not present in the asset server for that plugin.
2019-11-23T15-31-46_326_LeagueClientUx.log:000009.631|  ERROR| Cannot find the local file for "https://127.0.0.1:39845/fe/lol-content-targeting-settings/init.js" because it is not present in the asset server for that plugin.
2019-11-23T15-31-46_326_LeagueClientUx.log:000009.790|  ERROR| js: rcp-fe-lol-email-verification:error Error: Session was there from the beginning, user did not log in