리그 오브 레전드-PlayOnLinux 붙어


9

나는 신입이다. PlayOnLinux를 통해 League Of Legends 게임을 설치하려고 시도했지만 게임 목록에서 LOL을 선택하고 다음을 클릭하면 진행률이 표시되지 않고 항상로드됩니다.

게임 붙어 스크린 샷

누구든지 나를 도울 수 있습니까?

또한 .exe 파일로 설치하려고 시도했지만 이미지와 같은 많은 오류가 발생했습니다.

리그 오브 레전드 playonlinux error

우분투 16.04 LTS x64를 실행합니다.


로드 중일 수 있습니다. 닷넷 구성 요소를 설치할 때로드 시간이 오래 걸렸습니다.
David 친구

터미널에서 PlayOnLinux를 열고 경고 또는 오류가 출력되는지 확인하십시오. 누군가가 여기를 살펴보고 해결할 수 있습니다.
Sandeep Neupane

어떻게하는지 말해 줄래? 나는 리눅스에 좋지 않다 : P
Andrzej Kraszewski

좋아, 나는 LOL을 설치하는 방법을 찾았지만 BugSplat에서 나오는 POL "Run"을 누른 후 ... 여기 튜토리얼 링크가 있습니다 : youtube.com/watch?v=WMfZ0ycgQbc
Andrzej Kraszewski

1
@RPiAwesomeness Awesome, 나는 또한 그것을 통해 읽었지만 두 번째 의견을 원했습니다. 감사. :)
edwinksl

답변:


10

