leagueoflegends icon indicating copy to clipboard operation
leagueoflegends copied to clipboard

Entering a game causes a crash

Open TrueNohaynicks opened this issue 4 years ago • 11 comments

When I create a custom game, an error message appears and on the client the message to reconnect. The crash report system creates a .tmp i can't open. I can't upload the file too.

TrueNohaynicks avatar Aug 28 '21 20:08 TrueNohaynicks

I have a similar issue. I joined a PvP game and got through champion selection but then the game crashes and kicks me back to the client's reconnect screen. Reconnecting results in the same crash and getting kicked back to the client. I was able to get github to upload the .tmp crash log by manually changing the extension to .log PKM9565.log

blaisdellma avatar Aug 29 '21 03:08 blaisdellma

Snap now uses dxvk which is required for client to work still could break game launch for some with incapable vulkan gpu. Make sure install required vulkan drivers and vulkan libs for both amd64 i386

OR

one could disable dxvk for game main exe see https://github.com/mmtrt/leagueoflegends/issues/182

mmtrt avatar Aug 29 '21 06:08 mmtrt

With the settings on #182 it works, but on left top corner there is a debug thing. I can play perfectly but it's a pretty annoying. imagen

TrueNohaynicks avatar Aug 29 '21 13:08 TrueNohaynicks

Thats dxvk hud you can disable it see #183

mmtrt avatar Aug 29 '21 14:08 mmtrt

I don't understand how can i change that.

TrueNohaynicks avatar Aug 29 '21 14:08 TrueNohaynicks

I verified that I had already installed the vulkan drivers and libraries (vulkan-icd-loader, vulkan-intel, vulkan-radeon, lib32-vulkan-icd-loader, lib32-vulkan-intel, and lib32-vulkan-radeon are installed by default on Manjaro).

I tried the fix in #182 but I'm still getting the same crash on game launch.

blaisdellma avatar Aug 29 '21 19:08 blaisdellma

@blaisdellma did you install dxvk itself in wineprefix see https://github.com/mmtrt/leagueoflegends/issues/180#issuecomment-907626553 also post log if any errors.

mmtrt avatar Aug 29 '21 20:08 mmtrt

Yes, I did.

Here's the .tmp file (changed to .log to upload to github) generated by the crash report system. I don't know how to read/decipher it though. PKM2822.log

Edit: The full crash report is too large to upload to github so I threw it up on dropbox: https://www.dropbox.com/s/gt55hi240bl2a79/PKM2441.tmp?dl=0

Is there another log that would be relevant here?

blaisdellma avatar Aug 29 '21 20:08 blaisdellma

@blaisdellma that tmp file is useless, run league from terminal snap run leagueoflegends should log, is this fresh install or old install before 11.17 update if yes then do fresh install also which gpu you have, is this laptop by any chance.

mmtrt avatar Aug 29 '21 20:08 mmtrt

Yes, this is on a Thinkpad T480 with i5-8250U and Intel UHD 620. I did install before 11.17 and I'm going to do a fresh install now.

blaisdellma avatar Aug 29 '21 21:08 blaisdellma

Did a fresh install and now the fix works. Thanks for your help.

blaisdellma avatar Aug 29 '21 23:08 blaisdellma