Just installed lutris, Trying to open wine steam is logs system out of gnome

I just installed lutris on pop os 19.10. When I try to launch wine steam, the steam hangs on checking for updates for unusually long, then suddenly I’m logged out of gnome. Once I log back into gnome, my audio devices don’t work (dummy audio device, and when I try to switch it to my audio device it refuses to), and all my shell extensions get disabled. For the audio devices I just reboot and I have to turn shell extensions back on in tweak tool.

Has… has… anyone seen anything even remotely similar to this before??

Your gnome shell is probably crashing. App exit and thus back to the login screen.

What does this say?

journalctl --user

https://pastebin.com/SL95iWc7
This seems to be the relevant stuff from the journal

Here the fun starts…

12 Nov 03 13:34:08 xura-machine net.lutris.Lutris.desktop[2845]: wine: cannot find L"C:\\Program Files (x86)\\Steam\\bin\\cef\\cef.win7\\steamwebhelper.exe"
13 Nov 03 13:34:09 xura-machine net.lutris.Lutris.desktop[2845]: libGL error: Different GPU, but blitImage not implemented for this driver
14 Nov 03 13:34:09 xura-machine net.lutris.Lutris.desktop[2845]: libGL error: failed to load driver: i965
# Its trying to load the driver for your intel graphics card but fails...
...
40 Nov 03 13:34:09 xura-machine /usr/lib/gdm3/gdm-x-session[2440]: (EE) Segmentation fault at address 0x5580d166daa0
# Oh oh...
41 Nov 03 13:34:09 xura-machine /usr/lib/gdm3/gdm-x-session[2440]: (EE)
42 Nov 03 13:34:09 xura-machine /usr/lib/gdm3/gdm-x-session[2440]: Fatal server error:
43 Nov 03 13:34:09 xura-machine /usr/lib/gdm3/gdm-x-session[2440]: (EE) Caught signal 11 (Segmentation fault). Server aborting
# That's the reason the server is quitting...

Now we have to find out why the driver can’t be loaded.

How did you install the Windows version of Steam? Did you install it with a game using a Lutris installer script?

Is your WINE prefix 32 bit or 64 bit? If 32 bit, do you have the 32 bit libraries installed?

That’s all I have for now…