Hi all,
I have posted a comment at http://bugs.winehq.org/show_bug.cgi?id=4351 The problem seems to be with the name of the executable: "user.exe" (sounds crazy, but it was I could realize after some tests).
Regards. --------------------------------------------------------- Ulisses de Sousa Penna Analista Consultor - Banco do Brasil Fone: +55-61-3310-6320 Fax: +55-61-3310-6435 ---------------------------------------------------------
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