Google Maps JavaScript error
-
In the Set Your Location screen, you show a Google Maps preview of the location. This frame has started throwing JavaScript errors on my Windows 10 machine.
I had a similar problem with my own software, and it was caused by Google dropping support for old versions of Internet Explorer. Embedded web browsers default to IE 6 compatibility mode by default -- you can turn this off on the embedded web page with <meta http-equiv="X-UA-Compatible" content="IE=edge">.