Segfault after 0.5.0.1 update

Since updating to Lutris 0.5.0.1, it completely fails to open. When I run it in the console, I get the following logs:
$ lutris
2019-02-09 19:38:40,646: Running Lutris 0.5.0.1
2019-02-09 19:38:40,655: Using X.Org
2019-02-09 19:38:40,655: Running Mesa driver 18.3.3 on AMD Radeon™ HD 8800 Series (PITCAIRN, DRM 3.26.0, 4.18.20-041820-generic, LLVM 7.0.0) (0x6810)
2019-02-09 19:38:40,656: GPU: 1002:6810 174B:E271 using amdgpu drivers
[1] 30220 segmentation fault (core dumped) lutris

This definitely didn’t happen in the previous version (not exactly sure which version that was, but I assume it was the last version from the PPA). Is there any way to fix this?

Log of lutris -d ?

At leat for Arch, two new dependencies were necessary to have it run, namely gnome-desktop and python-pillow.

Don’t know how these packages are named for your package manager, but just wanted to give you this info.

lutris -d prints the same thing:

$ lutris -d                                                                   
INFO     2019-02-10 10:45:13,753 [application.do_command_line:222]:Running Lutris 0.5.0.1
INFO     2019-02-10 10:45:13,754 [startup.check_driver:49]:Using X.Org
INFO     2019-02-10 10:45:13,755 [startup.check_driver:54]:Running Mesa driver 18.3.3 on AMD Radeon(TM) HD 8800 Series (PITCAIRN, DRM 3.26.0, 4.18.20-041820-generic, LLVM 7.0.0) (0x6810)
INFO     2019-02-10 10:45:13,755 [startup.check_driver:64]:GPU: 1002:6810 174B:E271 using amdgpu drivers
[1]    3507 segmentation fault (core dumped)  lutris -d

I’m using Ubuntu 18.04 (should have mentioned that earlier). I ran sudo apt install python-pil, but it still segfaults. I’m not sure this is related to the PIL dependency