http://bugs.winehq.com/show_bug.cgi?id=712
*** shadow/712 Sat May 18 07:34:29 2002
--- shadow/712.tmp.32638 Sat May 18 07:34:29 2002
***************
*** 0 ****
--- 1,26 ----
+ +============================================================================+
+ | Xnview Options window is not refreshed |
+ +----------------------------------------------------------------------------+
+ | Bug #: 712 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: myasar(a)free.fr |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ Download Xnview (www.xnview.com) and go to Tools/Options,
+ A window is displayed with a treeview at left and some controls at right,
+ the right part of the window is never refreshed while you walk through the
+ treeview.
+
+ I have to manually refresh the window (ie: placing another window in front).
+
+ Tested on xnview 1.31 and previous versions.
+ Tested on current CVS (14 May 2002).
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=709
*** shadow/709 Sat May 18 07:25:45 2002
--- shadow/709.tmp.32625 Sat May 18 07:34:28 2002
***************
*** 1,5 ****
+============================================================================+
! | Richedit does not handle input with PTE |
+----------------------------------------------------------------------------+
| Bug #: 709 Product: Wine |
| Status: NEW Version: CVS |
--- 1,5 ----
+============================================================================+
! | riched32.dll needs to be improved a lot (was: Richedit does not handle inp |
+----------------------------------------------------------------------------+
| Bug #: 709 Product: Wine |
| Status: NEW Version: CVS |
***************
*** 36,38 ****
--- 36,45 ----
Tested on Perfect! Textedit PTE v1.2a
Tested on current CVS (14 May 2002) and previous versions of Wine.
+
+ ------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-05-18 07:34 -------
+ riched32.dll needs general refinement.
+ AFAIK it's almost not implemented at all.
+ As native riched32.dll should work fine and riched32.dll doesn't seem to
+ be used very frequently, this is not necessarily a Wine 1.0 task.
+ Any takers ?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=710
*** shadow/710 Sat May 18 07:29:03 2002
--- shadow/710.tmp.32257 Sat May 18 07:29:03 2002
***************
*** 0 ****
--- 1,24 ----
+ +============================================================================+
+ | Microsoft Visual C++ 6 can't open file |
+ +----------------------------------------------------------------------------+
+ | Bug #: 710 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: myasar(a)free.fr |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ Under Wine MSVC can't open any file with File/Open.
+
+ I tested with various files and directories but each time you
+ selected a file with the Open common dialog, MSVC won't open
+ anything.
+
+ Tested on current CVS (14 May 2002).
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=709
*** shadow/709 Sat May 18 07:25:04 2002
--- shadow/709.tmp.31947 Sat May 18 07:25:04 2002
***************
*** 0 ****
--- 1,38 ----
+ +============================================================================+
+ | Richedit does not handle input with PTE |
+ +----------------------------------------------------------------------------+
+ | Bug #: 709 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: myasar(a)free.fr |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ PTE is a text editor (you can get this freeware at
+ http://www.protonfx.com/downloads.php).
+
+ Open a new documen (File/New), whatever you type on you keyboard you won't see
+ anything on screen, and if you save the file it will be empty.
+ The screen logs prints :
+
+ fixme:richedit:RICHED32_WindowProc Unknown message 0x87 Passed to default
+ hwnd=0001003c, wParam=00000000, lParam=00000000
+ fixme:richedit:RICHED32_WindowProc Unknown message 0x87 Passed to default
+ hwnd=0001003c, wParam=00000000, lParam=00000000
+ fixme:richedit:RICHED32_WindowProc Unknown message 0x87 Passed to default
+ hwnd=0001003c, wParam=00000000, lParam=00000000
+ fixme:richedit:RICHED32_WindowProc Unknown message 0x87 Passed to default
+ hwnd=0001003c, wParam=00000000, lParam=00000000
+ fixme:richedit:RICHED32_WindowProc Unknown message 0x200 Passed to default
+ hwnd=0001003c, wParam=00000000, lParam=002601b2
+
+
+ Tested on Perfect! Textedit PTE v1.2a
+ Tested on current CVS (14 May 2002) and previous versions of Wine.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=691
*** shadow/691 Fri May 17 10:40:17 2002
--- shadow/691.tmp.15130 Fri May 17 16:28:02 2002
***************
*** 18,20 ****
--- 18,29 ----
| DESCRIPTION |
Running a demo, this function is called and the programs crashes trying to
jump at 0xdeadbeef
+
+ ------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-05-17 16:28 -------
+ Not much to be seen on the internet about this.
+ It seems to be related to DirectX, though.
+ (advice: "reinstall DirectX").
+
+ My best bet would be to simply implement a stub for it,
+ try to guess its parameter as accurately as possible
+ using relay traces etc., and that's it.