http://bugs.winehq.org/show_bug.cgi?id=26386
--- Comment #8 from André H. nerv@dawncrow.de 2011-07-25 17:46:27 CDT --- 005b:Call advapi32.RegOpenKeyExA(ffffffff80000002,1403bd7b0 "SOFTWARE\SynthEyes",00000000,0002001f,0023d7d8) ret=140237950 005b:Ret advapi32.RegOpenKeyExA() retval=00000002 ret=140237950 005b:Call user32.MessageBoxA(00000000,1403cf000 "You need to start SynthEyes using 'Run as Administrator' to authorize. See http://www.ssontech.com/support.htm%22,1403b3d50 "SynthEyes",00042030) ret=140237a41
these lines look like your app wants to open "SOFTWARE\SynthEyes" in the registry and doesn't find it, most likely it really isn't there because it maybe wasn't created by the installation. try reinstalling the app with latest wine (and set to WinXP) or create that registry key yourself (installing would be better)