So when using the unstripped shared Gecko install, I get a lot of test failures. For instance mshtml:activex: https://test.winehq.org/data/ab0a3cb2ff5378f6ab5dd79712547dc43a484100/linux_...
activex.c:2766: Test failed: Too old IE
I replaced the unstripped build with the regular one and that seems to have fixed these failures: https://test.winehq.org/data/123c0543e0bb4c99fbee0a568e786405ff886a93/linux_...
I installed the shared unstripped Gecko with:
mkdir ../gecko cd ../gecko wget https://dl.winehq.org/wine/wine-gecko/2.47.1/wine-gecko-2.47.1-x86-unstrippe... tar xfj wine-gecko-2.47.1-x86-unstripped.tar.bz2
Did I do something wrong?