R / 우분투 포스트 에 의해 레딧에 jmobastos69 자세한 방법 PlayOnLinux에서 리그 오브 레전드 (LOL) (POL)를 설치하는 것으로는. 이 답변은 해당 게시물의 깔끔하고 약간 수정 된 버전입니다.

  1. 제거 wine하고 playonlinux당신이 이전에 설치 한 것을 자신의 종속성 및 검색 패키지 파일을 제거 :

    sudo apt purge wine playonlinux
    sudo apt autoremove
    sudo apt autoclean
    
  2. 청소의 스테이징 지점 설치 winehqwine와인의 사용하여 32 비트 아키텍처에 대한 설치 지침을 우분투를 :

    sudo dpkg --add-architecture i386
    sudo add-apt-repository ppa:wine/wine-builds
    sudo apt update
    sudo apt install --install-recommends winehq-staging
    sudo apt install wine:i386
    
  3. 설치 playonlinux:

    sudo apt install playonlinux
    
  4. playonlinux터미널에서 백그라운드 프로세스로 시작하십시오 .

    playonlinux &
    
  5. 다음 스크립트를 원하는 이름으로 저장하십시오 (여기서 jmobastos69의 링크 에서 스크립트를 복사하여 붙여 넣기하여 모든 사람이 스크립트를 감사 할 수 있음에 유의하십시오).

    # Date : (2012-04-12)
    # Last revision : (2015-05-31 08:27)
    # Distribution used to test : ArchLinux, Debian Sid
    # Author : Quentin PÂRIS, Valentin PERRUSSEL, Pierre ETCHEMAITE
    # Licence : GPLv3
    # WineHQ: http://winebuild.playonlinux.com/wine/wine-patches/LeagueOfLegends2/
    
    # Changelog
    # (2012-05-11) 22:50 - Quentin PÂRIS
    # - New wine patches for better perfomances
    # (2012-05-11) 23:38 - Quentin PÂRIS
    # - Dirty hack that fixes problems
    # (2012-05-12) 09:45 - Quentin PÂRIS
    # - Patches for osx
    # (2012-05-28) 11:00 - Quentin PÂRIS
    # - Checks for recent version of PoL (InsertBeforeWine is bad supported by 4.0.14)
    # (2013-03-10) 22:51 - Pierre ETCHEMAITE
    # - Use web downloader
    # (2013-04-07) 22:23 - Pierre ETCHEMAITE
    # - Reverted as they somehow broke PMB (not even installed)
    # (2013-04-13) 20:12 - GNU_Raziel
    # - Added POL_Wine_SetVideoDriver function
    # (2013-09-07) 21:17 - Pierre ETCHEMAITE
    # - Fix for newer LoL versions
    # (2014-09-01) 21:17 - Quentin PÂRIS
    # - Fix for newer LoL versions (added d3dx9)
    # (2015-01-09) 00:54 - Pierre ETCHEMAITE
    # - Update Wine to fix missing libgcrypto symlink
    # (2015-02-10) 20:25 = Pierre ETCHEMAITE
    # - Use official standalone installer/patcher
    # (2015-05-31) 08:27 = Pierre ETCHEMAITE
    # - use Wine 1.7.44-LeagueOfLegends2 to fix patcher issue
    # (2016-01-26) 12:55 (UTC) - Jeddunk
    # - upgrade Wine to 1.9.2-LeagueOfLegends5
    
    [ "$PLAYONLINUX" = "" ] && exit 0
    source "$PLAYONLINUX/lib/sources"
    
    WINEVERSION="1.9.2-LeagueOfLegends5"
    
    TITLE="League of Legends"
    PREFIX="LeagueOfLegends"
    SHORTCUT_NAME="League of Legends"
    
    POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
    
    POL_SetupWindow_Init
    POL_RequiredVersion "4.0.18" || POL_Debug_Fatal "$APPLICATION_TITLE 4.0.18 is required to install $TITLE"
    POL_SetupWindow_SetID 1135
    
    which glxinfo || POL_Debug_Error "$(eval_gettext 'glxinfo is not installed. Please install mesa-utils package')"
    
    if ! glxinfo | grep -q GL_EXT_texture_compression_s3tc; then
    POL_SetupWindow_message "$(eval_gettext 'Warning! S3TC compression is not available on your system.\n\nIf you have a free driver, you might need to install a proprietary driver \n\nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you might get slower results')"
    POL_Debug_Warning "S3TC not enabled!"
    fi
    
    POL_Debug_Init
    
    POL_SetupWindow_presentation "League of Legends" "Riot" "http://www.riotgames.com/" "Quentin PÂRIS, BlondVador" "LeagueOfLegends"
    
    POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"
    
    if [ "$INSTALL_METHOD" = "LOCAL" ]; then
    cd "$HOME"
    POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" "" "Windows Executables (*.exe)|*.exe;*.EXE"
    
    if strings "$APP_ANSWER"|grep -q '\(name="Pando Media Booster Downloader"\|Advanced Installer\)'; then
    NOBUGREPORT="TRUE"
    POL_Debug_Fatal "$(eval_gettext 'Cant install using the official downloader, sorry')"
    fi
    FULL_INSTALLER="$APP_ANSWER"
    else # DOWNLOAD
    POL_System_TmpCreate "$PREFIX"
    
    # http://forums.na.leagueoflegends.com/board/showthread.php?t=1474419
    POL_SetupWindow_menu "$(eval_gettext 'Select installer to download:')" "$TITLE" "$(eval_gettext 'North America')~$(eval_gettext 'Europe West')~$(eval_gettext 'Europe Nordic and East')" "~"
    case "$APP_ANSWER" in
    "$(eval_gettext 'North America')")
    DOWNLOAD_URL="http://l3cdn.riotgames.com/Installer/SingleFileInstall/LeagueOfLegendsBaseNA.exe"
    DOWNLOAD_MD5="9d44b68bd02d7b5426556f64d86bbd16"
    ;;
    "$(eval_gettext 'Europe West')")
    DOWNLOAD_URL="http://l3cdn.riotgames.com/Installer/SingleFileInstall/LeagueOfLegendsBaseEUW.exe"
    DOWNLOAD_MD5="eb5d7b007b6022ee555c0dd9fd71263e"
    ;;
    "$(eval_gettext 'Europe Nordic and East')")
    DOWNLOAD_URL="http://l3cdn.riotgames.com/Installer/SingleFileInstall/LeagueOfLegendsBaseEUNE.exe"
    DOWNLOAD_MD5="f08d7b70776b0989eabb016bae77fdaa"
    ;;
    esac
    DOWNLOAD_FILE="$POL_System_TmpDir/$(basename "$DOWNLOAD_URL")"
    
    POL_Call POL_Download_retry "$DOWNLOAD_URL" "$DOWNLOAD_FILE" "$DOWNLOAD_MD5" "$TITLE standalone installer"
    
    FULL_INSTALLER="$DOWNLOAD_FILE"
    fi
    
    POL_System_SetArch "x86"
    POL_Wine_SelectPrefix "$PREFIX"
    POL_Wine_PrefixCreate "$WINEVERSION"
    
    POL_Call POL_Install_corefonts
    POL_Call POL_Install_vcrun2005
    POL_Call POL_Install_vcrun2008
    POL_Call POL_Install_d3dx9
    
    Set_OS "win7"
    
    POL_SetupWindow_message "$(eval_gettext 'Warning: You must not tick the checkbox "Run $TITLE" when setup is done')" "$TITLE"
    
    POL_Wine_WaitBefore "$TITLE"
    POL_Wine "$FULL_INSTALLER"
    
    Set_OS winxp
    
    # Set Graphic Card informations keys for wine
    POL_Wine_SetVideoDriver
    
    POL_Call POL_Function_OverrideDLL builtin,native dnsapi
    POL_Shortcut "lol.launcher.admin.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;"
    
    if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
    # Free some disk space
    POL_System_TmpDelete
    fi
    
    if [ "$POL_OS" = "Linux" ]; then
    if [ "$(cat /proc/sys/net/ipv4/tcp_timestamps)" = "1" ]; then
    FORUM_URL='http://forums.euw.leagueoflegends.com/board/showthread.php?t=2058453'
    POL_SetupWindow_question "$(eval_gettext 'If you get connection errors when attempting to login, try disabling tcp_timestamps in the kernel.')\n$(eval_gettext 'Do you want to read original thread in League of Legends forums?')" "$TITLE"
    [ "$APP_ANSWER" = "TRUE" ] && POL_Browser "${FORUM_URL}"
    fi
    fi
    
    POL_SetupWindow_Close
    exit 0
    
  6. PlayOnLinux의 "도구"메뉴에서 "로컬 스크립트 실행"을 선택하고 방금 저장 한 스크립트를 선택하십시오.

  7. League of Legends를 설치하려면 지시를 따르십시오. 설치 마법사의 끝에서 "League League of Legends"상자 를 선택 해제 해야합니다 .

  8. PlayOnLinux의 League of Legends 앱에서 "실행"을 누르십시오.


