http://bugs.winehq.com/show_bug.cgi?id=467
*** shadow/467 Sat Jun 1 17:18:34 2002
--- shadow/467.tmp.18617 Sun Jun 9 12:38:01 2002
***************
*** 301,303 ****
--- 301,307 ----
Ricardo can you try to install from CVS as we can work on the bug better if this
is the case.
+
+ ------- Additional Comments From centi_riccardo(a)libero.it 2002-06-09 12:38 -------
+ Created an attachment (id=171)
+ ME AGAIN
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
http://bugs.winehq.com/show_bug.cgi?id=775
*** shadow/775 Fri Jun 7 12:23:01 2002
--- shadow/775.tmp.2451 Fri Jun 7 13:09:32 2002
***************
*** 5,11 ****
| Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
! | Priority: P1 Component: wine-gdi |
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: kaneda(a)dedaletechnology.com |
--- 5,11 ----
| Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
! | Priority: P1 Component: wine-ole |
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: kaneda(a)dedaletechnology.com |
***************
*** 137,139 ****
--- 137,146 ----
fixme:ole:_LocalServerThread CoMarshalInterface failed, 80070057!
fixme:ole:CoMarshalInterface Failed to Marshal the interface, 80070057?
fixme:ole:_LocalServerThread CoMarshalInterface failed, 80070057!
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-06-07 13:09 -------
+ The first part of the trace are font warnings and are meaningless to the bug
+ report they should go away when you run wine a second or third time. (that is if
+ 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?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=775
*** shadow/775 Fri Jun 7 12:23:01 2002
--- shadow/775.tmp.32149 Fri Jun 7 12:23:01 2002
***************
*** 0 ****
--- 1,139 ----
+ +============================================================================+
+ | 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-gdi |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: kaneda(a)dedaletechnology.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ The first extract box works correctly, meanwhile, the next 2 windows won't
+ refresh and let a never refreshen squarre in the middle on the screen.
+ log are the following :
+
+ fixme:font:LFD_InitFontInfo font '-mutt-clearlyu devangari
+ extra-medium-r-normal--17-120-100-100-p-111-fontspecific-0' has unknown registry
+ 'fontspecific' and character encoding '0'
+ fixme:font:LFD_InitFontInfo font '-mutt-clearlyu
+ ligature-medium-r-normal--17-120-100-100-p-141-fontspecific-0' has unknown
+ registry 'fontspecific' and character encoding '0'
+ fixme:font:LFD_InitFontInfo font '-sun-open look
+ cursor-----12-120-75-75-p-160-sunolcursor-1' has unknown registry 'sunolcursor'
+ and character encoding '1'
+ fixme:font:LFD_InitFontInfo font '-sun-open look
+ glyph-----10-100-75-75-p-101-sunolglyph-1' has unknown registry 'sunolglyph' and
+ character encoding '1'
+ fixme:font:LFD_InitFontInfo font '-sun-open look
+ glyph-----12-120-75-75-p-113-sunolglyph-1' has unknown registry 'sunolglyph' and
+ character encoding '1'
+ fixme:font:LFD_InitFontInfo font '-sun-open look
+ glyph-----14-140-75-75-p-128-sunolglyph-1' has unknown registry 'sunolglyph' and
+ character encoding '1'
+ fixme:font:LFD_InitFontInfo font '-sun-open look
+ glyph-----19-190-75-75-p-154-sunolglyph-1' has unknown registry 'sunolglyph' and
+ character encoding '1'
+ fixme:font:LFD_InitFontInfo DBCS fonts like
+ '-daewoo-gothic-medium-r-normal--16-120-100-100-c-160-ksc5601.1987-0' are not
+ working correctly now.
+ fixme:font:LFD_InitFontInfo DBCS fonts like
+ '-daewoo-mincho-medium-r-normal--16-120-100-100-c-160-ksc5601.1987-0' are not
+ working correctly now.
+ fixme:font:LFD_InitFontInfo DBCS fonts like
+ '-daewoo-mincho-medium-r-normal--24-170-100-100-c-240-ksc5601.1987-0' are not
+ working correctly now.
+ fixme:font:LFD_InitFontInfo DBCS fonts like '-isas-fangsong
+ ti-medium-r-normal--16-160-72-72-c-160-gb2312.1980-0' are not working correctly now.
+ fixme:font:LFD_InitFontInfo DBCS fonts like '-isas-song
+ ti-medium-r-normal--16-160-72-72-c-160-gb2312.1980-0' are not working correctly now.
+ fixme:font:LFD_InitFontInfo DBCS fonts like '-isas-song
+ ti-medium-r-normal--24-240-72-72-c-240-gb2312.1980-0' are not working correctly now.
+ fixme:font:LFD_InitFontInfo font '-mutt-clearlyu arabic
+ extra-medium-r-normal--17-120-100-100-p-103-fontspecific-0' has unknown registry
+ 'fontspecific' and character encoding '0'
+ fixme:font:LFD_InitFontInfo font '-mutt-clearlyu devangari
+ extra-medium-r-normal--17-120-100-100-p-111-fontspecific-0' has unknown registry
+ 'fontspecific' and character encoding '0'
+ fixme:font:LFD_InitFontInfo font '-mutt-clearlyu
+ ligature-medium-r-normal--17-120-100-100-p-141-fontspecific-0' has unknown
+ registry 'fontspecific' and character encoding '0'
+ fixme:font:LFD_InitFontInfo font '-sun-open look
+ cursor-----12-120-75-75-p-160-sunolcursor-1' has unknown registry 'sunolcursor'
+ and character encoding '1'
+ fixme:font:LFD_InitFontInfo font '-sun-open look
+ glyph-----10-100-75-75-p-101-sunolglyph-1' has unknown registry 'sunolglyph' and
+ character encoding '1'
+ fixme:font:LFD_InitFontInfo font '-sun-open look
+ glyph-----12-120-75-75-p-113-sunolglyph-1' has unknown registry 'sunolglyph' and
+ character encoding '1'
+ fixme:font:LFD_InitFontInfo font '-sun-open look
+ glyph-----14-140-75-75-p-128-sunolglyph-1' has unknown registry 'sunolglyph' and
+ character encoding '1'
+ fixme:font:LFD_InitFontInfo font '-sun-open look
+ glyph-----19-190-75-75-p-154-sunolglyph-1' has unknown registry 'sunolglyph' and
+ character encoding '1'
+ fixme:font:LFD_InitFontInfo font '-b&h-luxi
+ mono-bold-i-normal--0-0-0-0-m-0-adobe-standard' has unknown registry 'adobe' and
+ character encoding 'standard'
+ fixme:font:LFD_InitFontInfo font '-b&h-luxi
+ mono-bold-r-normal--0-0-0-0-m-0-adobe-standard' has unknown registry 'adobe' and
+ character encoding 'standard'
+ fixme:font:LFD_InitFontInfo font '-b&h-luxi
+ mono-medium-i-normal--0-0-0-0-m-0-adobe-standard' has unknown registry 'adobe'
+ and character encoding 'standard'
+ fixme:font:LFD_InitFontInfo font '-b&h-luxi
+ mono-medium-r-normal--0-0-0-0-m-0-adobe-standard' has unknown registry 'adobe'
+ and character encoding 'standard'
+ fixme:font:LFD_InitFontInfo font '-b&h-luxi
+ sans-bold-i-normal--0-0-0-0-p-0-adobe-standard' has unknown registry 'adobe' and
+ character encoding 'standard'
+ fixme:font:LFD_InitFontInfo font '-b&h-luxi
+ sans-bold-r-normal--0-0-0-0-p-0-adobe-standard' has unknown registry 'adobe' and
+ character encoding 'standard'
+ fixme:font:LFD_InitFontInfo font '-b&h-luxi
+ sans-medium-i-normal--0-0-0-0-p-0-adobe-standard' has unknown registry 'adobe'
+ and character encoding 'standard'
+ fixme:font:LFD_InitFontInfo font '-b&h-luxi
+ sans-medium-r-normal--0-0-0-0-p-0-adobe-standard' has unknown registry 'adobe'
+ and character encoding 'standard'
+ fixme:font:LFD_InitFontInfo font '-b&h-luxi
+ serif-bold-i-normal--0-0-0-0-p-0-adobe-standard' has unknown registry 'adobe'
+ and character encoding 'standard'
+ fixme:font:LFD_InitFontInfo font '-b&h-luxi
+ serif-bold-r-normal--0-0-0-0-p-0-adobe-standard' has unknown registry 'adobe'
+ and character encoding 'standard'
+ fixme:font:LFD_InitFontInfo font '-b&h-luxi
+ serif-medium-i-normal--0-0-0-0-p-0-adobe-standard' has unknown registry 'adobe'
+ and character encoding 'standard'
+ fixme:font:LFD_InitFontInfo font '-b&h-luxi
+ serif-medium-r-normal--0-0-0-0-p-0-adobe-standard' has unknown registry 'adobe'
+ and character encoding 'standard'
+ fixme:font:LFD_InitFontInfo font
+ '-mdk-helvetica-medium-r-normal--10-100-75-75-p-57-armscii-8' has unknown
+ registry 'armscii' and character encoding '8'
+ fixme:font:LFD_InitFontInfo font
+ '-mdk-helvetica-medium-r-normal--10-100-75-75-p-58-tcvn-5712' has unknown
+ character encoding '5712' in known registry 'tcvn'
+ fixme:font:LFD_InitFontInfo font
+ '-mdk-helvetica-medium-r-normal--12-120-75-75-p-64-tis620.2533-1' has unknown
+ character encoding '1' in known registry 'tis620.2533'
+ fixme:font:LFD_InitFontInfo font
+ '-mdk-helvetica-medium-r-normal--13-130-75-75-p-71-tcvn-5712' has unknown
+ character encoding '5712' in known registry 'tcvn'
+ err:font:XFONT_BuildMetrics failed to load -macromedia-king
+ richard-medium-r-normal--100-*-100-100-p-0-ascii-0
+ fixme:ole:CoTreatAsClass
+ ({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-4432-b3ed-a9dca3604594})
+ fixme:ole:CoMarshalInterface Failed to Marshal the interface, 80070057?
+ fixme:ole:_LocalServerThread CoMarshalInterface failed, 80070057!
+ fixme:ole:CoMarshalInterface Failed to Marshal the interface, 80070057?
+ fixme:ole:_LocalServerThread CoMarshalInterface failed, 80070057!
+ fixme:ole:CoMarshalInterface Failed to Marshal the interface, 80070057?
+ fixme:ole:_LocalServerThread CoMarshalInterface failed, 80070057!
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=768
*** shadow/768 Fri Jun 7 02:00:38 2002
--- shadow/768.tmp.30320 Fri Jun 7 12:00:57 2002
***************
*** 76,78 ****
--- 76,83 ----
4, After upgrading to new wine several programs suddenly started to work but it is apparently not a case of
micrografx.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-06-07 12:00 -------
+ I think there is a bug in Bugzilla that comments for OS/Environment are not
+ visible :-(
+ I downloaded the app and will try to reproduce the issue when I have time.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=768
*** shadow/768 Thu Jun 6 10:28:31 2002
--- shadow/768.tmp.347 Fri Jun 7 02:00:38 2002
***************
*** 60,62 ****
--- 60,78 ----
It takes about 7 attempts to locate a day of the patch for 4 months period and
less if you have more narrow period of time..
+
+ ------- Additional Comments From fojtik(a)htc.honeywell.cz 2002-06-07 02:00 -------
+ 1, I am absolutelly unable to roll back my system to get it working. I spend more than 2 hours with
+ recompiling wine different versions without any success. So please consider this to be a new bug.
+
+ 2, I extracted EXE file and several DLL that exactly reproduce the problem. Please download exe files here and
+ please never insert them into this bugzilla system.
+ http://www.penguin.cz/~fojtik/micrografx/
+ Please let me know when I omit some DLL.
+
+ 3, Excuse me for inconvenience during finding my system configuration. I was prety sure that I wrote it to
+ this bug, you have a edit box named "Environment:" for entering it, but their data are discarded. I guessed,
+ that you could somehow access data from this field.
+
+ 4, After upgrading to new wine several programs suddenly started to work but it is apparently not a case of
+ micrografx.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=650
*** shadow/650 Thu Jun 6 17:30:08 2002
--- shadow/650.tmp.330 Fri Jun 7 02:00:09 2002
***************
*** 139,141 ****
--- 139,154 ----
------- Additional Comments From marcus(a)jet.franken.de 2002-06-06 17:30 -------
these come from libXrender.so (whichz links libstdc++) and appear to be
harmless.
+
+
+ ------- Additional Comments From pouech(a)winehq.com 2002-06-07 02:00 -------
+ the issue is that winedbg doesn't know how to parse C++ stabs information and
+ emits a warning.
+ The solutions:
+ 1/ the quickest would be to silence the warning (we've been using the parser
+ for a while now with few bug reports on this matter)
+ 2/ only silence C++ constructs after correctly parsing them (but without
+ storing any information in the debugger)
+ 3/ implement the C++ ABI in winedbg. I think it's useless because of the amount
+ of work, gcc 3.1 moving to dwarf-2 for its symbols format...)
+ A+
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=774
*** shadow/774 Fri Jun 7 01:03:31 2002
--- shadow/774.tmp.30379 Fri Jun 7 01:03:31 2002
***************
*** 0 ****
--- 1,22 ----
+ +============================================================================+
+ | Cannot background wine windows |
+ +----------------------------------------------------------------------------+
+ | Bug #: 774 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020509 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: test |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: dseagrav(a)lunar-tokyo.net |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ I cannot background a wine window, they always overlay windows that KDE creates.
+ This is present in both wine 20020509 and a clean build of 20020605.
+
+ Wine's environment is as follows: Default .config file, with the C drive root
+ pointed at the root directory of my Win98SE install. (My machine is Linux/Win98SE dual-boot)
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=773
*** shadow/773 Thu Jun 6 19:14:23 2002
--- shadow/773.tmp.16103 Thu Jun 6 19:14:23 2002
***************
*** 0 ****
--- 1,55 ----
+ +============================================================================+
+ | wrc compiler does not reproduce rc include path quirk |
+ +----------------------------------------------------------------------------+
+ | Bug #: 773 Product: Wine |
+ | Status: UNCONFIRMED Version: unspecified |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-winelib |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: tom(a)platte.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ It appears that when the Windows rc compiler includes a file, it temporarily
+ adds the directory of that file to the include path. Once it is done processing
+ the file, the directory is removed from the include path.
+
+ Let's say that you have three files in a wrcbug directory:
+
+ bar/b.rc
+ /* b.rc */
+ #include "foo/a.rc"
+
+ foo/a.rc
+ /* a.rc */
+ #include "a.rch"
+
+ foo/a.rch
+ /* a.rch */
+
+ Now on Windows, the rc compiler runs fine:
+ C:> rc bar\b.rc
+
+ But on Linux, the Daily Debian Wine wrc compiler chokes:
+ $ wrc bar/b.rc
+ bar/b.rc:3:1: Error: Unable to open include file a.rch
+
+ If you add the file:
+
+ foo/baz/c.rc
+ /* c.rc */
+
+ And append to bar/b.rc the line:
+ #include "baz/c.rc"
+
+ Then the Windows rc compile will fail. So once rc has finished processing
+ foo/a.rc, it removes "foo" from the include path.
+
+ Now normally, I would have foo/a.rc include "foo/a.rch" not "a.rch", and then
+ add a -Iwrcbug to the rc and wrc command lines. But if you edit foo/a.rc with
+ MS VisualStudio, it will change the include of "foo/a.rch" back to "a.rch"!
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=650
*** shadow/650 Thu Jun 6 11:17:52 2002
--- shadow/650.tmp.11609 Thu Jun 6 17:30:08 2002
***************
*** 135,137 ****
--- 135,141 ----
Just for the record I have been putting up with this for ages myself, on RedHat
7.1 (I think I used to get it back then) and 7.2. with our application, Accpac
4.2 and 5.0. I get it on /usr/lib/libstdc++-libc6.1-1.so.2
+
+ ------- Additional Comments From marcus(a)jet.franken.de 2002-06-06 17:30 -------
+ these come from libXrender.so (whichz links libstdc++) and appear to be
+ harmless.
http://bugs.winehq.com/show_bug.cgi?id=772
*** shadow/772 Thu Jun 6 16:00:07 2002
--- shadow/772.tmp.6507 Thu Jun 6 16:00:07 2002
***************
*** 0 ****
--- 1,27 ----
+ +============================================================================+
+ | Freeman Installer doesn't work |
+ +----------------------------------------------------------------------------+
+ | Bug #: 772 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020411 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-binary |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: fniles(a)mitre.org |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ This is an installer popular from Win3.1 days, but as it's freeware and happens
+ to be the installer for something I really need perhaps someone can debug it.
+ It's available from SimTel as the file "fi30.zip". It starts up fine, but then
+ it just sits there. Got the error:
+
+ err:module:MODULE32_LookupHMODULE tried to lookup 0x04ae in win32 module handler!
+
+ Any help would be greatly appreciated.
+
+ Thanks in advance.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=770
*** shadow/770 Thu Jun 6 11:18:52 2002
--- shadow/770.tmp.19109 Thu Jun 6 11:35:32 2002
***************
*** 52,54 ****
--- 52,58 ----
------- Additional Comments From peterd(a)primeachip.com 2002-06-06 11:18 -------
Created an attachment (id=169)
the trace log
+
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-06-06 11:35 -------
+ Can be related to bug 752
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=770
*** shadow/770 Thu Jun 6 11:10:20 2002
--- shadow/770.tmp.17874 Thu Jun 6 11:18:52 2002
***************
*** 48,50 ****
--- 48,54 ----
PS. I would really like to attached a trace file (something I've noticed is
suggested and appreciated) but it doesn't appear to be possible using this form,
any suggestions?
+
+ ------- Additional Comments From peterd(a)primeachip.com 2002-06-06 11:18 -------
+ Created an attachment (id=169)
+ the trace log
http://bugs.winehq.com/show_bug.cgi?id=650
*** shadow/650 Tue May 14 14:53:42 2002
--- shadow/650.tmp.17773 Thu Jun 6 11:17:52 2002
***************
*** 130,132 ****
--- 130,137 ----
I do :
CC=gcc3 ./configure
make dep && make && make programs
+
+ ------- Additional Comments From medbi01(a)accpac.com 2002-06-06 11:17 -------
+ Just for the record I have been putting up with this for ages myself, on RedHat
+ 7.1 (I think I used to get it back then) and 7.2. with our application, Accpac
+ 4.2 and 5.0. I get it on /usr/lib/libstdc++-libc6.1-1.so.2
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=770
*** shadow/770 Thu Jun 6 11:10:20 2002
--- shadow/770.tmp.17255 Thu Jun 6 11:10:20 2002
***************
*** 0 ****
--- 1,50 ----
+ +============================================================================+
+ | Halts during an install shield wizard installation with fixme:ole:CoTreatA |
+ +----------------------------------------------------------------------------+
+ | Bug #: 770 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020411 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-binary |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: peterd(a)primeachip.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ I tried installing a program onto the fake win partition that WINE creates, and
+ although it launches and runs the install shield wizard relatively smoothly,
+ once it finishes unpacking the files, the installation halts on the (what
+ appears to be) the creation of a new window. The entire process halts at this
+ point and a CTRL-C needs to be invoked in order to get back to console (that is,
+ WINE doesn't exit by itself with a return code 1).
+
+ The program that causes this is called Vector NTI v7.0, and can be downloaded
+ here: http://www.informax.com/cgi-bin/dm/dm.pl?action=reg
+
+ Note that you MUST register before downloading. If you want to avoid this, you
+ can try the following alternative download site (slower) that doesn't require
+ any registration: http://www.vectornti.co.kr/download/VectorNTISuite7.exe
+
+ Filesize: ~25MB
+
+ After executing the following: wine VectorNTISuite7.exe, wine crashes with the
+ following messages:
+
+ Invoking /opt/wine/bin/wine.bin VectorNTISuite7.exe
+ fixme:ole:CoTreatAsClass
+ ({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-4432-b3ed-a9dca3604594})
+ err:file:DeleteFileA Empty path passed
+
+ //comment: the next two lines were repeated 4 times
+ fixme:ole:CoMarshalInterface Failed to Marshal the interface, 80070057?
+ fixme:ole:_LocalServerThread CoMarshalInterface failed, 80070057!
+
+ Then I had to CTRL-C to get the return code 1 message.
+
+ PS. I would really like to attached a trace file (something I've noticed is
+ suggested and appreciated) but it doesn't appear to be possible using this form,
+ any suggestions?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=768
*** shadow/768 Thu Jun 6 02:17:38 2002
--- shadow/768.tmp.14827 Thu Jun 6 10:28:31 2002
***************
*** 44,46 ****
--- 44,62 ----
http://www.micrografx.com/resources/
but I have older release that has no demo available.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-06-06 10:28 -------
+ Jaroslav,
+ that's interesting approach to publish your system information and reference
+ it each time you need it ;-) Copying it to here because it is diffucult to find
+ it on such a big page:
+
+ Slackware 7 + kernel 2.2.19 + gcc 2.95.3
+
+ If the program really worked before, it is much easier to find a patch which
+ caused the problem. You can find instructions how to do this here:
+ http://www.winehq.com/Docs/wine-devel/cvs-regression.shtml
+ Can you do this, please? It would help a lot to crash this bug.
+
+ It takes about 7 attempts to locate a day of the patch for 4 months period and
+ less if you have more narrow period of time..
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=769
*** shadow/769 Thu Jun 6 04:31:29 2002
--- shadow/769.tmp.7705 Thu Jun 6 08:32:04 2002
***************
*** 22,24 ****
--- 22,29 ----
------- Additional Comments From johane(a)lysator.liu.se 2002-06-06 04:31 -------
Created an attachment (id=166)
A +wave,+mmsystem trace with some relay stuff.
+
+
+ ------- Additional Comments From johane(a)lysator.liu.se 2002-06-06 08:32 -------
+ Created an attachment (id=168)
+ This time I spelled mmsys correctly.
http://bugs.winehq.com/show_bug.cgi?id=757
*** shadow/757 Thu Jun 6 06:07:35 2002
--- shadow/757.tmp.31405 Thu Jun 6 06:10:20 2002
***************
*** 116,118 ****
--- 116,122 ----
to play sound..." :-)
See the following attachment.
+
+ ------- Additional Comments From pavel.reznicek(a)wo.cz 2002-06-06 06:10 -------
+ Created an attachment (id=167)
+ Wine output running non-DirectX app using --debugmsg +wave
http://bugs.winehq.com/show_bug.cgi?id=757
*** shadow/757 Thu Jun 6 04:05:22 2002
--- shadow/757.tmp.31237 Thu Jun 6 06:07:35 2002
***************
*** 102,104 ****
--- 102,118 ----
------- Additional Comments From johane(a)lysator.liu.se 2002-06-06 04:05 -------
For starters, do you have an application not using DirectSound which you can
post a trace of? --debugmsg=+wave would be nice.
+
+
+ ------- Additional Comments From pavel.reznicek(a)wo.cz 2002-06-06 06:07 -------
+ Yes, here you have it. I have tried to run a non-DirectX game, the simple
+ tetris-like BlockGame, which plays a sound by crashing the stones :-)
+ I have used the --debugmsg +wave option.
+
+ I have crashed stones twice, so in the transcript there may be two sound tasks
+ recognizable.
+
+ I just heard nothing, but the debugger has written something as "I am trying
+ to play sound..." :-)
+
+ See the following attachment.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=769
*** shadow/769 Thu Jun 6 04:26:38 2002
--- shadow/769.tmp.27229 Thu Jun 6 04:31:29 2002
***************
*** 18,20 ****
--- 18,24 ----
The installer of Final Fantasy VII plays a sound which is supposed to loop, but
at the end of the sound, things sound like crap and everything is silent.
A whole lot of "fixme:mmsys:proc_PlaySound Couldn't play header" displays.
+
+ ------- Additional Comments From johane(a)lysator.liu.se 2002-06-06 04:31 -------
+ Created an attachment (id=166)
+ A +wave,+mmsystem trace with some relay stuff.
http://bugs.winehq.com/show_bug.cgi?id=769
*** shadow/769 Thu Jun 6 04:26:38 2002
--- shadow/769.tmp.26844 Thu Jun 6 04:26:38 2002
***************
*** 0 ****
--- 1,20 ----
+ +============================================================================+
+ | Failure in looping |
+ +----------------------------------------------------------------------------+
+ | Bug #: 769 Product: Wine |
+ | Status: UNCONFIRMED Version: CVS |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-multimedia |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: johane(a)lysator.liu.se |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ The installer of Final Fantasy VII plays a sound which is supposed to loop, but
+ at the end of the sound, things sound like crap and everything is silent.
+ A whole lot of "fixme:mmsys:proc_PlaySound Couldn't play header" displays.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=757
*** shadow/757 Thu Jun 6 04:01:12 2002
--- shadow/757.tmp.26045 Thu Jun 6 04:05:22 2002
***************
*** 97,99 ****
--- 97,104 ----
------- Additional Comments From johane(a)lysator.liu.se 2002-06-06 04:01 -------
Hmm, it seems the directsound HEL doesn't crash when using the arts driver. Cool.
+
+
+ ------- Additional Comments From johane(a)lysator.liu.se 2002-06-06 04:05 -------
+ For starters, do you have an application not using DirectSound which you can
+ post a trace of? --debugmsg=+wave would be nice.
http://bugs.winehq.com/show_bug.cgi?id=768
*** shadow/768 Thu Jun 6 01:55:51 2002
--- shadow/768.tmp.21129 Thu Jun 6 02:17:38 2002
***************
*** 38,40 ****
--- 38,46 ----
I noted similar behaviour on some another applications. Micrographic designer is not a free application.
But more, I remember that this application already worked fine with some older release of wine.
+
+ ------- Additional Comments From fojtik(a)htc.honeywell.cz 2002-06-06 02:17 -------
+ Yes, demos are available at:
+ http://www.micrografx.com/resources/
+
+ but I have older release that has no demo available.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=768
*** shadow/768 Wed Jun 5 14:12:27 2002
--- shadow/768.tmp.20244 Thu Jun 6 01:55:51 2002
***************
*** 30,32 ****
--- 30,40 ----
* OS/distribution you use
* what kind of application is this? Is there a free (trial/demo) copy of the
application we can access?
+
+ ------- Additional Comments From fojtik(a)htc.honeywell.cz 2002-06-06 01:55 -------
+ OK, I will test it against current release of wine, yesterday it was not available.
+
+ Everything about my OS was written here: http://bugs.winehq.com/show_bug.cgi?id=311
+
+ I noted similar behaviour on some another applications. Micrographic designer is not a free application.
+ But more, I remember that this application already worked fine with some older release of wine.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=329
*** shadow/329 Fri May 10 14:28:18 2002
--- shadow/329.tmp.27057 Wed Jun 5 17:10:38 2002
***************
*** 2,8 ****
| mouse double-click doesn't work in Starcraft |
+----------------------------------------------------------------------------+
| Bug #: 329 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
--- 2,8 ----
| mouse double-click doesn't work in Starcraft |
+----------------------------------------------------------------------------+
| Bug #: 329 Product: Wine |
! | Status: NEW Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
***************
*** 23,25 ****
--- 23,28 ----
I guess this bug should go into wine-gui.
Reporter, do you still see this problem in latest Wine?
+
+ ------- Additional Comments From devel(a)mathi.uni-heidelberg.de 2002-06-05 17:10 -------
+ *** This bug has been confirmed by popular vote. ***
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=768
*** shadow/768 Wed Jun 5 13:25:04 2002
--- shadow/768.tmp.15466 Wed Jun 5 14:12:27 2002
***************
*** 20,22 ****
--- 20,32 ----
------- Additional Comments From fojtik(a)htc.honeywell.cz 2002-06-05 13:25 -------
Created an attachment (id=165)
The full log file as a traceout of wine crash (bzipped original 100MB)
+
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-06-05 14:12 -------
+ Jaroslav, the next version of Wine (20020605) was just released.
+ Can you reproduce the issue with this version?
+
+ Could you also provide more information:
+ * OS/distribution you use
+ * what kind of application is this? Is there a free (trial/demo) copy of the
+ application we can access?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=768
*** shadow/768 Wed Jun 5 13:21:52 2002
--- shadow/768.tmp.1584 Wed Jun 5 13:25:04 2002
***************
*** 16,18 ****
--- 16,22 ----
+============================================================================+
| DESCRIPTION |
When I attempt to rum Micrographic desidner under wine, the wine suddenly hangs.
+
+ ------- Additional Comments From fojtik(a)htc.honeywell.cz 2002-06-05 13:25 -------
+ Created an attachment (id=165)
+ The full log file as a traceout of wine crash (bzipped original 100MB)
http://bugs.winehq.com/show_bug.cgi?id=757
*** shadow/757 Wed Jun 5 10:46:26 2002
--- shadow/757.tmp.32637 Wed Jun 5 13:04:17 2002
***************
*** 73,75 ****
--- 73,90 ----
------- Additional Comments From johane(a)lysator.liu.se 2002-06-05 10:45 -------
Have you tried changing the "Drivers" entry in the config file to "winearts.drv"?
If that doesn't give sound with the daemon active, I guess it's a Bug.
+
+
+ ------- Additional Comments From pavel.reznicek(a)wo.cz 2002-06-05 13:04 -------
+ Uh, oh! I have already tried just everything.
+ "Everything" includes adding winearts.drv to the WinMM section of the config
+ (I have commented out the wineoss.drv and then added winearts.drv).
+ I have tried it again now and it seems it really doesn't work.
+ But I get another initial error than about which I had written recently.
+ The first significant error is "mcop warning: ...", see the attachment.
+ Then I get thousands of error messages concerning the sound. Also see the
+ attachment.
+
+ Thank you for your understanding.
+
+ Pavel Reznicek
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=377
*** shadow/377 Tue Jun 4 05:49:44 2002
--- shadow/377.tmp.31043 Wed Jun 5 12:40:36 2002
***************
*** 2,13 ****
| mIRC crashes while backspacing to erase entry |
+----------------------------------------------------------------------------+
| Bug #: 377 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
! | Priority: P1 Component: wine-misc |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: samlb(a)am-cath.org |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
--- 2,13 ----
| mIRC crashes while backspacing to erase entry |
+----------------------------------------------------------------------------+
| Bug #: 377 Product: Wine |
! | Status: NEW Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
! | Priority: P1 Component: wine-kernel |
+----------------------------------------------------------------------------+
! | Assigned To: andi(a)rhlx01.fht-esslingen.de |
| Reported By: samlb(a)am-cath.org |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
***************
*** 93,95 ****
--- 93,111 ----
trace:edit:EDIT_MakeFit notification EN_ERRSPACE sent to hwnd=00030043
Anybody any suggestions?
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-06-05 12:40 -------
+ I found a simpler way to reproduce, one can even be offline.
+ **********************************************
+ 1) Execute mIRC under WINE
+ 2) Click "List Channels" button on the toolbar (the 4th from the left).
+ 3) hold down "." key in the "Match text" combo to generate more than 64
+ characters on a line
+ 4) hold down BS key to erase -- miRC freezes at about 63 characters
+ IIRC --
+ see original bug description
+ **********************************************
+
+ It looks like it is the memory allocation bug. The crash happens while
+ allocating a new block of memory (see the backtrace below).
+ Forwarding to Andreas.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=757
*** shadow/757 Wed Jun 5 03:14:40 2002
--- shadow/757.tmp.23337 Wed Jun 5 10:45:44 2002
***************
*** 69,71 ****
--- 69,75 ----
Thank you! I am so glad that somebody has a solution!
I shall try it.
+
+ ------- Additional Comments From johane(a)lysator.liu.se 2002-06-05 10:45 -------
+ Have you tried changing the "Drivers" entry in the config file to "winearts.drv"?
+ If that doesn't give sound with the daemon active, I guess it's a Bug.
http://bugs.winehq.com/show_bug.cgi?id=757
*** shadow/757 Tue Jun 4 22:19:25 2002
--- shadow/757.tmp.31943 Wed Jun 5 03:14:40 2002
***************
*** 64,66 ****
--- 64,71 ----
bug is reproducible for me in any application I have : no sound at all
if artsd is not suspended.
+
+ ------- Additional Comments From pavel.reznicek(a)wo.cz 2002-06-05 03:14 -------
+ Thank you! I am so glad that somebody has a solution!
+
+ I shall try it.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=757
*** shadow/757 Tue Jun 4 21:40:10 2002
--- shadow/757.tmp.19770 Tue Jun 4 22:19:25 2002
***************
*** 2,8 ****
| 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 |
--- 2,8 ----
| Sound bug: only sometimes - wodDsCreate DirectSound flag not set |
+----------------------------------------------------------------------------+
| Bug #: 757 Product: Wine |
! | Status: NEW Version: 20020509 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-directx |
***************
*** 13,18 ****
--- 13,19 ----
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
+ | Dependencies: BugsThisDependsOn: 325[] |
+============================================================================+
| DESCRIPTION |
In most runs of Wine, I get no sound. But SOMETIMES it luckily happens that I
***************
*** 54,56 ****
--- 55,66 ----
Under Gnome, if I choose the wineoss.drv driver, all works perfect.
Also it did under KDE 2.0.0. But under KDE 3.0.0, there is it a thing of
fortune if the sound starts properly or not. In most cases, it doesn't.
+
+ ------- Additional Comments From spetreolle(a)yahoo.fr 2002-06-04 22:19 -------
+ there is a way to have sound under kde : run artscontrol and suspend it.
+
+ but if I remember this issue was resolved with the implementation of the arts
+ driver. see bug 325.could be a regression.
+
+ bug is reproducible for me in any application I have : no sound at all
+ if artsd is not suspended.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=63
*** shadow/63 Tue Jun 4 20:51:17 2002
--- shadow/63.tmp.16846 Tue Jun 4 21:06:53 2002
***************
*** 7,13 ****
| Severity: enhancement OS/Version: All |
| Priority: P1 Component: wine-tools |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: fgouget(a)codeweavers.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 7,13 ----
| Severity: enhancement OS/Version: All |
| Priority: P1 Component: wine-tools |
+----------------------------------------------------------------------------+
! | Assigned To: fgouget(a)codeweavers.com |
| Reported By: fgouget(a)codeweavers.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 77,79 ****
--- 77,83 ----
it is for me to reassign it to wine-bugs(a)winehq.com and then have someone else
reassign it to me (I guess I should have done something like this a long time
ago, sorry).
+
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-06-04 21:06 -------
+ Reassigning bug to François Gouget. Hope this works...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=767
*** shadow/767 Tue Jun 4 20:58:40 2002
--- shadow/767.tmp.16369 Tue Jun 4 20:58:40 2002
***************
*** 0 ****
--- 1,28 ----
+ +============================================================================+
+ | Unable to start debugger / recurrent "parse error" message |
+ +----------------------------------------------------------------------------+
+ | Bug #: 767 Product: Wine |
+ | Status: UNCONFIRMED Version: CVS |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-debug |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: spetreolle(a)yahoo.fr |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ Running debugger invoked as 'winedbg' everywhere writes endless :
+ Wine-dbg>parse error
+
+ and everytime the debugger is launched by a program, the same message appears
+ and the backtrace is written endless. So I must kill all process.
+
+ The only way to launch it without errors is to launch './winedbg' in source tree
+ or launch the debugger with '--debugmsg +module'.
+
+ If I launch 'winedbg _someapp_', the program starts automatically without being
+ asked to.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=66
*** shadow/66 Sat May 25 20:12:15 2002
--- shadow/66.tmp.16160 Tue Jun 4 20:54:56 2002
***************
*** 46,48 ****
--- 46,51 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 20:12 -------
Hmm, is this still an issue? I would think so since it was updated a couple
months ago, but just checking...
+
+ ------- Additional Comments From fgouget(a)codeweavers.com 2002-06-04 20:54 -------
+ Yep, the bug is still there as of 2002/05/25.
http://bugs.winehq.com/show_bug.cgi?id=63
*** shadow/63 Sat May 25 20:10:45 2002
--- shadow/63.tmp.16001 Tue Jun 4 20:51:17 2002
***************
*** 2,13 ****
| winemaker: Should be able to generate wrappers |
+----------------------------------------------------------------------------+
| Bug #: 63 Product: Wine |
! | Status: ASSIGNED Version: unspecified |
| Resolution: Platform: |
| Severity: enhancement OS/Version: All |
| Priority: P1 Component: wine-tools |
+----------------------------------------------------------------------------+
! | Assigned To: fgouget(a)codeweavers.com |
| Reported By: fgouget(a)codeweavers.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 2,13 ----
| winemaker: Should be able to generate wrappers |
+----------------------------------------------------------------------------+
| Bug #: 63 Product: Wine |
! | Status: NEW Version: unspecified |
| Resolution: Platform: |
| Severity: enhancement OS/Version: All |
| Priority: P1 Component: wine-tools |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: fgouget(a)codeweavers.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 59,61 ****
--- 59,79 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 20:10 -------
Whats up with this bug?
+
+ ------- Additional Comments From fgouget(a)codeweavers.com 2002-06-04 20:51 -------
+ > Whats up with this bug?
+
+ Ah, good question.
+
+ The initialization order issues are still there so support for 'wrappers' is
+ still needed. I am not sure how well the current wrapper code work with the
+ current Wine. It should not need much changes (besides the cleanup) but someone
+ reported problems with the FreeLibrary call (and removed it though I don't know
+ if this was committed).
+
+ I intended to work on it, but then got diverted to other tasks and never managed
+ to get back to it. So I guess it should be assigned to me (since I'm responsible
+ for winelib issues), but should be in the status New. The only way I see to do
+ it is for me to reassign it to wine-bugs(a)winehq.com and then have someone else
+ reassign it to me (I guess I should have done something like this a long time
+ ago, sorry).
http://bugs.winehq.com/show_bug.cgi?id=61
*** shadow/61 Sat May 25 20:08:25 2002
--- shadow/61.tmp.15595 Tue Jun 4 20:43:56 2002
***************
*** 32,34 ****
--- 32,39 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 20:08 -------
Whats the status on this bug?
+
+ ------- Additional Comments From fgouget(a)codeweavers.com 2002-06-04 20:43 -------
+ Winemaker still does not support .dsp files. Work has not started and I cannot
+ work on it right now due to lack of time. But I would be happy to try to help a
+ volunteer (hint, hint).
http://bugs.winehq.com/show_bug.cgi?id=766
*** shadow/766 Tue Jun 4 18:38:25 2002
--- shadow/766.tmp.10298 Tue Jun 4 18:38:25 2002
***************
*** 0 ****
--- 1,29 ----
+ +============================================================================+
+ | Race condition triggered by Warcraft II BNE |
+ +----------------------------------------------------------------------------+
+ | Bug #: 766 Product: Wine |
+ | Status: UNCONFIRMED Version: CVS |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-directx |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: mstefani(a)redhat.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ Tested with wine CVS version from 20020604 23:30 UTC.
+ When starting a new campaign and beginning to play the first mission Warcraft II
+ freezes after about 5-10 seconds. It isn't realy a hard freeze, the background
+ sound continues to play and the graphics are updated every some minutes. Loading
+ a saved game the freeze occures too, but after a longer/random period of playing
+ (still not enough to finish the mission). After the freezes wineserver and 2
+ wine processes continue to max out the CPU.
+ Running wine with --debugmsg +relay it's slow but no freeze occur.
+ Running with --debugmsg trace+dsound (a lot of output) the game is quite
+ playable and no freeze occures. The game only hangs for some seconds when the
+ background music changes or a lot of sound events are happening.
+ Any tips how to debug this problem?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=763
*** shadow/763 Tue Jun 4 18:29:54 2002
--- shadow/763.tmp.9770 Tue Jun 4 18:30:40 2002
***************
*** 41,43 ****
--- 41,48 ----
------- Additional Comments From roz(a)one.net 2002-06-04 18:29 -------
Created an attachment (id=160)
200 line relay trace
+
+
+ ------- Additional Comments From roz(a)one.net 2002-06-04 18:30 -------
+ OK, I was able to get a trace this time. I think this is a stripped binary
+ (RPM), though, so no debugger output.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=763
*** shadow/763 Tue Jun 4 10:18:24 2002
--- shadow/763.tmp.9683 Tue Jun 4 18:29:54 2002
***************
*** 37,39 ****
--- 37,43 ----
You can find place of crash by thearching for "starting debugger" string.
Michael, can you confirm this bug?
+
+ ------- Additional Comments From roz(a)one.net 2002-06-04 18:29 -------
+ Created an attachment (id=160)
+ 200 line relay trace
http://bugs.winehq.com/show_bug.cgi?id=362
*** shadow/362 Tue May 7 13:44:13 2002
--- shadow/362.tmp.32116 Tue Jun 4 15:39:54 2002
***************
*** 55,57 ****
--- 55,64 ----
------- Additional Comments From puoti(a)inwind.it 2002-05-07 13:44 -------
ICQ exists in Linux (Java) version, and it has verious clones (LICQ), so you don't
nead wine to connect to ICQ.
+
+ ------- Additional Comments From leo(a)connectux.com 2002-06-04 15:39 -------
+ several years later .. :)
+ icq2001b.exe good testcase for in & out of process-COM, shdocvw fixme-tests and
+ generates a nice endless winproc-loop in current cvs (4-6-02)
+ dlls/x11drv/winpos.c:987 (when changed to a PostMessage it works fine, but its
+ not a solution)
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=765
*** shadow/765 Tue Jun 4 13:11:02 2002
--- shadow/765.tmp.13451 Tue Jun 4 13:11:50 2002
***************
*** 2,8 ****
| PrgWin95: Off by one error in scrollbar position |
+----------------------------------------------------------------------------+
| Bug #: 765 Product: Wine |
! | Status: UNCONFIRMED Version: CVS |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
--- 2,8 ----
| PrgWin95: Off by one error in scrollbar position |
+----------------------------------------------------------------------------+
| Bug #: 765 Product: Wine |
! | Status: NEW Version: CVS |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
***************
*** 13,18 ****
--- 13,19 ----
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
+ | Dependencies: OtherBugsDependingOnThis: 406 |
+============================================================================+
| DESCRIPTION |
The bug 56 is fixed but now I see (the bug may have been there before) that the
http://bugs.winehq.com/show_bug.cgi?id=56
*** shadow/56 Tue Jun 4 12:58:22 2002
--- shadow/56.tmp.13424 Tue Jun 4 13:11:37 2002
***************
*** 2,8 ****
| PrgWin95: Listbox getting a recessed border instead of a flat one |
+----------------------------------------------------------------------------+
| Bug #: 56 Product: Wine |
! | Status: NEW Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
--- 2,8 ----
| PrgWin95: Listbox getting a recessed border instead of a flat one |
+----------------------------------------------------------------------------+
| Bug #: 56 Product: Wine |
! | Status: RESOLVED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
***************
*** 31,33 ****
--- 31,38 ----
Yes, the border is correct now :-)
But the scrollbar starts one pixel too high and overlaps the border :-(
I am sending a patch for that latter problem...
+
+
+ ------- Additional Comments From fgouget(a)codeweavers.com 2002-06-04 13:11 -------
+ Argh, it's more complex, that patch causes other problems (which I suspected).
+ So I'm closing this bug and opening bug 765 concerning this problem.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=765
*** shadow/765 Tue Jun 4 13:11:02 2002
--- shadow/765.tmp.13388 Tue Jun 4 13:11:02 2002
***************
*** 0 ****
--- 1,29 ----
+ +============================================================================+
+ | PrgWin95: Off by one error in scrollbar position |
+ +----------------------------------------------------------------------------+
+ | Bug #: 765 Product: Wine |
+ | Status: UNCONFIRMED Version: CVS |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-gui |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: fgouget(a)codeweavers.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ The bug 56 is fixed but now I see (the bug may have been there before) that the
+ scrollbar starts one pixel too high. Because of this it overlaps the flat
+ border. And now I noticed that this also happens in the sysmets2 and sysmets3
+ examples.
+
+ See also:
+ http://fgouget.free.fr/wine/PrgWin95/Chap8.shtml#head
+ http://fgouget.free.fr/wine/PrgWin95/Chap3.shtml#sysmets2
+ http://fgouget.free.fr/wine/PrgWin95/Chap3.shtml#sysmets3
+ http://fgouget.free.fr/wine/PrgWin98/Chap9.shtml#head
+ http://fgouget.free.fr/wine/PrgWin98/Chap4.shtml#SysMets2
+ http://fgouget.free.fr/wine/PrgWin98/Chap4.shtml#SysMets3
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=56
*** shadow/56 Sat May 25 20:07:50 2002
--- shadow/56.tmp.12704 Tue Jun 4 12:58:22 2002
***************
*** 26,28 ****
--- 26,33 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 20:07 -------
Is this fixed?
+
+ ------- Additional Comments From fgouget(a)codeweavers.com 2002-06-04 12:58 -------
+ Yes, the border is correct now :-)
+ But the scrollbar starts one pixel too high and overlaps the border :-(
+ I am sending a patch for that latter problem...
http://bugs.winehq.com/show_bug.cgi?id=54
*** shadow/54 Sat May 25 20:06:34 2002
--- shadow/54.tmp.9201 Tue Jun 4 12:04:30 2002
***************
*** 49,51 ****
--- 49,55 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 20:06 -------
Is this fixed now?
+
+ ------- Additional Comments From fgouget(a)codeweavers.com 2002-06-04 12:04 -------
+ I retested and the situation is the same as it was in 2001/04/01: the ownerdrawn
+ button has a white background instead of a grey one and this makes it invisible.
http://bugs.winehq.com/show_bug.cgi?id=48
*** shadow/48 Wed May 29 08:15:18 2002
--- shadow/48.tmp.8775 Tue Jun 4 11:59:54 2002
***************
*** 99,101 ****
--- 99,108 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 17:21 -------
are the differences still present, or can this bug be closed?
+
+ ------- Additional Comments From fgouget(a)codeweavers.com 2002-06-04 11:59 -------
+ Just a note on something that seemed strange to me as I rechecked: while
+ SM_CXSMSIZE is still incorrect, SM_CYSMSIZE had and still has the correct value.
+ Apparently on Windows SM_CXSMSIZE is 13 but SM_CYSMSIZE is 15.
+
+ But there is no change since 2002/03/27.
http://bugs.winehq.com/show_bug.cgi?id=752
*** shadow/752 Sat Jun 1 21:21:19 2002
--- shadow/752.tmp.7320 Tue Jun 4 11:37:49 2002
***************
*** 5,13 ****
| Status: NEW Version: CVS |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
! | Priority: P1 Component: wine-winelib |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: tazdev(a)altern.org |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 5,13 ----
| Status: NEW Version: CVS |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
! | Priority: P1 Component: wine-ole |
+----------------------------------------------------------------------------+
! | Assigned To: marcus(a)jet.franken.de |
| Reported By: tazdev(a)altern.org |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 102,104 ****
--- 102,117 ----
When I found the unpacked files and started Setup.exe I got the same
Installshield window which hang indefinitely. It prints only
fixme:ole:CoTreatAsClass.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-06-04 11:37 -------
+ After the first crash a few wine processes remain still in memory and the next
+ startup of the application hangs. It is necessary to kill all wine processes
+ afther the crash to reproduce the issue again.
+ Used for debugging the unpacked installer (see my previous comment)
+
+ The crash happens in ole code. It seems the trouble starts after this fixme
+ message (should it be warn then?):
+ trace:ole:ITypeInfo_fnGetRefTypeInfo (0x403e43fc) hreftype 0x0000 loaded FAILURE
+ (0x13)
+
+ Forwarding to Marcus, but anybody is free to take this bug.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=39
*** shadow/39 Tue May 28 14:30:01 2002
--- shadow/39.tmp.6421 Tue Jun 4 11:22:38 2002
***************
*** 78,80 ****
--- 78,84 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-28 14:30 -------
Works? Cool... Closing
+
+ ------- Additional Comments From fgouget(a)codeweavers.com 2002-06-04 11:22 -------
+ I know I'm a bit late but I just want to confirm that it does indeed work now. I
+ wonder what fixed it.
http://bugs.winehq.com/show_bug.cgi?id=763
*** shadow/763 Mon Jun 3 21:13:05 2002
--- shadow/763.tmp.2179 Tue Jun 4 10:18:24 2002
***************
*** 9,15 ****
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: roz(a)one.net |
- | CC list: Cc: |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
--- 9,14 ----
***************
*** 27,29 ****
--- 26,39 ----
0x400f5846
I did a relay trace, and got no additional information with the crash.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-06-04 10:18 -------
+ This may be related to bug 411.
+ Solomon, does the debugger show any interesting messages?
+ It's interesting to see the backtrace of the issue.
+ Type bt in the debugger prompt and post the result here.
+
+ Also post as an attachment the last 200 lines of the relay trace before the crash.
+ You can find place of crash by thearching for "starting debugger" string.
+
+ Michael, can you confirm this bug?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=53
*** shadow/53 Mon Jun 3 18:08:16 2002
--- shadow/53.tmp.1329 Tue Jun 4 10:05:31 2002
***************
*** 2,8 ****
| PrgWin95: Wine does not support Win9x style (16bit) coordinates |
+----------------------------------------------------------------------------+
| Bug #: 53 Product: Wine |
! | Status: RESOLVED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gdi |
--- 2,8 ----
| PrgWin95: Wine does not support Win9x style (16bit) coordinates |
+----------------------------------------------------------------------------+
| Bug #: 53 Product: Wine |
! | Status: CLOSED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gdi |
***************
*** 66,68 ****
--- 66,72 ----
I asked Alexandre and he agrees with the above. So I am closing this bug. We can
always reopen it / open a new bug if we find a really compelling reason to fix
it.
+
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-06-04 10:05 -------
+ Closing. WONTFIX.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=759
*** shadow/759 Tue Jun 4 07:12:42 2002
--- shadow/759.tmp.950 Tue Jun 4 10:02:44 2002
***************
*** 2,8 ****
| The install of MicroWorlds Pro proceeds normally but then crashes |
+----------------------------------------------------------------------------+
| Bug #: 759 Product: Wine |
! | Status: RESOLVED Version: 20020509 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-binary |
--- 2,8 ----
| The install of MicroWorlds Pro proceeds normally but then crashes |
+----------------------------------------------------------------------------+
| Bug #: 759 Product: Wine |
! | Status: CLOSED Version: 20020509 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-binary |
***************
*** 76,78 ****
--- 76,83 ----
------- Additional Comments From simon(a)unisolve.com.au 2002-06-04 07:12 -------
This problem is solved. With the latest CVS code, the Microworlds Pro demo
installs and the application runs. This is *great*.
+
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-06-04 10:02 -------
+ Excellent! Closing.
+ Simon, look forward for your new bug reports ;-)
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=466
*** shadow/466 Mon Jun 3 12:38:34 2002
--- shadow/466.tmp.25516 Tue Jun 4 07:38:12 2002
***************
*** 192,194 ****
--- 192,197 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-06-03 12:38 -------
Daniel, can you reproduce this bug with current Wine?
Thanks.
+
+ ------- Additional Comments From bjornr(a)nyherji.is 2002-06-04 07:38 -------
+ CVS of wine as of 20020604 is working correctly.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=759
*** shadow/759 Mon Jun 3 18:35:31 2002
--- shadow/759.tmp.24075 Tue Jun 4 07:12:42 2002
***************
*** 2,8 ****
| The install of MicroWorlds Pro proceeds normally but then crashes |
+----------------------------------------------------------------------------+
| Bug #: 759 Product: Wine |
! | Status: UNCONFIRMED Version: 20020509 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-binary |
--- 2,8 ----
| The install of MicroWorlds Pro proceeds normally but then crashes |
+----------------------------------------------------------------------------+
| Bug #: 759 Product: Wine |
! | Status: RESOLVED Version: 20020509 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-binary |
***************
*** 71,73 ****
--- 71,78 ----
I will try the install again with the latest release out of CVS, and report
back.
+
+
+ ------- Additional Comments From simon(a)unisolve.com.au 2002-06-04 07:12 -------
+ This problem is solved. With the latest CVS code, the Microworlds Pro demo
+ installs and the application runs. This is *great*.
http://bugs.winehq.com/show_bug.cgi?id=757
*** shadow/757 Mon Jun 3 12:40:34 2002
--- shadow/757.tmp.23568 Tue Jun 4 07:04:10 2002
***************
*** 45,47 ****
--- 45,55 ----
------- Additional Comments From johane(a)lysator.liu.se 2002-06-03 09:56 -------
You can't use DirectSound in WINE if your sound card does not support mmap().
What is your soundcard?
+
+
+ ------- Additional Comments From pavel.reznicek(a)wo.cz 2002-06-04 07:04 -------
+ I have ESS ES 1869 Plug and Play Audio Drive (as my Windows says).
+ -- But there's a goal that I sometimes hear the sound.
+ Under Gnome, if I choose the wineoss.drv driver, all works perfect.
+ Also it did under KDE 2.0.0. But under KDE 3.0.0, there is it a thing of
+ fortune if the sound starts properly or not. In most cases, it doesn't.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=764
*** shadow/764 Tue Jun 4 06:59:02 2002
--- shadow/764.tmp.23395 Tue Jun 4 07:00:31 2002
***************
*** 22,24 ****
--- 22,29 ----
------- Additional Comments From puoti(a)inwind.it 2002-06-04 06:59 -------
Created an attachment (id=156)
Windows media player debug generated with bug_report.pl
+
+
+ ------- Additional Comments From puoti(a)inwind.it 2002-06-04 07:00 -------
+ Created an attachment (id=157)
+ Windows media player full debug generated with bug_report.pl
http://bugs.winehq.com/show_bug.cgi?id=764
*** shadow/764 Tue Jun 4 06:57:46 2002
--- shadow/764.tmp.23291 Tue Jun 4 06:59:02 2002
***************
*** 18,20 ****
--- 18,24 ----
Windows media player 6.4 currently only runs in dual-boot lin-win systems, or
with crossover, but I think that it would be nice to make it run in wine; debug
will follow.
+
+ ------- Additional Comments From puoti(a)inwind.it 2002-06-04 06:59 -------
+ Created an attachment (id=156)
+ Windows media player debug generated with bug_report.pl
http://bugs.winehq.com/show_bug.cgi?id=764
*** shadow/764 Tue Jun 4 06:57:46 2002
--- shadow/764.tmp.23217 Tue Jun 4 06:57:46 2002
***************
*** 0 ****
--- 1,20 ----
+ +============================================================================+
+ | Windows media player 6.4 instulls but dosen't run |
+ +----------------------------------------------------------------------------+
+ | Bug #: 764 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020509 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-programs |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: puoti(a)inwind.it |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ Windows media player 6.4 currently only runs in dual-boot lin-win systems, or
+ with crossover, but I think that it would be nice to make it run in wine; debug
+ will follow.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=377
*** shadow/377 Fri May 31 12:05:18 2002
--- shadow/377.tmp.20085 Tue Jun 4 05:49:44 2002
***************
*** 65,67 ****
--- 65,95 ----
**********************************************
Thanks
+
+
+ ------- Additional Comments From leo(a)connectux.com 2002-06-04 05:49 -------
+ It also happens in mirc v6.01. It seems this is a general edit control failure
+ (controls/edit.c), because its also reproducable in other editboxxes.
+
+ It always crashes in dlls/ntdll/heap.c when deleting data from the editbox:
+ Unhandled exception: page fault on read access to 0x40433eb4 in 32-bit code
+ (0x400c775c).
+ In 32-bit mode.
+ 0x400c775c (HEAP_CreateFreeBlock+0x60 [heap.c:361] in libntdll.dll.so): testb
+ $0x1,0x0(%ecx)
+ /* Check if next block is free also */
+
+ if (((char *)ptr + size < (char *)subheap + subheap->size) &&
+ (*(DWORD *)((char *)ptr + size) & ARENA_FLAG_FREE))
+
+ When setting on --debugmsg +heap, no crash occurs, but it ends in a endless loop.
+
+ Also interesting, when typing various sizes of text into the editbox:
+ trace:edit:EDIT_EM_ReplaceSel L".", can_undo 1, send_update 1
+ trace:edit:EDIT_MakeFit trying to ReAlloc to 64+1 characters
+ err:heap:HEAP_ValidateInUseArena Heap 40330000: in-use arena 4036d664 next block
+ has PREV_FREE flag
+ warn:edit:EDIT_MakeFit FAILED ! We now have 63+1
+ trace:edit:EDIT_MakeFit notification EN_ERRSPACE sent to hwnd=00030043
+
+ Anybody any suggestions?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=763
*** shadow/763 Mon Jun 3 21:13:05 2002
--- shadow/763.tmp.27413 Mon Jun 3 21:13:05 2002
***************
*** 0 ****
--- 1,29 ----
+ +============================================================================+
+ | AOL 7.0 crashes after spewing the same error message |
+ +----------------------------------------------------------------------------+
+ | Bug #: 763 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: roz(a)one.net |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ The program will load fine. Once I sign on (successfully), the following
+ message repeats for a minute or so:
+
+ fixme:task:DirectedYield16 called for Win32 thread (09a7)!
+
+ Then it crashes with:
+
+ wine: Unhandled exception, starting debugger...
+ err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr
+ 0x400f5846
+
+ I did a relay trace, and got no additional information with the crash.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=759
*** shadow/759 Sun Jun 2 04:51:58 2002
--- shadow/759.tmp.20843 Mon Jun 3 18:35:31 2002
***************
*** 65,67 ****
--- 65,73 ----
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-06-02 04:51 -------
This bug is probably already fixed in current CVS.
Please retry and report.
+
+ ------- Additional Comments From simon(a)unisolve.com.au 2002-06-03 18:35 -------
+ The temporary workaround suggested by Andriy Palamarchuk worked well. However,
+ I will try the install again with the latest release out of CVS, and report
+ back.
+
http://bugs.winehq.com/show_bug.cgi?id=53
*** shadow/53 Sat May 25 17:25:14 2002
--- shadow/53.tmp.19635 Mon Jun 3 18:08:16 2002
***************
*** 2,8 ****
| PrgWin95: Wine does not support Win9x style (16bit) coordinates |
+----------------------------------------------------------------------------+
| Bug #: 53 Product: Wine |
! | Status: NEW Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gdi |
--- 2,8 ----
| PrgWin95: Wine does not support Win9x style (16bit) coordinates |
+----------------------------------------------------------------------------+
| Bug #: 53 Product: Wine |
! | Status: RESOLVED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gdi |
***************
*** 52,54 ****
--- 52,68 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 17:25 -------
This still an issue or should it be closed?
+
+ ------- Additional Comments From fgouget(a)codeweavers.com 2002-06-03 18:08 -------
+ It is still an issue. But it is probably not worth fixing:
+ - we don't want to do any work of the type 'behave one way if winever==win9x,
+ another way otherwise' unless we really have to
+ - the only app known to have a problem with this is this sample PrgWin95 app
+ - it seems unlikely that a company would develop an application and not test it
+ in some form of NT nowadays so
+ - any application would have the exact same bug in NT anyway
+ - it would be a lot of work to 'fix'
+
+ I asked Alexandre and he agrees with the above. So I am closing this bug. We can
+ always reopen it / open a new bug if we find a really compelling reason to fix
+ it.
http://bugs.winehq.com/show_bug.cgi?id=52
*** shadow/52 Sat May 25 17:23:40 2002
--- shadow/52.tmp.18532 Mon Jun 3 17:44:02 2002
***************
*** 39,41 ****
--- 39,54 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 17:23 -------
whats up with this bug, does it still exist?
+
+ ------- Additional Comments From fgouget(a)codeweavers.com 2002-06-03 17:44 -------
+ It seems to work better but a few cells are not correct after the program
+ finishes. All the incorrect cells contain partial images of either xmms or
+ gkrellm. So I suspect this is because these are the only two programs updating
+ the screen while scramble is running.
+ Also, when running scramble I get the following messages:
+
+ fixme:dc:LockWindowUpdate (10020), stub!
+ fixme:dc:LockWindowUpdate (0), stub!
+
+ I suspect that the above is the cause for the problem. Not sure if it is
+ implementable in Wine.
http://bugs.winehq.com/show_bug.cgi?id=50
*** shadow/50 Sat May 25 17:22:36 2002
--- shadow/50.tmp.17264 Mon Jun 3 17:16:29 2002
***************
*** 36,38 ****
--- 36,45 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 17:22 -------
is this problem still existant Francois?
+
+ ------- Additional Comments From fgouget(a)codeweavers.com 2002-06-03 17:16 -------
+ I believe it is worse now: there does not appear to be any justification
+ whatsoever although I can get all the line breaks in exactly the right places.
+ Also I get the following warnings though I don't think they are related:
+
+ fixme:font:WineEngCreateFontInstance just using first face for now
http://bugs.winehq.com/show_bug.cgi?id=155
*** shadow/155 Sat May 25 20:52:22 2002
--- shadow/155.tmp.3950 Mon Jun 3 13:08:46 2002
***************
*** 154,156 ****
--- 154,160 ----
think there should be a separate bug created for other installers, either all-
in-one, OR each individual installer, and then attached to the one of the
metabugs
+
+ ------- Additional Comments From johane(a)lysator.liu.se 2002-06-03 13:08 -------
+ Windows installer 2 doesn't install for me. Is that the version used for Office
+ 2000?
http://bugs.winehq.com/show_bug.cgi?id=466
*** shadow/466 Mon Jun 3 12:37:02 2002
--- shadow/466.tmp.2324 Mon Jun 3 12:38:34 2002
***************
*** 9,15 ****
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: jean-yves.provost(a)equant.com |
! | CC list: Cc: bjornr@nyherji.is,michaelc@lindows.com |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
--- 9,15 ----
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: jean-yves.provost(a)equant.com |
! | CC list: Cc: |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
***************
*** 188,190 ****
--- 188,194 ----
are in and it can't be reproduced with current CVS Wine.
Jean-Yves, Bjorn can you try to reproduce the issue with current CVS Wine?
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-06-03 12:38 -------
+ Daniel, can you reproduce this bug with current Wine?
+ Thanks.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=466
*** shadow/466 Sun Jun 2 15:02:47 2002
--- shadow/466.tmp.2184 Mon Jun 3 12:37:02 2002
***************
*** 9,14 ****
--- 9,15 ----
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: jean-yves.provost(a)equant.com |
+ | CC list: Cc: bjornr@nyherji.is,michaelc@lindows.com |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
***************
*** 181,183 ****
--- 182,190 ----
It's been reported as patchable with some success. I suggest using codeweavers
for Lotus Notes, and preferably the crossover version...
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-06-03 12:37 -------
+ Code Weaver's engineers report that all the patches necessary to fix this bug
+ are in and it can't be reproduced with current CVS Wine.
+
+ Jean-Yves, Bjorn can you try to reproduce the issue with current CVS Wine?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=393
*** shadow/393 Thu May 30 08:27:02 2002
--- shadow/393.tmp.23784 Mon Jun 3 10:09:52 2002
***************
*** 2,8 ****
| Half-Life - all the input goes to console, not to the application |
+----------------------------------------------------------------------------+
| Bug #: 393 Product: Wine |
! | Status: RESOLVED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
--- 2,8 ----
| Half-Life - all the input goes to console, not to the application |
+----------------------------------------------------------------------------+
| Bug #: 393 Product: Wine |
! | Status: CLOSED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
***************
*** 37,39 ****
--- 37,51 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-30 08:27 -------
No feedback from the reporter. Assume the issue is fixed.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-06-03 10:09 -------
+ Kristian, please, in future post your comments in the bug description. They will
+ be automatically forwarded to the corresponding mailing list.
+ Good luck in using Wine.
+ Look forward for your bug reports :-)
+
+ Got confirmation from the reporter:
+ *************************************************
+ Correct. Current Wine Release from SuSe Linux 8.0 (04/2002) works
+ pretty well.
+ *************************************************
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=757
*** shadow/757 Sat Jun 1 16:50:26 2002
--- shadow/757.tmp.22529 Mon Jun 3 09:56:27 2002
***************
*** 42,44 ****
--- 42,48 ----
Thank you
Pavel Reznicek
+
+ ------- Additional Comments From johane(a)lysator.liu.se 2002-06-03 09:56 -------
+ You can't use DirectSound in WINE if your sound card does not support mmap().
+ What is your soundcard?
http://bugs.winehq.com/show_bug.cgi?id=740
*** shadow/740 Fri May 31 22:04:14 2002
--- shadow/740.tmp.17503 Mon Jun 3 08:48:24 2002
***************
*** 369,371 ****
--- 369,375 ----
------- 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.
+
+ ------- Additional Comments From ronis(a)onsager.chem.mcgill.ca 2002-06-03 08:48 -------
+ Created an attachment (id=155)
+ This is a bzip2'd log that was requested (after the fix was applied)
** This e-mail has been automatically generated.
** by: http://bugs.winehq.com/
Weekly report for wine-bugs(a)winehq.com
Bug List
-------------------------------------------------------------------------
Id
Status
Desc
-------------------------------------------------------------------------
11 NEW StrokePath ignores PS_JOIN_xxx
26 NEW StrokeAndFillPath doesn't fill paths on EMF
35 ASSI Wine 0.9.0 Meta Bug
48 NEW PrgWin95/98: System metrics differ from the Win9x value
50 NEW PrgWin95: Text justification needs beefing up
52 NEW PrgWin95: Problems with access to the root window
53 NEW PrgWin95: Wine does not support Win9x style (16bit) coo
54 NEW PrgWin95: Wrong background for checkboxes, radiobuttons
56 NEW PrgWin95: Listbox getting a recessed border instead of
61 NEW winemaker: Add support for the Visual C++ project files
66 NEW PrgWin95: Custom cursor display bug
68 NEW Winelib: SEH support
69 NEW Visual C++'s native COM support
78 NEW Wine 1.0 Documentation Metabug - Winelib Users Guide
90 NEW Compile Wine with -DSTRICT
96 NEW DLL Separation (MetaBug)
123 NEW ComboBoxes and keyboard movements: Closing
125 NEW Redraw leaves no widgets in window
128 NEW Segfaults on trying to open fontdlg for AIM95
129 NEW Crash when exiting AIM95
130 NEW Win3.1 program function keys and ALT/SHIFT/CTRL don't w
131 NEW TWGS.exe will not spawn children
134 NEW Age Of Empires II - says 'couldn't initialize graphics.
147 NEW Multi-column list widget: Double click on the header sh
149 NEW Conflict with another Wine package
151 NEW dialog focus handling is not correct (e.g. in installer
154 NEW Fonts not loaded
168 NEW Mouse and Keyboard input die upon entering a game
176 NEW Implement an SDL back-end
185 NEW Checkpoint Firewall-1 Gui doesn't work because of starn
189 NEW The mouse wheel can scroll textboxes beyond the end
199 NEW Opening dialogues in nord modular editor causes lockup
204 NEW Lotus Notes attach/detach Soap Opera.
209 NEW Wine setup ends with TCL error and no config file is wr
215 NEW x11drv errors with United Devices' agent
216 NEW selected text sometimes disappears
219 NEW realMyst and many other programs refuse to run.
223 NEW winemaker: Add support for the msvcrt headers
230 NEW winemaker: Extract more information from the source fil
231 NEW winemaker: Issue the warnings directly in the source
235 NEW IPX no longer works.
251 NEW codeweavers-wine does not install regapi and uninstalle
252 NEW codeweavers-wine: winedbg is a dead link
259 NEW Garbled screen in Starcraft
265 NEW Copy pasting into a wine app works only once
267 NEW ddraw interface not found
268 NEW ddraw interface not recognized, surface flags not imple
271 NEW Westwood Monopoly: fixme:gdi:GetObjectType Magic nnnn n
280 NEW Windows Networking (WNet) is not implemented
284 NEW FillRect failing from STATIC_PaintTextfn
291 NEW wine systray and other windows not tall enough
292 NEW Keyboard focus not following
297 NEW implement PeekNamedPipe
306 NEW Activeskin.ocx Unhandled exception: page fault on read
307 NEW Unable to launch GURPS Character GURU
308 NEW Firstclass: Mouse slows program to a crawl, but keyboar
314 NEW Console application ("dos") doesn't recognize the retur
321 NEW msvcrt.printf does not support %S & %C
326 NEW Implement an Esd sound module
327 NEW CodeWeavers Preview Meta Bug
330 NEW Improve RichEdit headers
335 NEW Need Microphone and mic volume Support
341 NEW Running Half Life Game Fails
343 NEW file open / save in MS word fails....
351 NEW TNM (wrestling simulator) installer crashes with "Progr
373 NEW Unhandled exception in DIALOG_CreateIndirect
385 NEW Quicken99 barely usable
387 NEW Firstclass: Mouse behaves erratically
392 NEW Endless loop of redrawing a constantly growing windoq
395 NEW Wine Tasklist Meta Bug
397 NEW System hangs while trying to play a sound
406 NEW Wine Tasklets Meta Bug
413 NEW age of camelot needs wininet.InternetOpenUrlA
415 NEW Some programs do not save/open files
416 NEW Missings exports in winsocks
418 NEW ntdll: NtQuerySystemInformation returns null
421 NEW Implement a DIB engine
422 NEW Make the registry loadable on demand
423 NEW Out of process COM
424 NEW DCOM support
425 NEW Network UNC path handling
430 NEW Edit Control doesn't not behave like Windows
443 NEW Cygwin fails to execute
444 NEW ntdll.dll RtlGetNtVersionNumbers() not implemented.
455 NEW FIXMEs
461 NEW Implement processing for SystemParametersInfo actions w
468 NEW Error while accessing parallel port - DIVICE_Open Unkno
472 NEW GetAsyncKeyState problem. IGOR: Mouse Release Events No
480 NEW Convert HBITMAP to a void*
481 NEW Convert HBRUSH to a void*
482 NEW Convert HDRVR to a void*
483 NEW Convert HENHMETAFILE to a void*
484 NEW Convert HFONT to a void*
486 NEW Convert HINSTANCE to a void*
487 NEW Convert HKEY to a void*
488 NEW Convert HMENU to a void*
489 NEW Convert HMETAFILE to a void*
490 NEW Convert HMIDI to a void*
491 NEW Convert HMIDIIN to a void*
492 NEW Convert HMIDIOUT to a void*
493 NEW Convert HMIDISTRM to a void*
494 NEW Convert HMIXER to a void*
495 NEW Convert HMIXEROBJ to a void*
496 NEW Convert HMMIO to a void*
498 NEW Convert HPALETTE to a void*
500 NEW Convert HRGN to a void*
501 NEW Convert HRSRC to a void*
502 NEW Convert HTASK to a void*
503 NEW Convert HWAVE to a void*
504 NEW Convert HWAVEIN to a void*
505 NEW Convert HWAVEOUT to a void*
506 NEW Convert HKL to a void*
507 NEW Convert HDC to a void*
508 NEW Convert HANDLE to a void*
509 NEW Convert HWND to a void*
510 NEW Convert HACCEL to a void*
514 NEW fixme:msvcrt:__CxxFrameHandler - OpenOffice 1.0
517 NEW Could not load wprocs.dll
526 NEW Document the regression testing framework
527 NEW Running C regression tests on Windows with MSVC
529 NEW Running Perl regression tests on Windows
530 NEW Package the regression tests for Windows
531 NEW DLL Separation: ddraw from gdi32
532 NEW DLL Separation: gdi32 from ttydrv, x11drv (BITMAP_Drive
533 NEW DLL Separation: gdi32 from ttydrv, x11drv (PALETTE_Driv
534 NEW DLL Separation: gdi32 from ttydrv, x11drv (color init)
535 NEW DLL Separation: wineps from gdi32
536 NEW DLL Separation: ttydrv from gdi32
537 NEW DLL Separation: ttydrv from user32
538 NEW DLL Separation: x11drv from gdi32
539 NEW DLL Separation: x11drv from user32 (caret)
540 NEW DLL Separation: x11drv from user32 (clipboard)
541 NEW DLL Separation: x11drv from user32 (drag and drop)
542 NEW DLL Separation: x11drv from user32 (misc)
543 NEW DLL Separation: x11drv from ntdll (FILE_DupUnixHandle)
544 NEW DLL Separation: x11drv from ntdll (Options)
545 NEW DLL Separation: x11drv from ntdll (VIRTUAL_SetFaultHand
546 NEW DLL Separation: winedos from ntdll
547 NEW DLL Separation: user32 from gdi32
548 NEW DLL Separation: user32 from ntdll (ATOM_Init)
549 NEW DLL Separation: user32 from ntdll (misc)
556 NEW Reconcile the Windows and Wine spec files
563 NEW Right click does not call local menu
564 NEW Implement function GetGUIThreadInfo
567 NEW snmpapi.dll is not implemented
569 NEW widgets not being redrawn
572 NEW starcraft crashes in recent wine builds
587 NEW Create replacement of browser component (Internet Explo
588 NEW Word2000 - fixme:file:FindFirstChangeNotificationA this
595 NEW Age of Wonders fails with PE_fixup_imports
620 NEW dragging trillian's window causes the X server to crash
623 NEW Regression: IE can't view https links
626 NEW internet explorer crashes upon launch
633 NEW Non-text clipboard data from WINE to X
634 NEW Wine XIM
638 NEW Document Wine debugging channels
640 NEW Major graphic glitch in x11drv
650 NEW error messages when loading debugging information from
654 NEW Can't install ms money web edition from win98se install
657 NEW MFC42.dll is not implemented
663 NEW Publisher stops reading keyboard and mouse input.
681 NEW Two of the shlwapi DLL regression tests fail under wine
691 NEW GDI32.dll.270 (GdiEntry13) unimplemented
692 NEW GDI32.dll.266 (GdiEntry1) unimplemented
704 NEW native w2k ole32.dll needs NTDLL.NtMapViewOfSection
705 NEW Running NVidia's ChameleonMark crashes at 0xdeadbeef
706 NEW Reg* functions are there twice
709 NEW riched32.dll needs to be improved a lot (was: Richedit
711 NEW Image Preview control is shrinking on Xnview
712 NEW Xnview Options window is not refreshed
719 NEW some controls does't work
720 NEW Misplaced graphics
729 NEW Shading of the Winamp equaliser and playlist windows do
735 NEW The WM_INPUTLANGCHANGE message is not send when switchi
741 NEW Debbuger window doesn't allow me to cut & paste
743 NEW WM_QUERYNEWPALETTE handling broken ? (was: Problem in w
746 NEW wrc gives segfault when creating kernel.res
750 NEW Radmin doesn't want to start the second time (says it h
752 NEW msreadersetup.exe doesnt install
756 NEW msvcrt.fwscanf, swscanf, wscanf unimplemented
-------------------------------------------------------------------------
To get a list of all your bugs, you can use this URL (bookmark it if you like!):
http://bugs.winehq.com/buglist.cgi?assigned_to=wine-bugs@winehq.com
Or, you can use the general query page, at
http://bugs.winehq.com/query.cgi.