winepak / applications

A collection of flatpak manifest for building Microsoft Windows applications with Wine via flatpak
https://www.winepak.org
414 stars 39 forks source link

League of legends system error #117

Open paul-cozma opened 6 years ago

paul-cozma commented 6 years ago

I installed League of legends as decribed in the winpak website. I started it, i got all the updates and when i start a game this message appears. selection_001

My pc configuration is amd-fx 6100, gtx 1050, 8 gb of ram with Ubuntu 18.04.

ghost commented 6 years ago

Here opens the Repairing screen every time and always gives the error "data is corrupt" Even open the Client but it has to update and then it repeats message "data is corrupt" PT-BR https://forum.br.leagueoflegends.com/t5/Outros-Assuntos-de-LoL/Rodar-League-of-Legends-no-Linux-com-Winepak/m-p/331725/highlight/false#M95043

ghost commented 6 years ago

TO FIX REPAIR LOOP WITH NEW UPDATE

Riot versions usually used hotfix##, new update uses hotfix-##.

To fix use a text editor to change "1.4.5-hotfix-01" to "1.4.5-hotfix01" in these files:

LOL/RADS/projects/league_client/managedfiles/0.0.0.163/Plugins/rcp-be-lol-inventory/description.json LOL/RADS/projects/league_client/managedfiles/0.0.0.163/Plugins/plugin-manifest.json

When you start the league client, it will attempt to repair and overwrite the changes. To stop this from happening open a terminal and use this command:

sudo chattr +i

This will need to be done with each file listed above, and will make them read only (so the league client can't undo our change).