http://bugs.winehq.com/show_bug.cgi?id=747
*** shadow/747 Fri May 31 09:47:03 2002
--- shadow/747.tmp.26189 Fri May 31 10:18:47 2002
***************
*** 153,155 ****
--- 153,162 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-31 09:47 -------
Stephan, what application is this?
Can it be freely accessed (e.g. demo/trial version)?
+
+ ------- Additional Comments From sbuehne(a)web.de 2002-05-31 10:18 -------
+ This is a simulation program, simulating the original signal box of cologne
+ central station.
+ This software is not free available.
+
+
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=753
*** shadow/753 Fri May 31 10:12:11 2002
--- shadow/753.tmp.25786 Fri May 31 10:12:11 2002
***************
*** 0 ****
--- 1,34 ----
+ +============================================================================+
+ | compile error on non-2.4 kernel linux |
+ +----------------------------------------------------------------------------+
+ | Bug #: 753 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020509 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-binary |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: karthan(a)bellsouth.net |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ There is a problem in dlls/ntdll/cdrom.c which prevents wine from being built on
+ a non-2.4 kernel.
+
+ The version of Wine I have is wine-20020509 and I am building it on a Slackware
+ 8.0, 2.2.20 kernel system. Commenting out the lines allows the build to
+ continue without error. It also appears to run well enough to play solitaire
+ (sol.exe).
+
+ The following lines are the problems:
+ lines 105/106: (these are [not] defined in linux/major.h)
+ case IDE6_MAJOR: *iface = 6; break;
+ case IDE7_MAJOR: *iface = 7; break;
+
+
+ lines 1060/1061 and lines 1131/1132: (this struct is defined in linux/cdrom.h)
+ cmd.quiet = 0;
+ cmd.timeout = pPacket->TimeOutValue*HZ;
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=747
*** shadow/747 Thu May 30 16:12:37 2002
--- shadow/747.tmp.23976 Fri May 31 09:47:03 2002
***************
*** 149,151 ****
--- 149,155 ----
looks as if this was never opened.
Stephan
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-31 09:47 -------
+ Stephan, what application is this?
+ Can it be freely accessed (e.g. demo/trial version)?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=740
*** shadow/740 Thu May 30 19:13:48 2002
--- shadow/740.tmp.16659 Fri May 31 07:36:05 2002
***************
*** 210,212 ****
--- 210,218 ----
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-05-30 19:13 -------
Confirming bug,changing status to NEW
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-31 07:36 -------
+ Tony, the patch added a few divisions:
+ "/ fgBits" and "/ bgBits". It would be interesting to research where fgBits and
+ bgBits come from. One of these could be 0 for some reasons.
+ I don't have time right now to research it, but this guess may help you.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=751
*** shadow/751 Thu May 30 23:18:08 2002
--- shadow/751.tmp.27844 Thu May 30 23:19:14 2002
***************
*** 25,27 ****
--- 25,31 ----
the selected emulated version, or always return the actual free size.
I'll attach a small program to obtain the return values from GetDiskFreeSpaceA.
+
+ ------- Additional Comments From vberon(a)mecano.gme.usherb.ca 2002-05-30 23:19 -------
+ Created an attachment (id=150)
+ Test program to obtain the return values of GetDiskFreeSpaceA
http://bugs.winehq.com/show_bug.cgi?id=751
*** shadow/751 Thu May 30 23:18:08 2002
--- shadow/751.tmp.27787 Thu May 30 23:18:08 2002
***************
*** 0 ****
--- 1,27 ----
+ +============================================================================+
+ | GetDiskFreeSpace should return >2GB on some systems |
+ +----------------------------------------------------------------------------+
+ | Bug #: 751 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020509 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-files |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: vberon(a)mecano.gme.usherb.ca |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ GetDiskFreeSpace{A,W} currently always return size <= 2GB (as per current MSDN
+ docs). But the actual behaviour can be different.
+
+ On Windows NT 4.0 SP6, such a call on an NTFS partition (1 sector/cluster, 512
+ bytes/sector) with 11.4GB free space returns the whole 11.4GB.
+
+ We should try to find which versions behave in such a way, and then either mimic
+ the selected emulated version, or always return the actual free size.
+
+ I'll attach a small program to obtain the return values from GetDiskFreeSpaceA.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=750
*** shadow/750 Thu May 30 23:10:14 2002
--- shadow/750.tmp.27466 Thu May 30 23:10:14 2002
***************
*** 0 ****
--- 1,26 ----
+ +============================================================================+
+ | Radmin doesn't want to start the second time (says it has expired) |
+ +----------------------------------------------------------------------------+
+ | Bug #: 750 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020509 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-misc |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: vberon(a)mecano.gme.usherb.ca |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ Quote from bug #725, where it was previously reported by Andriy Palamarchuk:
+ Application Radmin 2.1 from http://www.radmin.com does not start the second
+ time, says the demo expired.
+
+ Using CVS from 20020531-0300 UTC, no-windows install.
+ The problem is in the encoding and/or decoding of a registry key created on the
+ first run of the program, which is then used to get the expiration date (or the
+ installation date). The problem could lie in one of the date getting or date
+ conversion APIs, but it's not guaranteed.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=356
*** shadow/356 Thu May 30 16:18:36 2002
--- shadow/356.tmp.25637 Thu May 30 22:19:02 2002
***************
*** 34,36 ****
--- 34,46 ----
Don't know what changed since 20010629,
but if you enter the SID (oracle databasename) in the /etc/hosts file it works.
+
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-05-30 22:19 -------
+ It probably would be best if you did some regression testing for this bug. The
+ details on how to do this are outlined here.
+
+ http://www.winehq.com/Docs/wine-devel/cvs-regression.shtml
+
+ If you have any problems or do not understand how to do this just ask. Please
+ report back your results.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=740
*** shadow/740 Thu May 30 19:11:33 2002
--- shadow/740.tmp.18982 Thu May 30 19:13:48 2002
***************
*** 2,8 ****
| divide by zero exception in x11drv.dll |
+----------------------------------------------------------------------------+
| Bug #: 740 Product: Wine |
! | Status: UNCONFIRMED Version: CVS |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-x11driver |
--- 2,8 ----
| divide by zero exception in x11drv.dll |
+----------------------------------------------------------------------------+
| Bug #: 740 Product: Wine |
! | Status: NEW Version: CVS |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-x11driver |
***************
*** 206,208 ****
--- 206,212 ----
If you don't feel comfortable with that then I will see about working up a patch
for you.
+
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-05-30 19:13 -------
+ Confirming bug,changing status to NEW
\ No newline at end of file