[Bug 43] New - fixme:system:SystemParametersInfo16 Unknown option 92.

wine-bugs at winehq.com wine-bugs at winehq.com
Sat May 25 18:12:15 CDT 2002


http://bugs.winehq.com/show_bug.cgi?id=43

*** shadow/43	Sat May 25 18:12:15 2002
--- shadow/43.tmp.3250	Sat May 25 18:12:15 2002
***************
*** 0 ****
--- 1,59 ----
+ +============================================================================+
+ | fixme:system:SystemParametersInfo16 Unknown option 92.                     |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 43                          Product: Wine                    |
+ |       Status: RESOLVED                    Version: unspecified             |
+ |   Resolution:                            Platform:                         |
+ |     Severity: normal                   OS/Version: All                     |
+ |     Priority: P1                        Component: wine-kernel             |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: wine-bugs at winehq.com                                         |
+ |  Reported By: burnus at gmx.de                                                |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |    Milestone: TargetMilestone: ---                                         |
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ I installed:
+ http://www.bbc.co.uk/newsline/download/bbctick1.exe
+ (See http://www.bbc.co.uk/newsline/)
+ and started the extracted programe:
+ wine -managed BBCTicker.exe
+ 
+ I see three times this message:
+ fixme:system:SystemParametersInfo16 Unknown option 92.
+ And the Wine Error dialogue window (empty).
+ If I kill it, I see the message another 80 times in the xterm (before wine dies
+ because of being killed)
+ 
+ ------- Additional Comments From fgouget at codeweavers.com  2000-10-24 16:26 -------
+ 
+    92 is SPI_GETWINDOWSEXTENSION. It has been added in Windows 95.
+    It is supposed to tell whether 'Windows Plus!' is installed or not.
+    Adding support for it is simple (see in windows/sysparams.c). What I don't
+ know is whether we should we return true or false? Which is more true? It may be
+ safer to return false.
+ 
+    There are other values that are currently not handled. Maybe we should add
+ support for them too.
+ 
+    Note: the error is reported by the 16bit version of the API because the 32bit
+ version calls it if it does not know about some value.
+ 
+ See also:
+    http://msdn.microsoft.com/library/psdk/sysmgmt/sysinfo_4p67.htm
+ 
+ 
+ ------- Additional Comments From andi at rhlx01.fht-esslingen.de  2000-10-25 05:08 -------
+ Implemented it as returning FALSE (at least for now).
+ 
+ Andreas Mohr
+ 
+ ------- Additional Comments From burnus at gmx.de  2000-10-25 14:43 -------
+ I still see this with the current CVS version. Is it not yet checked in or
+ should I reopen it?
+ 
+ ------- Additional Comments From Speeddymon at yahoo.com  2002-05-25 18:12 -------
+ Tobias, do you still see this in a current CVS version?  It has been over a 
+ year and a half.  If you do, please, reopen the bug or file a new one...
\ No newline at end of file



More information about the wine-bugs mailing list