http://bugs.winehq.org/show_bug.cgi?id=15094
--- Comment #13 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-09-05 01:09:55 --- hmm, sounds like a difficult to solve bug then. The demo also doesn't start with native oleaut32, so for now i guess the only thing you could do is first attach a complete debuglog; maybe that reveals something: Run the app like 'WINEDEBUG=+relay,+seh,+tid wine SafelogAA.exe &>/tmp/log' and attach the bzipped2 file /tmp/log to this bug (if it's still too big, search for the string "Operation is not supported for this type of object) on line 40 in Sub SaveUnlockCodeinDB of module basAFElogbook:" and attach the , let's say last 10000 lines before that string, something like grep -A 10 -B 10000 "in Sub SaveUnlockCodeinDB of module" /tmp/log > /tmp/relay.txt should do the trick)