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(a)winehq.com |
+ | Reported By: burnus(a)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(a)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(a)rhlx01.fht-esslingen.de 2000-10-25 05:08 -------
+ Implemented it as returning FALSE (at least for now).
+
+ Andreas Mohr
+
+ ------- Additional Comments From burnus(a)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(a)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
http://bugs.winehq.com/show_bug.cgi?id=39
*** shadow/39 Sat May 25 17:17:26 2002
--- shadow/39.tmp.2569 Sat May 25 18:01:14 2002
***************
*** 66,68 ****
--- 66,73 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 17:17 -------
Should this bug be closed? no comment on it for over a year......
+
+ ------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-05-25 18:01 -------
+ Of course not. It's a fundamental problem.
+ One might want to reconfirm it perhaps, though.
+ (with severe messaging changes in between, it might just work now, who knows)
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=20
*** shadow/20 Sat Feb 2 22:48:07 2002
--- shadow/20.tmp.2575 Sat May 25 18:01:14 2002
***************
*** 2,16 ****
| Solaris: wine segfaults. |
+----------------------------------------------------------------------------+
| Bug #: 20 Product: Wine |
! | Status: RESOLVED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-binary |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: rieck(a)inf.fu-berlin.de |
| CC list: Cc: |
+----------------------------------------------------------------------------+
| URL: |
+============================================================================+
| DESCRIPTION |
--- 2,17 ----
| Solaris: wine segfaults. |
+----------------------------------------------------------------------------+
| Bug #: 20 Product: Wine |
! | Status: CLOSED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-binary |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: rieck(a)inf.fu-berlin.de |
| CC list: Cc: |
+----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
| URL: |
+============================================================================+
| DESCRIPTION |
***************
*** 72,78 ****
complete debugmsg log
! ------- Additional Comments From amohr(a)codeweavers.com 2000-10-19 21:57 -------
Wine version is too old.
Resubmit if it's not fixed in the newest release (at least 20001002, better CVS
--- 73,79 ----
complete debugmsg log
! ------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2000-10-19 21:57 -------
Wine version is too old.
Resubmit if it's not fixed in the newest release (at least 20001002, better CVS
***************
*** 86,88 ****
--- 87,92 ----
So I am closing this bug (so that bugzilla does not become bogged down with
obsolete bugs). Try again with a recent Wine and if it still does not work feel
free to reopen this bug or to open a new one.
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 18:01 -------
+ Since it hasn't been reopened, im closing it...
\ No newline at end of file