http://bugs.winehq.org/show_bug.cgi?id=7214
------- Additional Comments From eric.pouech(a)wanadoo.fr 2007-21-01 11:25 -------
would it be that the compilation has been done in a partial way (it not
recompiling the whole source...). Does the same apply when you rebuild from
scratch ?
A+
--
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.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4275
------- Additional Comments From greg87(a)online.de 2007-21-01 10:01 -------
Well if I comment out line 182-186 in /d3d9/volumetexture.c, the game gets
further. Game is loading but crashes at 75%.
--
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=7090
eric.pouech(a)wanadoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From eric.pouech(a)wanadoo.fr 2007-21-01 09:27 -------
fix sent for this problem, however, this doesn't fully fix the program as it
crashes later on
setting status to FIXED (likely needing to open a new bug for the later 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=7208
baptiste.millemathias(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |baptiste.millemathias@gmail.
| |com
--
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=7229
Summary: Critical section problem in ntdll.dll
Product: Wine
Version: 0.9.29.
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yongjhen(a)fastmailbox.net
There is a race-condition problem in the critical section code in ntdll.dll code.
In critsection.c, for non-linux/x86, non-macosx platforms, fast_wait and
fast_wake are
not implemented. When the first time the semaphore used for waking up waiting
thread(s)
are needed, it will be created. But the code to check if a semaphore is present
is not
protected by critical section by itself. Thus there is a situation that both the
thread
leaves critical section and the thread enters critical create semaphores, that
causes all
waiting threads unable to enter that critical section anymore.
Please see the log that demos this situation.
--
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=7204
------- Additional Comments From spam(a)bikesexual.org 2007-21-01 03:50 -------
Created an attachment (id=4658)
--> (http://bugs.winehq.org/attachment.cgi?id=4658&action=view)
complete terminal output
This is the terminal output, as requested. I had to again upgrade from
9.28>9.29. Then I ran eudora from the terminal. This was what the terminal
said. It was a little different this time in that I was able to open some email
messages from the inbox... However, it crashed when I tried to do a new
message. Another time I did it, it opened some messages then crashed after
opening another one. For this reason I am suspecting that this has to do with
some kind of memory limit or something like that - a certain number of windows
within Eudora can be opened, after which it crashes. However, I'm too ignorant
of wine and linux to really say this with any certainty. Hopefully, y'all know
what the output of this terminal means.
Thanks
PS this is an annoying bug for me to test because My email program breaks and
then I can't check the email that told me how to report the wine bug, so i have
to downgrade back to 9.28. I'm using dpkg -i to do that, why doesn't synaptic
let me select it from the menu if it is still there in
/var/cache/apt/archives/? [yes I'm a newbie]
--
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=7214
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-21-01 02:57 -------
here's what i get:
i changed struct debug_info, field ouput[1024] -> output[2048]):
Instead of 2 compile errors, i now only get one. If i increase it even more from
struct debug_info, field ouput[1024] -> output[4096])
the compile errors are gone, and the project compiles fine.
As for the second thing you askesd there are weird things going on here:
If i enable the debug channel +msvcrt, the compile errors are gone! (i changed
back to field output[1024] of course). So the bug can be worked around as well,
by enabling the debug-channel, which is very strange....
For your info, i also tried to changed the line 'ERR("Unknown type %c\n", dt);'
to 'ERR("Unknown type %d\n", dt);' (which is wrong format string,i know) , but
that also fixed the compile error, and showed , that dt is equal to 0. I'll
attach the debug output of +msvcrt, but as i said, i dunno how useful that is,
as the ciompilation succeds fine when i enable that channel. FYI, the sample
project i try to compile is available at
http://www.codeproject.com/gdi/kanjifont.asp
, in Visual C++ 6.0
--
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.
You are on the CC list for the bug, or are watching someone who is.