http://bugs.winehq.com/show_bug.cgi?id=508
*** shadow/508 Wed Mar 20 07:45:21 2002
--- shadow/508.tmp.16052 Sun Jun 9 11:50:13 2002
***************
*** 7,13 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-winelib |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: fgouget(a)codeweavers.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 7,13 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-winelib |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: fgouget(a)codeweavers.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 18,20 ****
--- 18,35 ----
| DESCRIPTION |
See bug 90 for instructions.
Approximate number of references: 1219
+
+ ------- Additional Comments From fgouget(a)codeweavers.com 2002-06-09 11:50 -------
+ This is the blocking target right now.
+ The problem is that many other handles are being assigned to a HANDLE variable.
+ So these assignements cannot be done without a cast as they otherwise generate a
+ warning.
+ So the idea is to convert HANDLE, and hence all other handle types to void*.
+ Thus assignments will be doable between them without casts. Then we can continue
+ converting individual handles to strict mode, i.e. to pointer types other than
+ void*.
+ There are a number of compilation errors to fix to make Wine compile with a
+ void* for handles: cases where a handle is used as an index. Then there is a
+ whole slew of traces to fix: %d -> %p.
+ IOW, lots of work to do.
+
http://bugs.winehq.com/show_bug.cgi?id=514
*** shadow/514 Thu May 30 15:05:22 2002
--- shadow/514.tmp.12356 Sun Jun 9 03:31:35 2002
***************
*** 2358,2360 ****
--- 2358,2367 ----
******************************************************
I mean - did you try the installation before with older Wine and whether it worked?
+
+ ------- Additional Comments From fgouget(a)codeweavers.com 2002-06-09 03:31 -------
+ __CxxFrameHandler: I have also seen this kind of traces quite a few times
+ myself. I am not sure however whether it was the cause or the symptom of the
+ problem.
+ Regardless, because it keeps comming back it may be interesting to actually
+ implement it right (if one finds documentation for it).
http://bugs.winehq.com/show_bug.cgi?id=410
*** shadow/410 Wed May 29 15:07:43 2002
--- shadow/410.tmp.31188 Sat Jun 8 21:50:13 2002
***************
*** 2,8 ****
| Sound stuck at 48000Hz |
+----------------------------------------------------------------------------+
| Bug #: 410 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-directx |
--- 2,8 ----
| Sound stuck at 48000Hz |
+----------------------------------------------------------------------------+
| Bug #: 410 Product: Wine |
! | Status: RESOLVED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-directx |
***************
*** 29,31 ****
--- 29,47 ----
Try to reproduce the problem with recent Wine build.
If the problem still exists, please provide details how to reproduce it, which
application you run, do you see the same problem with Linux native applications?
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-06-08 21:50 -------
+ according to offline post by the reporter this is not a wine bug so marking as
+ RESOLVED
+ -----------------------------------------------------
+ Nope problem not fixed.
+ But the problem occurs in every Linux app except those that can mix as 48khz.
+
+ Also poblem in some apps such as HL -> sound is very crackled, but according to
+ some other buglists it is because data isn't send fast enough.. or let's say
+ data is sent at 22Khz, but soundcard accepts data at 48Khz...
+
+ Not a wine problem.
+
+ sorry for troubling you.
+ -----------
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=735
*** shadow/735 Tue May 28 15:01:07 2002
--- shadow/735.tmp.20208 Sat Jun 8 17:03:49 2002
***************
*** 13,18 ****
--- 13,19 ----
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
+ | Dependencies: OtherBugsDependingOnThis: 455 |
+============================================================================+
| DESCRIPTION |
WM_INPUTLANGCHANGE and WM_INPUTLANGCHANGEREQUEST messages are supposed to be
***************
*** 26,28 ****
--- 27,37 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-28 15:01 -------
Shashar, I gave you privileges to confirm and edit bugs, so in future you can
confirm your bugs.
+
+ ------- Additional Comments From fgouget(a)codeweavers.com 2002-06-08 17:03 -------
+ This seems to fit in the FIXMEs.
+ Pointing to the thread on wine-devel too for reference. It seems to contain
+ useful information as to how to implement this.
+
+ http://www.winehq.com/hypermail/wine-devel/2002/05/0728.html
+ http://www.winehq.com/hypermail/wine-devel/2002/05/0743.html
http://bugs.winehq.com/show_bug.cgi?id=776
*** shadow/776 Sat Jun 8 16:17:26 2002
--- shadow/776.tmp.18292 Sat Jun 8 16:20:22 2002
***************
*** 2,8 ****
| CreatePalette again |
+----------------------------------------------------------------------------+
| Bug #: 776 Product: Wine |
! | Status: UNCONFIRMED Version: CVS |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gdi |
--- 2,8 ----
| CreatePalette again |
+----------------------------------------------------------------------------+
| Bug #: 776 Product: Wine |
! | Status: DUPLICATE Version: CVS |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gdi |
***************
*** 24,26 ****
--- 24,31 ----
And all this only to create the main window and display the splash screen.
Not deleting the palette seems to be a pretty standard windows programming bug :(
+
+ ------- Additional Comments From mstefani(a)redhat.com 2002-06-08 16:20 -------
+
+
+ *** This bug has been marked as a duplicate of 667 ***
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=776
*** shadow/776 Sat Jun 8 16:17:26 2002
--- shadow/776.tmp.18073 Sat Jun 8 16:17:26 2002
***************
*** 0 ****
--- 1,26 ----
+ +============================================================================+
+ | CreatePalette again |
+ +----------------------------------------------------------------------------+
+ | Bug #: 776 Product: Wine |
+ | Status: UNCONFIRMED Version: CVS |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-gdi |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: mstefani(a)redhat.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ The program SKAT 5.2.1 from http://www.skat-spiel.de/ creates a lot of palettes
+ without deleting them thus exhausting the GDI heap.
+ I've seen 57 successfull calls to CreatePalette, only one DeleteObject() on a
+ palette, 16 failed CreatePalette due to exhausted GDI heap and than the program
+ crashes with:
+ err:clipping:CLIPPING_UpdateGCRegion hVisRgn is zero. Please report this.
+ And all this only to create the main window and display the splash screen.
+
+ Not deleting the palette seems to be a pretty standard windows programming bug :(
\ No newline at end of file
Nope problem not fixed.
But the problem occurs in every Linux app except those that can mix as 48khz.
Also poblem in some apps such as HL -> sound is very crackled, but according to some other buglists it is because data isn't send fast enough.. or let's say data is sent at 22Khz, but soundcard accepts data at 48Khz...
Not a wine problem.
sorry for troubling you.
---------- Original Message ----------------------------------
From: wine-bugs(a)winehq.com
Date: Wed, 29 May 2002 15:07:43 -0500
>http://bugs.winehq.com/show_bug.cgi?id=410
>
>*** shadow/410 Sat Jan 19 09:49:11 2002
>--- shadow/410.tmp.1430 Wed May 29 15:07:43 2002
>***************
>*** 7,16 ****
> | Severity: normal OS/Version: All |
> | Priority: P1 Component: wine-directx |
> +----------------------------------------------------------------------------+
>! | Assigned To: bugs(a)codeweavers.com |
> | Reported By: grigi(a)acenet.co.za |
> | CC list: Cc: |
> +----------------------------------------------------------------------------+
> | URL: |
> +============================================================================+
> | DESCRIPTION |
>--- 7,17 ----
> | Severity: normal OS/Version: All |
> | Priority: P1 Component: wine-directx |
> +----------------------------------------------------------------------------+
>! | Assigned To: wine-bugs(a)winehq.com |
> | Reported By: grigi(a)acenet.co.za |
> | CC list: Cc: |
> +----------------------------------------------------------------------------+
>+ | Milestone: TargetMilestone: --- |
> | URL: |
> +============================================================================+
> | DESCRIPTION |
>***************
>*** 22,24 ****
>--- 23,31 ----
> frequencies.
>
> Any way to fix/workaround to this prob.
>+
>+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-29 15:07 -------
>+ Reporter, there were a lot of updates to multimedia recently.
>+ Try to reproduce the problem with recent Wine build.
>+ If the problem still exists, please provide details how to reproduce it, which
>+ application you run, do you see the same problem with Linux native applications?
>\ No newline at end of file
>
>
http://bugs.winehq.com/show_bug.cgi?id=720
*** shadow/720 Wed May 29 03:35:47 2002
--- shadow/720.tmp.25653 Fri Jun 7 19:15:04 2002
***************
*** 128,130 ****
--- 128,140 ----
Not too useful, 'cause Autocad installs its own mfc version....
I'll try to trace it in windows to see whith calls are involved in redraws,
in next days I'll post them.
+
+ ------- Additional Comments From p_christ(a)hol.gr 2002-06-07 19:15 -------
+ I have the same problem. I tried AFAICT every combination of wine-gdi setting
+ (window sizes, managed windows etc.) with both the native and builtin msvcrt.dll
+ There is also some problem with the toolbars. When they float, they draw their
+ buttons half-way down, in a window that is not resizeable. I assume this is the
+ same bug, as the programmers that wrote the (custom for that app) code for the
+ gui may have used the same code twice.
+ Anyway, I am very willing to help solve that, but I 'll need some help starting
+ to get into the wine code mayhem.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=775
*** shadow/775 Fri Jun 7 13:09:32 2002
--- shadow/775.tmp.7008 Fri Jun 7 14:13:17 2002
***************
*** 2,8 ****
| The DreamWearver installer don't start |
+----------------------------------------------------------------------------+
| Bug #: 775 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-ole |
--- 2,8 ----
| The DreamWearver installer don't start |
+----------------------------------------------------------------------------+
| Bug #: 775 Product: Wine |
! | Status: RESOLVED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-ole |
***************
*** 144,146 ****
--- 144,156 ----
you dont reinstall again or remove the cachedmetrics file in ./wine) otherwise
looks like an ole problem not a gdi problem. What Windows version, distro, and
Wine version are you using?
+
+ ------- Additional Comments From marcus(a)jet.franken.de 2002-06-07 14:13 -------
+ The last lines point to the fact, that DCOM is not yet
+ set up correctly.
+
+ Make sure, that you:
+ - have loaded winedefault.reg
+ - and have a stdole32.tlb file in your windows/system directory.
+
+ Ciao, Marcus
\ No newline at end of file