kyechou / leagueoflegends

League of Legends install and launch wrapper for Linux
https://www.leagueoflegends.com
GNU General Public License v3.0
290 stars 23 forks source link

client doesnt start #60

Closed elixxrades closed 2 years ago

elixxrades commented 2 years ago

System information

The launcher starts, but when I press the play button, the game does not open.

Steps to reproduce

pacman -Qi leagueoflegends-git
İsim                   : leagueoflegends-git
Sürüm                  : 12.14.r2.g1d3fdd6-1
Açıklama               : League of Legends helper script
Mimari                 : any
URL                    : https://github.com/kyechou/leagueoflegends
Lisanslar              : GPL3
Gruplar                : Hiçbiri
Sağlananlar            : leagueoflegends
Bağımlılıkları         : wine-lol  winetricks  bash  curl  openssl  samba
                         mesa-utils  lib32-gnutls  lib32-libldap  lib32-openal
                         lib32-libpulse  lib32-alsa-lib  lib32-mpg123
                         lib32-unixodbc  lib32-vkd3d  vulkan-icd-loader
                         lib32-vulkan-icd-loader  vulkan-driver
                         lib32-vulkan-driver
Tercihli Bağımlılıklar : lib32-amdvlk: AMD Vulkan driver [kuruldu]
                         lib32-nvidia-utils: NVIDIA Vulkan driver
                         lib32-vulkan-intel: Intel's Vulkan mesa driver
                         lib32-vulkan-radeon: Radeon's Vulkan mesa driver
                         [kuruldu]
                         zenity: Loading screen indication [kuruldu]
İhtiyaç Duyulanlar     : Hiçbiri
İsteğe Bağlı           : Hiçbiri
Çakışıyor              : leagueoflegends
Değiştirilenler        : Hiçbiri
Kurulum Boyutu         : 133,64 KiB
Paketçi                : Unknown Packager
İnşa Tarihi            : Paz 21 Ağu 2022 23:02:08
Yükleme Tarihi         : Paz 21 Ağu 2022 23:02:10
Yükleme Sebebi         : Doğrudan kurulmuş
Kurulum Betiği         : Hayır
Doğrulayan             : Hiçbiri
DaviVilarinho commented 2 years ago

same here, xfce4 or i3

kyechou commented 2 years ago

@elixxrades, @DaviVilarinho, please provide the verbose output for starting the game, the output of vulkaninfo --summary, and the detailed steps of reproducing the issue.

elixxrades commented 2 years ago

@kyechou vulkaninfo


ERROR: [../mesa-22.1.7/src/amd/vulkan/radv_device.c:627] Code 0 : Device '/dev/dri/renderD128' is not using the AMDGPU kernel driver: Invalid argument (VK_ERROR_INCOMPATIBLE_DRIVER)
ERROR: [Loader Message] Code 0 : setup_loader_term_phys_devs:  Failed to detect any valid GPUs in the current config
ERROR at /build/vulkan-tools/src/Vulkan-Tools-1.3.217/vulkaninfo/vulkaninfo.h:231:vkEnumeratePhysicalDevices failed with ERROR_INITIALIZATION_FAILED```
kyechou commented 2 years ago

@elixxrades It looks like there's something wrong with your Vulkan setup. I'm not familiar with this particular graphics card, nor do I have the hardware for testing. Please first check out the wiki page (https://wiki.archlinux.org/title/Vulkan) and make sure that things are set up properly. Also, there seem to be many related issues. I believe some of them should have a solution.

@DaviVilarinho Please open up a new issue and provide detailed information if the problem persists.