Chrome Crashes on Remote Desktop

0

Sometimes (not all the time though) when I log into my computer through remote desktop, Chrome dies. Any subsequent time I open Chrome (whether still through the remote connection or even if I log on locally) it opens for a about 5-10 seconds then dies again. A restart fixes this issue until the next time I rdp.

Note, this is not the same as:

Thanks, -Vinay

vkapadia

Posted 2016-06-16T23:36:42.507

Reputation: 105

http://superuser.com/questions/601677/chrome-not-working-on-a-remote-desktop-connection?rq=1 also doesn't solve it (tried running Chrome with the no gpu flag set, still died). – vkapadia – 2016-06-17T00:24:23.837

Also, I've used the RDP client on Windows 10, Windows 7, and Android. All of these cause this issue. – vkapadia – 2016-06-17T00:27:20.180

Answers

0

I was able to solve this! I actually found the solution when Outlook crashed. Outlook's crash allowed me to attach a debugger to see what the issue was (Chrome just disappears, really not helpful). It showed me an access violation in vorbis.acm, which a quick Google search shows is an issue with Remote Desktop and 64-bit machines (not sure what the issue really is, I didn't look to hard). I renamed my vorbis.acm to vorbis.acm.bak, and Chrome stays open (as a bonus, Outlook stops crashing too).

vkapadia

Posted 2016-06-16T23:36:42.507

Reputation: 105

Vorbis is audio related. Can you please post the stack in a gist ( https://gist.github.com/ ) or on Pastebin? Also, what OS is the client and the server? Thanks!

– cdavid – 2016-06-19T07:12:34.030