Monday, March 31, 2014

FIX: LoL errors on (PlayOn) Linux

Problem

‘The game has crashed. Please try to reconnect.’ immediately after champion select.

Solution

Open /etc/hosts on the host computer in the text editor of your choice.
On the line that resembles:
127.0.0.1   localhost.localdomain   localhost
add the name of your computer (found in /etc/hostname). For example:
127.0.0.1   localhost.localdomain   localhost   NEXUS

Problem

‘Unable to connect to server. If you have a firewall, it may be blocking the connection. Please refer to your firewall's documentation. Would you like to retry the connection? [Retry] [Cancel]’ after champion select.

Solution

Open winecfg (if on PlayOnLinux, use Configure -> Wine -> Configure Wine). Go to Libraries. Add the override dnsapi (builtin, native).

Labels: , , , , , ,

Saturday, March 29, 2014

Adventures in Arch: Part 3.5 - Note to Self

Note to self:
mount /dev/sdb2 /opt/chroot/home/

rm -rf /opt/chroot
is a bad idea