http://bugs.winehq.org/show_bug.cgi?id=21790
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |obfuscation
--- Comment #8 from Anastasius Focht focht@gmx.net 2013-09-23 16:51:52 CDT --- Hello Nikolay,
well, as I said in my comment #3 ... It's an app virtualization scheme similar to Thinstall and Xenocode that hooks various native API. Invalid paths/names as seen in Wine traces are in fact part of all those schemes. They have no meaning to outside (filesystem) because calls get intercepted and parameters are internally translated/mapped to different objects.
If it still doesn't work one of the reasons could be that Wine doesn't behave like native, e.g. misses out some internal native API calls/sequences in order for those hooks to work.
Regards