http://bugs.winehq.org/show_bug.cgi?id=2981
------- Additional Comments From lionel.ulmer(a)free.fr 2005-28-05 06:40 -------
I checked your patch and somehow I doubt that it will be accepted (as it uses
some internal USER32 parameters) and thus breaks the sacro-sanct DLL separation :-)
I will do some tests in Windows (and Wine) to try to see how native DINPUT.DLL
works to see if we can try to use the same interface in Wine.
As for the hook calling, you are sure about the fact that it should not be
limited to the thread for which it was called ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2981
------- Additional Comments From allefant(a)gmail.com 2005-28-05 06:04 -------
Ok, that would have been too simple. Attaching a new patch, which really works.
Of course, this is merely a work-around rather than a fix. But, it can safely be
applied as far as I can see, and will fix all problems related to this.
Now, how to explain what is going on. Basically, the bug is in HOOK_CallHooks.
It does not call global hooks, but only hooks for the current thread. This
sounds like a quite serious flaw, so I probably am missing something.
But well, the bug seems to suggest I'm right. The workaround in the patch works,
because when the hook is installed the second time, it is in the window thread,
and that's the thread which calls HOOK_CallHooks. So from now on, the hook is
seen, since now it's installed in the right thread. That the first hook still is
installed in the other thread doesn't matter, since it never will be called anyway.
Now, a proper fix of course would be to fix HOOK_CallHooks. Basically, instead
of just checking the hooks of the thread which calls HOOK_CallHooks, it should
additionally check global (and only global) hooks of all other threads in the
current process.
So, if you give me a way to iterate through all the threads of the current
process, I can write a patch.
Thinking a bit further, I believe that using the KEYBOARD_LL hook is the wrong
way to implement the dinput keyboard (unless real Windows does it that way as
well). So a completely alternate solution would be to not install any
KEYBOARD_LL hook for the keyboard dinput device, but instead directly call the
KeyboardCallback function inside dlls/dinput/keyboard.c from
dlls/x11drv/keyboard.c. I can make a patch for that instead as well, if you give
me a way to loop over all currently acquired dinput devices.
I think best is to just apply the attached patch for now, add fixing of
HOOK_CallHooks to some sort of TODO list (and then removed the workaround again
once that's done), and also discuss somewhere if dinput shouldn't be implemented
without a message hook really.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2981
allefant(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #902 is|0 |1
obsolete| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2981
------- Additional Comments From allefant(a)gmail.com 2005-28-05 05:27 -------
Erm. Attached is a patch which seemingly makes it work, but of course, that
should be doubted. It simply uncomments a line that was already there.. any way
to find out when and why that comment was added?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3007
------- Additional Comments From wijn(a)wanadoo.nl 2005-28-05 05:09 -------
>>>>>: Cannot allocate memory <<<<<<<<<<
That means just what is says: wine asks for memory that is not available. And
yes that has changed around that time in that respect.
So make sure you have enough memory, check that there is no "ulimit" on the
amount of memory that a process can ask for and perhaps do a
"echo 1 >/proc/sys/vm/overcommit_memory"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2910
shacklein(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |20050419
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2940
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2935
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-27-05 20:36 -------
No comment (resolving INVALID)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2926
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=1163
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1568
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=101
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2879
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2875
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=17
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3008
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Two more Aliens vs Predator |Alien vs Predator: Game
|Gold graphical bugs |doesn't save selected
| |resolution in game, and only
| |allows use of DDraw
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3008
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 19:58 -------
Since there are 2 separate bugs, please file a new one for the mouse cursor
always being on screen and locked in the center.
Then, run wine like this:
WINEDEBUG=+x11settings,+ddraw,+dinput wine program.exe
where program.exe is the executable for the game. Then attach the entire output
to this bug, unmodified.
Then run the command 'xrandr -q' and attach that output here as well..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2873
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3006
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #901 is|0 |1
obsolete| |
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 19:55 -------
(From update of attachment 901)
This output does us no good either..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3006
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Bug #2996 republished |dsound crash in Alien vs
|(Another AvP Gold crash) |Predator Gold
| |(RtlpWaitForCriticalSection
| |section 0x7d49acf0
| |"DSOUNDBUFFER_lock")
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 19:54 -------
The error mentioned above is the one that shows up most often in the debug
outputs, but sometimes, it changes to "DSOUND_MixInBuffer length not a multiple
of block size, len = 1649, block size = 4"
Reporter, please run wine as you normally would, and attach 2 full debug
outputs, one with the waitforcriticalsection error, and one with the
dsound_mixinbuffer error.. Just run wine, and copy/paste the console output
into a txt file, save it and attach it.. Make sure u get 1 of each error.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3005
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 19:49 -------
Correction to previous comment, we only need the last 1500 lines if you have to
use xkill/kill/etc to close the game. If it crashes back to the desktop on it's
own, use grep to find the line number of the Unhandled Exception line, subtract
500 lines from that number, and use tail to chop everything before that
(unhandled exception line number - 500) line. Then _add_ 500 lines to the line
number of the Unhandled Exception line and use tail to chop everything after
that (unhandled exception line number + 500) line.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3005
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Bug #2987 republished (3. |Bink video causes Alien vs
|Misc. AvP Gold stuff) |Predator Gold to freeze
| |untill killed
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 19:43 -------
Changing comment to reflect bug summary. As asked above, please open a new bug
for the failure to detect a network connection, and run the tests mentioned in
Additional Comment #1.
Also, if possible, please run wine like this:
WINEDEBUG=+relay wine program.exe >& avpbinkcrash.log
where program.exe is the game executable file.
WARNING: This log will be _very_ large (probably over 100mb). Please use the
tail command to chop all but the last (1500) lines of this log, and attach it here.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3003
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #899 is|0 |1
obsolete| |
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 19:15 -------
(From update of attachment 899)
Unfortunately this debug output does us no good, as it doesnt include any
information about what led up to the unhandled exception..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3003
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Bug #2987 republished (1. |Random crash during gameplay
|AvP Gold crash) |in Alien vs Predator Gold
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 19:14 -------
updating summary.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3008
------- Additional Comments From lionel.ulmer(a)free.fr 2005-27-05 17:22 -------
Can you do a +x11settings,+ddraw,+dinput trace and attach it to this bug report ?
And also the output of 'xrandr -q'.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2953
lamber45(a)cse.msu.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From lamber45(a)cse.msu.edu 2005-27-05 16:38 -------
Using wine-20050524:
davidl@orlith:/C/j2sdk150/jre/bin$ wine java -classpath "J:\\src\\csc5250"
propprint
err:winmm:MMDRV_InitPerType Strange: mapper with 8 > 1 devices
User is davidl
Home is J:
davidl@orlith:/C/j2sdk150/jre/bin$
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2872
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=2155
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2871
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2869
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2867
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3007
------- Additional Comments From vic.demuth(a)btinternet.com 2005-27-05 11:37 -------
Have downloaded direct from www.winehq.org. I have then compiled/installed
with the usual ./configure, make and make install. Same problem.
I then uninstalled and re-installed using the wine install script in
wine-200*****/tools directory. Same failure. I have tried Slack packages that
are linked from this site, same problem. I have even tried wine from
linuxpackages.net. Same problem.
I have even in desperation, completely wiped my hard drive, re-installed
Slackware 10.1, installed wine using it's own install script.Same problem.
Strangest thing is, if I revert to version 20040505, or anything earlier, I do
not get this error.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2897
------- Additional Comments From dclark(a)akamail.com 2005-27-05 10:42 -------
Assuming this is the "Archiving with password" dialog, testing with a current
(2005-05-26) version of Wine and WinRAR 3.2 works fine for me. Both pasting with
Ctrl-V and using mouse clicks. And right clicking brings up a popup menu with
basic edit commands. So it appears to me that anything previously broken has
been fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2988
------- Additional Comments From lhouk(a)lesliehouk.com 2005-27-05 10:27 -------
Uwe,
Thanks for the response. I'm afraid I don't know how to apply a patch to my
WINE installation, so I'll have to wait until a WINE binary containing your
patches is available. If I understand what Rein Klazes previously found while
helping me troubleshoot, the WriteFile() function is the problem, not
WaitCommEvent (unless WriteFile uses WaitCommEvent). Did anything in the other
Usenet threads I linked give you any useful information?
Again, thanks for your help.
Leslie
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2915
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2911
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-27-05 10:18 -------
Resolving INVALID
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2914
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-27-05 10:17 -------
Patch in CVS http://www.winehq.org/hypermail/wine-cvs/2005/05/0004.html
Resolving FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2910
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=661
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3007
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 07:09 -------
how are you downloading wine? CVS, tarball, or RPM? Off what site? If it is
not CVS, and not a tarball from ibiblio.org or sourceforge.net, who maintains
the release (is it a slackware release you are using)?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3006
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 06:53 -------
like i said.. please dont split up the messages spit out on the console.. in
other words, dont put:
Last error message before crash
--------------------------------
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 16
49, block size = 4
winedbg output
---------------
wine: Unhandled exception (thread 000b), starting debugger...
WineDbg starting on pid 0x8
just make it
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 16
49, block size = 4
wine: Unhandled exception (thread 000b), starting debugger...
WineDbg starting on pid 0x8
as it appears on screen... that makes it easier to read.. since the attachment
only includes that extra text, it is fine, but for future reference, please just
copy and paste it into the log (or redirect the output to a log) and dont modify
the log...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3003
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 06:48 -------
I wasnt saying this was a dsound bug.. just adding that, as you were wanting to
report several dsound related bugs at the same time, and IMHO, it gets too
confusing trying to work on multiple bugs in the same subsystem that are causing
errors in the same game, so I want to diagnose 1 problem per subsystem per
program at a time..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3005
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 06:43 -------
Another thing.. These 2 issues are not related.. Please open a new bug for the
network issue, since I wasn't paying attention and started talking about the
bink/smack stuff
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3005
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 06:42 -------
... This one probably should have undergone some more testing before reporting
it.. BUT lets have you try a couple of things since it is reported. First, boot
into WinXP, and find you AVP shortcut. Go to the properties for it.. Go to the
compatibility tab, and check the box at the top labeled "Rn this program in
compatibility mode for:" and select Windows 98 just below that. Then try to run
the program and see if this still happens.. let us know
Also, once that is done, come back to Linux, and setup an appdefaults section
(read the docs for how to) for avp gold that sets the windows version to win98..
Test and see if it does it then.. let us know.
If it does it in XP in compatibility mode, and wine doesnt do it in win98 mode,
then we have conformance with windows, and this is not a bug.. otherwise, i we do..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2997
komm2es(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From komm2es(a)gmail.com 2005-27-05 04:19 -------
Invalid - see bug reports 3003-3006 and 3008
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2996
komm2es(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From komm2es(a)gmail.com 2005-27-05 04:18 -------
Invalid - see bug reports 3003-3006 and 3008
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3008
Summary: Two more Aliens vs Predator Gold graphical bugs
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: komm2es(a)gmail.com
Hi! With this one I finish the series of bug reports about Aliens vs Predator
Gold Edition game (if I don't find any other bug). And soon I'll begin the
debugging of Aliens vs Predator 2 :D
The last two bugs I've found are both graphical. The game only allows to select
one graphics driver (DirectDraw HAL (why DirectDraw? D:)), and one resolution
(1024x768x32: my default desktop resolution), althrought there's another odd
thing about this: every time you run the game, the resolution by default that
the game selects is "0x0x0", and you have to change it in the menu options every
time you run the game (resolution preferences are not saved when you close the
game). If you don't do this, the game crashes and return to X with the following
console error message:
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x77c6f0b8)->(000a0186,00000013)
err:x11settings:X11DRV_ChangeDisplaySettingsExW No matching mode found! (XRandR)
fixme:winmm:MMDRV_Exit Closing while ll-driver open
The another bug (and last AvPG bug, I hope :D) is that mouse cursor appears in
the center of the screen both in the game menu and during gameplay, making it a
bit annoying.... :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2887
dfantom(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From dfantom(a)gmail.com 2005-27-05 02:42 -------
Resolved in version 20050524
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3006
------- Additional Comments From komm2es(a)gmail.com 2005-27-05 01:53 -------
OK, in both crashes (bug #3003 and this one), sometimes the last error message
appearing before crash changes to this one:
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = -15,
block size = 4
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3007
Summary: Wine fails to start
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vic.demuth(a)btinternet.com
Ever since wine version 20040505, I have been unable to carry out any upgrades.
Every release since gives this exact same error.
wine: failed to initialize: /usr/lib/wine/ntdll.dll.so: failed to map segment
from shared object: Cannot allocate memory
I have tried this on 5 different PC's, all with varying architecture, but all
running Slackware 10.1 with kernel 2.6.11, and GCC 3.3.4
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3006
------- Additional Comments From komm2es(a)gmail.com 2005-27-05 01:26 -------
I'll include the repost of bug #2997 as an additional comment here, to avoid
opening a new Dsound bug report :)
In certain rare situations, game freezes completely and sounds collapses (it
repeats itself
forever). There's no automatic game shutdown & return to X (I've to xKill it),
and even doing it sound continues collapsed for a few seconds until it silences.
The console output I obtain is pasted here:
(I don't remember the latest error message before the crash debug output, but
I'll post it in another comment if I can reproduce again the crash)
err:ntdll:RtlpWaitForCriticalSection section 0x7d49acf0 "DSOUNDBUFFER_lock" wait
timed out in thread 001c, blocked by 0011, retrying (60 sec)
wine: Unhandled exception (thread 001c), starting debugger...
WineDbg starting on pid 0xe
Unhandled exception: wait failed on critical section 0x7d49acf0
[default@localhost AvPG]$ Process of pid=0x0000000e has terminated
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3006
Summary: Bug #2996 republished (Another AvP Gold crash)
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: komm2es(a)gmail.com
Like the one reported in bug #3003, it appears and crashes randomly, but it has
a different backtrace (this one REALLY seems a Dsound crash :) ).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3005
Summary: Bug #2987 republished (3. Misc. AvP Gold stuff)
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: komm2es(a)gmail.com
Two misc. bugs I've found in this game:
- It doesn't detect any network interfaces (it doesn't even detects TCP/IP), so
multiplayer is not avaliable...it would be nice that Wine could emulate at least
TCP/IP support ('cos IPX and serial modem support are obsolete...)
- The game uses Bink video and Smack video technologies to play in-game videos.
Smack video/sound support (used on in-game videos) and Bink music (used in the
main menu music theme) works like a charm, but Bink video (used in the animated
main menu background) makes the game freeze (and sound collapse) for 10-15
seconds every time the background animation finishes and replays it. In Windows
98 it never happened (well, at least in the time when I used to play the game.
Currently I've not installed W98), but under Windows XP SP2 (with DX 9.0C) it
happens, too...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3003
------- Additional Comments From komm2es(a)gmail.com 2005-27-05 01:09 -------
Yes, thx Dustin...but I think it's not a Dsound bug....at least in the backtrace
it says:
" 0x77ebd5d6 HEAP_CreateFreeBlock+0x86 in ntdll (0x7ac10000)"
In the Dsound crash (reported in bug #2996, whose one I'm going to repost now)
it appears a different backtrace. That's why I report both of them :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3003
------- Additional Comments From komm2es(a)gmail.com 2005-27-05 01:06 -------
Hmmm.....the winedbg output tree looks a bit odd, but it's not broken :) It's
clearly divided into 4 columns: "Module" (PE, ELF, \-PE), Address
(0x00400000-00876000, for example), Debug info ("\", Deferred, Export), and Name
(avp, smackw32...)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3004
Summary: Bug #2987 republished (2. Misc. error messages)
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: komm2es(a)gmail.com
There are some error messages appearing in console during game boot/game
execution. Details in the attachment
Game: Aliens vs Predator Gold, using Wine 20050524.....etc, oh, please, see my
previous bug reports :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3003
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 00:52 -------
Ok thats fine, just please only post errors/crashes that are for sure
unrealted.. In other words, dont post multiple dsound errors for the same
program, as they are most likely related. Once one is fixed, or some work on
finding the bug has been submitted, then go ahead and post others..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3002
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 00:50 -------
Fernando, can you use the documentation at
http://www.winehq.org/site/docs/wine-devel/x1316 to try and find the patch that
caused this error? Once you have found it, please post a link to the email from
the wine-cvs archive for that patch.
Thanks!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3003
Summary: Bug #2987 republished (1. AvP Gold crash)
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: komm2es(a)gmail.com
Description:
-----------------
The game crashes back to desktop randomly (not when doing an specific action or
in a specific place) while gameplay. Complete info about the crash in the
attachment.
Game: Aliens vs Predator Gold Edition (latest version), using Wine 20050524 (latest
stable) with default Wine config.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3002
Summary: problems writting to serial ports on 2005-05-24 release
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-ports
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ferchimi(a)gmail.com
Using ICS08jlz development kit 1.53 which writes flash rom of microcontrollers
via serial port, in version 2004-10-19 worked perfectly and had no conflicts
with this port, now, in release 2005-05-24, the preogram just hangs pretty bad
when opening the serial port (com1, directed to ttys0, at 9600 bps), hope it
is any use to you
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2987
------- Additional Comments From komm2es(a)gmail.com 2005-27-05 00:40 -------
OK, thanks Dustin....I think I'll repost all the AvP Gold bugs I've found one by
one, fixing the reports as you've said. Thx for the advices :D
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=392
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Bug 392 depends on bug 475, which changed state.
Bug 475 Summary: SetActiveWindow does not support foreign processes (err:win:WIN_FindWinPtr in console)
http://bugs.winehq.org/show_bug.cgi?id=475
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Status|RESOLVED |CLOSEDBug 392 depends on bug 475, which changed state.
Bug 475 Summary: SetActiveWindow does not support foreign processes (err:win:WIN_FindWinPtr in console)
http://bugs.winehq.org/show_bug.cgi?id=475
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 00:38 -------
typo fixed..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1798
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 00:35 -------
If you submit, and it does not get committed, and there is no notes about why,
ask. As you will quickly learn the developers are more than happy to critique
patches and help you get it working, while breaking as little as possible...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=392
Bug 392 depends on bug 475, which changed state.
Bug 475 Summary: SetActiveWindow does not support foreign processes (err:win:WIN_FindWinPtr in console)
http://bugs.winehq.org/show_bug.cgi?id=475
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1620
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1434
nThis| |
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 00:29 -------
closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2939
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ffsa2000(a)yahoo.com
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 00:29 -------
*** Bug 1620 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1620
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 00:29 -------
This is probably fixed by bug 2939's patch. Please try with a wine release
dated 20050524 or later.. If issue persists, please open a new bug.
*** This bug has been marked as a duplicate of 2939 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2939
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|X11DRV_ChangeDisplaySettings|Unable to run games
|ExW No matching mode found! |(X11DRV_ChangeDisplaySetting
|(NoRes) |sExW No matching mode
| |found!)
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 00:24 -------
To prevent confusion, updating summary
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3001
Summary: PGP doesn't start, probably because it can't load a
certain VXD
Product: Wine
Version: 20050310
Platform: PC
URL: http://appdb.winehq.org/appview.php?appId=2037
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lamber45(a)cse.msu.edu
PGP 8.0.3 for Windows ME consists of four separate executable files (installed
under Program Files) and a VXD (pgpsdk.vxd) that goes in C:\WINDOWS\SYSTEM.
When I try to run PGPkeys.exe the program quits after displaying a message-box
saying that "PGP has not been set up correctly".
If I try to run PGPtray.exe (which is actually just a system-tray icon that
starts up the other components, as far as I know), a small window flashes
briefly onto the screen and I get the following output:
fixme:vxd:VXD_Open Unknown/unsupported VxD L"pgpsdk.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"pgpsdk.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:ole:PointerUnmarshall unhandled ptr type=12
fixme:seh:EXC_RtlRaiseException call (from 0x7712a083) to unimplemented function
rpcrt4.dll.NdrMapCommAndFaultStatus
wine: Unhandled exception (thread 0009), starting debugger...
I get similar output when I run PGPmail.exe (which allows one to drag-and-drop
files that need encryption):
fixme:vxd:VXD_Open Unknown/unsupported VxD L"pgpsdk.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"pgpsdk.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:ole:PointerUnmarshall unhandled ptr type=12
fixme:seh:EXC_RtlRaiseException call (from 0x7712a083) to unimplemented function
rpcrt4.dll.NdrMapCommAndFaultStatus
wine: Unhandled exception (thread 0009), starting debugger...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2903
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=779
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2902
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=2000
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2897
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2897
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=391
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1798
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-26-05 19:23 -------
I recomend that you submit the patch to wine-patches(a)winehq.org since Patches
submitted here tend to bitrot.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2991
------- Additional Comments From lionel.ulmer(a)free.fr 2005-26-05 15:42 -------
This seems to be a duplicate of bug 2992 (same cause but gives different
errors). Maybe put it as a duplicate of 2992 once the solution for the latter
has been found.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2992
------- Additional Comments From lionel.ulmer(a)free.fr 2005-26-05 15:22 -------
And can you also attach the output of 'xrandr -q' ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2992
------- Additional Comments From lionel.ulmer(a)free.fr 2005-26-05 15:12 -------
Can you attach a +x11settings,+x11drv,+ddraw trace to this bug report ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2999
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2005-26-05 14:32 -------
I should mention that this window uses a Richedit control.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2999
Summary: Srolling Window Erroneously 'Homes' After Posting
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Andrew.Talbot(a)talbotville.com
Blitzin2 has a bottom-fed, scrolling chat window in which new postings should
cause the window to scroll upwards. However, under Wine, after each
[successful] posting, the window is subsequently automatically being 'homed',
by which I mean it is then made to scroll back up to the top of the data.
Whereas, the vertical scroll-bar thumb should remain at the bottom of its
range, with the latest posting being visible at the bottom of the screen.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2987
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From Speeddymon(a)gmail.com 2005-26-05 13:20 -------
Hi, thanks for all of the bug reports, but now I think we are all thoroughly
confused.. lol
First off, In the summary, you need to provide a description of the problem,
usually a quick note and the error message in the console if any, "dsound crash
in AVP Gold (err:DSOUND:whatever)" would work for each of the dsound crashes,
but make sure you put the last error you got before the unhandled exception.
Secondly, please, PLEASE, dont copy/paste console output into a bug, paste it
into a file, and attach that to the bug with the "Create a New Attachment" link
just above the additional comments field.
Thirdly, and most importantly, dont break up the debug output like you did here,
that makes it _impossible_ to figure out what went wrong.
Lastly, if you are getting multiple crashes with the same error type (like
DSOUND), only report the one that occurs first in the game, as all of the others
are probably realted to it. Once that one is fixed and you can get past that
part, if another one pops up, file a new bug.
Also, if you get a situation where it used to work, but in this new release it
doesn't (or it used to be right, but in this new release it is wrong), file a
bug and put regression in the keywords. I pay the most attention to those, as
they are the easiest to diagnose (although not always the easiest to resolve)..
Oh and one more thing.. Sorry, if something is supposed to work within the
program/game, but it doesnt (saving the options in this case), file a bug and we
have specific steps to try to get some correct debug output for situations like
that..
SO... with all of that being said, I will resolve and close this bug, and you
can file a new one for the not saving the options issue.. I will also mark all
but the first reported dsound bug as resolved as a reminder, so that we can
examine them after we get the first one fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2998
j980(a)comcast.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2998
Summary: Installation of Cosmic C fails with ole and rpc errors
(InstallShield)
Product: Wine
Version: 20050310
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: j980(a)comcast.net
I downloaded and tried to install this C Compiler:
http://www.cosmic-software.com/eval_kits/cx6808_idea_sim_eval.exe
An error box popped up:
title: "COSMIC HC08/HCS08 Evaluation Kit"
content: "An error occurred while launching the setup. (0x800401fd)"
Many errors scrolled in the shell I started it from, e.g.:
err:ntdll:RtlpWaitForCriticalSection section 0x403a5298 "compobj.c: apartment"
wait timed out in thread 0017, blocked by 000f, retrying (60 sec)
err:rpc:I_RpcReceive we got fault packet with status 6be
err:ole:xCall RpcChannelBuffer SendReceive failed, c0000194
fixme:sync:SetNamedPipeHandleState 0x100 0x42c350f4 (nil) (nil)
fixme:ole:RegisterTypeLib Registering non-oleautomation interface!
fixme:ole:ITypeInfo_fnRelease destroy child objects
err:ole:CoUnmarshalInterface IMarshal::UnmarshalInterface failed, 0x800401fd
err:ole:_unmarshal_interface Unmarshalling interface
{3d8b6332-d8b1-11d2-80c5-00104b1f6cea} failed with 800401fd
err:ole:deserialize_param failed to stuballoc in TKIND_RECORD.
err:ole:xCall Failed to unmarshall param, hres 800401fd
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1264
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2005-26-05 10:29 -------
closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1208
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2005-26-05 10:27 -------
closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=303
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2005-26-05 10:27 -------
closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=125
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2005-26-05 10:26 -------
closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2997
Summary: Yet Another Aliens vs Predator Gold Crash!
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: komm2es(a)gmail.com
Yes, I've discovered a new (or maybe not as new, 'cos it's another Dsound crash,
maybe related to any previous reported by me) game crash. In certain rare
situations, game freezes completely and sounds collapses (it repeats itself
forever). There's no automatic game shutdown & return to X (I've to xKill it),
and even doing it sound continues collapsed for a few seconds until it silences.
The console output I obtain is pasted here:
err:ntdll:RtlpWaitForCriticalSection section 0x7d49acf0 "DSOUNDBUFFER_lock" wait
timed out in thread 001c, blocked by 0011, retrying (60 sec)
wine: Unhandled exception (thread 001c), starting debugger...
WineDbg starting on pid 0xe
Unhandled exception: wait failed on critical section 0x7d49acf0
[default@localhost AvPG]$ Process of pid=0x0000000e has terminated
Hope those bug reports are helping you :). Any comments would be appreciated.
Please see bug #2987 for complete info about what system & wine version I'm
using. And bug #2996 to see another crash this game is causing :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1042
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gromitkc(a)idir.net
------- Additional Comments From Speeddymon(a)gmail.com 2005-26-05 09:51 -------
*** Bug 303 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=303
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |2012
nThis| |
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From Speeddymon(a)gmail.com 2005-26-05 09:51 -------
dupe
*** This bug has been marked as a duplicate of 1042 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=125
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From Speeddymon(a)gmail.com 2005-26-05 09:50 -------
is this is not fixed, please reopen the bug or file a new one.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=303
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |UNCONFIRMED
------- Additional Comments From Speeddymon(a)gmail.com 2005-26-05 09:49 -------
since this one isnt very helpful, but is related to next one, reopening
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=125
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |REOPENED
Resolution|REMIND |
------- Additional Comments From Speeddymon(a)gmail.com 2005-26-05 09:49 -------
is this still an issue?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1042
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pmcnett(a)pm-sc.com
------- Additional Comments From Speeddymon(a)gmail.com 2005-26-05 09:46 -------
*** Bug 1264 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1264
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |2012
nThis| |
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From Speeddymon(a)gmail.com 2005-26-05 09:46 -------
dupe
*** This bug has been marked as a duplicate of 1042 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.