http://bugs.winehq.com/show_bug.cgi?id=740
*** shadow/740 Fri May 31 14:15:38 2002
--- shadow/740.tmp.15273 Fri May 31 14:56:33 2002
***************
*** 330,332 ****
--- 330,336 ----
I committed a fix for the division by zero. It would still be interesting
to find out if the all-zero image is what the app intended or if there's
a bug somewhere else causing that.
+
+
+ ------- Additional Comments From ronis(a)onsager.chem.mcgill.ca 2002-05-31 14:56 -------
+ Are you sure you want me to attache the entire log? It's about 16M in size.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=752
*** shadow/752 Fri May 31 14:31:00 2002
--- shadow/752.tmp.14990 Fri May 31 14:52:53 2002
***************
*** 45,47 ****
--- 45,60 ----
Dustin, this is not the appropriate answer. If it doesn't work with Wine it
needs to be fixed, "go use another version" is not a fix. Please reopen that
bug.
+
+
+ ------- Additional Comments From tazdev(a)altern.org 2002-05-31 14:52 -------
+ hum, what the hell is going on ?
+ what did i do wrong?
+ why was the bug closed ?
+ i use wine because it's free, i'm not gonna pay to use an emulator, if i'll i
+ should have stayed on windows, but that's not
+ what's this reaction ?
+ i wanted to give some of my free time in the winz project, but with this
+ reaction, i'm gonna help some more serious developpers
+
+ sorry
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=752
*** shadow/752 Fri May 31 14:22:32 2002
--- shadow/752.tmp.13343 Fri May 31 14:31:00 2002
***************
*** 40,42 ****
--- 40,47 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-31 14:22 -------
Dustin, I don't think we came across timeouts with installers before.
I'm going to take a look at it.
+
+ ------- Additional Comments From julliard(a)winehq.com 2002-05-31 14:31 -------
+ Dustin, this is not the appropriate answer. If it doesn't work with Wine it
+ needs to be fixed, "go use another version" is not a fix. Please reopen that
+ bug.
http://bugs.winehq.com/show_bug.cgi?id=752
*** shadow/752 Fri May 31 14:16:14 2002
--- shadow/752.tmp.12532 Fri May 31 14:22:32 2002
***************
*** 36,38 ****
--- 36,42 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-31 14:16 -------
closing bug
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-31 14:22 -------
+ Dustin, I don't think we came across timeouts with installers before.
+ I'm going to take a look at it.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=752
*** shadow/752 Fri May 31 02:54:54 2002
--- shadow/752.tmp.12067 Fri May 31 14:16:04 2002
***************
*** 2,8 ****
| msreadersetup.exe doesnt install |
+----------------------------------------------------------------------------+
| Bug #: 752 Product: Wine |
! | Status: UNCONFIRMED Version: CVS |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-winelib |
--- 2,8 ----
| msreadersetup.exe doesnt install |
+----------------------------------------------------------------------------+
| Bug #: 752 Product: Wine |
! | Status: RESOLVED Version: CVS |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-winelib |
***************
*** 28,30 ****
--- 28,35 ----
this exe can be found here :
http://download.microsoft.com/download/msreader/Install/2.1/W98NT42KMeXP/EN…
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-31 14:16 -------
+ try installing with codeweavers, codeweavers crossover, or codeweaver's
+ crossover office, those are the only 2 that may be able to install this
+ software, due to the type of installer that is used...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=740
*** shadow/740 Fri May 31 14:12:22 2002
--- shadow/740.tmp.12012 Fri May 31 14:15:38 2002
***************
*** 325,327 ****
--- 325,332 ----
cursor? It's interesting to see how it was created.
It has handler value 405c60e8 in the last piece of trace you posted, but the
trace does not cover time when it was created.
+
+ ------- Additional Comments From julliard(a)winehq.com 2002-05-31 14:15 -------
+ I committed a fix for the division by zero. It would still be interesting
+ to find out if the all-zero image is what the app intended or if there's
+ a bug somewhere else causing that.
http://bugs.winehq.com/show_bug.cgi?id=740
*** shadow/740 Fri May 31 14:06:47 2002
--- shadow/740.tmp.11765 Fri May 31 14:12:22 2002
***************
*** 319,321 ****
--- 319,327 ----
So only your last possibility seems reasonable. On the other hand,
why can't a cursor mask be all zero's?
****************************************************************
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-31 14:12 -------
+ David, you have the whole trace. Could you post the trace, corresponding life of
+ cursor? It's interesting to see how it was created.
+ It has handler value 405c60e8 in the last piece of trace you posted, but the
+ trace does not cover time when it was created.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=740
*** shadow/740 Fri May 31 14:04:23 2002
--- shadow/740.tmp.11243 Fri May 31 14:06:47 2002
***************
*** 304,306 ****
--- 304,321 ----
I did not research the code, bug here is one more *very* funny possibility -
fgBits++ overflows and sets ftBits to 0.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-31 14:06 -------
+ David, it's better to add your comments to the bug description.
+ Here they are:
+
+ ****************************************************************
+ As I reported, I put in some trace's in the innermost x & y loops.
+ The problem is that the entire theImage is filled with zeros. Both
+ xmax and ymax are 32 and I can't belive the compiler is so broken that
+ the ++ operator fails; if so, we have more problems here, ground
+ control.
+
+ So only your last possibility seems reasonable. On the other hand,
+ why can't a cursor mask be all zero's?
+ ****************************************************************
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=740
*** shadow/740 Fri May 31 13:26:50 2002
--- shadow/740.tmp.11070 Fri May 31 14:04:23 2002
***************
*** 9,15 ****
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: ronis(a)onsager.chem.mcgill.ca |
! | CC list: Cc: |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
--- 9,15 ----
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: ronis(a)onsager.chem.mcgill.ca |
! | CC list: Cc: Speeddymon@yahoo.com,tony_lambregts@telusplanet.net |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
***************
*** 298,300 ****
--- 298,306 ----
all of this information is against the current mouse.c, not rev 1.2 which is
the first version with this problem...
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-31 14:04 -------
+ Thanks for adding me to the CC list, I read all the messages about this bug anyway.
+
+ I did not research the code, bug here is one more *very* funny possibility -
+ fgBits++ overflows and sets ftBits to 0.
\ No newline at end of file