http://bugs.winehq.com/show_bug.cgi?id=777
*** shadow/777 Sat Jun 8 21:03:02 2002
--- shadow/777.tmp.18840 Mon Jun 10 11:05:21 2002
***************
*** 40,42 ****
--- 40,58 ----
trace:dosfs:DOSFS_FindUnixName (/home/c,WINDOWS\regedit) -> windows (WINDOWS)
trace:dosfs:DOSFS_FindUnixName /home/c/windows,regedit
warn:dosfs:DOSFS_FindUnixName 'regedit' not found in '/home/c/windows'
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-06-10 11:05 -------
+ Can you run it manually as:
+
+ wine c:\\Windows\\regedit
+
+ I have regedit in the windows directory:
+
+ $ ls -l ~/c/windows/regedit.exe
+ lrwxrwxrwx 1 apalamar apalamar 34 May 31 17:00
+ /home/apalamarchuk/c/windows/regedit.exe -> /usr/local/lib/wine/regedit.exe.so
+
+
+ It is possible that you use too old Wine configuration.
+ Reconfigure Wine:
+ http://wine.codeweavers.com/fom-meta/cache/664.html
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=783
*** shadow/783 Mon Jun 10 10:15:18 2002
--- shadow/783.tmp.15381 Mon Jun 10 10:15:18 2002
***************
*** 0 ****
--- 1,162 ----
+ +============================================================================+
+ | Wine20020605: Problems with build of dlls/glu32 (also with 20020509) |
+ +----------------------------------------------------------------------------+
+ | Bug #: 783 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: michal.seliga(a)visicom.sk |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ It looks like bad linking or something like that... This is not the only
+ problem I have with recent wine version (In fact I cannot compile it at all),
+ but this was the same with older wine (which worked well).
+
+ It builds somehow, but when you try to run program which uses glu32.dll it
+ keeps saying that glu32.dll is not found.
+
+ I will provide more info - if someone will say me what is needed
+
+ gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-
+ boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o glu.o glu.c
+ ld -r glu.o -o glu32.dll.tmp.o
+ strip --strip-unneeded glu32.dll.tmp.o
+ LD_LIBRARY_PATH="../../library:../../unicode:$LD_LIBRARY_PATH" ../../tools/wineb
+ uild/winebuild -fPIC -D__WINE__ -sym glu32.dll.tmp.o -o glu32.spec.c -
+ spec ./glu32.spec -L../../dlls
+ gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-
+ boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o glu32.spec.o
+ glu32.spec.c
+ LD_LIBRARY_PATH="../../library:../../unicode:$LD_LIBRARY_PATH" ../../tools/wineb
+ uild/winebuild -fPIC -D__WINE__ -o glu32.dll.dbg.c -debug -C. glu.c
+ gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-
+ boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o
+ glu32.dll.dbg.o glu32.dll.dbg.c
+ gcc -shared -Wl,-Bsymbolic glu32.spec.o glu.o glu32.dll.dbg.o -o
+ glu32.dll.so -L../../dlls -L../../library -lwine -L/usr/X11R6/lib -lSM -lICE -
+ lXxf86dga -lXxf86vm -lXv -lGL -lXext -lX11 -lm
+ glu.o: In function `wine_gluLookAt':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:26: undefined reference to `gluLookAt'
+ glu.o: In function `wine_gluOrtho2D':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:34: undefined reference to `gluOrtho2D'
+ glu.o: In function `wine_gluPerspective':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:42: undefined reference to
+ `gluPerspective'
+ glu.o: In function `wine_gluPickMatrix':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:50: undefined reference to `gluPickMatrix'
+ glu.o: In function `wine_gluProject':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:58: undefined reference to `gluProject'
+ glu.o: In function `wine_gluUnProject':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:66: undefined reference to `gluUnProject'
+ glu.o: In function `wine_gluErrorString':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:74: undefined reference to
+ `gluErrorString'
+ glu.o: In function `wine_gluScaleImage':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:82: undefined reference to `gluScaleImage'
+ glu.o: In function `wine_gluBuild1DMipmaps':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:90: undefined reference to
+ `gluBuild1DMipmaps'
+ glu.o: In function `wine_gluBuild2DMipmaps':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:98: undefined reference to
+ `gluBuild2DMipmaps'
+ glu.o: In function `wine_gluNewQuadric':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:106: undefined reference to
+ `gluNewQuadric'
+ glu.o: In function `wine_gluDeleteQuadric':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:114: undefined reference to
+ `gluDeleteQuadric'
+ glu.o: In function `wine_gluQuadricDrawStyle':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:122: undefined reference to
+ `gluQuadricDrawStyle'
+ glu.o: In function `wine_gluQuadricOrientation':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:130: undefined reference to
+ `gluQuadricOrientation'
+ glu.o: In function `wine_gluQuadricNormals':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:138: undefined reference to
+ `gluQuadricNormals'
+ glu.o: In function `wine_gluQuadricTexture':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:146: undefined reference to
+ `gluQuadricTexture'
+ glu.o: In function `wine_gluQuadricCallback':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:154: undefined reference to
+ `gluQuadricCallback'
+ glu.o: In function `wine_gluCylinder':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:162: undefined reference to `gluCylinder'
+ glu.o: In function `wine_gluSphere':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:170: undefined reference to `gluSphere'
+ glu.o: In function `wine_gluDisk':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:178: undefined reference to `gluDisk'
+ glu.o: In function `wine_gluPartialDisk':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:186: undefined reference to
+ `gluPartialDisk'
+ glu.o: In function `wine_gluNewNurbsRenderer':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:194: undefined reference to
+ `gluNewNurbsRenderer'
+ glu.o: In function `wine_gluDeleteNurbsRenderer':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:202: undefined reference to
+ `gluDeleteNurbsRenderer'
+ glu.o: In function `wine_gluLoadSamplingMatrices':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:210: undefined reference to
+ `gluLoadSamplingMatrices'
+ glu.o: In function `wine_gluNurbsProperty':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:218: undefined reference to
+ `gluNurbsProperty'
+ glu.o: In function `wine_gluGetNurbsProperty':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:226: undefined reference to
+ `gluGetNurbsProperty'
+ glu.o: In function `wine_gluBeginCurve':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:234: undefined reference to
+ `gluBeginCurve'
+ glu.o: In function `wine_gluEndCurve':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:242: undefined reference to `gluEndCurve'
+ glu.o: In function `wine_gluNurbsCurve':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:250: undefined reference to
+ `gluNurbsCurve'
+ glu.o: In function `wine_gluBeginSurface':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:258: undefined reference to
+ `gluBeginSurface'
+ glu.o: In function `wine_gluEndSurface':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:266: undefined reference to
+ `gluEndSurface'
+ glu.o: In function `wine_gluNurbsSurface':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:274: undefined reference to
+ `gluNurbsSurface'
+ glu.o: In function `wine_gluBeginTrim':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:282: undefined reference to `gluBeginTrim'
+ glu.o: In function `wine_gluEndTrim':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:290: undefined reference to `gluEndTrim'
+ glu.o: In function `wine_gluPwlCurve':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:298: undefined reference to `gluPwlCurve'
+ glu.o: In function `wine_gluNurbsCallback':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:306: undefined reference to
+ `gluNurbsCallback'
+ glu.o: In function `wine_gluNewTess':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:314: undefined reference to `gluNewTess'
+ glu.o: In function `wine_gluDeleteTess':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:322: undefined reference to
+ `gluDeleteTess'
+ glu.o: In function `wine_gluTessVertex':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:330: undefined reference to
+ `gluTessVertex'
+ glu.o: In function `wine_gluTessCallback':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:338: undefined reference to
+ `gluTessCallback'
+ glu.o: In function `wine_gluBeginPolygon':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:346: undefined reference to
+ `gluBeginPolygon'
+ glu.o: In function `wine_gluEndPolygon':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:354: undefined reference to
+ `gluEndPolygon'
+ glu.o: In function `wine_gluNextContour':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:362: undefined reference to
+ `gluNextContour'
+ glu.o: In function `wine_gluGetString':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:370: undefined reference to
+ `gluGetString'
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=514
*** shadow/514 Sun Jun 9 03:31:35 2002
--- shadow/514.tmp.14104 Mon Jun 10 10:01:47 2002
***************
*** 2,13 ****
| fixme:msvcrt:__CxxFrameHandler - OpenOffice 1.0 |
+----------------------------------------------------------------------------+
| Bug #: 514 Product: Wine |
! | Status: NEW Version: 20020310 |
| Resolution: Platform: |
| Severity: critical OS/Version: All |
| Priority: P1 Component: wine-misc |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: lonnie(a)outstep.com |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
--- 2,13 ----
| fixme:msvcrt:__CxxFrameHandler - OpenOffice 1.0 |
+----------------------------------------------------------------------------+
| Bug #: 514 Product: Wine |
! | Status: ASSIGNED Version: 20020310 |
| Resolution: Platform: |
| Severity: critical OS/Version: All |
| Priority: P1 Component: wine-misc |
+----------------------------------------------------------------------------+
! | Assigned To: apa3a(a)yahoo.com |
| Reported By: lonnie(a)outstep.com |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
***************
*** 2365,2367 ****
--- 2365,2376 ----
problem.
Regardless, because it keeps comming back it may be interesting to actually
implement it right (if one finds documentation for it).
+
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-06-10 10:01 -------
+ I'm now actively researching the issue. I already made substantial progress.
+ AFAICS the __CxxFrameHandler message is called for each frame when exception
+ propagages through the call stack. I think in each case cause of the exception
+ is different.
+ In this bug an application exception is thrown after a failure to open a file.
+ It looks like wrong file name was used to open the file.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=782
*** shadow/782 Mon Jun 10 06:21:57 2002
--- shadow/782.tmp.1552 Mon Jun 10 06:21:57 2002
***************
*** 0 ****
--- 1,56 ----
+ +============================================================================+
+ | Wine fails to keep an applications child windows always on-top. |
+ +----------------------------------------------------------------------------+
+ | Bug #: 782 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020509 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-x11driver |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: tilps(a)hotmail.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ I use windows for approximately 3 applications - 2 of which have decent
+ replacements under linux - one of which does not. This 3rd application is
+ called ELF - its a telnet program designed for playing muds. It functions mostly
+ under wine except for one problem, which has kept me going back to windows on a
+ regular basis. By executing the appropriate scripting commands ELF will create
+ additional windows which you can send text too. In Win2k - these windows will
+ happily stay always on-top of the application itself. allowing me to work in
+ the main window and have interesting things which I might otherwise miss because
+ of alot of action on the main window, appear on these sub windows which float
+ above the application.
+
+ However when I run this application on Wine - giving focus to the application
+ causes it to end up on top of all the child windows, rendering them useless to
+ my needs.
+
+ I am thinking that these are not 'standard' always on top windows because if you
+ have other applications, then they will not sit above them. ie its only ontop
+ when the application has focus.
+ fiddling with warnings etc ...
+ I ended up using this execution line
+ wine --debugmsg fixme+all,err+all,warn+all,warn-heap Elf.exe
+ heap warnings come at a huge rate ... and trace ... wow :P
+
+ the things which seem most interesting are
+ warn:x11drv:SWP_DoOwnedPopups (10024) hInsertAfter = 0000
+
+ and
+ warn:listbox:ListBoxWndProc_common [30066]: unknown msg b029 wp 00000000 lp 00000000
+ warn:listbox:ListBoxWndProc_common [30066]: unknown msg b004 wp 00000000 lp 43a3d32c
+
+ i get stacks of
+ warn:gdi:GDI_GetObjPtr Invalid handle 0 as well - but the other 3 messages
+ appear when i switch focus between the main application and child windows.
+
+
+ turning on trace for x11drv - didnt leave me much more informed - but if wanted
+ the data is ofcourse available...
+
+ not sure if this is the right component - but hmmm anyway...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=642
*** shadow/642 Thu May 23 11:27:08 2002
--- shadow/642.tmp.31053 Mon Jun 10 05:24:39 2002
***************
*** 2,8 ****
| X Error of failed request: XF86VidModeExtensionDisabled (remote) |
+----------------------------------------------------------------------------+
| Bug #: 642 Product: Wine |
! | Status: UNCONFIRMED Version: 20020411 |
| Resolution: Platform: |
| Severity: minor OS/Version: All |
| Priority: P1 Component: wine-x11driver |
--- 2,8 ----
| X Error of failed request: XF86VidModeExtensionDisabled (remote) |
+----------------------------------------------------------------------------+
| Bug #: 642 Product: Wine |
! | Status: UNCONFIRMED Version: CVS |
| Resolution: Platform: |
| Severity: minor OS/Version: All |
| Priority: P1 Component: wine-x11driver |
***************
*** 48,50 ****
--- 48,61 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-23 11:27 -------
Reporter, could you describe how to reproduce the bug?
+
+
+ ------- Additional Comments From christof(a)petig-baender.de 2002-06-10 05:24 -------
+ Really simple:
+
+ from my Xterminal (in my case debian/unstable, powerpc, XF4.1)
+ log in on a remote machine (in my case debian/unstable, i386, XF4.1, today CVS's
+ WinE), start any wine program, if "UseXVidMode" = "Y" is in the config file the
+ error occurs, if it's = "N" all works. Same for UseDGA.
+
+ Sorry for the delay in answering.
** 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
54 NEW PrgWin95: Wrong background for checkboxes, radiobuttons
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
429 NEW Lotus Notes R. 5.0.8 Modal windows don't close
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
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
756 NEW msvcrt.fwscanf, swscanf, wscanf unimplemented
757 NEW Sound bug: only sometimes - wodDsCreate DirectSound fla
758 NEW Menu/combo-box-functionality in managed mode.
765 NEW PrgWin95: Off by one error in scrollbar position
769 NEW Failure in looping
-------------------------------------------------------------------------
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.