http://bugs.winehq.com/show_bug.cgi?id=676
*** shadow/676 Mon May 20 10:33:40 2002
--- shadow/676.tmp.20730 Tue May 21 10:54:41 2002
***************
*** 27,29 ****
--- 27,40 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-20 10:33 -------
Bill, please provide detailed instructions how the bug can be reproduced.
+
+ ------- Additional Comments From medbi01(a)accpac.com 2002-05-21 10:54 -------
+ Some strange behaviours of listview can be seen using the MFC ROWLIST sample
+ program (available from MSDN). However this one doesn't currently (since
+ ROWLIST seems to be redrawing too frequently).
+ The specific bug can be seen in ACCPAC International's A4W 4.2A for Linux. To
+ obtain a copy of this software and sample data please contact me directly.
+ Note that the software will require an IBM DB2 database against which to run.
+ (Alternatively we could investigate a dummy version without the database side).
+ For technical details about what the software is doing please again consult
+ Bill Medland.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=588
*** shadow/588 Thu May 16 11:57:34 2002
--- shadow/588.tmp.8841 Tue May 21 07:57:25 2002
***************
*** 35,37 ****
--- 35,52 ----
------- 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.
+
+
+ ------- Additional Comments From aweber(a)comcast.net 2002-05-21 07:57 -------
+ FWIW: I've been searching high and low for some kind of implementation of the
+ Win32 APIs "FindFirstChangeNotification" and "FindNextChangeNotification" and
+ have come up empty on any UNIX-based system.
+
+ This is a kernel-level implementation for Win32, and in theory could only be
+ solved using a kernel-module in UNIX and/or a completely new filesystem (or a
+ layered filesystem). This, in effect, makes cross-platform development
+ extremely difficult (if not impossible), and requiring the use of kernel mods
+ is a nightmare for anything close to a production environment.
+
+ I wish you luck, and wish I could help...but that's about all I can think of.
+ --AJ
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=671
*** shadow/671 Mon May 20 12:18:00 2002
--- shadow/671.tmp.7313 Tue May 21 07:32:05 2002
***************
*** 297,299 ****
--- 297,303 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-20 12:18 -------
Reporter, can you explain what happens when you try to run the application?
+
+ ------- Additional Comments From fa.kir(a)gmx.net 2002-05-21 07:32 -------
+ When i run the aplication, a the Hammer Logo is displayed in the middle of the
+ screen and after this the application crashes.
http://bugs.winehq.com/show_bug.cgi?id=721
*** shadow/721 Tue May 21 06:58:43 2002
--- shadow/721.tmp.5390 Tue May 21 06:58:43 2002
***************
*** 0 ****
--- 1,32 ----
+ +============================================================================+
+ | Missing 'FONTS' dir |
+ +----------------------------------------------------------------------------+
+ | Bug #: 721 Product: Wine |
+ | Status: UNCONFIRMED 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: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ Wineinstall does not create FONTS dir in setups with no windows partition.
+ Simple programs that do not install fonts have no problems, I guess wine
+ uses a default font if doesn't fine FONTS dir.
+ Installing an app that installs some fonts too then creates the FONTS dir
+ with added fonts, but obviously with no base fonts; as a result, next app
+ launched in wine will show meaningless boxes instead of chars.
+ I found 2 quick-and-dirty solutions, but I think the best would be install
+ FONTS dir with some default fonts inside from wineinstall :)
+ Quick-and-dirty solutions :
+ 1) - Remove FONTS dir again (sigh) -- Apps will use again default font
+ 2) - Grab fonts from a windoze partition and put in FONTS dir
+
+ Regards
+
+ Massimo
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=720
*** shadow/720 Tue May 21 06:19:52 2002
--- shadow/720.tmp.3298 Tue May 21 06:19:52 2002
***************
*** 0 ****
--- 1,32 ----
+ +============================================================================+
+ | Misplaced graphics |
+ +----------------------------------------------------------------------------+
+ | Bug #: 720 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020509 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-gdi |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: maxx2(a)veneto.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ I managed to install AutoCAD 14 with no windows partition, both in
+ version 20020509 and CVS of wine.
+ When drawing entities (i.e. Line, Circle, etc...), entities get misplaced on
+ screen (some 1-2 cm). Issuing a REGEN command thar rebuilds display places
+ them right. Addin new entities misplaces again news and existing graphics on
+ screen of about 1-2 cm (random, depending on where the app window is placed on
+ screen, I guess.
+ I think Autocad uses 2 differents ways to draw on DC, and one of them is buggy
+ in wine.... Sorry that I can't be more precise, but I've no Autocad sources :)
+ Is maybe this bug related to (similar ?) bug n.369 ?
+ I can post a screenshot of what's happening if someone is interested.
+
+ Regards
+
+ Massimo
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=637
*** shadow/637 Tue May 7 12:05:19 2002
--- shadow/637.tmp.20277 Mon May 20 15:22:55 2002
***************
*** 161,163 ****
--- 161,168 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-07 12:05 -------
Confirm the bug on fresh Wine from CVS, without Windows.
+
+ ------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2002-05-20 15:22 -------
+ The exception argument 0eedfade to RaiseException is quite prominent. The web
+ brings up many questions about it, mostly in relation with Borland, but I have
+ seen no resolution yet.
http://bugs.winehq.com/show_bug.cgi?id=657
*** shadow/657 Mon May 20 12:27:11 2002
--- shadow/657.tmp.7207 Mon May 20 13:04:46 2002
***************
*** 79,81 ****
--- 79,84 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-20 12:27 -------
Dustin, can we close the bug?
+
+ ------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-05-20 13:04 -------
+ Well, what error is happening in the win98 mfc42.dll case ?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=654
*** shadow/654 Tue May 7 14:19:43 2002
--- shadow/654.tmp.5575 Mon May 20 12:36:48 2002
***************
*** 34,36 ****
--- 34,45 ----
fixme:module:CreateProcessA (Z:/IXP000.TMP/webinst.exe,...):
NORMAL_PRIORITY_CLASS ignored
$
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-20 12:36 -------
+ Ivan, is the directory and the files, mentioned in the FIXME messages created
+ during setup? These files should be created in the temporary directory and,
+ probably, automatically removed after install exits, so you can see them only
+ when installer is running.
+
+ Try a workaround - backup the files while they exist in the temporary directory,
+ then try to execute the webinst.exe installer manually.
\ No newline at end of file