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
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
http://bugs.winehq.com/show_bug.cgi?id=769
*** shadow/769 Thu Jun 6 04:31:29 2002
--- shadow/769.tmp.7705 Thu Jun 6 08:32:04 2002
***************
*** 22,24 ****
--- 22,29 ----
------- Additional Comments From johane(a)lysator.liu.se 2002-06-06 04:31 -------
Created an attachment (id=166)
A +wave,+mmsystem trace with some relay stuff.
+
+
+ ------- Additional Comments From johane(a)lysator.liu.se 2002-06-06 08:32 -------
+ Created an attachment (id=168)
+ This time I spelled mmsys correctly.
http://bugs.winehq.com/show_bug.cgi?id=757
*** shadow/757 Thu Jun 6 06:07:35 2002
--- shadow/757.tmp.31405 Thu Jun 6 06:10:20 2002
***************
*** 116,118 ****
--- 116,122 ----
to play sound..." :-)
See the following attachment.
+
+ ------- Additional Comments From pavel.reznicek(a)wo.cz 2002-06-06 06:10 -------
+ Created an attachment (id=167)
+ Wine output running non-DirectX app using --debugmsg +wave
http://bugs.winehq.com/show_bug.cgi?id=757
*** shadow/757 Thu Jun 6 04:05:22 2002
--- shadow/757.tmp.31237 Thu Jun 6 06:07:35 2002
***************
*** 102,104 ****
--- 102,118 ----
------- Additional Comments From johane(a)lysator.liu.se 2002-06-06 04:05 -------
For starters, do you have an application not using DirectSound which you can
post a trace of? --debugmsg=+wave would be nice.
+
+
+ ------- Additional Comments From pavel.reznicek(a)wo.cz 2002-06-06 06:07 -------
+ Yes, here you have it. I have tried to run a non-DirectX game, the simple
+ tetris-like BlockGame, which plays a sound by crashing the stones :-)
+ I have used the --debugmsg +wave option.
+
+ I have crashed stones twice, so in the transcript there may be two sound tasks
+ recognizable.
+
+ I just heard nothing, but the debugger has written something as "I am trying
+ to play sound..." :-)
+
+ See the following attachment.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=769
*** shadow/769 Thu Jun 6 04:26:38 2002
--- shadow/769.tmp.27229 Thu Jun 6 04:31:29 2002
***************
*** 18,20 ****
--- 18,24 ----
The installer of Final Fantasy VII plays a sound which is supposed to loop, but
at the end of the sound, things sound like crap and everything is silent.
A whole lot of "fixme:mmsys:proc_PlaySound Couldn't play header" displays.
+
+ ------- Additional Comments From johane(a)lysator.liu.se 2002-06-06 04:31 -------
+ Created an attachment (id=166)
+ A +wave,+mmsystem trace with some relay stuff.
http://bugs.winehq.com/show_bug.cgi?id=769
*** shadow/769 Thu Jun 6 04:26:38 2002
--- shadow/769.tmp.26844 Thu Jun 6 04:26:38 2002
***************
*** 0 ****
--- 1,20 ----
+ +============================================================================+
+ | Failure in looping |
+ +----------------------------------------------------------------------------+
+ | Bug #: 769 Product: Wine |
+ | Status: UNCONFIRMED Version: CVS |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-multimedia |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: johane(a)lysator.liu.se |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ The installer of Final Fantasy VII plays a sound which is supposed to loop, but
+ at the end of the sound, things sound like crap and everything is silent.
+ A whole lot of "fixme:mmsys:proc_PlaySound Couldn't play header" displays.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=757
*** shadow/757 Thu Jun 6 04:01:12 2002
--- shadow/757.tmp.26045 Thu Jun 6 04:05:22 2002
***************
*** 97,99 ****
--- 97,104 ----
------- Additional Comments From johane(a)lysator.liu.se 2002-06-06 04:01 -------
Hmm, it seems the directsound HEL doesn't crash when using the arts driver. Cool.
+
+
+ ------- Additional Comments From johane(a)lysator.liu.se 2002-06-06 04:05 -------
+ For starters, do you have an application not using DirectSound which you can
+ post a trace of? --debugmsg=+wave would be nice.
http://bugs.winehq.com/show_bug.cgi?id=768
*** shadow/768 Thu Jun 6 01:55:51 2002
--- shadow/768.tmp.21129 Thu Jun 6 02:17:38 2002
***************
*** 38,40 ****
--- 38,46 ----
I noted similar behaviour on some another applications. Micrographic designer is not a free application.
But more, I remember that this application already worked fine with some older release of wine.
+
+ ------- Additional Comments From fojtik(a)htc.honeywell.cz 2002-06-06 02:17 -------
+ Yes, demos are available at:
+ http://www.micrografx.com/resources/
+
+ but I have older release that has no demo available.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=768
*** shadow/768 Wed Jun 5 14:12:27 2002
--- shadow/768.tmp.20244 Thu Jun 6 01:55:51 2002
***************
*** 30,32 ****
--- 30,40 ----
* OS/distribution you use
* what kind of application is this? Is there a free (trial/demo) copy of the
application we can access?
+
+ ------- Additional Comments From fojtik(a)htc.honeywell.cz 2002-06-06 01:55 -------
+ OK, I will test it against current release of wine, yesterday it was not available.
+
+ Everything about my OS was written here: http://bugs.winehq.com/show_bug.cgi?id=311
+
+ I noted similar behaviour on some another applications. Micrographic designer is not a free application.
+ But more, I remember that this application already worked fine with some older release of wine.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=329
*** shadow/329 Fri May 10 14:28:18 2002
--- shadow/329.tmp.27057 Wed Jun 5 17:10:38 2002
***************
*** 2,8 ****
| mouse double-click doesn't work in Starcraft |
+----------------------------------------------------------------------------+
| Bug #: 329 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
--- 2,8 ----
| mouse double-click doesn't work in Starcraft |
+----------------------------------------------------------------------------+
| Bug #: 329 Product: Wine |
! | Status: NEW Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
***************
*** 23,25 ****
--- 23,28 ----
I guess this bug should go into wine-gui.
Reporter, do you still see this problem in latest Wine?
+
+ ------- Additional Comments From devel(a)mathi.uni-heidelberg.de 2002-06-05 17:10 -------
+ *** This bug has been confirmed by popular vote. ***
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=768
*** shadow/768 Wed Jun 5 13:25:04 2002
--- shadow/768.tmp.15466 Wed Jun 5 14:12:27 2002
***************
*** 20,22 ****
--- 20,32 ----
------- Additional Comments From fojtik(a)htc.honeywell.cz 2002-06-05 13:25 -------
Created an attachment (id=165)
The full log file as a traceout of wine crash (bzipped original 100MB)
+
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-06-05 14:12 -------
+ Jaroslav, the next version of Wine (20020605) was just released.
+ Can you reproduce the issue with this version?
+
+ Could you also provide more information:
+ * OS/distribution you use
+ * what kind of application is this? Is there a free (trial/demo) copy of the
+ application we can access?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=768
*** shadow/768 Wed Jun 5 13:21:52 2002
--- shadow/768.tmp.1584 Wed Jun 5 13:25:04 2002
***************
*** 16,18 ****
--- 16,22 ----
+============================================================================+
| DESCRIPTION |
When I attempt to rum Micrographic desidner under wine, the wine suddenly hangs.
+
+ ------- Additional Comments From fojtik(a)htc.honeywell.cz 2002-06-05 13:25 -------
+ Created an attachment (id=165)
+ The full log file as a traceout of wine crash (bzipped original 100MB)