https://bugs.winehq.org/show_bug.cgi?id=46163
--- Comment #2 from CWB cwbussard@gmail.com --- (In reply to Fabian Maurer from comment #1)
Can you do a regression test? (See https://wiki.winehq.org/Wine_Developer%27s_Guide/ Other_Debugging_Techniques#How_to_do_regression_testing_using_Git)
Maaaaaybe. I'm going to be away several days this week, but I hope to get a chance to attempt it this weekend.
I could use some guidance on how to make sure I'm running tests against the version of wine I've built for regression testing rather than the one installed at /opt/wine-devel/. Please correct my misconceptions: 1. I can create a wine prefix that uses the testing build by: WINEARCH=win32 WINEPREFIX=/home/something/something /path/to/test/build/winecfg ? 2. To run winetricks (so I can install WMP10, quartz, devenum) against that prefix, using the testing build, I can run: WINEPREFIX=/home/something/something WINE=/path/to/test/build/wine winetricks ?