1
2016 년 9 월 현재 작동하는지 확인할 수 있습니다. 향후 상황이 변경 될 수 있지만 리그를 설치하고 운영 할 수있었습니다. 실제로 게임을 할 수있는 기회가 생기면 조금만 다시보고하겠습니다.
RPiAwesomeness

1
빠른 대 AI 게임을 플레이했는데 정상적으로 작동하는 것 같습니다!
RPiAwesomeness

나를 위해 일하지 않습니다. 설치 프로세스는 완료되지만 게임을 시작하면 치명적인 오류 메시지가 표시되고 종료됩니다.
Noah Passalacqua

@NoahPassalacqua 그래, 나는 어떤 강력한 설치 절차를 알지 못한다. 그것은 항상 결국 깨진다 ....
edwinksl

2
@edwinksl Lutris를 사용하여 작동했습니다!
Noah Passalacqua

4

PlayOnLinux를 사용하여 설치 / 실행하는 데 문제가있는 사람은 Lutris를 확인하십시오 .

우분투 17.04에서 모든 것이 놀랍게 작동했습니다.

이 YouTube 동영상을 보았습니다 https://www.youtube.com/watch?v=0YW5ulQOaGk


PlayOnLInux보다 좋은 방법, 감사합니다! 몇 번의 클릭만으로 이상한 버그 나 결함없이 첫 번째 시도를했습니다. 리눅스에서 게임을하는 훨씬 더 현대적인 방법. 버전 0.4에 불과하지만 곧 증기처럼 쉬울 것입니다.
Jonathan
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.