[Bug 5764] Running FFXI leaves blank screen after accepting user agreement.

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jun 10 21:32:18 CDT 2008


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


Phill L <lucidcomms at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lucidcomms at gmail.com




--- Comment #11 from Phill L <lucidcomms at gmail.com>  2008-06-10 21:32:17 ---
The IMM error is actually non critical, forcing the latest POL/FFXI client to
Windowed mode will allow you to pass this error. The actual problem is caused
by calls to user32.dll functions SPI_GETFOREGROUNDLOCKTIMEOUT &
SPI_SETFORGROUNDLOCKTIMEOUT

fixme:system:SystemParametersInfoW Unimplemented action: 8192
(SPI_GETFOREGROUNDLOCKTIMEOUT)
fixme:system:SystemParametersInfoW Unimplemented action: 8193
(SPI_SETFOREGROUNDLOCKTIMEOUT)

Examining the WINE sourcecode dlls/user32/sysparams.c we see these are both
FIXME stubs.  I suspect a real stubs with a fake return value will likely solve
the issue (regrettably, my C skills range from non-existent to
damn-right-dangerous)

Reading MSDN, A null/zero value shouldn't cause any regressions with other
software, and searching the WINE bugzilla this will clear up more than a
trivial number of reported issues.

HTH

Phill


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list