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.
> + ------- Additional Comments From apa3a(a)yahoo.com 2002-05-30 08:27 -------
> + No feedback from the reporter. Assume the issue is fixed.
Correct. Current Wine Release from SuSe Linux 8.0 (04/2002) works pretty well.
Thanks,
KR
--
berlin.de - meine stadt im netz. Jetzt eigene eMail-adresse @berlin.de sichern!
http://webmail.berlin.de
http://bugs.winehq.com/show_bug.cgi?id=758
*** shadow/758 Sun Jun 2 19:25:31 2002
--- shadow/758.tmp.13823 Sun Jun 2 19:34:36 2002
***************
*** 80,82 ****
--- 80,86 ----
I can't take it on right now. In a few weeks I hope to be able to get back into
doing some wine debugging, so if this is still around, perhaps I might take a
look then.
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-06-02 19:34 -------
+ Ok I'll see what I can do about saving this one for you, but I can't promise
+ that it will still be around.<wink>
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=758
*** shadow/758 Sun Jun 2 19:14:00 2002
--- shadow/758.tmp.13497 Sun Jun 2 19:25:31 2002
***************
*** 75,77 ****
--- 75,82 ----
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-06-02 19:14 -------
I am confirming bug. Changing status to NEW. Duane are you thinking of taking
this bug?
+
+ ------- Additional Comments From dclark(a)akamail.com 2002-06-02 19:25 -------
+ I can't take it on right now. In a few weeks I hope to be able to get back into
+ doing some wine debugging, so if this is still around, perhaps I might take a
+ look then.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=758
*** shadow/758 Sun Jun 2 19:04:13 2002
--- shadow/758.tmp.13114 Sun Jun 2 19:14:00 2002
***************
*** 2,8 ****
| Menu/combo-box-functionality in managed mode. |
+----------------------------------------------------------------------------+
| Bug #: 758 Product: Wine |
! | Status: UNCONFIRMED Version: 20020411 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
--- 2,8 ----
| Menu/combo-box-functionality in managed mode. |
+----------------------------------------------------------------------------+
| Bug #: 758 Product: Wine |
! | Status: NEW Version: 20020411 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
***************
*** 71,73 ****
--- 71,77 ----
seeing mention in c.e.m.w of the "not enough memory" problem, and as I recall,
there was an easy fix, but I don't remember what it was. Perhaps poke around on
http://www.winehq.com/Trouble/ or even here on bugzilla.
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-06-02 19:14 -------
+ I am confirming bug. Changing status to NEW. Duane are you thinking of taking
+ this bug?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=758
*** shadow/758 Sun Jun 2 15:42:14 2002
--- shadow/758.tmp.12770 Sun Jun 2 19:04:13 2002
***************
*** 60,62 ****
--- 60,73 ----
It seems that Sawfish doesn't consider the menus as belonging to the parent
program window. Is this a bug in anything?
+
+ ------- Additional Comments From dclark(a)akamail.com 2002-06-02 19:04 -------
+ Yep, I can confirm that behavior with Word2000 too. Changing focus to enter-exit
+ does cause the problem. So, definitely a bug, though it is going to be a subtle
+ one.
+
+ And incidentally, updating to today's CVS also fixed the problems I was having
+ with the Word2000 menus. It seems to be working fine now. I seem to recall
+ seeing mention in c.e.m.w of the "not enough memory" problem, and as I recall,
+ there was an easy fix, but I don't remember what it was. Perhaps poke around on
+ http://www.winehq.com/Trouble/ or even here on bugzilla.
\ No newline at end of file