http://bugs.winehq.org/show_bug.cgi?id=4969
------- Additional Comments From sdac.bithack@gmail.com 2006-01-11 11:42 ------- Solution:
Go to the following directory:
C:\Program Files\IDA\cfg
which probably is:
/home/<username>/.wine/c_drive/Program Files/IDA/cfg
Then open the file "idagui.cfg" with a text editor, and locate the line containing the following (As of IDA Pro Advanced 5.0, it's on line 193):
"BitwiseNegate" = '~'
And comment it out:
//"BitwiseNegate" = '~'
Now execute idag.exe or idag64.exe and enjoy. ;]