http://bugs.winehq.org/show_bug.cgi?id=14714
Summary: intermittant crashes while playing bf1942
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
Somewhere in the last few commits that affect wined3d, a regression has
occurred which causes a crash somewhere about 10 minutes into play it seems to
reproduce itself. See attached log.
wine-1.1.2-43-g634d73e
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14712
Summary: offcolour ingame text in Battlefield 1942
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
The commit 14b24058d69d73ebf6b70bc36c8aa62993351079
wined3d: GL_ARB_fragment_program ffp implementation.
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Makes the in-game text the wrong colour. Red and Blue are lighter than
normal, attached is a screenshot, and for comparison from bug 12943 see this
attachment where the colours are correct
http://bugs.winehq.org/attachment.cgi?id=14517 .
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14706
Summary: Max Payne 2: Windows no longer transparent
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
Hi there,
somewhere between version 1.2.1 and git master (snapshot from today) a bug was
introduced that removes transparency of the ingame windows.
I'm going to provide a screenshot and the result of a bisect.
Greets,
Tobias
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14683
Summary: Microsoft Money 2007: Crash on program startup
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jbodycott(a)comcast.net
Created an attachment (id=15151)
--> (http://bugs.winehq.org/attachment.cgi?id=15151)
Redirected output (&>) of "wine msmoney.exe", no special flags
When starting Microsoft Money 2007: Home and Business Edition for the first
time after an install, the program briefly shows its window frame with black
content and then crashes.
Wine version: wine-1.1.2-42-g9566051
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14615
Summary: rks_trial game is drawn out of place in its window
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://kurotama.sakura.ne.jp/product/rks/download.html#t
rial
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leffeman(a)gmail.com
For the game Rosenkreuz Stilette, in windowed mode, the game is not drawn
correctly unless the window is at (0, 0) or bottom-left of the screen.
Otherwise, the game is offset in the window by as much as it is moved from the
corner.
Screenshot attached shows the problem (along with uninteresting Wine messages).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14578
Summary: Thief, System Shock 2 - video intros hang/crash in the
end
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexd4(a)inbox.lv
CC: m.b.lankhorst(a)gmail.com
After recent fixes, videos now start playing in Wine with builtin quartz.dll.
But some new problems now appeared.
There was a regression - some crashes because of "quartz: Fix reference leak in
avi splitter on end of stream." (28d6203ca9bd0ba17ce38e309f340b518f954c08)
patch. So far it appears to have been fixed by recently submitted "quartz: Fix
handling of zero byte samples and endofstreams".
The latter patch, although fixing the crash, seems to introduce hangs of intro
videos in Thief (i.e. it works before "fix reference leak", it crashes after
"fix reference leak" and it doesn't crash but hangs after also applying "fix
handling of zero byte samples". Very likely it simply exposes a previously
hidden underlying problem. Because, for example, system shock 2 (also a Looking
Glass game with similar engine) has some videos for which I can't find a
working Wine version, probably they always had this hang problem. I've analyzed
+quartz logs for differences, and it looks to me that the critical difference
is lack of AVISplitter_SendEndOfFile on the video (0) stream in NON-working
cases, which possibly makes game unaware that video ended. Non-working cases
have either "END OF STREAM" detected on stream 1 only or not at all.
+quartz log of Thief session in Wine build that works fine has:
err:quartz:AVISplitter_next_request END OF STREAM ON 1
trace:quartz:AVISplitter_SendEndOfFile End of file reached
[...]
err:quartz:AVISplitter_next_request END OF STREAM ON 0
trace:quartz:AVISplitter_SendEndOfFile End of file reached
+quartz log of Thief session in Wine build that hangs has no SendEndOfFile at
all.
+quartz log of System Shock 2 in Wine build that works for Thief (but SS2 still
hangs) has
err:quartz:AVISplitter_next_request END OF STREAM ON 1
trace:quartz:AVISplitter_SendEndOfFile End of file reached
System Shock 2 with 28d6203ca9bd0ba17ce38e309f340b518f954c08 and "fix zero size
samples" patch - can't compare because it now crashes (assert failed) :/
filesource.c:1250: FileAsyncReader_WaitForNext: Assertion `rtStop ==
rtSampleStop' failed.
This pattern shows when watching videos outside the game in the graphedit tool
as well.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14566
Summary: comctl32_test header: crash on win9x in
test_hdm_filterMessages at DestroyWindow
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Created an attachment (id=14918)
--> (http://bugs.winehq.org/attachment.cgi?id=14918)
test-output on win98
The test "header" for comctl32 crash on win9x on various systems.
Working systems as example:
comctl32 4.72.3110.1 with user32 4.10.0.1998
comctl32 5.81.4134,100 with user32 4.90.0.3000
crashed systems as example:
comctl32 5.81.4807.2300 with user32 4.0.0.950
comctl32 5.81.4916.400 with user32 4.10.0.2222
my system has:
comctl32 5.81.4916.400 with user32 4.10.0.2233
Attached is a log for the test with additional debug output.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14513
Summary: msysgit installer fails due to missing CreateHardLinkA
stub
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://msysgit.googlecode.com/files/Git-1.5.6.1-
preview20080701.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cesar.barros(a)gmail.com
When attempting to install msysgit on wine-1.1.1-55-g6dd7f06, it fails with a
MessageBox "Runtime Error (at -1:0):\r\n\r\nCannot Import dll:Kernel32.dll.". A
relay trace shows the failure is because of a failed GetProcAddress of
CreateHardLinkA.
A message found at http://www.spinics.net/lists/git/msg53517.html confirms the
problem and has a patch which simply uncomments the stubs for CreateHardLinkA
and CreateHardLinkW on kernel32.spec. I tested uncommenting both stubs and it
is enough for the installation to succeed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14381
Summary: Google Lively installer does not work
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.lively.com/install
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
Created an attachment (id=14679)
--> (http://bugs.winehq.org/attachment.cgi?id=14679)
+relay,+seh,+tid
wine-1.1.0-402-g4904c80, installed firefox3.
The installer livelysetup.exe (sha1 220aba6d869e5c52428c7efbd249d7c89e95e77b)
exits silently.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14374
Summary: Diablo2:LOD Digital Distribution: "Agree" button never
enables
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neonphog(a)gmail.com
Created an attachment (id=14670)
--> (http://bugs.winehq.org/attachment.cgi?id=14670)
wine error log
The digital distribution of blizzard's Diablo II expansion "Lord of
Destruction" (and likely the original game as well) will not install.
The license agreement is supposed to enable the "Agree" button when you scroll
to the bottom, but does not.
The error log shows fixme errors from the mshtml module related to scrolling
(see attached).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14351
Summary: RtlpWaitForCriticalSection times out towards end of
tests
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austin.lund(a)gmail.com
I've been getting a crash all the time in winetest since 1.0. Seems there is
not
a problem with any of the tests themselves (i.e. running make test works).
The last few lines of output from winetest is:
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 8
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
16
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found
1440x900x24 @0! (XRandR)
err:ntdll:RtlpWaitForCriticalSection section 0x7bc91824 "loader.c:
loader_section" wait timed out in thread 0039, blocked by 0036, retrying (60
sec)
wine: Critical section 7bc91824 wait failed at address 0x7bc3ab60 (thread
0039), starting debugger...
err:seh:raise_exception Unhandled exception code c0000194 flags 0 addr
0x7bc3ab60
I did a bisection and I got it to occur first at this commit:
commit 3434935f44eadecae1e8aa11d08142a40b671978
Author: Hans Leidekker <hans(a)it.vu.nl>
Date: Mon Jun 23 20:57:46 2008 +0200
wininet: Clear last error upon successful return from HttpSendRequest.
But when reverting this commit, it still happens.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14344
Summary: Morrowind crashes with: filesource.c:1355:
FileAsyncReader_EndFlush: Asserzione `!This-
>sample_list[x].pSample' fallita.
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mattemod(a)gmail.com
I use Wine GIT and I could play Morrowind with wine-1.1.0-253-g2f1c7b1.
A few hours ago I updated my local GIT, recompiled and tried. Morrowind opens
normally, but when I try to load a game, it prints this out
filesource.c:1355: FileAsyncReader_EndFlush: Asserzione
`!This->sample_list[x].pSample' fallita.
(translation, just to be sure: Asserzione -> Assertion; fallita -> failed)
and then crashes (I'm going to attach backtrace). I found 'filesource.c' in
'dlls/quartz/', so I think it should be a quartz regression.
As I said, it worked with wine-1.1.0-253-g2f1c7b1 but not with current GIT
(this is the HEAD:
http://source.winehq.org/git/wine.git/?a=commit;h=2734fb44e0f4065179044b9eb…).
If I'll have some free time I'll try to identify the commit which caused the
regression, but it should be easy even without my help, considering the [small]
number of patches to check ;)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14333
Summary: WALL-E demo displays upside down.
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://wall-e.playthq.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=14630)
--> (http://bugs.winehq.org/attachment.cgi?id=14630)
picture of error
The demo for wall-e displays upside down upon launch.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14326
Summary: CAJViewer 7.0 hangs on startup
Product: Wine
Version: CVS/GIT
Platform: All
URL: http://viewer.cnki.net/cajview_page/CAJViewer%207.0.1.sf
x.exe
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hzhrong(a)gmail.com
Created an attachment (id=14606)
--> (http://bugs.winehq.org/attachment.cgi?id=14606)
error log on startup
CAJViewer is a thesis reader which is popular in Chinese education and research
institutions.
CAJViewer 6.0 runs on Wine, but 7.0 hangs on startup.
See attached log.txt
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14261
Summary: Black rectangle covers most of the screen in Psychonauts
when using FBO
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
CC: stefandoesinger(a)gmx.at
Created an attachment (id=14552)
--> (http://bugs.winehq.org/attachment.cgi?id=14552)
screen shot of the problem
Big part of the screen is covered by a black rectangle. Some times it turns
white. Some times it disappears. And some elements are still drawn over it.
This happens only with OffscreenRenderingMode=fbo.
Regression is caused by this patch:
commit 2d4d18b59dc26b8aee04553671b942071d9213b9
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Jun 17 01:42:55 2008 +0200
wined3d: Delay render target activation.
The ActivateContext in SetRenderTarget was an old regression prevention,
but now it is time to remove it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14250
Summary: richedit: Deleting text at end of edit control is
improperly handled
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dylan.ah.smith(a)gmail.com
The following steps will show the bug:
1. Open Wine's Wordpad
2. Enter plenty of lines of text so that the vertical scrollbar appears (extra
lines are fine, and typing the line number for each line makes it easier to see
what is happening).
3. Move the cursor to the end of the text
4. Press enter followed by backspace
Builtin Result: The second last line will be repeated twice at the end until
the control is repainted by doings something like minimizing and restoring the
window.
Native Result: The text will not be scrolled despite the fact that the end of
the text is before the end of the control, and more text remains invisible
because of the scroll position.
Notes:
- Lines don't need to be deleted at the end of the text, as long as you scroll
to the end of the text.
- It doesn't matter how the text is entered or deleted, so instead of hitting
backspace on the last step feel free to move the cursor back and press the
delete key, select with the mouse and cut, or undo.
Wine seems to avoid having the scroll position so that there is extra space at
the end of the control when there is enough text to fill the control, but
native seems to allow this extra space to be shown. This is probably done like
this in Wine because scrolling manually with the mouse wheel or using the
scrollbar control doesn't allow the scroll position to be this far down.
I modified wordpad's status bar to print the scroll info via GetScrollInfo and
noticed that nPos and nMax increase and decrease with native richedit controls
when I add lines and remove lines to the end of the text without causing the
richedit control to seem to scroll. This might indicate that a copy of
SCROLLINFO.nPos might be stored in the richedit control.
This can be further shown with the following steps:
1. Open Wine's Wordpad
2. Enter plenty of lines of text. More than enough to cause the vertical
scrollbar to shown.
3. Move the cursor to the end of the text.
4. Increase the height of the window to increase the height of the richedit
control.
Builtin result: The text will be scrolled down so the end of the text is at the
end of the richedit control.
Native result: The text will remain in the same place, with extra space left at
the end of the control, until the richedit control is resized to be large
enough to show all the text. Once all the text can be displayed the scrollbar
will disappear, and start of the text will be at the top of the control.
I hope this is detailed enough, if not let me know which steps are not clear
enough to reproduce this.
I tested this on Windows and in Ubuntu 8.04 with native and builtin
riched20.dll on both platforms.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14249
Summary: Hearts of Iron 2: Armageddon crashes
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johan.gill(a)gmail.com
Created an attachment (id=14541)
--> (http://bugs.winehq.org/attachment.cgi?id=14541)
Last 10000 lines of logging with WINEDEBUG=+tid,+quartz
Hearts of Iron 2: Armageddon version 1.2 occasionally crashes like this:
0022:err:ntdll:RtlpWaitForCriticalSection section 0x47ece44 "pin.c:
PullPin.thread_lock" wait timed out in thread 0022, blocked by 0009, retrying
(60 sec)
wine: Critical section 047ece44 wait failed at address 0x7ef9a930 (thread
0022), starting debugger...
A longer debug log is attached. I tried both with and without removing the avi
directory to skip the movies, this particular log is for a session where movies
are not found.
To reproduce, sit idle at the main menu for a few minutes.
Is it in some way related to bug 14161?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14241
Summary: FedExShipManager installer fails with
"fixme:msxml:domdoc_createNode unhandled node type 2"
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://fedex.com/us/software/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce:
wget http://kegel.com/wine/winetricks
sh winetricks dotnet20 vjrun20 wsh56 vcrun2005 vcrun2005sp1 vb6run
wget ftp://ftp.fedex.com/pub/us/software/FedExShipManager_2356.exe
wine FedExShipManager_2356.exe
This fails with the dialog
"The wizard was interrupted before FedEx Ship Manager could be completely
installed."
and the console output
fixme:msxml:domdoc_createNode unhandled node type 2
Doing
sh winetricks msxml3
lets the install complete; I'll file a bug for the first problem running it.
See also bug 12483 and possibly bug 3756 for other affected apps.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14161
Summary: quartz regression - crash in PullPin_Thread_Process
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexd4(a)inbox.lv
CC: m.b.lankhorst(a)gmail.com
Blocks: 12722
New quartz crash started occuring since commit
6aabf5d39e1a5bd13d95a9ad7a9b318f775c95fd (quartz: Create thread after
connection is made.). I get this with a game Thief The Dark Project where I'm
trying to fix another bug. Unfortunately, to even get far enough to see the
crash some hacks and semi-ready patches that I've in my tree are necessary,
e.g. hack for querying IFilterMapper from IFilterGraph (see
http://bugs.winehq.org/show_bug.cgi?id=12722). Also as of today's git reverting
6ad6ff0198df385706e53d246d0ca9b023dd758d and
d54c53a4b64223cb5744571b9f56064543e385c0 (different regressions that cause
program to go blow up earlier) is necessary to get to this crash. I don't have
much quartz test cases so I don't know what else may be affected. I'll attach a
+quartz log and I'll be around if any other info or patch testing is required.
So far I found out that it crashes in PullPin_Thread_Process(), because
This->fnCustomRequest is NULL, hope that helps.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14131
Summary: No sound in Morrowind using software mixing
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leffeman(a)gmail.com
Created an attachment (id=14374)
--> (http://bugs.winehq.org/attachment.cgi?id=14374)
Wine output with software mixing
When running Morrowind on my integrated sound card (00:1b.0 Audio device: Intel
Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02) and dmix for
software mixing) I do not get any sound or music in Morrowind (except for the
opening logo movie). When using a proper programmable sound card with hardware
mixing (05:02.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1
(rev 07)) I do get sound and music.
Comparing the logs one can see that the one using software mixing crashes or
hangs;
err:ntdll:RtlpWaitForCriticalSection section 0x2986348 "transform.c:
TransformFilterImpl.csFilter" wait timed out in thread 0009, blocked by 001d,
retrying (60 sec)
.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14024
Summary: Photoshop CS2 installer crashes immediately
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
Created an attachment (id=14214)
--> (http://bugs.winehq.org/attachment.cgi?id=14214)
backtrace
The Photoshop CS2 trial installer crashes immediately with the current git. The
bad commit is:
commit efcdb202b2c37f1696f196955c6bbf4a523da4c3
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Wed Jun 18 18:53:05 2008 +0900
winmm: Clear the fccType in mmioDescend for a not RIFF/LIST case.
one day after the release and we're back to breaking things. ;-)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14019
Summary: systray icon not displayed in dual screen
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeisom(a)gmail.com
I have found that utorrent doesn't display its systray icon unless
I switch from dual screen to single screen. When I login to twinview the
systray icon is missing but if I use nvidia-settings I can switch to a single
screen.
Then restart the utorrent and have a systray icon. Turning back on the screen
doesn't remove then icon and it works. However if I restart utorrent
it will be as before and no systray icon.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13855
Summary: CVS head dlls/msxml3/domdoc.c doesn't compile
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: david.ronis(a)mcgill.ca
Build has been failing for several weeks (I'm following the cvs head using
gcc-4.2.4). The error is:
/usr/bin/gcc -c -I. -I. -I../../include -I../../include
-I/opt/garnome-svn-2.23.3/include/libxml2 -I/opt/garnome-svn-2.23.3/include
-I/opt/garnome-svn-2.23.3/include/libxml2 -D__WINESRC__ -DCOM_NO_WINDOWS_H
-D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -O3
-march=pentium4 -ffast-math -funroll-loops -fomit-frame-pointer -o domdoc.o
domdoc.c
domdoc.c: In function 'domdoc_createCDATASection':
domdoc.c:1051: error: 'comment' undeclared (first use in this function)
domdoc.c:1051: error: (Each undeclared identifier is reported only once
domdoc.c:1051: error: for each function it appears in.)
make[2]: *** [domdoc.o] Error 1
make[2]: Leaving directory `/home/ronis/Project/notar/wine/dlls/msxml3'
I've tried purging the msxml3 directory and reloading, but I get the same
error.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13731
Summary: Unbreakable spaces are not rendered correctly
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonathan(a)ernstfamily.ch
In French unbreakable spaces have to be used before or after some punctuation
marks (eg. :,;,etc.).
Wine fails to render these spaces in resources files and they are replaced by
squares.
Alexandre Julliard guess it might be some sort of font issue.
To reproduce :
LC_ALL=fr_FR.UTF8 wine notepad
Aide->À propos de Bloc-notes
And you'll see :
"Wine est une réalisation de[SQUARE]:"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.