https://bugs.winehq.org/show_bug.cgi?id=57547
--- Comment #13 from T E Dixon dixonte+winehq@stc-networks.com --- In my efforts to try and get a build that has correct debugging symbols, I tried getting wine from git manually and compiling it via the following:
./configure CFLAGS="-Og" CROSSCFLAGS="-Og" make
And then just running `WINEPREFIX=$HOME/winetest ./wine control`
This apparently created a 32 bit version of wine that was incompatible with the 64 bit prefix I had created in $HOME/winetest with earlier testing. I wiped the directory and tried again. I was UNABLE to reproduce the error.
I then tried running `WINEPREFIX=$HOME/winetest/ /usr/lib/wine-staging-10.0_rc2/bin/wine control`, and was again unable to reproduce the error.
Wiping $HOME/winetest and retrying 10.0_rc2 led to me being able to reproduce the error. However I am still unable to get useful output from the error dialogue box or from winedbg.
I'll keep trying, but thought this might be useful info.