Launching League of Legends error

Hello, finally got linux working on my chromebook and is trying to run league, I got lubuntu lts and set cpu governor to performance

when i try to run it it kept saying the game has quit

then it says its preparing after i did some tinkering

it says this when i do lutris -d

chrx@chrx:~$ lutris -d
DEBUG 2017-10-15 19:09:26,266 [runtime]:Runtime lib64 is up to date
DEBUG 2017-10-15 19:09:26,267 [runtime]:Runtime steam is up to date
DEBUG 2017-10-15 19:09:26,270 [runtime]:Runtime lib32 is up to date
DEBUG 2017-10-15 19:09:26,271 [runtime]:Runtime p7zip is up to date
INFO 2017-10-15 19:09:26,271 [lutriswindow]:Connected to lutris.net as thchang99
DEBUG 2017-10-15 19:09:26,273 [api]:Fetching game library
DEBUG 2017-10-15 19:09:28,795 [system]:Executing /home/chrx/.local/share/lutris/runners

any idea? I followed @GloriousEggroll 's video

I waited a bit and it loaded and quit. Said something about freetype and wine debug exe?

Installed freetype 2.4.0 and still not working

how can i obtain wine: Call from 0x7b43cc3c to unimplemented function wininet.dll.InternetOpenA, aborting
wine: Unimplemented function wininet.dll.InternetOpenA called at address 0x7b43cc3c (thread 000b), starting debugger…
err:module:load_builtin_dll failed to load .so lib for builtin L"dbghelp.dll”: libz.so.1: cannot open shared object file: No such file or directory
err:module:import_dll Loading library dbghelp.dll (which is needed by L"C:\windows\system32\winedbg.exe”) failed (error c000007a).
err:module:LdrInitializeThunk Main exe initialization for L"C:\windows\system32\winedbg.exe" failed, status c0000135
?

you’re missing several wine dependencies. this is why. You need to make sure all wine dependencies are installed on your system.

In your last error, libz.so.1 is missing. This is a wine dependency. In particular, zlib and lib32-zlib

Ok, I’ve looked it up. I forgot to install wine (maybe because the installer installed wine staging)
What version should I use? Which do you recommend? I don’t think it should matter but should I get wine 2.18?

Thanks for all of your help

the installer installs a bottled version, but it does not install dependencies for your system to use system wide. the user must do this.

wine staging 2.18, but you want to make sure to install optional dependencies as well.

Ohhh ok got it.

Thanks a bunch again! I really appreciate what you’ve done to help me from the start.