http://bugs.winehq.com/show_bug.cgi?id=768
*** shadow/768 Thu Jun 6 10:28:31 2002
--- shadow/768.tmp.347 Fri Jun 7 02:00:38 2002
***************
*** 60,62 ****
--- 60,78 ----
It takes about 7 attempts to locate a day of the patch for 4 months period and
less if you have more narrow period of time..
+
+ ------- Additional Comments From fojtik(a)htc.honeywell.cz 2002-06-07 02:00 -------
+ 1, I am absolutelly unable to roll back my system to get it working. I spend more than 2 hours with
+ recompiling wine different versions without any success. So please consider this to be a new bug.
+
+ 2, I extracted EXE file and several DLL that exactly reproduce the problem. Please download exe files here and
+ please never insert them into this bugzilla system.
+ http://www.penguin.cz/~fojtik/micrografx/
+ Please let me know when I omit some DLL.
+
+ 3, Excuse me for inconvenience during finding my system configuration. I was prety sure that I wrote it to
+ this bug, you have a edit box named "Environment:" for entering it, but their data are discarded. I guessed,
+ that you could somehow access data from this field.
+
+ 4, After upgrading to new wine several programs suddenly started to work but it is apparently not a case of
+ micrografx.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=650
*** shadow/650 Thu Jun 6 17:30:08 2002
--- shadow/650.tmp.330 Fri Jun 7 02:00:09 2002
***************
*** 139,141 ****
--- 139,154 ----
------- Additional Comments From marcus(a)jet.franken.de 2002-06-06 17:30 -------
these come from libXrender.so (whichz links libstdc++) and appear to be
harmless.
+
+
+ ------- Additional Comments From pouech(a)winehq.com 2002-06-07 02:00 -------
+ the issue is that winedbg doesn't know how to parse C++ stabs information and
+ emits a warning.
+ The solutions:
+ 1/ the quickest would be to silence the warning (we've been using the parser
+ for a while now with few bug reports on this matter)
+ 2/ only silence C++ constructs after correctly parsing them (but without
+ storing any information in the debugger)
+ 3/ implement the C++ ABI in winedbg. I think it's useless because of the amount
+ of work, gcc 3.1 moving to dwarf-2 for its symbols format...)
+ A+
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=774
*** shadow/774 Fri Jun 7 01:03:31 2002
--- shadow/774.tmp.30379 Fri Jun 7 01:03:31 2002
***************
*** 0 ****
--- 1,22 ----
+ +============================================================================+
+ | Cannot background wine windows |
+ +----------------------------------------------------------------------------+
+ | Bug #: 774 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020509 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: test |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: dseagrav(a)lunar-tokyo.net |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ I cannot background a wine window, they always overlay windows that KDE creates.
+ This is present in both wine 20020509 and a clean build of 20020605.
+
+ Wine's environment is as follows: Default .config file, with the C drive root
+ pointed at the root directory of my Win98SE install. (My machine is Linux/Win98SE dual-boot)
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=773
*** shadow/773 Thu Jun 6 19:14:23 2002
--- shadow/773.tmp.16103 Thu Jun 6 19:14:23 2002
***************
*** 0 ****
--- 1,55 ----
+ +============================================================================+
+ | wrc compiler does not reproduce rc include path quirk |
+ +----------------------------------------------------------------------------+
+ | Bug #: 773 Product: Wine |
+ | Status: UNCONFIRMED Version: unspecified |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-winelib |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: tom(a)platte.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ It appears that when the Windows rc compiler includes a file, it temporarily
+ adds the directory of that file to the include path. Once it is done processing
+ the file, the directory is removed from the include path.
+
+ Let's say that you have three files in a wrcbug directory:
+
+ bar/b.rc
+ /* b.rc */
+ #include "foo/a.rc"
+
+ foo/a.rc
+ /* a.rc */
+ #include "a.rch"
+
+ foo/a.rch
+ /* a.rch */
+
+ Now on Windows, the rc compiler runs fine:
+ C:> rc bar\b.rc
+
+ But on Linux, the Daily Debian Wine wrc compiler chokes:
+ $ wrc bar/b.rc
+ bar/b.rc:3:1: Error: Unable to open include file a.rch
+
+ If you add the file:
+
+ foo/baz/c.rc
+ /* c.rc */
+
+ And append to bar/b.rc the line:
+ #include "baz/c.rc"
+
+ Then the Windows rc compile will fail. So once rc has finished processing
+ foo/a.rc, it removes "foo" from the include path.
+
+ Now normally, I would have foo/a.rc include "foo/a.rch" not "a.rch", and then
+ add a -Iwrcbug to the rc and wrc command lines. But if you edit foo/a.rc with
+ MS VisualStudio, it will change the include of "foo/a.rch" back to "a.rch"!
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=650
*** shadow/650 Thu Jun 6 11:17:52 2002
--- shadow/650.tmp.11609 Thu Jun 6 17:30:08 2002
***************
*** 135,137 ****
--- 135,141 ----
Just for the record I have been putting up with this for ages myself, on RedHat
7.1 (I think I used to get it back then) and 7.2. with our application, Accpac
4.2 and 5.0. I get it on /usr/lib/libstdc++-libc6.1-1.so.2
+
+ ------- Additional Comments From marcus(a)jet.franken.de 2002-06-06 17:30 -------
+ these come from libXrender.so (whichz links libstdc++) and appear to be
+ harmless.
http://bugs.winehq.com/show_bug.cgi?id=772
*** shadow/772 Thu Jun 6 16:00:07 2002
--- shadow/772.tmp.6507 Thu Jun 6 16:00:07 2002
***************
*** 0 ****
--- 1,27 ----
+ +============================================================================+
+ | Freeman Installer doesn't work |
+ +----------------------------------------------------------------------------+
+ | Bug #: 772 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: fniles(a)mitre.org |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ This is an installer popular from Win3.1 days, but as it's freeware and happens
+ to be the installer for something I really need perhaps someone can debug it.
+ It's available from SimTel as the file "fi30.zip". It starts up fine, but then
+ it just sits there. Got the error:
+
+ err:module:MODULE32_LookupHMODULE tried to lookup 0x04ae in win32 module handler!
+
+ Any help would be greatly appreciated.
+
+ Thanks in advance.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=770
*** shadow/770 Thu Jun 6 11:18:52 2002
--- shadow/770.tmp.19109 Thu Jun 6 11:35:32 2002
***************
*** 52,54 ****
--- 52,58 ----
------- Additional Comments From peterd(a)primeachip.com 2002-06-06 11:18 -------
Created an attachment (id=169)
the trace log
+
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-06-06 11:35 -------
+ Can be related to bug 752
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=770
*** shadow/770 Thu Jun 6 11:10:20 2002
--- shadow/770.tmp.17874 Thu Jun 6 11:18:52 2002
***************
*** 48,50 ****
--- 48,54 ----
PS. I would really like to attached a trace file (something I've noticed is
suggested and appreciated) but it doesn't appear to be possible using this form,
any suggestions?
+
+ ------- Additional Comments From peterd(a)primeachip.com 2002-06-06 11:18 -------
+ Created an attachment (id=169)
+ the trace log