http://bugs.winehq.com/show_bug.cgi?id=679
*** shadow/679 Wed May 15 12:37:43 2002
--- shadow/679.tmp.20940 Wed May 15 14:28:14 2002
***************
*** 1,13 ****
+============================================================================+
! | Missing backslashes in created registry entries |
+----------------------------------------------------------------------------+
| Bug #: 679 Product: Wine |
! | Status: NEW Version: 20020509 |
| Resolution: Platform: |
! | Severity: normal OS/Version: All |
| Priority: P1 Component: wine-tools |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: maxx2(a)veneto.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 1,13 ----
+============================================================================+
! | Incorrect backslashes format in winedefault.reg |
+----------------------------------------------------------------------------+
| Bug #: 679 Product: Wine |
! | Status: ASSIGNED Version: 20020509 |
| Resolution: Platform: |
! | Severity: critical OS/Version: All |
| Priority: P1 Component: wine-tools |
+----------------------------------------------------------------------------+
! | Assigned To: apa3a(a)yahoo.com |
| Reported By: maxx2(a)veneto.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 66,68 ****
--- 66,79 ----
I think this version already should use regedit, not regapi as a tool to import
the entries. Check your wineinstall script.
Anyway, both tools are based on the same code.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-15 14:28 -------
+ The cause of the issue is using single backslashes in file winedefault.reg as:
+ "Favorites"="C:\WINDOWS\Favorites"
+ "StartUp"="C:\WINDOWS\Start Menu\Programs\Startup"
+
+ where it should be as:
+ "SendTo"="C:\\WINNT\\Profiles\\Default User\\SendTo"
+ "Recent"="C:\\WINNT\\Profiles\\Default User\\Recent"
+
+ Checked on Windows NT
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=681
*** shadow/681 Wed May 15 13:38:12 2002
--- shadow/681.tmp.17479 Wed May 15 13:38:12 2002
***************
*** 0 ****
--- 1,40 ----
+ +============================================================================+
+ | Two of the shlwapi DLL regression tests fail under wine configured as an N |
+ +----------------------------------------------------------------------------+
+ | Bug #: 681 Product: Wine |
+ | Status: UNCONFIRMED Version: 20010112 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-kernel |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: paulm(a)astro.gla.ac.uk |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ NB: comments are against current (15 May 2002) cvs tree rather than Version above.
+
+ Juergen shlwapi tests, patch
+ http://cvs.winehq.com/patch.py?id=1020973688889206600449146
+ seem to have uncovered a bug in registry expansion, but strangely only
+ when wine is acting as an NT-like versions of windows.
+
+ If you do:
+ export WINEOPTIONS="-winver win2k"
+ make testclean test
+
+ you find two errors in dlls/shlwapi/tests/shreg.c: the tests at line 125 and at
+ line 145. But, if the tests are done with wine in a Win95-like mode:
+ export WINEOPTIONS="-winver win95"
+ make testclean test
+
+ the two tests pass.
+
+ The reported errors are:
+ > tests/shreg.c:125: Test failed: (21,20)
+ > tests/shreg.c:145: Test failed: (21,20)
+
+ which suggests an out-by-one error (the value "21" should be "20").
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=622
*** shadow/622 Tue Apr 30 13:28:00 2002
--- shadow/622.tmp.16106 Wed May 15 13:13:51 2002
***************
*** 40,42 ****
--- 40,50 ----
I looked at the return code from ws2_32.send and it claims that the requested
number of bytes were sent successfully. Also, there are no obvious errors
around the time that the handshake packets are sent.
+
+ ------- Additional Comments From greg.machala(a)noaa.gov 2002-05-15 13:13 -------
+ I have the same problem with the communications. I can't get the buddy list to
+ come up. I am using the TCP/IP on a broadband connection. I know AOL changed
+ the way AIM for linux works so that GAIM won't work unless you have AIM on your
+ machine. Some kind of handshake problem. I wonder if that isn't an issue here?
+ I can ... sometimes... view member profiles and can join chat rooms but can't
+ chat/send andything.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=656
*** shadow/656 Wed May 15 13:10:01 2002
--- shadow/656.tmp.15809 Wed May 15 13:10:58 2002
***************
*** 93,95 ****
--- 93,99 ----
------- Additional Comments From greg.machala(a)noaa.gov 2002-05-15 13:10 -------
*** This bug has been confirmed by popular vote. ***
+
+ ------- Additional Comments From greg.machala(a)noaa.gov 2002-05-15 13:10 -------
+ I have the same problem with the updates. Though I am shocked at how far wine
+ has come to running this admittedly very complex application!
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=656
*** shadow/656 Fri May 10 17:15:07 2002
--- shadow/656.tmp.15762 Wed May 15 13:10:01 2002
***************
*** 2,8 ****
| aol update fails, time conversion possibly broken |
+----------------------------------------------------------------------------+
| Bug #: 656 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-files |
--- 2,8 ----
| aol update fails, time conversion possibly broken |
+----------------------------------------------------------------------------+
| Bug #: 656 Product: Wine |
! | Status: NEW Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-files |
***************
*** 90,92 ****
--- 90,95 ----
So it's something else, very probably wrt to UTC vs local time conversion (or absence thereof). Is
there a call to GetSystemTime or a similar function sometime before? If you still have the log (or
can produce another one with the same symptoms), could you compress it and mail it to me? Thank you
+
+ ------- Additional Comments From greg.machala(a)noaa.gov 2002-05-15 13:10 -------
+ *** This bug has been confirmed by popular vote. ***
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=680
*** shadow/680 Wed May 15 12:57:49 2002
--- shadow/680.tmp.14988 Wed May 15 12:57:49 2002
***************
*** 0 ****
--- 1,28 ----
+ +============================================================================+
+ | Testing |
+ +----------------------------------------------------------------------------+
+ | Bug #: 680 Product: Wine |
+ | Status: UNCONFIRMED Version: 20010112 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: test |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: paulm(a)astro.gla.ac.uk |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ Line1 of Para1
+ line2 of para1
+
+ line1 of para2. There is a single blank line between line 2 of para 1 & line1 of
+ para 2. Note this line is long enough for it to wrap.
+ line2 of para2 -- much the same
+
+
+ line1 of para3. There are two blank lines between this line and the last para.
+ line2 of para3. Another line
+ line3 of para3. Here's the last line.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=679
*** shadow/679 Wed May 15 12:31:48 2002
--- shadow/679.tmp.13849 Wed May 15 12:37:43 2002
***************
*** 61,63 ****
--- 61,68 ----
Note: winedefault.reg contains entries with only *one* backslash,
which could maybe get misinterpreted by some program or translation,
thus having its backslashes removed.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-15 12:37 -------
+ I think this version already should use regedit, not regapi as a tool to import
+ the entries. Check your wineinstall script.
+ Anyway, both tools are based on the same code.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=678
*** shadow/678 Wed May 15 05:51:24 2002
--- shadow/678.tmp.13537 Wed May 15 12:32:29 2002
***************
*** 1,5 ****
+============================================================================+
! | fixme:ole:CoRegisterMessageFilter stub |
+----------------------------------------------------------------------------+
| Bug #: 678 Product: Wine |
| Status: UNCONFIRMED Version: 20020509 |
--- 1,5 ----
+============================================================================+
! | BadWindow in XChangeWindowAttributes |
+----------------------------------------------------------------------------+
| Bug #: 678 Product: Wine |
| Status: UNCONFIRMED Version: 20020509 |
***************
*** 49,51 ****
--- 49,54 ----
TMSE ITS
PS: Thanks to all people that helped in making wine the great app it is today.
+
+ ------- Additional Comments From marcus(a)jet.franken.de 2002-05-15 12:32 -------
+ not an OLE bug.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=679
*** shadow/679 Wed May 15 11:49:48 2002
--- shadow/679.tmp.13480 Wed May 15 12:31:48 2002
***************
*** 2,8 ****
| Missing backslashes in created registry entries |
+----------------------------------------------------------------------------+
| Bug #: 679 Product: Wine |
! | Status: UNCONFIRMED Version: 20020509 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-tools |
--- 2,8 ----
| Missing backslashes in created registry entries |
+----------------------------------------------------------------------------+
| Bug #: 679 Product: Wine |
! | Status: NEW Version: 20020509 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-tools |
***************
*** 50,52 ****
--- 50,63 ----
"Fonts"="C:\\WINDOWS\\Fonts"
"NetHood"="C:\\WINDOWS\\NetHood"
..........
+
+ ------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-05-15 12:31 -------
+ This sounds a lot like these are winedefault.reg entries
+ (probably applied via regapi).
+
+ Could you check how they got there in the first place ?
+ Maybe regapi is buggy ?
+
+ Note: winedefault.reg contains entries with only *one* backslash,
+ which could maybe get misinterpreted by some program or translation,
+ thus having its backslashes removed.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=185
*** shadow/185 Wed May 15 11:32:45 2002
--- shadow/185.tmp.10180 Wed May 15 11:34:48 2002
***************
*** 80,82 ****
--- 80,87 ----
Pascal, thank you for your feedbac to wine-devel.
I checked - the mentioned patch is applied now.
Could you try to reproduce the issue with recent Wine build?
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-15 11:34 -------
+ The same request is for other reporters who has access to the software.
+ Could you try to reproduce the issue? The patch which should fixes it is applied.
+ Thanks
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=185
*** shadow/185 Mon Apr 29 07:13:59 2002
--- shadow/185.tmp.10035 Wed May 15 11:32:45 2002
***************
*** 9,15 ****
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: allenbaranov(a)yahoo.com |
! | CC list: Cc: Pascal.Brisset@wanadoo.fr,tony_lambregts@telusplanet.net |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
--- 9,15 ----
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: allenbaranov(a)yahoo.com |
! | CC list: Cc: |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
***************
*** 40,46 ****
logging plus info for a bug about the same
! ------- Additional Comments From amohr(a)codeweavers.com 2001-03-02 05:19 -------
Yep, that's TB_REPLACEBITMAP (0x42e).
It's not implemented yet.
In fact this message is commented in dlls/comctl32/toolbar.c
--- 40,46 ----
logging plus info for a bug about the same
! ------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2001-03-02 05:19 -------
Yep, that's TB_REPLACEBITMAP (0x42e).
It's not implemented yet.
In fact this message is commented in dlls/comctl32/toolbar.c
***************
*** 75,77 ****
--- 75,82 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-04-29 07:13 -------
Pascal, thank you for the information.
Could you contact wine-devel mailing list about the patch?
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-15 11:32 -------
+ Pascal, thank you for your feedbac to wine-devel.
+ I checked - the mentioned patch is applied now.
+ Could you try to reproduce the issue with recent Wine build?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=678
*** shadow/678 Wed May 15 05:51:24 2002
--- shadow/678.tmp.19172 Wed May 15 05:51:24 2002
***************
*** 0 ****
--- 1,51 ----
+ +============================================================================+
+ | fixme:ole:CoRegisterMessageFilter stub |
+ +----------------------------------------------------------------------------+
+ | Bug #: 678 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020509 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-debug |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: gkorte(a)tmse.nl |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ Hello,
+
+ I have been attempting to run Checkpoint policy editor. After tweaking the wine
+ conf file I have managed to get most of the app working but as soon as I try to
+ add a new service, wine crashes.
+
+ When I click on new service the app attempts to create a new window. The debug
+ output is as followed:
+ ----
+ Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
+ err:win32:PE_fixup_imports No implementation for WSOCK32.dll.1113 imported from
+ C:\Program Files\CheckPoint\Policy Editor\PROGRAM\FWPolicy.exe, setting to 0xdea
+ dbeef
+ Wine cannot find the FreeType font library. To enable Wine to
+ use TrueType fonts please install a version of FreeType greater than
+ or equal to 2.0.5.
+ http://www.freetype.org
+ fixme:ole:CoRegisterMessageFilter stub
+ X Error of failed request: BadWindow (invalid Window parameter)
+ Major opcode of failed request: 2 (X_ChangeWindowAttributes)
+ Resource id in failed request: 0x4c0009c
+ Serial number of failed request: 439
+ Current serial number in output stream: 441
+ ----
+
+ It looks to me like this is not an error which may be cause by a missing WSOCK.
+ Does anyone have any clues?
+
+ Greetz,
+
+ Geordy Korte
+ TMSE ITS
+
+ PS: Thanks to all people that helped in making wine the great app it is today.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=650
*** shadow/650 Tue May 14 14:32:27 2002
--- shadow/650.tmp.3658 Tue May 14 14:53:42 2002
***************
*** 120,122 ****
--- 120,132 ----
might have a look in your /etc/ld.so.config file to fix this. It is probably
finding your 2.96-110 version first or something like that.
+
+
+ ------- Additional Comments From spetreolle(a)yahoo.fr 2002-05-14 14:53 -------
+ If this the real cause of this, it's a real problem : both libstc++ and
+ libstdc++3 are installed in /usr/local/lib (which is in /etc/ld.so.conf)
+ Could I be compiling with bad options ?
+
+ I do :
+ CC=gcc3 ./configure
+ make dep && make && make programs
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=650
*** shadow/650 Fri May 10 13:18:39 2002
--- shadow/650.tmp.2409 Tue May 14 14:32:27 2002
***************
*** 114,116 ****
--- 114,122 ----
one thing looks strange : I use gcc-3.0.4 to compile wine.
it shouldn't use the libstdc++-2.96-110,
but should use libstc++3-3.0.4-1 ?
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-05-14 14:32 -------
+ No it shouldn't use the libstdc++-2.96-110, it should use libstc++3-3.0.4-1. You
+ might have a look in your /etc/ld.so.config file to fix this. It is probably
+ finding your 2.96-110 version first or something like that.
+
http://bugs.winehq.com/show_bug.cgi?id=676
*** shadow/676 Tue May 14 12:27:34 2002
--- shadow/676.tmp.26246 Tue May 14 12:27:34 2002
***************
*** 0 ****
--- 1,26 ----
+ +============================================================================+
+ | listview redraw logic on change of item slightly wrong |
+ +----------------------------------------------------------------------------+
+ | Bug #: 676 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020509 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-gui |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: medbi01(a)accpac.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ This shows up in large icon view when there is a mixture of sizes of text; some
+ with text that fits on one line, some which require two lines and some which
+ require more (and are ellipsitized most of the time).
+
+ It appears that:
+ 1. On first entry when the user selects a three-or-more line icon only the
+ first two lines are displayed; the rectangle doesn't show the third line.
+ 2. At various times when changing the selected icon only the first line gets
+ redrawn unhighlit; the second line is left still highlit.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=675
*** shadow/675 Tue May 14 09:20:03 2002
--- shadow/675.tmp.11850 Tue May 14 09:20:03 2002
***************
*** 0 ****
--- 1,22 ----
+ +============================================================================+
+ | ListView error in Visual Source Safe |
+ +----------------------------------------------------------------------------+
+ | Bug #: 675 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020310 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-gui |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: pashford(a)diamondtechnologies.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ In the VSS show diff recursive, it displays to list views that it tries to keep
+ in sync. i.e. as you scroll one, the other scrolls with it. scrolling either
+ of these views, wine gives the following error to the console:
+
+ err:listview:LISTVIEW_WindowProc unknown msg 1014 wp=00000000 lp=00000011
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=673
*** shadow/673 Tue May 14 00:03:27 2002
--- shadow/673.tmp.18455 Tue May 14 00:03:27 2002
***************
*** 0 ****
--- 1,30 ----
+ +============================================================================+
+ | Installing Riven lacks components |
+ +----------------------------------------------------------------------------+
+ | Bug #: 673 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: tony_lambregts(a)telusplanet.net |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ When installing Riven the install program gets to the dialog of choosing
+ default or custom install and install path . When I click on OK It complains
+ about an empty component list.
+
+
+ Warning
+ /\ There are currently no components selected for installation!
+ / !\
+ ---- Installation cannot proceed without a valid set of components
+ to install |--------|
+ | OK |
+ |--------|
+ It doesn't matter if default or custom install is selected
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=670
*** shadow/670 Mon May 13 10:58:47 2002
--- shadow/670.tmp.12623 Mon May 13 21:32:06 2002
***************
*** 2,8 ****
| No apps run (err:dialog:DIALOG_Init Could not initialize base dialog units |
+----------------------------------------------------------------------------+
| Bug #: 670 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-binary |
--- 2,8 ----
| No apps run (err:dialog:DIALOG_Init Could not initialize base dialog units |
+----------------------------------------------------------------------------+
| Bug #: 670 Product: Wine |
! | Status: RESOLVED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-binary |
***************
*** 28,30 ****
--- 28,40 ----
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-05-13 10:58 -------
Created an attachment (id=92)
annotated output from winword using +relay
+
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-05-13 21:32 -------
+ After fighting with this for a while I did a "make clean" and wine is fine.
+ cvs update -PAd
+ ./configure
+ make clean
+ make depend && make
+ su
+ make install