League Of Legends BugSplat!

000000.000| ALWAYS| Logging started at 2018-06-11T15:19:54.392
000000.000| ALWAYS| Begin command line toggles…
000000.000| ALWAYS| -UseNewX3D = 1
000000.000| ALWAYS| -UseNewX3DFramebuffers = 1
000000.000| ALWAYS| End command line toggles.
000000.000| OKAY| Riot::RADS::Reader::RadsMain::Initialize: RADS library initializing with specified working directory “C:\Riot Games\League of Legends\RADS\solutions\lol_game_client_sln\releases\0.0.1.219\deploy”.
000000.000| OKAY| Riot::RADS::Reader::RuntimeEnvironment::Create: Creating RADS runtime environment: RADS root directory = “C:/Riot Games/League of Legends/RADS”
000000.000| OKAY| Riot::RADS::Reader::SolutionManifest::Load: (“C:/Riot Games/League of Legends/RADS/solutions/lol_game_client_sln/releases/0.0.1.219/solutionmanifest”)
000000.000| OKAY| Riot::RADS::Reader::ConfigurationManifest::Load: (“C:/Riot Games/League of Legends/RADS/solutions/lol_game_client_sln/releases/0.0.1.219/configurationmanifest”)
000000.000| OKAY| Riot::RADS::Reader::ReleaseManifest::LoadInternal: (“C:/Riot Games/League of Legends/RADS/projects/lol_game_client_tr_tr/releases/0.0.1.40/releasemanifest”)
000000.033| OKAY| Riot::RADS::Reader::ReleaseManifest::LoadInternal: (“C:/Riot Games/League of Legends/RADS/projects/lol_game_client/releases/0.0.1.160/releasemanifest”)
000002.380| ERROR| Riot::RADS::Reader::ReleaseManifestTemplate::GetFileArchiveMetadata: Archives for version 0.0.1.159 are missing an entry for: DATA/Characters/brush_HA_I/Skins/Skin01/brush_BW_I.skl
000002.380| ERROR| Riot::RADS::Reader::ReleaseManifestTemplate::CreateListing: Failed to get archive metadata at project root ‘C:/Riot Games/League of Legends/RADS/projects/lol_game_client’.
000002.380| ERROR| Riot::RADS::Reader::`anonymous-namespace’::LoadSolution: RADS runtime environment load solution failed to create project listing: projectPath=“C:/Riot Games/League of Legends/RADS/projects/lol_game_client/releases/0.0.1.160”.
000002.380| ERROR| Riot::RADS::Reader::RuntimeEnvironment::CollectProjects: RADS solution runtime environment project collection failed to load solution.
000002.380| ERROR| Riot::RADS::Reader::RuntimeEnvironment::Create: RADS runtime environment creation failed because it was unable to collect the projects.
000002.381| ERROR| Riot::RADS::Reader::RadsMain::Initialize: RADS library initialization failed to create the runtime environment.
000002.381| ERROR| Failed to initialize Rads library.
000002.381| ALWAYS| Riot::RADS::Reader::SignalSoftRepair: Wrote soft repair file to C:/Riot Games/League of Legends/RADS/solutions/lol_game_client_sln/releases/0.0.1.219/SOFT_REPAIR. This will cause the patcher to repair your installation.
000002.456| ERROR| Assertion failed!

Expression: ALE-18967997

Description: FATAL ERROR - WadFile mount failed: UI/ui.wad

What shall I do now ? Its giving at after champ pick.

that seems to be the offending line (the ones before that don’t sound like errors and the ones after it sound like they are caused by that one). looks like one of 4 possible sources of error:

  1. your game files are somehow corrupted and missing that entry
  2. you modified your gamefiles somehow and forgot to update metadata related to it
  3. there’s a discrepancy in upper/lowercase spelling for that path which would just be ignored on windows (because microsoft still doesn’t know what Unicode means)
  4. or there’s just a missing file in the specific version you are running due to some oversight at its release QA testing.

you can rule out option 2 by telling us whether you tried any modding, option 3 by checking if a file with that name (or different spelling, to confirm option 3) exists, option 4 by asking others whether the versions works for them, and option 1 by telling the launcher to somehow check/repair the game files.

I can play with this setup on Windows but I dont wanna use windows anymore…
I tried repair, hextech tool etc. Nothing changed. I cant install again cuz installer wont open it says “unknown color name “system highlight”” Please say me to what can I do :confused:

that seems to rule out option 4.

that kinda rules out option 1 and 2.

that’s a seperate issue we should probably address when/if we figure out you have to reinstall.

i guess the thing to check next would be option 3 then:
does the file DATA/Characters/brush_HA_I/Skins/Skin01/brush_BW_I.skl actually exist inside your game’s folder?

There is no file named with “brush_BW_I.skl” in game folder. But Im running repair tool but nothing going to change…

Im gonna re-download the game. I will post results again at morning

that’s not what i asked. i asked whether the path DATA/Characters/brush_HA_I/Skins/Skin01/brush_BW_I.skl exists in your game folder.

Actually there is a lot of DATA folder in RADS’s subfolders. I tried to find it by “find” option but there is no brush_BW_I.skl file :confused:

I re-downloaded game with fresh install. But no Its same log again and there is no “brush_BW_I.skl” again

um no, there is not. there can be only exactly one per definition of how file systems work.

well how about you don’t do that then and just check if the path exists?

even though i already said it 5 times: you are not searching for a file but checking whether or not an exact path exists. can you answer that question without defying the logical law of identity or not?

still not the thing i asked you to do. sorry but how are people supposed to help you if you don’t answer their questions?

also isn’t that the thing you claimed is impossible a few posts ago?

There is screenshoots man.

And some outputs:

[loradona@Yaman-Pc League of Legends]$ sudo find . -print | grep -i ‘.[.]skl’
[sudo] password for loradona:
[loradona@Yaman-Pc League of Legends]$ ls -R | grep .skl
[loradona@Yaman-Pc League of Legends]$ find . -name '
.skl’

Im really sorry for why Im not do it but as you can see by ss. There is a lot of version include “DATA” folder. I looked some of spesific. And at end used “find” command. Again I’m really sorry :heavy_heart_exclamation:


And yeah I said its Impossible but Im at nearly ending my hope :confused:

that sounds like the name of the most useless superhero ever.

and that is EXACTLY what i just told you not to do. (also you’re abusing quote blocks for code here, which messes up both formatting and actual content, use code blocks instead, the small </> icon)

also why do you use sudo there? i hope you didn’t use it for anything related to the game before, especially trying to run it, because that will fuck up your wineprefix big time. never mix sudo and wine.

what’s so hard about doing an ls DATA/Characters/brush_HA_I/Skins/Skin01/brush_BW_I.skl?

that last screenshot ALMOST answered the question: the path does not seem to exist for a previous version.

the fact there doesn’t seem to be ANY .skl files is a hint though: either they’re stored in some kind of archive/pack file or your installation is REALLY messed up.

yeah but if it’s impossible, how did you do it then? :stuck_out_tongue:

also when you did the impossible, did you do a complete new install using a fresh wineprefix through lutris, or did you just re-run the installer exe?

[loradona@Yaman-Pc League of Legends]$ ls DATA/Characters/brush_HA_I/Skins/Skin01/brush_BW_I.skl
ls: 'DATA/Characters/brush_HA_I/Skins/Skin01/brush_BW_I.skl''e erişilemedi: Böyle bir dosya ya da dizin yok

I take ss from latest versions :sunny:

“DATA/Characters/brush_HA_I/” folders and subfolders only in 0.0.1.159 version folder.

Im really trying to do what you are said but Idk how I can proof I was done it :rofl:

I don’t speak that language (or even know for sure which one it is, sorry), but I guess it says it isn’t there.

that information was all i asked for actually, thanks :stuck_out_tongue:
soo 2 options left:

  • either the files are in some archive and the game messes up trying to load that
  • or the files didn’t actually download or got removed afterwards, but you said copying over the whole folder to a windows to test it worked, right?

that 2nd screenshot shows me a bunch of rads_user_kernel.log* files though, maybe if you can upload them to a pastebin and link that here it might give us more information on what’s going on?

https://pastebin.com/FVkzN3Ct
https://pastebin.com/Kc8Ay2yy
https://pastebin.com/7iRhjhKq
https://pastebin.com/MfhNQb7i
https://pastebin.com/j7gNw12m

There is all kernel logs

ok those don’t actually seem to contain anything after the launcher actually started the game, and since your bug happened afterwards, it doesn’t really help sadly.

since the game log mentioned a file C:/Riot Games/League of Legends/RADS/solutions/lol_game_client_sln/releases/0.0.1.219/SOFT_REPAIR though, if that’s anything more than binary garbage data (and the launcher didn’t remove it) it might also help if you upload that one.

[loradona@Yaman-Pc releases]$ find
.
./releaselisting_TR
./0.0.1.219
./0.0.1.219/deploy
./0.0.1.219/deploy/bugsplatrc.dll
./0.0.1.219/deploy/LogitechLed.dll
./0.0.1.219/deploy/DATA
./0.0.1.219/deploy/DATA/FINAL
./0.0.1.219/deploy/DATA/FINAL/ShaderCache.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions
./0.0.1.219/deploy/DATA/FINAL/Champions/Azir.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Leona.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Garen.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/AurelionSol.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Ekko.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Sejuani.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/SG_ChoGath.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Jayce.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Elise.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Swain.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Tristana.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Xayah.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Sona.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Olaf.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Kled.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Aatrox.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Malphite.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Gnar.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/SG_RekSai.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Morgana.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/MissFortune.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Gangplank.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Yorick.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Zed.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Ziggs.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Zilean.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Nocturne.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Lissandra.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/KogMaw.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Tryndamere.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Zoe.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Warwick.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/LeeSin.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Shen.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Ryze.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Sion.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Yasuo.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Illaoi.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/FiddleSticks.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Riven.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Nunu.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Vayne.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Pantheon.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/TwistedFate.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Udyr.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Malzahar.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/MonkeyKing.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Bard.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Veigar.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Cassiopeia.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Evelynn.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Braum.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/SG_KogMaw.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Blitzcrank.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Kennen.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Kalista.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Karma.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/TahmKench.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Ornn.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/SG_VelKoz.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Kayle.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Teemo.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Kassadin.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Leblanc.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Singed.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Amumu.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Janna.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Volibear.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/XinZhao.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Galio.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Soraka.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Brand.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Camille.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Kindred.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Heimerdinger.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Chogath.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Xerath.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Gragas.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/PracticeTool_TargetDummy.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Vi.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/RekSai.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/JarvanIV.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Irelia.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Nasus.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Kayn.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Talon.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Rumble.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Rengar.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Nidalee.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Skarner.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Zyra.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Khazix.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Lux.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Orianna.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Fiora.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Maokai.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Graves.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Nautilus.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Ivern.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Sivir.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Anivia.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Vladimir.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Shaco.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Shyvana.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Rakan.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Jhin.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Lulu.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Rammus.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Viktor.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Taliyah.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Ahri.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Akali.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Karthus.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Ezreal.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Katarina.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Pyke.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/MasterYi.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Thresh.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Urgot.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Taric.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Darius.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Diana.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Hecarim.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Caitlyn.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Jinx.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Alistar.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Jax.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Annie.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/SG_Skarner.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Draven.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Velkoz.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Fizz.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Ashe.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/SG_KhaZix.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Lucian.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Poppy.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Twitch.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Varus.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Corki.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Syndra.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Zac.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Kaisa.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Trundle.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Mordekaiser.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Nami.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Renekton.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/DrMundo.wad.client
./0.0.1.219/deploy/DATA/FINAL/Champions/Quinn.wad.client
./0.0.1.219/deploy/DATA/FINAL/Global.wad.client
./0.0.1.219/deploy/DATA/FINAL/Maps
./0.0.1.219/deploy/DATA/FINAL/Maps/Shipping
./0.0.1.219/deploy/DATA/FINAL/Maps/Shipping/Map12.wad.client
./0.0.1.219/deploy/DATA/FINAL/Maps/Shipping/Map11.wad.client
./0.0.1.219/deploy/DATA/FINAL/Maps/Shipping/Map10.wad.client
./0.0.1.219/deploy/DATA/FINAL/Maps/Shipping/Common.wad.client
./0.0.1.219/deploy/DATA/FINAL/Scripts.wad.client
./0.0.1.219/deploy/DATA/Images
./0.0.1.219/deploy/DATA/Images/SplashScreen.dds
./0.0.1.219/deploy/LogitechGkey.dll
./0.0.1.219/deploy/2018-06-13_02-57-59_League of Legends.log
./0.0.1.219/deploy/bugsplat.dll
./0.0.1.219/deploy/dbghelp.dll
./0.0.1.219/deploy/League of Legends.exe
./0.0.1.219/deploy/D3DCompiler_43.dll
./0.0.1.219/deploy/util.dll
./0.0.1.219/deploy/cgGL.dll
./0.0.1.219/deploy/BsSndRpt.exe
./0.0.1.219/deploy/cg.dll
./0.0.1.219/deploy/cgD3D9.dll
./0.0.1.219/solutionmanifest
./0.0.1.219/configurationmanifest
./0.0.1.221
./0.0.1.221/deploy
./0.0.1.221/deploy/bugsplatrc.dll
./0.0.1.221/deploy/LogitechLed.dll
./0.0.1.221/deploy/DATA
./0.0.1.221/deploy/DATA/FINAL
./0.0.1.221/deploy/DATA/FINAL/ShaderCache.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions
./0.0.1.221/deploy/DATA/FINAL/Champions/Azir.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Leona.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Garen.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/AurelionSol.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Ekko.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Sejuani.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/SG_ChoGath.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Jayce.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Elise.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Swain.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Tristana.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Xayah.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Sona.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Olaf.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Kled.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Aatrox.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Malphite.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Gnar.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/SG_RekSai.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Morgana.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/MissFortune.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Gangplank.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Yorick.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Zed.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Ziggs.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Zilean.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Nocturne.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Lissandra.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/KogMaw.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Tryndamere.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Zoe.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Warwick.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/LeeSin.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Shen.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Ryze.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Sion.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Yasuo.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Illaoi.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/FiddleSticks.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Riven.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Nunu.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Vayne.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Pantheon.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/TwistedFate.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Udyr.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Malzahar.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/MonkeyKing.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Bard.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Veigar.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Cassiopeia.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Evelynn.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Braum.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/SG_KogMaw.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Blitzcrank.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Kennen.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Kalista.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Karma.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/TahmKench.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Ornn.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/SG_VelKoz.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Kayle.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Teemo.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Kassadin.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Leblanc.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Singed.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Amumu.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Janna.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Volibear.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/XinZhao.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Galio.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Soraka.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Brand.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Camille.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Kindred.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Heimerdinger.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Chogath.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Xerath.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Gragas.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/PracticeTool_TargetDummy.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Vi.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/RekSai.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/JarvanIV.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Irelia.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Nasus.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Kayn.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Talon.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Rumble.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Rengar.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Nidalee.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Skarner.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Zyra.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Khazix.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Lux.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Orianna.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Fiora.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Maokai.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Graves.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Nautilus.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Ivern.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Sivir.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Anivia.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Vladimir.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Shaco.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Shyvana.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Rakan.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Jhin.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Lulu.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Rammus.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Viktor.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Taliyah.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Ahri.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Akali.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Karthus.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Ezreal.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Katarina.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Pyke.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/MasterYi.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Thresh.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Urgot.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Taric.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Darius.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Diana.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Hecarim.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Caitlyn.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Jinx.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Alistar.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Jax.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Annie.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/SG_Skarner.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Draven.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Velkoz.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Fizz.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Ashe.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/SG_KhaZix.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Lucian.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Poppy.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Twitch.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Varus.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Corki.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Syndra.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Zac.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Kaisa.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Trundle.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Mordekaiser.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Nami.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Renekton.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/DrMundo.wad.client
./0.0.1.221/deploy/DATA/FINAL/Champions/Quinn.wad.client
./0.0.1.221/deploy/DATA/FINAL/Global.wad.client
./0.0.1.221/deploy/DATA/FINAL/Maps
./0.0.1.221/deploy/DATA/FINAL/Maps/Shipping
./0.0.1.221/deploy/DATA/FINAL/Maps/Shipping/Map12.wad.client
./0.0.1.221/deploy/DATA/FINAL/Maps/Shipping/Map11.wad.client
./0.0.1.221/deploy/DATA/FINAL/Maps/Shipping/Map10.wad.client
./0.0.1.221/deploy/DATA/FINAL/Maps/Shipping/Common.wad.client
./0.0.1.221/deploy/DATA/FINAL/Scripts.wad.client
./0.0.1.221/deploy/DATA/cfg
./0.0.1.221/deploy/DATA/cfg/defaults
./0.0.1.221/deploy/DATA/cfg/defaults/locale.cfg
./0.0.1.221/deploy/DATA/Images
./0.0.1.221/deploy/DATA/Images/SplashScreen.dds
./0.0.1.221/deploy/LogitechGkey.dll
./0.0.1.221/deploy/bugsplat.dll
./0.0.1.221/deploy/dbghelp.dll
./0.0.1.221/deploy/-000000000000001_crash.json
./0.0.1.221/deploy/League of Legends.exe
./0.0.1.221/deploy/D3DCompiler_43.dll
./0.0.1.221/deploy/util.dll
./0.0.1.221/deploy/cgGL.dll
./0.0.1.221/deploy/BsSndRpt.exe
./0.0.1.221/deploy/2018-06-13_11-31-12_League of Legends.log
./0.0.1.221/deploy/cg.dll
./0.0.1.221/deploy/cgD3D9.dll
./0.0.1.221/solutionmanifest
./0.0.1.221/S_OK
./0.0.1.221/SOFT_REPAIR
./0.0.1.221/configurationmanifest

I can show what inside that folders if you want look some of it spesific I can upload it :slight_smile:

And no there is no SOFT REPAIR file :smiley:

Its getting too complicated :frowning:

well how about the SOFT_REPAIR file that’s there?

also can you please stop vomiting find results all over the thread after people tell you what to look for?
you ARE aware how folders work, right? because if you just care about finding stuff all over your harddrive you could as well go back to FAT0.1 -_-

agreed. because you are making it complicated by doing the exact opposite of what i’m suggesting 99% of the time while contradicting yourself in most of what you say. sorry but i don’t have the energy for “i deleted the internet” style of tech support right now, gonna look back into this at a later point probably, or maybe you find someone here who knows more about the error you’re facing than me, but i can’t help you much more right now.

Okey But thanks for everythink :smile: My mind is just bugged cuz I cant found files and my brain is gonna turn to water. Anyways Thanks for everythink :slight_smile: