penna@bb.com.br wrote:
The problem seems to be with the name of the executable:
"user.exe" (sounds crazy, but it was I could realize after some tests).
That's quite possible. user.exe is a 16 bit part of user32.dll, and Wine treats it in a special way.
You might be able to add a dll override entry in winecfg like this:
*user.exe = native, builtin
Mike