http://bugs.winehq.com/show_bug.cgi?id=412
*** shadow/412 Sun Jan 27 05:51:19 2002
--- shadow/412.tmp.22974 Mon May 20 09:06:55 2002
***************
*** 7,16 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gdi |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: ye_zong_hui(a)yahoo.com.cn |
| CC list: Cc: |
+----------------------------------------------------------------------------+
| URL: |
+============================================================================+
| DESCRIPTION |
--- 7,17 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gdi |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: ye_zong_hui(a)yahoo.com.cn |
| CC list: Cc: |
+----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
| URL: |
+============================================================================+
| DESCRIPTION |
***************
*** 243,245 ****
--- 244,272 ----
------- Additional Comments From ye_zong_hui(a)yahoo.com.cn 2002-01-27 05:50 -------
*** This bug has been confirmed by popular vote. ***
+
+ ------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2002-05-20 09:06 -------
+ The Helio Emulator emulator (source is available) uses the depreciate
+ SetBitmapBits() function, what probably exposes an error in our DIB handling.
+
+ First a 4 bit DIBSection is created:
+ lpbi->bmiHeader.biPlanes = 1;
+ lpbi->bmiHeader.biBitCount = 4;
+ ..
+ PVOID pvBits;
+ m_hbmLCD = CreateDIBSection(hdc, lpbi, DIB_RGB_COLORS, &pvBits, NULL, 0 );
+
+ Later the real data is set:
+ HDC hdcLCD = CreateCompatibleDC(hdc);
+ HBITMAP hbmOld = (HBITMAP) SelectObject(hdcLCD, m_hbmLCD);
+ SetBitmapBits(m_hbmLCD, LCD_WIDTH*LCD_HEIGHT/2, m_abLCDBits);
+ StretchBlt(hdc, m_rcScrn.left, m_rcScrn.top, cxScrn, cyScrn, hdcLCD, 0, 0,
+ LCD_WIDTH, LCD_HEIGHT, SRCCOPY);
+ SelectObject(hdcLCD, hbmOld);
+ DeleteDC(hdcLCD);
+
+ Now the four bit data given is handled as 24 bit data which was used for the
+ bitmap during CreateDIBSection and the display is wrong. I think we need to use
+ SetDIBits somehow, but I don't know how.
+
+ Bye
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=719
*** shadow/719 Mon May 20 07:35:00 2002
--- shadow/719.tmp.20055 Mon May 20 08:27:14 2002
***************
*** 28,30 ****
--- 28,34 ----
I try all, includind dlls overrides, but i'm not having sucess.
Help me, please and escuse my English, i'm Brazilian.
Thanks.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-20 08:27 -------
+ Reporter, can we access free (trial, demo) version of the application?
+ We need this to reproduce the issue.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=719
*** shadow/719 Mon May 20 07:35:00 2002
--- shadow/719.tmp.17368 Mon May 20 07:35:00 2002
***************
*** 0 ****
--- 1,30 ----
+ +============================================================================+
+ | some controls does't work |
+ +----------------------------------------------------------------------------+
+ | Bug #: 719 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020411 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-programs |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: vnoliveira(a)yahoo.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ i'm having a problem with wine...
+ i have a application called "Eletronic Spare Parts Catalog". This app contain
+ informations about parts of the vehicles which commercialized by Audi, Seat and
+ Volkswagen. I don't know the developer plataform, but i can submit a screnshot.
+ The app work with files ".phf", aparently a image. When you click in a specific
+ region of the image, a dialog window is show with a grid or a listbox, i don't
+ know. This is my problem : the grid have your title bar in bottom region and
+ the your controls doesn't are visibles. Note: the top region of dialog window
+ stay transparent and i can view a background image (the top region is a
+ original region of the grid's title bar).
+ I try all, includind dlls overrides, but i'm not having sucess.
+ Help me, please and escuse my English, i'm Brazilian.
+ Thanks.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=718
*** shadow/718 Mon May 20 05:49:23 2002
--- shadow/718.tmp.13576 Mon May 20 06:19:57 2002
***************
*** 40,42 ****
--- 40,46 ----
e_lfanew = 0x20796220)
Bye
+
+ ------- Additional Comments From spetreolle(a)yahoo.fr 2002-05-20 06:19 -------
+ I scanned it with Norton Antivirus and Pc Scan for NT (Enterprise).
+ No virus in.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=718
*** shadow/718 Mon May 20 04:40:57 2002
--- shadow/718.tmp.12035 Mon May 20 05:49:23 2002
***************
*** 32,34 ****
--- 32,42 ----
sorry, didn't check if the file was downloadable via direct link.
the page http://www.hartreen.freeserve.co.uk/bttf/theme.html
hosts it under the name "MyTime, the time circuit emulator"
+
+ ------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2002-05-20 05:49 -------
+ Hallo,
+
+ can anybody check the file for virus corruption? The MZ header is strange(
+ e_lfanew = 0x20796220)
+
+ Bye
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=718
*** shadow/718 Mon May 20 04:34:21 2002
--- shadow/718.tmp.8682 Mon May 20 04:40:57 2002
***************
*** 26,28 ****
--- 26,34 ----
------- Additional Comments From spetreolle(a)yahoo.fr 2002-05-20 04:34 -------
Created an attachment (id=107)
log of execution
+
+
+ ------- Additional Comments From spetreolle(a)yahoo.fr 2002-05-20 04:40 -------
+ sorry, didn't check if the file was downloadable via direct link.
+ the page http://www.hartreen.freeserve.co.uk/bttf/theme.html
+ hosts it under the name "MyTime, the time circuit emulator"
\ No newline at end of file
** 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
17 NEW Bug while playing WinSkat Pro
22 NEW Shellexecute API call cannot open URLs
24 NEW err:progress:ProgressWindowProc unknown msg be10 wp=349
26 NEW StrokeAndFillPath doesn't fill paths on EMF
35 ASSI Wine 0.9.0 Meta Bug
39 NEW PrgWin95: Wrong message sequence for keyboard auto-repe
47 NEW wrc does not find system headers
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
95 NEW DDE rewrite
96 NEW DLL Separation (MetaBug)
123 NEW ComboBoxes and keyboard movements: Closing
124 NEW Review of Wine Server Protocol
125 NEW Redraw leaves no widgets in window
127 NEW WINE fails to build font metrics
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
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
201 NEW masking problem - image is not transparent
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
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
412 NEW Win32 API CreateDIBSection for 4bpp yields wrong result
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
466 NEW Wine/Notes typed characters do not appear
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*
517 NEW Could not load wprocs.dll
521 NEW WINE removes trailing backslash in GetFullPathNameA/W i
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
567 NEW snmpapi.dll is not implemented
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
637 NEW HTMLKit not loading
638 NEW Document Wine debugging channels
650 NEW error messages when loading debugging information from
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
705 NEW Running NVidia's ChameleonMark crashes at 0xdeadbeef
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
-------------------------------------------------------------------------
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.