I'm trying to install League of Legends through Playonlinux on Ubuntu 16.04. I'm starting with wine & playonlinux totally uninstalled, and following these directions: How to install League of Legends in Ubuntu
When I try and launch the game through playonlinux, it gets most of the way through the installation and then crashes and gives a popup: "The program LolPatcher.exe has encountered a serious problem and needs to close. We are sorry for the inconvenience."
Here's the playonlinux output in the terminal just prior to and then at the crash:
[POL_System_CheckFS] Message: Checking filesystem for lol.launcher.admin.exe
[POL_Wine] Message: Running wine-1.9.2-LeagueOfLegends5 lol.launcher.admin.exe (Working directory : ~/.PlayOnLinux/wineprefix/LeagueOfLegends/drive_c/Riot Games/League of Legends)
[POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html
[POL_Wine] Message: Wine return: 0
wine: Unhandled exception 0x40000015 in thread 52 at address 0x74121d (thread 0052), starting debugger...
I've googled the error
[POL_Wine] Message: Wine return: 0
wine: Unhandled exception 0x40000015 in thread 52 at address 0x74121d (thread 0052), starting debugger...
but pretty much every solution is "reinstall playonlinux" and I've tried that 3 times now with no success.
Any help is greatly appreciated :)
to confirm: does 'create a 32 bit XP prefix' mean this:
WINEPREFIX="$HOME/prefix32" WINEARCH=win32 wine wineboot
?is copying the riot games folder from a windows system as easy as just putting it on a usb and then copying it from the usb onto the cdrive folder on ubuntu? or does it need to have windows line endings and stuff changed?
and how does one 'set dll override:msvcp140 and vcruntime140' ?
(also thanks for the hasty response)
– jnotelddim Jun 27 '17 at 20:49q4wine
. you can do everything with it. yes just copy from a windows install and put in C: of the prefix. `winecfg', Libraries tab is where you set the overrides. – ravery Jun 27 '17 at 20:54