http://bugs.winehq.org/show_bug.cgi?id=3756
--- Comment #14 from Robert Massaioli robertmassaioli@gmail.com 2008-12-30 17:38:05 --- I just got a weird reult. While trying to debug AVRStudio I ran:
WINEDEBUG=+relay ./wine "C:/Program Files/Atmel/AVR Tools/AvrStudio4/AVRStudio.exe"
Instead of just:
./wine "C:/Program Files/Atmel/AVR Tools/AvrStudio4/AVRStudio.exe"
And the IDE actually opened. I could see everything and could even click on things and interact with the program. It was all very slow because of the output from the +relay flag but it worked. Why does it work with the +relay flag on but not without.
N.B. I will test this more than once.