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
http://bugs.winehq.com/show_bug.cgi?id=650
*** shadow/650 Tue May 14 14:53:42 2002
--- shadow/650.tmp.17773 Thu Jun 6 11:17:52 2002
***************
*** 130,132 ****
--- 130,137 ----
I do :
CC=gcc3 ./configure
make dep && make && make programs
+
+ ------- Additional Comments From medbi01(a)accpac.com 2002-06-06 11:17 -------
+ 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
\ 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.17255 Thu Jun 6 11:10:20 2002
***************
*** 0 ****
--- 1,50 ----
+ +============================================================================+
+ | Halts during an install shield wizard installation with fixme:ole:CoTreatA |
+ +----------------------------------------------------------------------------+
+ | Bug #: 770 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: peterd(a)primeachip.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ I tried installing a program onto the fake win partition that WINE creates, and
+ although it launches and runs the install shield wizard relatively smoothly,
+ once it finishes unpacking the files, the installation halts on the (what
+ appears to be) the creation of a new window. The entire process halts at this
+ point and a CTRL-C needs to be invoked in order to get back to console (that is,
+ WINE doesn't exit by itself with a return code 1).
+
+ The program that causes this is called Vector NTI v7.0, and can be downloaded
+ here: http://www.informax.com/cgi-bin/dm/dm.pl?action=reg
+
+ Note that you MUST register before downloading. If you want to avoid this, you
+ can try the following alternative download site (slower) that doesn't require
+ any registration: http://www.vectornti.co.kr/download/VectorNTISuite7.exe
+
+ Filesize: ~25MB
+
+ After executing the following: wine VectorNTISuite7.exe, wine crashes with the
+ following messages:
+
+ Invoking /opt/wine/bin/wine.bin VectorNTISuite7.exe
+ fixme:ole:CoTreatAsClass
+ ({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-4432-b3ed-a9dca3604594})
+ err:file:DeleteFileA Empty path passed
+
+ //comment: the next two lines were repeated 4 times
+ fixme:ole:CoMarshalInterface Failed to Marshal the interface, 80070057?
+ fixme:ole:_LocalServerThread CoMarshalInterface failed, 80070057!
+
+ Then I had to CTRL-C to get the return code 1 message.
+
+ 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?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=768
*** shadow/768 Thu Jun 6 02:17:38 2002
--- shadow/768.tmp.14827 Thu Jun 6 10:28:31 2002
***************
*** 44,46 ****
--- 44,62 ----
http://www.micrografx.com/resources/
but I have older release that has no demo available.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-06-06 10:28 -------
+ Jaroslav,
+ that's interesting approach to publish your system information and reference
+ it each time you need it ;-) Copying it to here because it is diffucult to find
+ it on such a big page:
+
+ Slackware 7 + kernel 2.2.19 + gcc 2.95.3
+
+ If the program really worked before, it is much easier to find a patch which
+ caused the problem. You can find instructions how to do this here:
+ http://www.winehq.com/Docs/wine-devel/cvs-regression.shtml
+ Can you do this, please? It would help a lot to crash this bug.
+
+ 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..
\ No newline at end of file