http://bugs.winehq.com/show_bug.cgi?id=757
*** shadow/757 Sat Jun 1 16:50:26 2002
--- shadow/757.tmp.8195 Sat Jun 1 16:50:26 2002
***************
*** 0 ****
--- 1,44 ----
+ +============================================================================+
+ | Sound bug: only sometimes - wodDsCreate DirectSound flag not set |
+ +----------------------------------------------------------------------------+
+ | Bug #: 757 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020509 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-directx |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: pavel.reznicek(a)wo.cz |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ In most runs of Wine, I get no sound. But SOMETIMES it luckily happens that I
+ hear all I may hear. I have tried all and I still don't know on what things
+ this bug depends!
+
+ Wine has printed this in the console:
+
+ ...
+ fixme:console:SetConsoleCtrlHandler (0x7800fa48,1) - no error checking or
+ testing yet
+ 'import site' failed; use -v for traceback
+ err:wave:wodDsCreate DirectSound flag not set
+ This sound card's driver does not support direct access
+ The (slower) DirectSound HEL mode will be used instead.
+ ...
+
+ The most important line I think is
+ "err:wave:wodDsCreate DirectSound flag not set".
+
+ When the sound goes to work, this message doesn't appear, and there's a fixme
+ instead.
+
+ But it appears only by running PySol-4.41, otherwise, Wine is quiet (no sound)
+ and doesn't complain for anything.
+
+ Thank you
+
+ Pavel Reznicek
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=467
*** shadow/467 Fri May 24 15:33:16 2002
--- shadow/467.tmp.3547 Sat Jun 1 15:19:43 2002
***************
*** 289,291 ****
--- 289,295 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-24 15:33 -------
Closing bug, since we are not sure if it is resolved or not...
+
+ ------- Additional Comments From centi_riccardo(a)libero.it 2002-06-01 15:19 -------
+ Created an attachment (id=152)
+ DON'T WORK
http://bugs.winehq.com/show_bug.cgi?id=648
*** shadow/648 Sat Jun 1 12:54:14 2002
--- shadow/648.tmp.27516 Sat Jun 1 12:54:36 2002
***************
*** 272,274 ****
--- 272,278 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-06-01 12:54 -------
Duncan, thank you for excellent bug report and research.
Closing per your comments. Reopen if the bug still exists.
+
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-06-01 12:54 -------
+ Closing
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=736
*** shadow/736 Fri May 31 11:27:51 2002
--- shadow/736.tmp.6479 Sat Jun 1 06:38:12 2002
***************
*** 271,273 ****
--- 271,277 ----
(the system.reg value is wrong, debugger/winedbg).
Then type "bt" and show us the trace.
Thanks !
+
+ ------- Additional Comments From puoti(a)inwind.it 2002-06-01 06:38 -------
+ Created an attachment (id=151)
+ Here is the full debug provided by bug_report.pl
http://bugs.winehq.com/show_bug.cgi?id=330
*** shadow/330 Fri May 31 21:51:30 2002
--- shadow/330.tmp.14057 Fri May 31 23:41:00 2002
***************
*** 48,50 ****
--- 48,55 ----
rev=1.3&content-type=text/vnd.viewcvs-markup
Please update this bug if you submit a patch.
+
+ ------- Additional Comments From vinn(a)theshell.com 2002-05-31 23:41 -------
+ I didn't read that very well. It's vaguely BSD-ish, but with a restriction
+ added (namely, that you can't place restrictions.) This seems at odds with the
+ LGPL (section 6.) Ick. I guess I'll punt that legal ball to someone else.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=740
*** shadow/740 Fri May 31 19:22:23 2002
--- shadow/740.tmp.10344 Fri May 31 22:04:14 2002
***************
*** 366,368 ****
--- 366,371 ----
Well, since the error is gone, I guess it can be resolved, but I'm not closing
it until we figure out what the real problem is, i.e. why fgbits gets set to
zero...
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-31 22:04 -------
+ David, pack the log with bzip. It is known to compress logs very well.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=330
*** shadow/330 Wed May 22 12:47:51 2002
--- shadow/330.tmp.9187 Fri May 31 21:51:30 2002
***************
*** 23,25 ****
--- 23,50 ----
One good source of information can be the MinGW project. See http://www.mingw.org.
Check if their license is compatible with ours. If it is, you can just copy
missing definitions. Don't forget to include the copyright note.
+
+ ------- Additional Comments From vinn(a)theshell.com 2002-05-31 21:51 -------
+ Looking at: http://www.mingw.org/licensing.shtml
+ it shows the w32api part of Mingw as BSD:
+
+ You are free to use, modify and copy this package. No restrictions are imposed
+ on programs or object files compiled with this library. You may not restrict
+ the the usage of this library. You may distribute this library as part of
+ another package or as a modified package if and only if you do not restrict the
+ usage of the portions consisting of this (optionally modified) library. If
+ distributed as a modified package then this file must be included.
+
+ This library is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ PARTICULAR PURPOSE.
+
+ With that in mind, you can find richole.h at:
+ http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mingw/w32api/include/richole…
+ rev=1.2&content-type=text/vnd.viewcvs-markup
+
+ and richedit.h at:
+ http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mingw/w32api/include/richedi…
+ rev=1.3&content-type=text/vnd.viewcvs-markup
+
+ Please update this bug if you submit a patch.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=729
*** shadow/729 Sun May 26 12:46:46 2002
--- shadow/729.tmp.4212 Fri May 31 19:50:37 2002
***************
*** 51,53 ****
--- 51,60 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-26 12:46 -------
Just out of curiosity though, are you using your window manager's shading or
Winamp's?
+
+ ------- Additional Comments From dragon_sdc(a)hotmail.com 2002-05-31 19:50 -------
+ I use Winamp's own shading. I don't use managed mode for Winamp, as it defies
+ the whole point of Winamp skins to have a window manager's bar over the top of
+ every window (as they are all treated independently) and it looks a mess too.
+ Instead I use a virtual desktop window 640x480 which can house the multiple
+ windows of Winamp and plugins.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=740
*** shadow/740 Fri May 31 17:45:16 2002
--- shadow/740.tmp.2657 Fri May 31 19:22:23 2002
***************
*** 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 |
--- 2,8 ----
| divide by zero exception in x11drv.dll |
+----------------------------------------------------------------------------+
| Bug #: 740 Product: Wine |
! | Status: RESOLVED Version: CVS |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-x11driver |
***************
*** 360,362 ****
--- 360,368 ----
------- Additional Comments From ronis(a)onsager.chem.mcgill.ca 2002-05-31 17:45 -------
It works. I created an empty directory /dos/windows/Fonts
and now it works as in the past.
+
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-31 19:22 -------
+ Well, since the error is gone, I guess it can be resolved, but I'm not closing
+ it until we figure out what the real problem is, i.e. why fgbits gets set to
+ zero...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=740
*** shadow/740 Fri May 31 16:22:54 2002
--- shadow/740.tmp.23798 Fri May 31 17:45:16 2002
***************
*** 355,357 ****
--- 355,362 ----
Sure enough, there's no such directory, but then again, there never was.
Would this lead wine to exit?
+
+
+ ------- Additional Comments From ronis(a)onsager.chem.mcgill.ca 2002-05-31 17:45 -------
+ It works. I created an empty directory /dos/windows/Fonts
+ and now it works as in the past.
http://bugs.winehq.com/show_bug.cgi?id=740
*** shadow/740 Fri May 31 16:15:51 2002
--- shadow/740.tmp.20069 Fri May 31 16:22:54 2002
***************
*** 345,347 ****
--- 345,357 ----
As far as I can tell, there was no extra debugging message from the application.
+
+
+ ------- Additional Comments From ronis(a)onsager.chem.mcgill.ca 2002-05-31 16:22 -------
+ Let me amend my last comment; there was one new error message (I think):
+
+ err:font:ReadFontDir Can't open directory "/dos/windows/Fonts"
+
+ Sure enough, there's no such directory, but then again, there never was.
+
+ Would this lead wine to exit?
http://bugs.winehq.com/show_bug.cgi?id=754
*** shadow/754 Fri May 31 16:16:53 2002
--- shadow/754.tmp.19691 Fri May 31 16:16:53 2002
***************
*** 0 ****
--- 1,26 ----
+ +============================================================================+
+ | Visual Basic MsgBox causes get_class_ptr error |
+ +----------------------------------------------------------------------------+
+ | Bug #: 754 Product: Wine |
+ | Status: UNCONFIRMED Version: CVS |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-kernel |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: medbi01(a)accpac.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ When running some Visual Basic programs and calling MsgBox to display a message
+ there will be complaints about get_class_ptr reading from class of other
+ process.
+
+ This is because it looks like the Visual Basic is going around a loop starting
+ at the Desktop Window's CHILD and following the HWNDNEXT chain deciding if they
+ need to be activated or not. In the process it asks for the name of the window
+ in order to compare it to "ThunderRT6Main". Unfortunately GetClassName cannot
+ access the name of a window outside its own process.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=740
*** shadow/740 Fri May 31 14:56:33 2002
--- shadow/740.tmp.19627 Fri May 31 16:15:51 2002
***************
*** 334,336 ****
--- 334,347 ----
------- 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.
+
+ ------- Additional Comments From ronis(a)onsager.chem.mcgill.ca 2002-05-31 16:15 -------
+ I checked out the new version of mouse.c; explicit test to see if fgbits was zero
+ before dividing by it, was what I'd tried--the application runs, but exists; i.e.,
+ this hides the real problem, namely that fbbits shouldn't be zero.
+
+ I also reinstalled the HEAD to try out the other parts of the patch. I get the
+ same behavior.
+
+ As far as I can tell, there was no extra debugging message from the application.
+
http://bugs.winehq.com/show_bug.cgi?id=752
*** shadow/752 Fri May 31 14:52:53 2002
--- shadow/752.tmp.16160 Fri May 31 15:10:52 2002
***************
*** 2,8 ****
| msreadersetup.exe doesnt install |
+----------------------------------------------------------------------------+
| Bug #: 752 Product: Wine |
! | Status: CLOSED 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: UNCONFIRMED Version: CVS |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-winelib |
***************
*** 58,60 ****
--- 58,71 ----
reaction, i'm gonna help some more serious developpers
sorry
+
+ ------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-05-31 15:10 -------
+ hum, what the hell is going on ?
+ what did *I* do wrong?
+ why did you react like that ?
+ Alexandre already indicated that this processing was pretty inappropriate,
+ so why do you have to sort of repeat this criticism ?
+ Bug reopened, BTW, as closing it *was* inappropriate.
+
+ Dustin: keep in mind: with 200 bugs processed per day,
+ there *has* to be at least one where you do a serious mistake :-)
\ No newline at end of file
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