http://bugs.winehq.com/show_bug.cgi?id=693
*** shadow/693 Thu May 16 20:16:12 2002
--- shadow/693.tmp.2140 Thu May 16 20:16:12 2002
***************
*** 0 ****
--- 1,29 ----
+ +============================================================================+
+ | CD device access doesn't work for IDE SCSI emulation (major 11) |
+ +----------------------------------------------------------------------------+
+ | Bug #: 693 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020509 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-kernel |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: vberon(a)mecano.gme.usherb.ca |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ At the launch of any Windows program (or Winelib program), I get the following
+ error message:
+
+ fixme:cdrom:CDROM_GetIdeInterface major 11 not supported
+
+ My CD devices are /dev/scd0 and /dev/scd1, major 11 minor {0,1}, as I use the
+ IDE SCSI emulation layer in Linux.
+
+ The function CDROM_GetIdeInterface in dlls/ntdll/cdrom.c doesn't find the
+ correct interface (as it's not really identified as a IDE CD).
+
+ Could somebeody look into it?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=689
*** shadow/689 Thu May 16 15:09:48 2002
--- shadow/689.tmp.1570 Thu May 16 20:07:39 2002
***************
*** 17,19 ****
--- 17,23 ----
| DESCRIPTION |
Running a demo, this function is called and the programs crashes trying to
jump at 0xdeadbeef
+
+ ------- Additional Comments From vberon(a)mecano.gme.usherb.ca 2002-05-16 20:07 -------
+ Will try to implement that function.
+ The W is a stub.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=688
*** shadow/688 Thu May 16 14:46:09 2002
--- shadow/688.tmp.320 Thu May 16 19:51:10 2002
***************
*** 30,32 ****
--- 30,40 ----
Working on: /home/wine/documentation/wine-doc.sgml
Done.
make[1]: Quitte le répertoire `/home/wine/documentation'
+
+ ------- Additional Comments From vberon(a)mecano.gme.usherb.ca 2002-05-16 19:51 -------
+ Almost same thing here using RH-7.2's docbook-utils 0.6.9-2.1.
+ No index.html (the file for which the Makefile rule is made), only c(bunch of
+ digits).html, x(bunch of digits).html, and a few other html files. And a subdir
+ for gifs.
+ And there's a pdf and a ps produced in the documentation/ directory.
+ But the html filenames are somewhat not representative.
http://bugs.winehq.com/show_bug.cgi?id=434
*** shadow/434 Thu Apr 18 15:50:54 2002
--- shadow/434.tmp.4718 Thu May 16 14:53:23 2002
***************
*** 7,13 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: ivanovich(a)menta.net |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 7,13 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
+----------------------------------------------------------------------------+
! | Assigned To: julliard(a)winehq.com |
| Reported By: ivanovich(a)menta.net |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 446,448 ****
--- 446,452 ----
of code is dealing with. Each window 'part' is actually a seperate window
(the top blue bar, the 'inside', the scrollbar..), will all have different
window #'s.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-16 14:53 -------
+ Alexandre, according to the comments the issue is caused by your patch.
+ Could you look at it?
\ No newline at end of file