[Bug 8466] Autocad 2000 Trial fails to install on first try

Wine Bugs wine-bugs at winehq.org
Tue May 22 16:12:32 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=8466





------- Additional Comments From focht at gmx.net  2007-22-05 16:12 -------
Hello,

one possible cause could be some early native dll api call which set last eror
value.
Suspicious one:  GetLastError() retval=00000057 (parameter incorrect)

That last error gets passed throughout the installer.
Seems no api resets this until it gets finally checked.

You could try to produce a log with successful run and diff it against first
(unsuccessful) run (paying attention to last error values).
And try to add +loaddll,+seh for both runs to see which (native) dll might be
involved.

Regards

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list