http://bugs.winehq.com/show_bug.cgi?id=160
------- Additional Comments From roz(a)one.net 2002-08-01 23:09 -------
Johan, I upgraded to 20020710 and my Gabriel Knight 3 problem is fixed. The
sound works now. Thanks. I wonder if that will fix his GTA problem too.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=160>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=935
Summary: DirectSound3D fixme
Product: Wine
Version: 20020710
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: roz(a)one.net
When playing the game, Gabriel Knight 3, I get the following message repeated a
lot in the console:
fixme:dsound:IDirectSound3DListenerImpl_CommitDeferredSettings stub
I can't determine what it's connected to--probably the background sounds
(fountain, birds, etc.).
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=935>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=923
pharouff(a)comcast.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From pharouff(a)comcast.net 2002-08-01 21:34 -------
Thank you for the responses. The fix appears to have worked. I still need to reboot into Windows to try it out, but it looks like everything is there. There are still two files that did not get fixed by decorrupt_explorer, maybe someone knows where they belong. C:\Program Files\!$!$!$!$.mm2 C:\Program Files\!$!$!$!$.msn As for the other comments, I did see the warning about Explorer, and I never attempted to manually run Explorer. But what happens when you try to install a program that automatically attempts to register the software via the internet? MOST programs do this now. The program I was trying to install is free vendor supplied software from a lighting manufacturer who registers the users. This might explain why the program locked up at the time that it did. Everything seemed to be working great, then BAM! It was probably trying to start the registration process. As for backing up, all the new files were stored in my $HOME directory on the Linux partition. I wasn't expecting it to screw with the Windows partition. While I understand this is ALPHA software, I was expecting this release to be more stable than the last, not less (especially after the glowing reviews I had read). Anyway, if your response is correct, the cause was Windows and not WINE. While I no longer believe it was your fault, I still feel that this is still a CRITICAL BUG that requires as a minimum some work around for protection. I tried the installation twice. The first time I used the temporary Windows directory approach. I know that after this attempt, my C:\Program Files directory was still intact, because I went looking for the Office files it was requesting. When that attempt didn't work, I followed the suggestion that pops up in the debug box and tried a second time with native Windows. I haven't done any programming since about 1988, so needless to say I don't understand the intricacies of c, perl, java, etc. But if you don't have enough information to fix this problem yet, there should be a way to add a temporary check to block any system calls to start Explorer and return an error like "Program Not Found" to the calling routine (or better yet redirect it to Netscape, Mozilla or Konqeror). So maybe some programs crash at this point, but at least it doesn't screw up the partition. If nothing else, get rid of the suggestion to try native Windows installation! This was my biggest mistake. After this experience, it's my opinion that any program that appears to run then locks up under fake Windows probably needs Explorer. While I'm impressed with the progress you've made since I first tried WINE last Christmas, I feel that, basically, WINE is completely unusable until this is fixed. Ever since Windows 98 came out virtually all Windows software uses Explorer. You can't avoid it. Bill Gates would have us believe it can't run without it. ;-)
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=923>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=616
------- Additional Comments From pigeon(a)pigeond.net 2002-08-01 16:39 -------
This problem still exists when using with the "Desktop" option. With the wine in
cvs. I just checked out yesterday (2002/08/01).
I'm not testing this with warcraft ii though, it's just another directx game
(Cluedo).
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=616>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=787
------- Additional Comments From dalgoda(a)ix.netcom.com 2002-08-01 15:44 -------
Try the following patch:
Index: winetest.c
===================================================================
RCS file: /home/wine/wine/programs/winetest/winetest.c,v
retrieving revision 1.5
diff -u -r1.5 winetest.c
--- winetest.c 10 Mar 2002 00:21:20 -0000 1.5
+++ winetest.c 1 Aug 2002 20:38:29 -0000
@@ -152,7 +152,7 @@
/* perl extension initialisation */
-static void xs_init(void)
+static void xs_init(pTHX)
{
extern void boot_wine(CV *cv);
newXS("wine::bootstrap", boot_wine,__FILE__);
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=787>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=934
andi(a)rhlx01.fht-esslingen.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
everconfirmed|0 |1
Summary|Cpu usage is always 100% |Cpu usage is always 100%
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-08-01 14:58 -------
Hmm, that's probably because of evil message loop programming mistakes by the
author. We should list some cases of programs here doing this, and we should try
to find a viable countermeasure for it (or fix Wine alternatively if it turns
out that Wine is the problem in one case or another).
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=934>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=934
Summary: Cpu usage is always 100%
Product: Wine
Version: 20010112
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: ddmk(a)r66.ru
with many programs (it make 98 ,95 but not NT,2000 ) please FIX IT if you can
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=934>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=933
------- Additional Comments From ddmk(a)r66.ru 2002-08-01 14:30 -------
Created an attachment (id=244)
bug reports & other files need to try this
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=933>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=933
andi(a)rhlx01.fht-esslingen.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
everconfirmed|0 |1
Summary|There is need a driver which|ttydrv needs a lot of
|is NOT require X windows and|improvement
|start service porgrams (such|
|a services in NT) which have|
|no output |
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-08-01 14:24 -------
You could try running a dummy X11 server (don't remember its exact name currently).
ttydrv needs a *lot* of improvement for more complicated apps, that's correct.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=933>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=929
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-08-01 14:16 -------
Oh, heh. Sounds like someone's crying for help ! ;-)
Also, check out http://search.microsoft.com for any info you need.
And don't forget about the usefulness of --debugmsg +relay ...
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=929>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.