http://bugs.winehq.com/show_bug.cgi?id=695
*** shadow/695 Fri May 17 02:29:16 2002
--- shadow/695.tmp.27432 Fri May 17 02:29:16 2002
***************
*** 0 ****
--- 1,32 ----
+ +============================================================================+
+ | Add support for .fon files using FreeType |
+ +----------------------------------------------------------------------------+
+ | Bug #: 695 Product: Wine |
+ | Status: UNCONFIRMED Version: unspecified |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-gdi |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: fgouget(a)codeweavers.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ Rationale:
+ FreeType supports .fon files but not Wine. This means that a Windows application
+ cannot just drop a .fon file in c:\Windows\Fonts and expect it to work like on
+ Windows. Instead the Wine user has to marshall the
+ font, copy it to the right X font server directory, restart the font server,
+ etc. in addition to that, currently if Wine is using FreeType it will not even
+ try to use X fonts so this .fon file will be ignored anyway.
+ So Wine's FreeType support should be extended to also support .fon files.
+
+ Huw adds:
+ We have to have the apis GetGlyphOutline and GetOutlineTextMetrics return
+ something sensible. Actually maybe GetOutlineTextMetrics should just fail. Not
+ sure how hard it is to get the metrics for GetTextMetrics correct.
+
+ We also get support for .pcf/.bdf's almost for free if we get .fon's working.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=694
*** shadow/694 Fri May 17 02:10:08 2002
--- shadow/694.tmp.26326 Fri May 17 02:10:08 2002
***************
*** 0 ****
--- 1,21 ----
+ +============================================================================+
+ | Printing: Type1 font support |
+ +----------------------------------------------------------------------------+
+ | Bug #: 694 Product: Wine |
+ | Status: UNCONFIRMED Version: unspecified |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-gdi |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: fgouget(a)codeweavers.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ Once we have Type42 font support (which gives the best results), we can add
+ support for Type1 fonts which will help for compatibility with older printers.
+ Corel's tree has code for Type1 downloading so hopefully it will be possible to
+ leverage this code.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=569
*** shadow/569 Tue Apr 9 07:14:24 2002
--- shadow/569.tmp.11064 Thu May 16 22:09:24 2002
***************
*** 46,48 ****
--- 46,55 ----
------- Additional Comments From marcus(a)jet.franken.de 2002-04-09 07:14 -------
its a wine bug, so wine-bugs
+
+ ------- Additional Comments From galberte(a)neo.lrun.com 2002-05-16 22:09 -------
+ Bug occurs as described. Tested with native comctl32.dll and problem still
+ occurs. Anything that causes a repaint of the MDI window will make the items
+ reappear. That includes overlaying the area with another window, minimizing the
+ MDI window, or the SHADE/UNSHADE. Suspect missing InvalidateRect somewhere in
+ the MDI processing.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=689
*** shadow/689 Thu May 16 20:18:39 2002
--- shadow/689.tmp.4663 Thu May 16 20:46:53 2002
***************
*** 26,28 ****
--- 26,31 ----
Jeremy, could you give me a bit more privileges? At least the possibility of
taking ownership of an unconfirmed bug.
+
+ ------- Additional Comments From vberon(a)mecano.gme.usherb.ca 2002-05-16 20:46 -------
+ Sylvain, which demo? Is it freely downloadable?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=689
*** shadow/689 Thu May 16 20:07:39 2002
--- shadow/689.tmp.2315 Thu May 16 20:18:39 2002
***************
*** 9,15 ****
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: spetreolle(a)yahoo.fr |
- | CC list: Cc: |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
--- 9,14 ----
***************
*** 21,23 ****
--- 20,28 ----
------- Additional Comments From vberon(a)mecano.gme.usherb.ca 2002-05-16 20:07 -------
Will try to implement that function.
The W is a stub.
+
+ ------- Additional Comments From vberon(a)mecano.gme.usherb.ca 2002-05-16 20:18 -------
+ Could't take ownership (not enough privileges).
+
+ Jeremy, could you give me a bit more privileges? At least the possibility of
+ taking ownership of an unconfirmed bug.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=693
*** shadow/693 Thu May 16 20:16:12 2002
--- shadow/693.tmp.2140 Thu May 16 20:16:12 2002
***************
*** 0 ****
--- 1,29 ----
+ +============================================================================+
+ | CD device access doesn't work for IDE SCSI emulation (major 11) |
+ +----------------------------------------------------------------------------+
+ | Bug #: 693 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020509 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-kernel |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: vberon(a)mecano.gme.usherb.ca |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ At the launch of any Windows program (or Winelib program), I get the following
+ error message:
+
+ fixme:cdrom:CDROM_GetIdeInterface major 11 not supported
+
+ My CD devices are /dev/scd0 and /dev/scd1, major 11 minor {0,1}, as I use the
+ IDE SCSI emulation layer in Linux.
+
+ The function CDROM_GetIdeInterface in dlls/ntdll/cdrom.c doesn't find the
+ correct interface (as it's not really identified as a IDE CD).
+
+ Could somebeody look into it?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=689
*** shadow/689 Thu May 16 15:09:48 2002
--- shadow/689.tmp.1570 Thu May 16 20:07:39 2002
***************
*** 17,19 ****
--- 17,23 ----
| DESCRIPTION |
Running a demo, this function is called and the programs crashes trying to
jump at 0xdeadbeef
+
+ ------- Additional Comments From vberon(a)mecano.gme.usherb.ca 2002-05-16 20:07 -------
+ Will try to implement that function.
+ The W is a stub.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=434
*** shadow/434 Thu Apr 18 15:50:54 2002
--- shadow/434.tmp.4718 Thu May 16 14:53:23 2002
***************
*** 7,13 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: ivanovich(a)menta.net |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 7,13 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
+----------------------------------------------------------------------------+
! | Assigned To: julliard(a)winehq.com |
| Reported By: ivanovich(a)menta.net |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 446,448 ****
--- 446,452 ----
of code is dealing with. Each window 'part' is actually a seperate window
(the top blue bar, the 'inside', the scrollbar..), will all have different
window #'s.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-16 14:53 -------
+ Alexandre, according to the comments the issue is caused by your patch.
+ Could you look at it?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=446
*** shadow/446 Tue Apr 30 14:25:24 2002
--- shadow/446.tmp.3399 Thu May 16 14:35:23 2002
***************
*** 87,89 ****
--- 87,92 ----
http://www.winehq.com/Docs/
Let me know if you need more help/information.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-16 14:35 -------
+ Andreas, do you need more help?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=609
*** shadow/609 Sun Apr 21 13:05:57 2002
--- shadow/609.tmp.3243 Thu May 16 14:33:45 2002
***************
*** 2,13 ****
| Add BiDi support |
+----------------------------------------------------------------------------+
| Bug #: 609 Product: Wine |
! | Status: NEW Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gdi |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: fgouget(a)codeweavers.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 2,13 ----
| Add BiDi support |
+----------------------------------------------------------------------------+
| Bug #: 609 Product: Wine |
! | Status: ASSIGNED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gdi |
+----------------------------------------------------------------------------+
! | Assigned To: winebugzilla(a)sun.consumer.org.il |
| Reported By: fgouget(a)codeweavers.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 26,28 ****
--- 26,42 ----
The main work is on GetCharacterPlacement and GetFontLanguageInfo and then
tweaking some controls, starting with the Edit control.
+
+ ------- Additional Comments From winebugzilla(a)sun.consumer.org.il 2002-05-16 14:33 -------
+ IBM's BiDi group have began working on this issue, but it is unclear at what
+ stage they will be able to release their work, if ever. I am taking ownership of
+ this issue, at least until IBM say otherwise.
+
+ In addition to the steps mentioned by François, having ExtTextOut support
+ reordering (calling GetCharacterPlacement?), and finding some way to get proper
+ glyphing for Arabic (the same character is rendered differently based on
+ location in the word). Making sure that "GetTextExtent*" functions work
+ properly, as well as, probably, the rest of the text output functions. When that
+ is done, we will be able to find out what else needs to be done.
+
+ Who said that life was easy ;-).
http://bugs.winehq.com/show_bug.cgi?id=468
*** shadow/468 Fri May 10 16:11:21 2002
--- shadow/468.tmp.2302 Thu May 16 14:19:43 2002
***************
*** 44,46 ****
--- 44,51 ----
good things.
(Changed component to wine-ports.)
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-16 14:19 -------
+ Jakob, VxDs are Windows 95/98/ME legacy. VxDs also are not supported under
+ NT/2000/XP, so the application should work in Windows NT mode and it works under
+ Windows 2000.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=475
*** shadow/475 Wed May 8 22:08:53 2002
--- shadow/475.tmp.1525 Thu May 16 14:07:17 2002
***************
*** 7,13 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-ipc |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: medbi01(a)accpac.com |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
--- 7,13 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-ipc |
+----------------------------------------------------------------------------+
! | Assigned To: julliard(a)winehq.com |
| Reported By: medbi01(a)accpac.com |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
***************
*** 50,52 ****
--- 50,56 ----
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-05-08 22:08 -------
*** Bug 565 has been marked as a duplicate of this bug. ***
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-16 14:07 -------
+ Alexandre, I believe you are working or are going to work on this issue, right?
+ Forward to the right person if this is not you.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=517
*** shadow/517 Wed Apr 3 18:33:45 2002
--- shadow/517.tmp.31714 Thu May 16 13:40:58 2002
***************
*** 7,14 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-user |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: sandeepkhire(a)hotmail.com |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
--- 7,15 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-user |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: sandeepkhire(a)hotmail.com |
+ | CC list: Cc: jean- |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
***************
*** 50,52 ****
--- 51,59 ----
------- Additional Comments From jean-yves.provost(a)equant.com 2002-04-03 18:33 -------
*** This bug has been confirmed by popular vote. ***
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-16 13:40 -------
+ Sandeep, Jean,
+ any progress with the bug? Do you still see the issue?
+ What version of Windows this solitaire is?
+ Can you run any other applications?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=580
*** shadow/580 Thu Apr 18 08:29:07 2002
--- shadow/580.tmp.27120 Thu May 16 12:38:22 2002
***************
*** 4,13 ****
| Bug #: 580 Product: Wine |
| Status: NEW Version: 20020310 |
| Resolution: Platform: |
! | Severity: normal OS/Version: All |
! | Priority: P1 Component: wine-misc |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: myasar(a)free.fr |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 4,13 ----
| Bug #: 580 Product: Wine |
| Status: NEW Version: 20020310 |
| Resolution: Platform: |
! | Severity: trivial OS/Version: All |
! | Priority: P1 Component: wine-gui |
+----------------------------------------------------------------------------+
! | Assigned To: galberte(a)neo.lrun.com |
| Reported By: myasar(a)free.fr |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 64,66 ****
--- 64,69 ----
because the issue does not happen with 8 files. Different sizes of the listview
area are calculated the first time the dialog switches to detailed view and the
second time.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-16 12:38 -------
+ Please investigate if this is a lisview or shell issue.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=620
*** shadow/620 Thu May 16 09:33:19 2002
--- shadow/620.tmp.26101 Thu May 16 12:23:45 2002
***************
*** 23,25 ****
--- 23,29 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-16 09:33 -------
Michael, did you resolve the issue?
+
+ ------- Additional Comments From michaelc(a)lindows.com 2002-05-16 12:23 -------
+ not yet. I'm planning on testing out a different libXrender version today. I'll
+ add another comment then.
http://bugs.winehq.com/show_bug.cgi?id=595
*** shadow/595 Sat Apr 20 20:16:06 2002
--- shadow/595.tmp.19381 Thu May 16 10:41:19 2002
***************
*** 9,15 ****
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: agthorr(a)barsoom.org |
- | CC list: Cc: |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
--- 9,14 ----
***************
*** 66,68 ****
--- 65,73 ----
------- Additional Comments From agthorr(a)barsoom.org 2002-04-20 20:16 -------
*** This bug has been confirmed by popular vote. ***
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-16 10:41 -------
+ Agthorr, I wonder if this is the same problem as in bug 625?
+ Could you copy the files which are not found to the windows/system directory to
+ check if this is the case?
+ Could you do this test with fresh Wine?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=588
*** shadow/588 Fri May 10 11:46:01 2002
--- shadow/588.tmp.24106 Thu May 16 11:57:34 2002
***************
*** 4,15 ****
| Bug #: 588 Product: Wine |
| Status: NEW Version: 20020228 |
| Resolution: Platform: |
! | Severity: normal OS/Version: All |
| Priority: P1 Component: wine-binary |
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: James(a)superbug.demon.co.uk |
- | CC list: Cc: |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
--- 4,14 ----
| Bug #: 588 Product: Wine |
| Status: NEW Version: 20020228 |
| Resolution: Platform: |
! | Severity: major OS/Version: All |
| Priority: P1 Component: wine-binary |
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: James(a)superbug.demon.co.uk |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
***************
*** 32,34 ****
--- 31,37 ----
File->Save as
And when you try to save the file, it will not work, and the wine log displays: -
fixme:file:FindFirstChangeNotificationA this is not supported yet (non-trivial)
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-16 11:57 -------
+ Increasing severity because this is a problem with a high-priority application.
+ CCing Michael Cardenas. He may be interested too in resolving this issue.
http://bugs.winehq.com/show_bug.cgi?id=685
*** shadow/685 Thu May 16 10:54:20 2002
--- shadow/685.tmp.20359 Thu May 16 10:55:24 2002
***************
*** 43,45 ****
--- 43,49 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-16 10:54 -------
please ignore that last attachment, here is the correct one...
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-16 10:55 -------
+ Created an attachment (id=100)
+ Correct patch file to get UT-based installers to work from root directory of CD
http://bugs.winehq.com/show_bug.cgi?id=685
*** shadow/685 Thu May 16 10:52:09 2002
--- shadow/685.tmp.20178 Thu May 16 10:54:20 2002
***************
*** 39,41 ****
--- 39,45 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-16 10:52 -------
Created an attachment (id=99)
Fix to get UT style installers to run from root directory of CD
+
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-16 10:54 -------
+ please ignore that last attachment, here is the correct one...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=685
*** shadow/685 Thu May 16 10:50:51 2002
--- shadow/685.tmp.20016 Thu May 16 10:52:09 2002
***************
*** 35,37 ****
--- 35,41 ----
lines from many different directories...
Patch is below and being submitted to wine-patches...
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-16 10:52 -------
+ Created an attachment (id=99)
+ Fix to get UT style installers to run from root directory of CD
http://bugs.winehq.com/show_bug.cgi?id=685
*** shadow/685 Thu May 16 10:50:51 2002
--- shadow/685.tmp.19878 Thu May 16 10:50:51 2002
***************
*** 0 ****
--- 1,37 ----
+ +============================================================================+
+ | Error loading Unreal Tournament type installers |
+ +----------------------------------------------------------------------------+
+ | Bug #: 685 Product: Wine |
+ | Status: UNCONFIRMED Version: unspecified |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-ipc |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: Speeddymon(a)yahoo.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ When attempting to run any Unreal Tournament type installer from the root
+ directory of the cd, i get an error along the lines of:
+
+ err:PE_Import_fixups_module:D:\System\Setup.exe cannot load as winelib
+ application, D:\System\Setup.exe: no such file or directory.
+
+ After 4 hours of debugging at 2am, i was (fortunately) able to find the cause.
+
+ It appears that wine thinks that open_winelib_app should be called when the
+ installer (D:\Setup.exe) calls the real installer (D:\System\Setup.exe)... I
+ wasn't able to find a workaround for that but I was able to fix the problem
+ (hopefully without breaking anything) by adding a check for the filename that
+ is actually called by the installer. If it exists then it skips the if
+ statement that loads the called filename with the .so extension thereby
+ loading the correct file and allowing you to run the ut-type installers. I
+ also tested to make sure that the wine-bundled apps didnt break with this
+ running notepad and regedit, and they both loaded with many different command
+ lines from many different directories...
+
+ Patch is below and being submitted to wine-patches...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=657
*** shadow/657 Thu May 16 06:56:15 2002
--- shadow/657.tmp.19302 Thu May 16 10:40:44 2002
***************
*** 70,72 ****
--- 70,78 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-16 06:56 -------
Try to copy the library to your windows/system directory.
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-16 10:40 -------
+ ok that should fix some problems, but actually the thing about being in the
+ same directory only applies if another file is required by the program being
+ run (in this case d2maphack.exe), and it apparently only applies if the app
+ directory isn't in the wine path...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=620
*** shadow/620 Tue Apr 30 13:28:47 2002
--- shadow/620.tmp.14936 Thu May 16 09:33:19 2002
***************
*** 20,22 ****
--- 20,25 ----
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-04-30 00:13 -------
*** Bug 621 has been marked as a duplicate of this bug. ***
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-16 09:33 -------
+ Michael, did you resolve the issue?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=684
*** shadow/684 Wed May 15 19:51:08 2002
--- shadow/684.tmp.8630 Thu May 16 07:52:21 2002
***************
*** 23,25 ****
--- 23,29 ----
Reproductible: always
Reverting this patch from the actual CVS snapshot (2002/05/16 00:00 UTC) fixes
the problem.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-16 07:52 -------
+ Eric, it seems your patch causes the problem.
+ Please research and fix the issue.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=657
*** shadow/657 Wed May 15 15:04:47 2002
--- shadow/657.tmp.5464 Thu May 16 06:56:15 2002
***************
*** 67,69 ****
--- 67,72 ----
should also be in there...)
the error i get with no mfc42.dll is listed in the attachment above
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-16 06:56 -------
+ Try to copy the library to your windows/system directory.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=629
*** shadow/629 Tue May 7 14:22:53 2002
--- shadow/629.tmp.5054 Wed May 15 19:27:52 2002
***************
*** 9,15 ****
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: burnus(a)gmx.de |
! | CC list: Cc: Speeddymon@yahoo.com,marcus@jet.franken.de |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
--- 9,15 ----
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: burnus(a)gmx.de |
! | CC list: Cc: |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
***************
*** 86,88 ****
--- 86,98 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-07 14:18 -------
*** Bug 381 has been marked as a duplicate of this bug. ***
+
+ ------- Additional Comments From inhibition(a)attbi.com 2002-05-15 19:27 -------
+ I've experienced this bug in the latest (20020509) build with the following
+ error coming up upon execution of the Baldurs Gate II installer:
+
+ fixme:ole:CoMarshalInterface Failed to Marshal the interface, 80070057?
+ fixme:ole:_LocalServerThread CoMarshalInterface failed, 80070057!
+
+ which repeats 4 times. I'll forward any debug information requested if someone
+ jots a quick note on creating a dump file for them.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=657
*** shadow/657 Wed May 15 15:04:21 2002
--- shadow/657.tmp.24308 Wed May 15 15:04:47 2002
***************
*** 56,58 ****
--- 56,69 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-15 15:04 -------
Created an attachment (id=97)
Error output when there is no mfc42.dll in wine's path or the directory of the calling program
+
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-15 15:04 -------
+ ok, i have the error. it appears as i said that there is no builtin
+ mfc42.dll. but an update. the mfc42.dll from win98 does not work with wne.
+ mfc42.dll from win2k does work, but you muxt be in the directory that the file
+ you are running is in (i.e. if mhc.exe is in /win_emu/D2Stuff/MapHack then you
+ must cd to that dir...and since mhc requires d2maphack.exe then d2maphack
+ should also be in there...)
+
+ the error i get with no mfc42.dll is listed in the attachment above
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=657
*** shadow/657 Mon May 13 14:12:06 2002
--- shadow/657.tmp.24238 Wed May 15 15:04:21 2002
***************
*** 52,54 ****
--- 52,58 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-13 14:12 -------
im not sure the error, i will post tomorrow, but as far as i can see (from
looking in wine/dlls) there isnt a native mfc42.dll *at all*...
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-15 15:04 -------
+ Created an attachment (id=97)
+ Error output when there is no mfc42.dll in wine's path or the directory of the calling program
http://bugs.winehq.com/show_bug.cgi?id=656
*** shadow/656 Wed May 15 13:10:58 2002
--- shadow/656.tmp.24078 Wed May 15 15:02:43 2002
***************
*** 4,14 ****
| Bug #: 656 Product: Wine |
| Status: NEW Version: unspecified |
| Resolution: Platform: |
! | Severity: normal OS/Version: All |
| Priority: P1 Component: wine-files |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: michaelc(a)lindows.com |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
--- 4,15 ----
| Bug #: 656 Product: Wine |
| Status: NEW Version: unspecified |
| Resolution: Platform: |
! | Severity: major OS/Version: All |
| Priority: P1 Component: wine-files |
+----------------------------------------------------------------------------+
! | Assigned To: vberon(a)mecano.gme.usherb.ca |
| Reported By: michaelc(a)lindows.com |
+ | CC list: Cc: greg.machala@noaa.gov,vberon@mecano.gme.usherb.ca |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
***************
*** 97,99 ****
--- 98,105 ----
------- 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!
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-15 15:02 -------
+ Vincent, assigning this bug to you as you are already working on it.
+ Michael and Greg will provide you with information you need.
+ Increasing severity, because Wine targets to support AOL client.
\ No newline at end of file
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
http://bugs.winehq.com/show_bug.cgi?id=645
*** shadow/645 Sun May 5 00:41:01 2002
--- shadow/645.tmp.32499 Mon May 13 17:24:55 2002
***************
*** 2,8 ****
| wrc does not generate resources that can be used on Mingw and MS_VC |
+----------------------------------------------------------------------------+
| Bug #: 645 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-tools |
--- 2,8 ----
| wrc does not generate resources that can be used on Mingw and MS_VC |
+----------------------------------------------------------------------------+
| Bug #: 645 Product: Wine |
! | Status: RESOLVED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-tools |
***************
*** 20,22 ****
--- 20,26 ----
wrc compiled resources in the *.spec file for the target. For the MSVC and
Mingw ports the spec file cannot be used so wrc needs to be patched to support
a more compatable output format.
+
+ ------- Additional Comments From Steven_Ed4153(a)yahoo.com 2002-05-13 17:24 -------
+ Alexandre Julliard has fixed the build system and shown once again that I am on
+ crack. This one is closed
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=669
*** shadow/669 Mon May 13 08:22:55 2002
--- shadow/669.tmp.24437 Mon May 13 15:15:26 2002
***************
*** 2,13 ****
| Illegal C characters from the program name are not filtered while creating |
+----------------------------------------------------------------------------+
| Bug #: 669 Product: Wine |
! | Status: NEW Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-programs |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: vberon(a)mecano.gme.usherb.ca |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 2,13 ----
| Illegal C characters from the program name are not filtered while creating |
+----------------------------------------------------------------------------+
| Bug #: 669 Product: Wine |
! | Status: ASSIGNED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-programs |
+----------------------------------------------------------------------------+
! | Assigned To: vberon(a)mecano.gme.usherb.ca |
| Reported By: vberon(a)mecano.gme.usherb.ca |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 82,84 ****
--- 82,88 ----
middle of the function name would be ok. But there still exist other characters
which are legal in a filename and illegal in a C identifier. Either throw them
out of the function name (completely or replaced by _), or document that fact.
+
+ ------- Additional Comments From vberon(a)mecano.gme.usherb.ca 2002-05-13 15:15 -------
+ Accepting the bug.
+ First patch submitted to wine-patches.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=657
*** shadow/657 Sun May 12 04:56:48 2002
--- shadow/657.tmp.20286 Mon May 13 14:12:06 2002
***************
*** 48,50 ****
--- 48,54 ----
Being verbose helps.
Of course native mfc42.dll should really get fixed if broken,
as it is crucial for a helluva lot of programs.
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-13 14:12 -------
+ im not sure the error, i will post tomorrow, but as far as i can see (from
+ looking in wine/dlls) there isnt a native mfc42.dll *at all*...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=671
*** shadow/671 Mon May 13 11:12:09 2002
--- shadow/671.tmp.8931 Mon May 13 11:15:21 2002
***************
*** 289,291 ****
--- 289,295 ----
I have a copy of the full debug report, if it is needed.
Thank you!
+
+ ------- Additional Comments From fa.kir(a)gmx.net 2002-05-13 11:15 -------
+ Created an attachment (id=93)
+ The Full Debug Messages
http://bugs.winehq.com/show_bug.cgi?id=670
*** shadow/670 Mon May 13 10:56:33 2002
--- shadow/670.tmp.8154 Mon May 13 10:58:47 2002
***************
*** 24,26 ****
--- 24,30 ----
up till at least the beginning of may. So... I am I am trying to pinpoint the
exact patch that causes this but it seems that there are other regressions
between May 3rd and now that are making this difficult to track.
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-05-13 10:58 -------
+ Created an attachment (id=92)
+ annotated output from winword using +relay
http://bugs.winehq.com/show_bug.cgi?id=670
*** shadow/670 Mon May 13 10:56:33 2002
--- shadow/670.tmp.8015 Mon May 13 10:56:33 2002
***************
*** 0 ****
--- 1,26 ----
+ +============================================================================+
+ | 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 |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: tony_lambregts(a)telusplanet.net |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ With the latest CVS I am unable to run any program. The one common error that
+ all these programs display is as follows:
+
+ err:dialog:DIALOG_Init Could not initialize base dialog units
+
+ Dialog.c was last updated on April 7, and I am able to run programs useing CVS
+ up till at least the beginning of may. So... I am I am trying to pinpoint the
+ exact patch that causes this but it seems that there are other regressions
+ between May 3rd and now that are making this difficult to track.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=669
*** shadow/669 Sun May 12 23:09:40 2002
--- shadow/669.tmp.30627 Mon May 13 08:22:55 2002
***************
*** 2,8 ****
| Illegal C characters from the program name are not filtered while creating |
+----------------------------------------------------------------------------+
| Bug #: 669 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-programs |
--- 2,8 ----
| Illegal C characters from the program name are not filtered while creating |
+----------------------------------------------------------------------------+
| Bug #: 669 Product: Wine |
! | Status: NEW Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-programs |
** 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
15 NEW Resize lag in managed mode
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
82 NEW Stabilize Winelib User Guide Table of Contents
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.
206 NEW Oddities with console applications
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.
220 NEW Glide locks application and freezes X
223 NEW winemaker: Add support for the msvcrt headers
225 NEW winemaker: Ignores the '--with-{mfc,wine}' options once
226 NEW Tries to write /etc/ld.so.cache~ even if prefix is set.
227 NEW winemaker: 'winemaker --nomfc' does not have the intend
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.
239 NEW Metabug: Test Wine with the Common Control Spy Samples
243 NEW Tabs are missing their inner border
247 NEW no keyboard and mouse after update to 20010510
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
264 NEW Drive label definition cannot be sought.
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
275 NEW CD - "Linux doesn't allow raw access" ?????
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
317 NEW wine crashes when app tries to detect OpenGL/DirectX
320 NEW Use a real list for SetConsoleCtrlHandler
321 NEW msvcrt.printf does not support %S & %C
322 NEW Wine wrongly acquires the selection on a paste
324 NEW Implement an Alsa sound module
326 NEW Implement an Esd sound module
327 NEW CodeWeavers Preview Meta Bug
330 NEW Add RichEdit support
331 NEW Wine does not correctly display symbol TrueType fonts
335 NEW Need Microphone and mic volume Support
341 NEW Running Half Life Game Fails
343 NEW file open / save in MS word fails....
345 NEW information about available serial ports should be pres
346 NEW Null pointer reference in libws2_32
349 NEW Msn does not connect
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
434 NEW Mouse button don't get released (Macromedia Flash 5.0)
435 NEW Wine 2002 01 22 does not compile with freetype 2.0.8 or
437 NEW Bug when GroupBox caption is updated
443 NEW Cygwin fails to execute
444 NEW ntdll.dll RtlGetNtVersionNumbers() not implemented.
446 NEW wine_dbg_vprintf: debugstr buffer overflow
451 NEW winemaker: command line parameters are not passed to th
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
475 NEW SetActiveWindow does not support foreign processes
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*
516 NEW Default paper size can't be changed
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
580 NEW Vertical ScrollBar disappearing on Open common dialogbo
581 NEW Weird contextmenu appearing on Open common dialogbox
587 NEW Create replacement of browser component (Internet Explo
588 NEW Word2000 - fixme:file:FindFirstChangeNotificationA this
590 NEW Memory leak: When running any program under Wine, the m
591 NEW wine does not verify if native dll can be loaded
595 NEW Age of Wonders fails with PE_fixup_imports
609 NEW Add BiDi support
619 NEW Regression: cups support for printing is broken
620 NEW dragging trillian's window causes the X server to crash
622 NEW aol7 cannot communicate with the aol proxy server
623 NEW Regression: IE can't view https links
624 NEW Regression: Windows Media player cannot install codecs
625 NEW lotus organizer can't load dlls from custom folder
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
-------------------------------------------------------------------------
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.
http://bugs.winehq.com/show_bug.cgi?id=669
*** shadow/669 Sun May 12 21:16:30 2002
--- shadow/669.tmp.6558 Sun May 12 23:09:40 2002
***************
*** 57,59 ****
--- 57,84 ----
------- Additional Comments From fgouget(a)codeweavers.com 2002-05-12 21:16 -------
Can you provide more details as to why it fails?
+
+
+ ------- Additional Comments From vberon(a)mecano.gme.usherb.ca 2002-05-12 23:09 -------
+ In the compilation of GCI-tool.spec.c:
+ gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall
+ -mpreferred-stack-boundary=2 -fPIC -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT
+ -D_REENTRANT -I/usr/X11R6/include -o GCI-tool.spec.o GCI-tool.spec.c
+ GCI-tool.spec.c:185: parse error before `-'
+ GCI-tool.spec.c:189: parse error before `&'
+ GCI-tool.spec.c:189: warning: type defaults to `int' in declaration of
+ `__wine_dll_register'
+ GCI-tool.spec.c:189: warning: data definition has no type or storage class
+
+ Here's the excerpt of the file causing this:
+ void __wine_spec_GCI-tool_init(void)
+ {
+ ^ problem here
+
+ The function is called in an asm section just before. I'm not familiar enough
+ with it to know if the same function name is legal in asm or not.
+
+ My point of an executable starting with a number is moot, as a number in the
+ middle of the function name would be ok. But there still exist other characters
+ which are legal in a filename and illegal in a C identifier. Either throw them
+ out of the function name (completely or replaced by _), or document that fact.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=669
*** shadow/669 Sun May 12 16:48:27 2002
--- shadow/669.tmp.2732 Sun May 12 21:16:30 2002
***************
*** 54,56 ****
--- 54,59 ----
the future.
You can leave it as a limitation, I just ask it to be a known limitation.
+
+ ------- Additional Comments From fgouget(a)codeweavers.com 2002-05-12 21:16 -------
+ Can you provide more details as to why it fails?
http://bugs.winehq.com/show_bug.cgi?id=669
*** shadow/669 Sun May 12 16:31:38 2002
--- shadow/669.tmp.22502 Sun May 12 16:48:27 2002
***************
*** 36,38 ****
--- 36,56 ----
limitation of Wine's build system and not a bug, and therefore does not need to
be fixed.
Or is there a deeper problem?
+
+
+ ------- Additional Comments From vberon(a)mecano.gme.usherb.ca 2002-05-12 16:48 -------
+ It's in the Wine build process, not winemaker.
+
+ It may be a limitation, and it seems reasonable, but it was introduced without
+ mentionning it.
+
+ And if it's not documented somewhere, somebody else could fall in the same hole.
+
+ Eg:
+ executable with a dash, plus
+ executable starting with a number
+
+ Those have a not insignificant chance of being added to programs/ sometime in
+ the future.
+
+ You can leave it as a limitation, I just ask it to be a known limitation.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=669
*** shadow/669 Sun May 12 14:01:15 2002
--- shadow/669.tmp.21704 Sun May 12 16:31:38 2002
***************
*** 27,29 ****
--- 27,38 ----
We need some way to remove the C identifier illegal characters (but filesystem
legal) from the name of the program before using that new name in the name of a
C function.
+
+ ------- Additional Comments From fgouget(a)codeweavers.com 2002-05-12 16:31 -------
+ Is that really a bug?
+ If you have this problem with winemaker then it may be a worthwhile enhancement
+ (though I think I did deal with a number of these issues in winemaker).
+ If the problem is with Wine's makefiles, then I would say this is a reasonable
+ limitation of Wine's build system and not a bug, and therefore does not need to
+ be fixed.
+ Or is there a deeper problem?
http://bugs.winehq.com/show_bug.cgi?id=663
*** shadow/663 Fri May 10 03:29:17 2002
--- shadow/663.tmp.17291 Sun May 12 14:46:31 2002
***************
*** 23,25 ****
--- 23,43 ----
Once I resize the window (unmaximize) it stops reading keyboard presses and
mouse button presses. It does, however, still correctly give the screen
coordinates of the mouse when it is moved.
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-05-12 14:46 -------
+ I have been following this discussion on wine-devel
+ http://www.winehq.com/hypermail/wine-devel/2002/05/0342.html
+
+ The following is a quote from Alexandre Julliard (The guru's guru)
+
+ > Actually all the problems you list apply only to unmanaged
+ > mode. Fixing that mode to be ICCCM compliant is fairly low priority,
+ > and probably quite hopeless. In fact the whole concept of unmanaged
+ > mode is flawed, and it will probably be replaced by a
+ > managed-with-no-decorations mode (with a few exceptions for menus
+ > etc.) once we have the proper support for doing actions like
+ > min/maximize through the window manager."
+
+ While this may not be the final word on the issue. I would not get my hopes up
+ too much for get the issue fixed using "managed" = "N". I would suggest you dont
+ use it.
http://bugs.winehq.com/show_bug.cgi?id=669
*** shadow/669 Sun May 12 14:01:15 2002
--- shadow/669.tmp.15402 Sun May 12 14:01:15 2002
***************
*** 0 ****
--- 1,29 ----
+ +============================================================================+
+ | Illegal C characters from the program name are not filtered while creating |
+ +----------------------------------------------------------------------------+
+ | Bug #: 669 Product: Wine |
+ | Status: UNCONFIRMED Version: unspecified |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-programs |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: vberon(a)mecano.gme.usherb.ca |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ While adding a new program in programs/, the compilation failed because that
+ program had a dash ("-") in it's name.
+
+ The compilation of the spec.c file thus failed, because it would try to put the
+ name of the program (including the dash) in the name of a function.
+
+ I have been able to do the same thing correctly before Alexandre removed the
+ need for a spec file in programs/.
+
+ We need some way to remove the C identifier illegal characters (but filesystem
+ legal) from the name of the program before using that new name in the name of a
+ C function.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=657
*** shadow/657 Fri May 10 20:26:51 2002
--- shadow/657.tmp.25098 Sun May 12 04:56:48 2002
***************
*** 41,43 ****
--- 41,50 ----
test of programs i was running), and the program wouldnt load because there is
no builtin mfc42.dll and when i tried to run it with the native one from win2k
sp2, it gave an error.
+
+ ------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-05-12 04:56 -------
+ Well, *which* error do you get ?
+ Remember that this is BugZilla.
+ Being verbose helps.
+ Of course native mfc42.dll should really get fixed if broken,
+ as it is crucial for a helluva lot of programs.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=665
*** shadow/665 Sat May 11 04:59:42 2002
--- shadow/665.tmp.24946 Sun May 12 04:53:58 2002
***************
*** 2,18 ****
| Simple installation program problems |
+----------------------------------------------------------------------------+
| Bug #: 665 Product: Wine |
! | Status: UNCONFIRMED Version: 20020411 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-binary |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: hatky(a)users.sf.net |
| CC list: Cc: |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
+============================================================================+
| DESCRIPTION |
I know some here are aiming at getting at making common installations work so
--- 2,19 ----
| Simple installation program problems |
+----------------------------------------------------------------------------+
| Bug #: 665 Product: Wine |
! | Status: ASSIGNED Version: 20020411 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-binary |
+----------------------------------------------------------------------------+
! | Assigned To: andi(a)rhlx01.fht-esslingen.de |
| Reported By: hatky(a)users.sf.net |
| CC list: Cc: |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
+ | Dependencies: OtherBugsDependingOnThis: 89 |
+============================================================================+
| DESCRIPTION |
I know some here are aiming at getting at making common installations work so
***************
*** 29,31 ****
--- 30,41 ----
Tested on codewaver preview 6 11.4.2002 rpm
hope this helps
+
+ ------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-05-12 04:53 -------
+ Ah, great stuff.
+
+ Hmm, could you try to find a web download somewhere using the same files
+ (_setup.lib etc.) that has the very same behaviour ?
+ That'd make for an excellent test case !
+
+ Thanks !
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=457
*** shadow/457 Sun Mar 3 02:32:54 2002
--- shadow/457.tmp.14791 Fri May 10 16:33:59 2002
***************
*** 7,16 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-net |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: m.degroot(a)daisysoftware.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
| URL: |
+============================================================================+
| DESCRIPTION |
--- 7,17 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-net |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: m.degroot(a)daisysoftware.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
| URL: |
+============================================================================+
| DESCRIPTION |
***************
*** 20,22 ****
--- 21,27 ----
required). It rightly complaints no directx>=5 is available, so offers to
download. This fails with a script error. Just trying to download directx fails
with no internet connection error.
+
+ ------- Additional Comments From jakob(a)vmlinux.org 2002-05-10 16:33 -------
+ This is actually two bugs.
+ Wine should have directx >= 5, right? some of it?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=276
*** shadow/276 Mon May 6 12:21:06 2002
--- shadow/276.tmp.5863 Sat May 11 22:55:54 2002
***************
*** 2,13 ****
| Quickbooks Pro Timer does not accept date (GetCalendarInfoA error) |
+----------------------------------------------------------------------------+
| Bug #: 276 Product: Wine |
! | Status: NEW Version: 20010510 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: Jeremy(a)Malcolm.wattle.id.au |
| CC list: Cc: fgouget@codeweavers.com,fshim@cawthra.com |
+----------------------------------------------------------------------------+
--- 2,13 ----
| Quickbooks Pro Timer does not accept date (GetCalendarInfoA error) |
+----------------------------------------------------------------------------+
| Bug #: 276 Product: Wine |
! | Status: ASSIGNED Version: 20010510 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
+----------------------------------------------------------------------------+
! | Assigned To: vberon(a)mecano.gme.usherb.ca |
| Reported By: Jeremy(a)Malcolm.wattle.id.au |
| CC list: Cc: fgouget@codeweavers.com,fshim@cawthra.com |
+----------------------------------------------------------------------------+
***************
*** 80,82 ****
--- 80,88 ----
+relay" traces of QuickBook in the case where it works and in the case where it
does not. comparing the two may tell us why it works in one case and not in the
other.
+
+
+ ------- Additional Comments From vberon(a)mecano.gme.usherb.ca 2002-05-11 22:55 -------
+ Patch submitted to wine-patches. It doesn't implement everything as I can't test
+ it under Windows (couldn't find a compiler recognizing that API). Need more
+ feedback.
\ No newline at end of file