http://bugs.winehq.org/show_bug.cgi?id=15298
Summary: Highway Pursuit crashes with a X Error
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://retrospec.sgn.net/game-
links.php?link=highwaypursuit
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: divan.burger(a)gmail.com
Created an attachment (id=16118)
--> (http://bugs.winehq.org/attachment.cgi?id=16118)
Crash_Log.txt
Highway Pursuit, a arcade racing game, installs perfectly but crashes with a X
Error when you try to start it. This did not happen with earlier versions (like
1.1.2) as can be seen in the AppDB.
It complains that Wine is trying to lock a already locked connection. A fixme
of "WineD3D_ChoosePixelFormat : Add OpenGL context recreation support to
SetDepthStencilSurface" is found just before that line.
The log file is 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=15209
Summary: winedbg has an infinite loop at
wine/programs/winedbg/memory.c:426
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florianskarten(a)web.de
Created an attachment (id=15965)
--> (http://bugs.winehq.org/attachment.cgi?id=15965)
The backtrace made by another winedbg instance of the other winedbg.
What I did:
I typed bt to get the current backtrace. I didn't notice that the backtrace is
incomplete and typed list -. I waited some seconds and then I did [control] +
[c]. That didn't help and I pressed the key combination again multiple times.
As that didn't help I decided to give the program about 10 more minutes, but
still the program was frozen. I started another winedbg instance and attached
the one who could be in an infinitive loop. With that other instance I tried to
find the infinitive loop. I think I have found it at:
wine/programs/winedbg/memory.c:426
as I can execute the "n" command multiple times, but the program will not leave
the loop. I might be wrong.
Used wine version: c2de38ea47046039d21c2ef38e8c4b01d95663f5 + one test patch of
mine.
--
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=15243
Summary: Google Chrome URL bar edits and text selections always
begin at start of bar
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://chrome.google.com
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: royshea(a)gmail.com
Regardless of where the URL bar is clicked to begin editing or selecting text,
the cursor begins the action from the start of the URL bar. Probably some sort
of richedit bug.
--
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=15201
Summary: Google Chrom crashes when downloading an exe file
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://chrome.google.com
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: royshea(a)gmail.com
Created an attachment (id=15956)
--> (http://bugs.winehq.org/attachment.cgi?id=15956)
Terminal output after crash running chrome with --no-sandbox --new-http
Google Chrome crashes when downloading an executable file. Other types of
downloads appear to be fine.
--
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=15141
Summary: Embedded window does not scroll with main window
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=13635
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dsh(a)linux.ucla.edu
I noticed this with flash videos (any youtube.com/watch page). If you scroll
the page down, the video just sits there as the rest of the page goes by
underneath. The embedded window may get clipped at a certain point. I see the
debug output
X11DRV_SetWindowRgn not supported on other thread
so this is most likely the problem.
Sometimes flash videos appear upside-down (currently-watched videos on the
youtube homepage, and lots of stuff on http://worstofmyspace.com/). I'm not
sure if this is related to this bug or not.
--
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=15116
Summary: Google Chrom URL bar does not render properly
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: royshea(a)gmail.com
Created an attachment (id=15812)
--> (http://bugs.winehq.org/attachment.cgi?id=15812)
Test case isolating Google Chrome URL bug
The status bar in Google Chrome is not rendering properly. Google Chrome
intercepts the BeginPaint and EndPaint messages for the URL bar (see
autocomplete_edit.cc in their chromium source) and uses a memory mapped DC for
the bar itself. An initial workaround uses winetricks:
winetricks riched20 riched30
Attached is a small test case that reproduces the bug. It creates a RichWindow
view that inherts from CRichEdit. RichWindow intercepts BeginPaint / EndPaint
messages and uses a memory mapped DC, as done in Google Chrome. The RichWindow
is used in a simple application that displays the same behavior as the Google
Chrome URL bar.
--
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=15074
Summary: System Shock 2: randomly disappearing sound (esp. when
loading level)
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.download.com/System-Shock-2-demo/3000-7539_4-
10031250.html
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexd4(a)inbox.lv
CC: m.b.lankhorst(a)gmail.com
In recent builds sound started disapppearing randomly in SS2 (retail version
2.3). It's semi-random but with a reasonable consistence it can be produced by
entering-quitting menu (from the actual game level) or when going into "loading
zones" between levels.
This isn't occuring in wine-1.1.2. I did a regression test and got this:
2cd620802a3a7a1011a89c301270737ac1a1cfe5 is first bad commit
commit 2cd620802a3a7a1011a89c301270737ac1a1cfe5
Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com>
Date: Fri Aug 8 20:50:02 2008 +0200
winealsa.drv: Add ability to recover from underruns to directsound driver.
Fixes handling of buffer underruns that might still occur.
Makes sense to me, because the moments when the bug occurs are the mostl likely
to cause a CPU-load spike and buffer underruns. After reverting the patch, I
don't get the problem any more in current git.
There is a demo for the game, I added it to URL, but, unfortunately, the
problem is not as readily reproducible there as it is with full retail version,
for unknown reason (sound does seem to disappear sometimes after going to and
from menu / sound settings).
--
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=14994
Summary: Haskell's removeDirectoryRecursive fails on Wine
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: jeffzaroyko(a)gmail.com
Created an attachment (id=15616)
--> (http://bugs.winehq.org/attachment.cgi?id=15616)
testcase
attached is a test executable which does the shell equivalent of
mkdir -p wine-bug/1
touch wine-bug/1/xyz
rm -rf wine-bug
Works fine on Windows XP, fails under wine-1.1.2-551-g34aa6b7 with the message
"Directory not empty"
--
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=14913
Summary: Regression: Dawn of war, transperent characters become
invisable
Product: Wine
Version: 1.1.2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ninja.gofer(a)gmail.com
Regression in current git version since 1.1.2. Chracters in the game that are
opaque, such as infiltartors, have become compleatly invisable. and cannot be
seen.
This only happens in certain maps, such as "deadman's crossing", but onces the
effect of the bug has kicked in, it will happen on all maps after that, until
you restart the game.
--
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=14779
Summary: Painkiller regression - Make game crash
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.painkillergame.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tlarhices(a)gmail.com
Created an attachment (id=15316)
--> (http://bugs.winehq.org/attachment.cgi?id=15316)
Output in the terminal when crashing
In latest version of wine, painkiller doesn't start anymore. It output some
lines in the terminal (see attached log) and exit.
I did a regression test, and the problem comes from this patch :
54ae3ebfd4bc6fab1e322b92fe84909535f9f26e is first bad commit
commit 54ae3ebfd4bc6fab1e322b92fe84909535f9f26e
Author: H. Verbeet <hverbeet(a)gmail.com>
Date: Wed Jul 9 17:59:39 2008 +0200
wined3d: Destroy depth_blt resources in the backend's destructor.
No need to expose this in the interface.
:040000 040000 b94c1412e2d815f4abda0a5a013d9470975c12ec
dad8c29b5afcb77f83d1b6b1f34ab9e3567deb94 M dlls
To reproduce the bug, simply start painkiller and it will crash before
displaying the introduction screen.
--
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=14781
Summary: Kontakt, Kore Player: crash on start
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin.profittlich(a)gmx.de
Created an attachment (id=15319)
--> (http://bugs.winehq.org/attachment.cgi?id=15319)
Let RegisterDeviceNotificationW behave like RegisterDeviceNotificationA
Kontakt 3.0.2, Kore Player 2.0.3 and probably more applications from Native
Instruments crash on startup.
Both apps call RegisterDeviceNotificationW() before crashing. This is a stub
and always returns 0 (=failure). RegisterDeviceNotificationA() behaves
differently and returns a fake handle. When I change
RegisterDeviceNotificationW() to match RegisterDeviceNotificationA()'s
behavior, both apps work as expected (see patch).
Demo versions of those applications can be downloaded from
www.native-instruments.com, but you need to register to obtain a download link.
--
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=14744
Summary: Burning Sea: draw regression under alpha UI elements
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam.torgerson(a)colorado.edu
CC: stefan(a)codeweavers.com
I recently noticed when upgrading Wine from 1.1.0 to 1.1.2 that a drawing
glitch is encountered under Pirates of the Burning Sea. There is a very bad
flickering under alpha-blended UI elements and also on in general on the sea.
I've done a git bisect and it looks like this is the patch that caused it:
http://source.winehq.org/git/wine.git/?a=commitdiff;h=2d4d18b59dc26b8aee045…
--
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=14751
Summary: Max Payne 2: PP effects produce black screen
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
URL: http://www.rockstargames.com/maxpayne2/mp2_downloads.htm
l
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
CC: stefandoesinger(a)gmx.at
Hi there,
I already mentioned in http://bugs.winehq.org/show_bug.cgi?id=14724 that MP2
breaks even more in current git master (snapshot from today, latest commit is
428fd07e73c08e01f463982fab0d4b4267695b8f).
Tested this with ORM=fbo and PPE=medium.
The screen simply goes black as soon as PP effects are used.
Regression testing between wine-1.1.2 (no such issue there) and
428fd07e73c08e01f463982fab0d4b4267695b8f reveals that this commit introduces
the problem:
[bc4435e4063c70d0ef2fcc2ab7bb6df3efcfc0e7] wined3d: Use a hashmap to store the
ffp shaders.
Adding Stefan Dösinger to CC.
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=14773
Summary: Adobe Photoshop CS3 crashes at startup on unimplemented
function gdiplus.dll.GdipGetFontHeight, GdipGetFontStyle
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://adobe.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Adobe Photoshop CS3 crashes on startup (after the trial dialog), complaining
wine: Call from 0x7b840ed0 to unimplemented function
gdiplus.dll.GdipGetFontHeight, aborting
wine: Call from 0x7b840ed0 to unimplemented function
gdiplus.dll.GdipGetFontStyle, aborting
(plus
wine: Call from 0x7b840ed0 to unimplemented function gdiplus.dll.GdipGetFamily,
aborting
but that one is already entered as bug 14422.)
winetricks gdiplus gets past this and lets you actually start the trial app.
--
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=14724
Summary: Max Payne 2: PP effect performance (ORM=fbo)
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
URL: http://www.rockstargames.com/maxpayne2/mp2_downloads.htm
l
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
CC: onety-three(a)gmx.net
Hi,
this bug is about performance issues with post-processing (PP) effects in the
demo of the game "Max Payne 2".
This bug is only about issues that happen when OffscreenRenderingMode is set to
fbo. Please don't report issues with backbuffer or pbuffer mode here.
This is a split from this bug:
http://bugs.winehq.org/show_bug.cgi?id=14038
Furthermore the bug should only focus on performance issues, since there are a
lot more issues with PP effects, which are not related to performance.
The problem mostly seems to happen on nvidia Geforce FX 5xxx series cards.
Where are PP effect used in the game:
- Bullettime mode is using a sepia tone filter
- Cutscenes are motion blurred
What is BAD performance: One frame rendered every 5 seconds, which makes the
game essentially unplayable.
While cutscenes can be skipped, bullettime is crucial for the game and I'm sure
there is noone out there who has finished it without using the feat.
There are two PP effect modes selectable ingame:
(i) medium (which is the better working one)
(ii) high (this is the more problematic one)
The issue itself:
PP effects used in the game lead to severe slowdowns, resulting in BAD
performance (as described above).
People confirming the problem:
(i) Me, with a Geforce FX 5900
(ii) Frank Roscher, with a GeForce FX 5700
Driver versions:
(i) Currently I have version 173.14.09 installed, but the problem also existed
with nvidia-drivers-100.14.19
(ii) Frank has reported the problem with driver version 169.12
Possible reasons for the slowdown:
The nvidia Geforce FX 5xxx series does report OpenGL 2.0 capabilities in the
glxinfo, but does NOT explicitly advertise the GL_ARB_npot in the extension
string.
The only NPOT-like extension advertised is the texture_rectangle one.
OpenGL 2.0 support however implies support of GL_ARB_npot, since this one is
now in core. Stefan Dösinger comments on that behaviour in
http://bugs.winehq.org/show_bug.cgi?id=14038#c28
According to him the FX hits a (slower) software fallback as soon as the
ARB_npot/"unconditional NP2 support" extension is used.
That also seems to be the core of the problem. Wine should not use
unconditional NP2 for the FX and instead of the (conditional) texture_rectangle
support, which should be supported by the FX in hardware.
New problems arise in latest git master when disabling usage of NP2 in
directx.c (by commenting out the line with the extension).
I will comment on these (new) problems later.
----------------------------------------------------------------------------
But first, some HISTORY about the problem:
With PPE (PP effects) = medium (and a resolution of 800x600):
wine-0.9.25: Performance in bullettime is OK, but visuals are suffering from
cropping bug (*) and room-disconnection errors (**)
---- somewhere here the cropping bug is solved for fbo ----
wine-0.9.45: Performance in bullettime is OK, visuals are also OK (no cropping,
no room-disconnections)
But there is a problem with intro and outro videos (those are not rendered
fullscreen and leave a lot of black borders around them)
wine-0.9.56: Performance in bullettime is OK, visuals also OK
No problems with intro/outro videos
---- somewhere here is currently the best version to play MP2 ----
wine-1.0.0: Performance in bullettime is OK, visuals also OK
texture_shader FIXMEs flooding the console (not only in scenes with PP effects)
wine-1.1.0: Same like wine-1.0.0
wine-1.1.1: Same like wine-1.0.0, furthermore in scenes with PP effects (not
only bullettime) these FIXMEs flood the console (I filtered the ones about
nvts):
fixme:d3d_surface:read_from_framebuffer_texture >>>>>>>>>>>>>>>>>
GL_INVALID_ENUM (0x500) from glReadBuffer @ surface.c / 913
fixme:d3d_shader:shader_arb_deselect_depth_blt >>>>>>>>>>>>>>>>>
GL_INVALID_OPERATION (0x502) from glDisable(GL_VERTEX_PROGRAM_ARB) @
arb_program_shader.c / 1840
wine-1.1.2: Performance in bullettime is BAD (same applies to PP effects in
cutscenes), visuals however are OK
nvts FIXMEs are gone, but there are new ones which are generated while PP
effects are displayed on screen:
fixme:d3d_surface:read_from_framebuffer_texture >>>>>>>>>>>>>>>>>
GL_INVALID_ENUM (0x500) from glReadBuffer @ surface.c / 920
wine git master from 2.8.2008: Performance like wine-1.1.2, visuals are now
completly broken - the screen goes black after going into bullettime, returns
to normal view after bullettime is over (takes some time after pressing the bt
key again). The FIXMEs from wine-1.1.2 are still there.
We see here that MP2 is gradually broken.
(*): For the cropping bug see: http://bugs.winehq.org/show_bug.cgi?id=14686
(**): A screenshot is going to be attached
----------------------------------------------------------------------------
With PPE (PP effects) = high (and a resolution of 800x600):
wine-0.9.25: Performance is BAD, sepia filter is correctly applied, but game
suffers again from the room-disconnection bug, no cropping issue here.
Cutscenes however are rendered incorrectly, looks like some sort of zooming is
going on.
wine-0.9.45: Performance is OK, both bullettime and cutscenes are rendered
correctly (no room-disconnections, sepia filter correct, motion blur working),
BUT:
As soon as PP effects are used the used screen content is shrinked to a subarea
of the original screen. Note that this is NOT a cropping effect, it's just that
the rendered pictures are now confined in the subarea.
Like with PPE=medium the intro/outro videos are rendered incorrectly.
Apart from that this is the best version if you wanna use high PP effects.
---- rendering breaks by introducing commit
d09cbcec91561186bee77aaba55b29cbf2d7e7ef ----
wine-0.9.56: This one has broken rendering. Performance is still OK, but as
soon as bullettime is enabled the screen is filled with a solid color.
HOWEVER cutscenes (which also use postprocessing) work without problems.
Cutscenes are rendered with motion blur, no cropping and GOOD performance.
wine-1.0.0: Like wine-0.9.56 but the nvts FIXME flooding is introduced.
Cutscenes still working perfectly, but bt is broken.
wine-1.1.0: Same like wine-1.0.0
wine-1.1.1: Same like wine-1.0.0, but now these FIXMEs flood the console as
soon as PP effects are used:
fixme:d3d_surface:read_from_framebuffer_texture >>>>>>>>>>>>>>>>>
GL_INVALID_ENUM (0x500) from glReadBuffer @ surface.c / 913
fixme:d3d_shader:shader_arb_deselect_depth_blt >>>>>>>>>>>>>>>>>
GL_INVALID_OPERATION (0x502) from glDisable(GL_VERTEX_PROGRAM_ARB) @
arb_program_shader.c / 1840
---- commit c088edeae7fed4645fa3f34fb5bacc1eeaa87706 from Stefan Dösinger
fixes the bt sepia filter but introduces the major slowdowns ----
wine-1.1.2: Bullettime PP is restored, but performance is BAD now. Cutscene PP
has the same issues now, it suffers from major slowdown. As soon as PP effects
are used I see these FIXMEs on console:
fixme:d3d_surface:read_from_framebuffer_texture >>>>>>>>>>>>>>>>>
GL_INVALID_ENUM (0x500) from glReadBuffer @ surface.c / 920
The nvts FIXMEs are gone with this version.
wine git master from 2.8.2008: Breaks even more, as soon as PP effects are on
screen the screen goes black. Leaving bt restores the scene, but when canceling
cutscenes the scenes stays black. I have to enter bt and leave it again to
restore the view. Very strange.
----------------------------------------------------------------------------
This concludes my current research (for now).
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=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=14716
Summary: distant objects not obscured by fog in 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
When looking into the distance, objects such as trees or shrubs do not appear
to be obscured by fog. See attachment.
Reverting the commit 14b24058d69d73ebf6b70bc36c8aa62993351079
wined3d: GL_ARB_fragment_program ffp implementation.
Author: Stefan Dösinger <stefan <at> codeweavers.com>
makes the objects display correctly.
--
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=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=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=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=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=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=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=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=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=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=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.
http://bugs.winehq.org/show_bug.cgi?id=13723
Summary: Sound buffer freed by both winealsa.drv and dsound
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
So, who owns the buffer? Looks like dsound and winealsa.drv
are having a little argument here. This doesn't happen on every
run, but it seems kinda bad:
$ cd dlls/dsound/tests
$ RUNTEST_USE_VALGRIND=1 ../../../tools/runtest -P wine -M dsound.dll -T
../../.. -p dsound_test.exe.so ds3d.c
...
Invalid free() / delete / delete[]
at notify_free (heap.c:199)
by RtlFreeHeap (heap.c:1284)
by DirectSoundDevice_Release (dsound.c:1285)
by IDirectSoundImpl_Release (dsound.c:304)
by IDirectSound_IDirectSound_Release (dsound.c:442)
by test_for_driver (ds3d.c:1004)
by dsenum_callback (ds3d.c:1281)
by DirectSoundEnumerateA (dsound_main.c:315)
by ds3d_tests (ds3d.c:1324)
by func_ds3d (ds3d.c:1344)
by run_test (test.h:421)
by main (test.h:470)
Address 0x466ef78 is 0 bytes inside a block of size 65,536 free'd
at free (vg_replace_malloc.c:323)
by snd_pcm_munmap (in /usr/lib/libasound.so.2.0.0)
by snd_pcm_hw_free (in /usr/lib/libasound.so.2.0.0)
by snd_pcm_generic_hw_free (in /usr/lib/libasound.so.2.0.0)
by snd_pcm_hw_free (in /usr/lib/libasound.so.2.0.0)
by (within /usr/lib/libasound.so.2.0.0)
by snd_pcm_hw_free (in /usr/lib/libasound.so.2.0.0)
by snd_pcm_close (in /usr/lib/libasound.so.2.0.0)
by IDsDriverBufferImpl_Release (dsoutput.c:274)
by DSOUND_PrimaryClose (primary.c:299)
by DSOUND_PrimaryDestroy (primary.c:331)
by DirectSoundDevice_Release (dsound.c:1268)
by IDirectSoundImpl_Release (dsound.c:304)
by IDirectSound_IDirectSound_Release (dsound.c:442)
by test_for_driver (ds3d.c:1004)
by dsenum_callback (ds3d.c:1281)
by DirectSoundEnumerateA (dsound_main.c:315)
by ds3d_tests (ds3d.c:1324)
by func_ds3d (ds3d.c:1344)
by run_test (test.h:421)
--
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=13672
Summary: mIRC 6.32 script editor crashes with assertion failure
in riched20
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.mirc.com/get.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=13666)
--> (http://bugs.winehq.org/attachment.cgi?id=13666)
mIRC 6.32 backtrace
With Wine version wine-1.0-rc3-54-gb483b68, opening the script editor (Tools ->
Script Editor) causes an assertion failure in riched20. Installing native
riched20 through winetricks fixes the crash.
--
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=13552
Summary: eDrawings CAD Viewer crashes into shell32 while opening
a file
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, a user submitted garbage test result for this app. It crashes into shell32
while trying to open a file (a *dwg file in my case) I' ll attach a log
--
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=13425
Summary: The Punisher demo sound effect from launcher gets stuck
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.gamershell.com/download_7780.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ode5002(a)blueyonder.co.uk
Created an attachment (id=13335)
--> (http://bugs.winehq.org/attachment.cgi?id=13335)
punisher demo hangs on loading with debug on and sound problem happening
The 'racking' sound effect that plays when you press play button in the
launcher game. It stays stuck all through the game.
You can workaround the sound by turning off 'Enable Launcher Sounds' check box
in the audio tab of the launcher setup.
I tried running the demo with the WINEDEBUG=+relay but the demo hangs on the
loading screen. The tail of that is in report_file.
I ran it normally from the console and the output of that is in the
--
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=13361
Summary: firefox 3 can't handle local paths in location window
[dogfood]
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Today I tried to install Acrobat Reader,
and for some reason it decided to use the
download manager rather than a direct download.
The download was interrupted (that's another story),
and the download manager left a handy link on the
desktop to resume the download. The launcher contained:
env WINEPREFIX="/home/dank/.wine-firefox" wine "C:\Program Files\Mozilla
Firefox\firefox.exe" C:\windows\temp\nosget_start_manager.html
That's not going to fly for several reasons:
1) the backslashes aren't quoted or escaped (but that's a different bug)
2) Firefox 3 on Wine doesn't seem to recognize
local paths as valid URLs; typing
c:\foo.txt
into the location window yields errors like
Firefox can't find the file at /c:/foo.txt.
Firefox 2 doesn't seem to have this trouble.
(I have not verified that Firefox 3 can handle c:\foo.txt
on Windows, but I'll eat a box of doughnuts if it can't.)
--
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=13374
Summary: ComboBoxEx list get selected on mouse button down and
release
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dylan.ah.smith(a)gmail.com
Created an attachment (id=13272)
--> (http://bugs.winehq.org/attachment.cgi?id=13272)
comctl32: Added tests to show a ComboBoxEx bug caused by incorrect focus change
The quickest way to see the error is to use Wine's clone of wordpad. There are
two dropdown lists (ComboBoxEx controls) that are on the toolbar. Click the
button to drop down the list, then left click on an item in the list. You will
probably notice that the wrong item is selected, and if you do it slowly (i.e.
hold down the mouse button for a second then release it), then you will notice
that the selection is made and the list disappears when the mouse button is
pressed, and when it is released another selection is made even though the list
has disappeared.
I ran wordpad on Windows XP SP2, and noticed that the correct behavior is the
item is only selected when the mouse button is released.
Note that there are two other separate bugs that you might notice:
- The font size is 0 to start with (richedit bug)
- Selecting a new font size will give you an "Invalid number format" error when
the control loses control (wordpad bug)
- The selected items from the list are not applied until the combobox loses
focus (wordpad bug)
I have submitted patches that fix these other bugs to the wine-patches mailing
list.
I have done some created tests that show the bug is in ComboBoxEx from the
comctl32 and not in ComboBox from the user32 dll. I have attached the patch
that adds these, and will submit it to the wine-patches mailing list after I
get the bug number to mention in the commit message.
I did some debugging, and to my suprise it was a call to SetFocus was rolling
up the ComboBoxEx's list. Digging deeper I found it was actually the
WM_KILLFOCUS call to the window that previously had focus, which was the
ComboBox (a child of ComboBoxEx). The ComboBox saw that it was losing focus,
and what was losing focus it didn't recognize as itself, it's edit control, or
its list control, so it incorrectly decided to roll the dropdown up. It turns
out that what was losing focus was an edit control that ComboBoxEx and child
ComboBox control didn't know about created since, oddly enough, native Windows
does not use the child ComboBox's edit control.
My tests for ComboBox and ComboBoxEx show what had focus before and after
pressing the dropdown button, and selecting an item in the dropdown list. In
both causes the top level (main) window had intial focus. With ComboBox the
focus was correctly on the edit control after each of the mouse button up/down
messages are sent. For ComboBoxEx the focus was supposed to be on ComboBox
when the list is dropped down then on the edit control after it's rolled up,
according to my crosstests, but instead it was on the edit control after the
list is dropped down. Some debugging found that the focus was being changed to
the ComboBox, but each time it did that, the ComboBoxEx was notified with a
CBN_SETFOCUS command message, which had no case for it in the COMBOEX_Command
function, so the default case was used. The default case contains two lines
that sets the focus back to the edit control, thus causing the bug, however
taking out those lines caused missing notifications of the change.
Hopefully this is enough information for someone else more familiar with the
code to properly fix the problem.
--
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=13403
Summary: fcc hangs , unless using native dbghelp
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www3.firstclass.com/ClientDownloads/FC90ClientDow
nloadFiles/FC9106US.exe
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
A user sumitted garbage test results into appdb, so i gave it a try as well.
The only output is:
fixme:dbghelp:SymGetModuleInfo64 Wrong size
That's it basically, nothing further happens. With native dbghelp (the app
comes with it's own dbghelp, so no need to copy it) it gets a lot further, the
tray icon comes up fine; not sure if a main window is also to pop up, i'm not
familiar with this program, but that might be subject of another bug report
--
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=13342
Summary: Winedbg doesn't handle longlong's well
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.b.lankhorst(a)gmail.com
Created an attachment (id=13228)
--> (http://bugs.winehq.org/attachment.cgi?id=13228)
Test program
A simple test function that passes LONGLONG's as arguments and is compiled with
mingw gets parsed incorrectly by the winedbg.
i586-mingw32msvc-gcc test.c -g -O0 -Wall -Werror -gstabs -W
will result in having 0xef found as argument
i586-mingw32msvc-gcc test.c -g -O0 -Wall -Werror -gstabs+ -W
will result in thinking 0xbeefbeef is passed '0xbeefbeef' as argument
--
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=13343
Summary: Regression error in today's git, Microsoft Office 2003
won't install
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmuncrief(a)comcast.net
Between yesterday and today the installation of Microsoft Office 2003 was
broken in git. If you try to run the installation from the CD it will complain
that "D:\FILES\SETUP\setup.INI" doesn't exist and exits.
I confirmed that this is a filename case sensitivity problem (everything is
lower case on the CD - it's D:\files\setup\setup.ini) by copying the CD to
disk, changing the case of the directories and filename to those Wine expected,
and then the installation worked normally.
--
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=13329
Summary: World of Warcraft (WoW) trial installer crashes with
unimplemented function js3250.dll.JS_SetGCParameter
Product: Wine
Version: CVS/GIT
Platform: Other
URL: https://signup.worldofwarcraft.com/trial/
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Running TryWoW.exe doesn't get too far.
Our mshtml doesn't seem to be good enough for it.
Unhandled exception: unimplemented function js3250.dll.JS_SetGCParameter called
in 32-bit code (0x7bc42f17).
...
Backtrace:
=>1 0x7bc42f17 stub_entry_point+0x4c(dll=0x149afb6, name=0x149afb6)
[/data/dkegel/wine-git/dlls/ntdll/loader.c:196] in ntdll (0x0032c790)
2 0x0147e87c in xpc3250 (+0xe87c) (0x0032c7e8)
...
11 0x0039575c in xpcom_core (+0x575c) (0x0032ce14)
12 0x7d563ebd NSContainer_Create+0x23(doc=<register EAX not in topmost
frame>, parent=0x0) [/data/dkegel/wine-git/dlls/mshtml/nsembed.c:1583] in
mshtml (0x0032ce74)
--
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=13338
Summary: cygwin installer crashes in /etc/postinstall/00bash.sh
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://cygwin.com
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installation was smooth until it tried to run
the postinstall scripts; it got to 14%, then
complained
393321 [proc_waiter] bash 37! _cygtls::handle_exceptions: Exception:
STATUS_ACCESS_VIOLATION
fixme:advapi:ImpersonateLoggedOnUser (0xd8)
fixme:advapi:ImpersonateLoggedOnUser (0xd8)
393865 [proc_waiter] bash 37! open_stackdumpfile: Dumping stack trace to
bash.exe.stackdump
but no good stack dump is output.
You can reproduce this by running 'wine bash.exe' in cygwin's bin.
+relay seems to show it's inside a call to ReadFile():
003d:Call KERNEL32.ReadFile(000000e4,7e39e790,000000a4,7e39e78c,00000000)
ret=61099eaa
trace:file:ReadFile 0xe4 0x7e39e790 164 0x7e39e78c (nil)
003c:Call KERNEL32.WaitForSingleObject(00000110,0000ea60) ret=61097f94
003c:Ret KERNEL32.WaitForSingleObject() retval=00000000 ret=61097f94
003c:Call KERNEL32.CloseHandle(00000110) ret=61097fa8
003c:Ret KERNEL32.CloseHandle() retval=00000001 ret=61097fa8
003c:Call KERNEL32.WaitForMultipleObjects(00000002,0067b928,00000000,ffffffff)
ret=61048886
003c:Ret KERNEL32.WaitForMultipleObjects() retval=ffffffff ret=61048886
trace:seh:raise_exception code=c0000005 flags=0 addr=0x610476d9
trace:seh:raise_exception info[0]=00000000
trace:seh:raise_exception info[1]=0000019c
trace:seh:raise_exception eax=00000000 ebx=611697b8 ecx=ffffffff edx=61124b01
esi=00000000 edi=611030e4
trace:seh:raise_exception ebp=0067c528 esp=0067c4b0 cs=0073 ds=007b es=007b
fs=0033 gs=003b flags=00010286
trace:seh:call_stack_handlers calling handler at 0x61018970 code=c0000005
flags=0
--
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=13280
Summary: Klipfolio 4 hangs on startup
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.klipfolio.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=13129)
--> (http://bugs.winehq.org/attachment.cgi?id=13129)
Klipfolio 4 logs
When trying to start Klipfolio 4 with today's Git (wine-1.0-rc1-104-g2470b0b),
a nonpainted invisible window appears and does not respond to UI input. In the
middle of the logs, a page fault occurs in wininet, so I have attached that
information.
--
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=13311
Summary: winetest always fails on shell32:shelllink, but "make
test" doesn't
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Every recent report at http://test.winehq.org
says shell32:shelllink fails, yet "make test" doesn't
show it failing for me. Is there some timing issue
in winetest?
--
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=13173
Summary: Dragon NaturallySpeaking 9.0 Preferred gdiplus.dll error
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://nuance.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
gdiplus does not run Dragon NaturallySpeaking. (It does install it.)
The most important error message is as follows.
wine: Call from 0x7b8446d0 to unimplemented function
gdiplus.dll.GdipCreateLineBrushFromRectWithAngleI, aborting
--
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=13176
Summary: Fails to compile
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: grahame(a)regress.homelinux.org
Seeing as RC1 has been released I decided it was time to try compiling and
testing wine again. I checked out the latest version of wine as of 13th May
2008 and tried to compile using the /tools/wineinstall script. The compile
faillls with the following error:
gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_WINX32_
-D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o
netconnection.o netconnection.c
netconnection.c: In function 'NETCON_init':
netconnection.c:134: error: 'SONAME_LIBCRYPTO' undeclared (first use in this
function)
netconnection.c:134: error: (Each undeclared identifier is reported only once
netconnection.c:134: error: for each function it appears in.)
make[2]: *** [netconnection.o] Error 1
I have searched with google and looked for any obvious missing dev packages.
I'm using gcc version Debian 4.2.3-5 and I'm trying to build on an AMD64
platform.
If any further information is required please let me know.
--
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=13269
Summary: ntdll/tests/exception crashes
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leffeman(a)gmail.com
test_exceptions crashes in NtSetContextThread on access to the passed CONTEXT.
I have managed to avoid the crash by doing one of the following things:
* Put the CONTEXT on the stack.
* Skip the memset call.
* WINEDEBUG=trace+relay
Toolchain bug? Wine magic?
--
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=12998
Summary: FtpVC applicaton does not run
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.prestosoft.com/fvc_ftpvc.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: slyf(a)slyf.info
The application http://www.prestosoft.com/fvc_ftpvc.asp, does not run, just
closes with a giant back trace or something. I believe the splash screen shows
up. If you need any more information please tell me, I hope this program will
be able to run in wine, as I need it for work, and am stuck using windows.
--
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=13026
Summary: winetest may start without a tag
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
winetest (see programs/winetest) currently opens a small dialog asking for a
tag if none was supplied on the command line.
However one can click on 'Start' and start the tests with an empty tag anyway,
that's the first bug. And the second bug is that it would be much better to ask
for this tag in the main dialog which already has a field for the tag. This
would require to:
* make the tag field editable
* add space for telling the user that the tag must be supplied
* add a 'Start' button to start the tests
--
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=13035
Summary: Bad HAVE_XSLTINIT in msxml3
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
I think the HAVE_XSLTINIT in dlls/msxml3/main.c is wrong because it does not
take into account potential differences between the compilation environment and
the runtime environment.
Case 1
------
If the libxslt.so available at compile time does not have xsltinit(), then
HAVE_XSLTINIT will be undefined and thus msxml3 will not call it... So what
happens then if at runtime the libxslt.so that's used does have that function?
Will it crash randomly because it's uninitialized?
Conversely, the compilation environment could have xsltinit() but no the
runtime environment. This this would cause msxml3.dll to fail to load.
Compile vs. runtime environment differences is why we dlopen() a lot of the
Unix libraries and it seems to me that we should be using dlsym() here.
--
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=12974
Summary: Crash of Max Payne v1 on radeon DRI
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: theycallhimart(a)gmail.com
CC: thunderbird2k(a)gmx.net
Max Payne v1 started crashing on my hardware in newer versions of wine. It git
bisected it down to
http://source.winehq.org/git/wine.git/?a=commit;h=8f18eeea359f9f09ea878c893…
Reverting the commit on the git HEAD stops the crash. I have no idea why this
is or why it works/fails. I have not tested with other D3D apps, and I know
that my friend who has the same version of wine can run max payne without
incident. The only difference between our two systems (both running gentoo,
both Thinkpad T40s) is that he has a radeon r300 based GPU while I have a
radeon r100 based GPU.
--
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=12919
Summary: kernel32: virtual test fails in PC-BSD but not Linux
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: FreeBSD
Status: NEW
Keywords: testcase
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Sorta sketchy...Haven't ran regression test yet. Doesn't always fail, but about
1/2-2/3 of the time:
virtual.c:95: Test failed: 0 bytes read
virtual.c:96: Test failed: Data from remote process differs
*** Error code 2
Seems that if I use +seh or +relay, doesn't fail. I only tried a few times,
though...
--
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=12921
Summary: kernel32: toolhelp test fails in PC-BSD but not Linux
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: FreeBSD
Status: NEW
Keywords: testcase
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Sorta sketchy...Haven't ran regression test yet. Doesn't always fail, but about
2/3 of the time:
../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p
kernel32_test.exe.so toolhelp.c && touch toolhelp.ok
trace:toolhelp:CreateToolhelp32Snapshot 2,0
trace:toolhelp:CreateToolhelp32Snapshot 4,0
trace:toolhelp:CreateToolhelp32Snapshot 8,8
warn:toolhelp:next_thread Result buffer too small (5)
trace:toolhelp:CreateToolhelp32Snapshot 8,16
toolhelp.c:256: Test failed: Module kernel32.dll is not listed
toolhelp.c:256: Test failed: Module kernel32_test.exe is not listed
toolhelp.c:256: Test failed: Module shell32.dll is not listed
toolhelp.c:274: Test failed: Module kernel32.dll is not listed
toolhelp.c:274: Test failed: Module kernel32_test.exe is not listed
toolhelp.c:274: Test failed: Module shell32.dll is not listed
warn:toolhelp:next_thread Result buffer too small (5)
--
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=12866
Summary: wineserver assertion failure when TMG7 installer
completes
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.whollygenes.com/files/tmg7setup.exe
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
After the TMG7 installer completes, and you say "Yes" to the "Want to reboot"
question, five seconds later, you see
wineserver: winstation.c:383: close_process_desktop: Assertion `desktop->users
> 0' failed.
This is with git from april 25 and also with git from today.
--
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=12905
Summary: EVE Online light effects and some other objects are not
blended correctly when HDR is enabled
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.eve-online.com/download/windows.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: phoenix(a)mail.ru
CC: thunderbird2k(a)gmx.net, epssyis(a)gmail.com,
diafoirus(a)gmail.com
+++ This bug was initially created as a clone of Bug #12656 +++
Initially this problem was described here:
http://bugs.winehq.org/show_bug.cgi?id=12409
Someone errorneously reported that issue was fixed; so, it was marked as
resolved/fixed/closed. <12656 was also closed as fixed; however, this fix is
not applicable to the situation when in-game HDR setting is enabled>
So, issue is that LOTS of effects in EVE Online cause major glitches. You even
don't need account to check it. Screenshots of login screen attached.
Additional screenshots may be found here (summary may be confusing, but
actually poster meant this problem):
http://bugs.winehq.org/show_bug.cgi?id=12422
Only clue i've noticed is that all light-related effects are broken. See
screenshots "Amarr station in 0.9.58"
(http://bugs.winehq.org/attachment.cgi?id=12289) and "Amarr station in 0.9.60"
(http://bugs.winehq.org/attachment.cgi?id=12288) for good example.
Broken commit info:
76014205de3cbd73fe761db8f86fcdb178bb0189 is first bad commit
commit 76014205de3cbd73fe761db8f86fcdb178bb0189
Author: Roderick Colenbrander <thunderbird2k(a)gmx.net>
Date: Sat Mar 29 14:48:15 2008 +0000
wined3d: Fix a postpixelshader_blending bug.
:040000 040000 7ff864a3521e2d3274f5f5450d9b7f0173bfb1ac
df0929cc8c7df9d641583ad2c94a107bb15361cb M dlls
As far as i understand any setup is affected. I have Debian Testing
(current)/NVIDIA 169.12 drivers/GF8600GT Mobile
--
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=12763
Summary: Wineboot: Can't run wine cross test, error about
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: regression, source
Severity: major
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: julliard(a)winehq.org
After Alexandre's commit:
wineboot: Automatically update the prefix directory if wine.inf changes.
http://source.winehq.org/git/wine.git/?a=commitdiff;h=e44dd0f8f2bdcbb113036…
I can no longer run the crossbuilt conformance suite. To reproduce, in git:
$ rm -rf ~/.wine
$ wget
http://www.astro.gla.ac.uk/users/paulm/WRT/CrossBuilt/winetest-latest.exe
$ ~/wine-git/wine winetest-latest.exe # input your test alias
ERROR:
Setting priority to major since this blocks conformance testing.
--
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=12767
Summary: Crash on close of hh when showing any real help file
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
View a .chm file with hh.exe, then close it by clicking the go-away box.
Boom! WINEDEBUG=warn+heap makes it happen slightly sooner, I'll attach the
log.
I can reproduce this with the .chm files from autohotkey and 7-zip,
probably any will do. Log highlights:
trace:shdocvw:WebBrowser_Release (0x1351e8) ref=0
wine: Unhandled page fault on read access to 0xaaaaaab2 at address 0x7db782f7
(thread 0009), starting debugger...
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:7db782f7 ESP:0032f740 EBP:0032f758 EFLAGS:00010202( - 00 - -RI1)
EAX:aaaaaaaa EBX:7db8f51c ECX:00000003 EDX:00134d98
ESI:00135284 EDI:001351e8
Backtrace:
=>1 0x7db782f7 DocHost_Release+0x34(This=0x135284) [dlls/shdocvw/dochost.c:544]
2 0x7db8670e WebBrowser_Release+0x56(iface=?) [dlls/shdocvw/webbrowser.c:155]
3 0x7db7f3d5 OleObject_Release+0x15(iface=?) [dlls/shdocvw/oleobject.c:270]
4 0x7e5ac339 ReleaseWebBrowser+0xa9(info=?)
[dlls/hhctrl.ocx/webbrowser.c:660]
...
0x7db782f7 DocHost_Release+0x34 [dlls/shdocvw/dochost.c:544] in shdocvw: call
*0x8(%eax)
544 IOleInPlaceFrame_Release(This->frame);
--
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=12769
Summary: control + enter sending the wrong key code
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
On Windows, holding down control and pressing enter sends WM_CHAR / WM_KEYDOWN
messages with the keycode as 0x0A, not 0x0D.
--
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=12772
Summary: imm32: imm32.ok test fails
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: regression, testcase
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: slash(a)ma.neweb.ne.jp
../../../tools/runtest -q -P wine -M imm32.dll -T ../../.. -p imm32_test.exe.so
imm32.c && touch imm32.ok
fixme:imm:ImeSetCompositionString PROBLEM: This only sets the wine level string
imm32.c:198: Test failed: Windows does not post WM_IME_COMPOSITION in response
to NI_COMPOSITIONSTR / CPS_CANCEL, if the composition string being canceled is
non empty.
fixme:imm:ImmGetCompositionStringA Unhandled index 0x8
fixme:imm:ImmReleaseContext (0x10024, 0x127488): stub
make: *** [imm32.ok] Error 1
Regression since:
83ae4a92e52ff7dabafad0336d587a026a1678aa is first bad commit
commit 83ae4a92e52ff7dabafad0336d587a026a1678aa
Author: Kusanagi Kouichi <slash(a)ma.neweb.ne.jp>
Date: Thu Apr 24 08:32:03 2008 +0900
imm32: Fix a meaningless test.
ImmSetCompositionString generates WM_IME_COMPOSITION. Therefore test always
fails if messages are not flushed.
Hmm, seems we need an imm component...
--
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=12837
Summary: Stack trace in socket.c when starting Call of Duty
multiplayer
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aeleneski(a)comcast.net
When trying to start Call of Duty multiplayer I receive the stack trace
attached. Also note that when compiling this package I receive the warning:
socket.c: In function ‘WS_gethostbyname’:
socket.c:3247: warning: comparison between pointer and integer
Which is the same line where the stack points to.
--
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=12656
Summary: EVE Online light effects and some other objects are not
blended correctly
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.eve-online.com/download/windows.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: phoenix(a)mail.ru
CC: thunderbird2k(a)gmx.net
Initially this problem was described here:
http://bugs.winehq.org/show_bug.cgi?id=12409
Someone errorneously reported that issue was fixed; so, it was marked as
resolved/fixed/closed.
So, issue is that LOTS of effects in EVE Online cause major glitches. You even
don't need account to check it. Screenshots of login screen attached.
Additional screenshots may be found here (summary may be confusing, but
actually poster meant this problem):
http://bugs.winehq.org/show_bug.cgi?id=12422
Only clue i've noticed is that all light-related effects are broken. See
screenshots "Amarr station in 0.9.58"
(http://bugs.winehq.org/attachment.cgi?id=12289) and "Amarr station in 0.9.60"
(http://bugs.winehq.org/attachment.cgi?id=12288) for good example.
Broken commit info:
76014205de3cbd73fe761db8f86fcdb178bb0189 is first bad commit
commit 76014205de3cbd73fe761db8f86fcdb178bb0189
Author: Roderick Colenbrander <thunderbird2k(a)gmx.net>
Date: Sat Mar 29 14:48:15 2008 +0000
wined3d: Fix a postpixelshader_blending bug.
:040000 040000 7ff864a3521e2d3274f5f5450d9b7f0173bfb1ac
df0929cc8c7df9d641583ad2c94a107bb15361cb M dlls
As far as i understand any setup is affected. I have Debian Testing
(current)/NVIDIA 169.12 drivers/GF8600GT Mobile
--
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=12666
Summary: Wine should refuse to run if pointed at a real Windows
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Several people have recently screwed up their Windows systems
by pointing Wine at their real C:\Windows directories.
Wine should detect this condition and refuse to run.
--
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=12640
Summary: Applications written in Delphi has got minimize,
maximize and size controls disabled for its item in
taskbar
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.pspad.com
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: petr.dlouhy(a)email.cz
This bug was risen after correcting of bug 12264.
I am testing this on PSPad on Gnome 2.22.
The item in taskbar of this application have controls for minimize, maximize
and size disabled. In 0.9.58 is everything OK; in 0.9.59 was no item in taskbar
(bug 12264).
--
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=12644
Summary: GTA 3 Liberty City: texture corruption on cards with
GL_EXT_paletted_texture
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexd4(a)inbox.lv
Lots of textures are becoming garbage on cards like geforce 2 mx and geforce 5,
yet p8_texture_test passes. Works fine if disabling this extension in
directx.c.
Displays a lot of these errors when running with GL_EXT_paletted_texture
enabled (but not when it's disabled), so I think that's where it's coming from:
fixme:d3d_surface:surface_download_data >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION
(0x502) from glGetTexImage() @ surface.c / 150
--
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=12647
Summary: Cepstral voices garble the first part of the sentence
they are reading
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.cepstral.com/downloads/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
When using Cepstral SwiftTalker with a Cepstral voice (tested using Cepstral
Callie), the first part of the audio gets garbled.
It sounds as if the audio gets looped onto itself making the first word or so
unintelligible.
NOTE: This only happens when using licensed voices, the unlicensed ones read
the text without a problem.
NOTE: The audio does not get garbled when you set the Windows version to
Windows ME or earlier; setting it to 2000 or later causes the issue to surface.
--
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=12610
Summary: Ctrl and Alt does not work in Guild Wars
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johan.gill(a)gmail.com
In Guild Wars, the Ctrl and Alt keys should, when pressed, make certain subsets
of the characters around the player show.
That does not happen. It used to work in the past, so it is a regression.
--
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=12621
Summary: Abilty to set virtual desktop on a per app basis
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
This is frequently requested, but couldn't find a bug for it, so filing one
just for this issue. From wine-devel:
Scott Richie:
I have a few full screen applications that I'd like to run contained in
small windows. Currently, in order to run them this way, I have to
either open winecfg and set a virtual desktop or launch the application
on the terminal with: wine explorer /desktop=name,1024x768 app.exe
What I'd like is something that does this for me similar to app
defaults. That way I could run the application by double clicking it
(or from the shortcut in the start menu) and have it contained in the
window I want.
Ideally I'd be able to enable this setting from a right
click->properties menu, however that work isn't necessarily needed
within Wine other than support for modifying this new key using
something like reg.exe on the terminal.
Austin English:
What would be lost by having those apps that someone wants to be in
their own virtual desktop each having their own (with unique names).
I.e., if you choose to give Starcraft and Wow each their own desktop,
but not notepad:
$ wine notepad #works in regular managed mode
$ wine wow.exe # would be equivalent to running wine explorer
/desktop=wow,1024x768 wow.exe
$ wine starcraft.exe # would be equivalent to running wine explorer
/desktop=starcraft,800x600 starcraft.exe
With the desktop names being either assigned by program name,
automatically assigned, or chosen by the user. Resolution could
default to 800 x 600, but also be customizable in winecfg.
Alexandre Julliard:
That's clearly something that would be nice to have, but it's not
trivial to do; otherwise it would have been done already, it has been
requested for a while now. Patches are welcome of course...
--
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=12579
Summary: regression : cohabitation between windows in "mdi"
application
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://home.scarlet.be/linux/compteco/test3.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vincent.hardy.be(a)gmail.com
In this test program (http://home.scarlet.be/linux/compteco/test3.zip)
a message box appears with wine 0.9.58 but not with wine 0.9.59.
Regression test says :
--
cb3ff54789c652b02d852f40db71cafd9fd67ca9 is first bad commit
commit cb3ff54789c652b02d852f40db71cafd9fd67ca9
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Tue Mar 25 16:52:41 2008 +0800
winex11.drv: Don't add owned windows to the taskbar.
:040000 040000 b5aacd661276c67ba4e09eb9f777dfe34abd4b87
33799f10903f1342db701ef812bbb39400b6949d M dlls
--
That's prevents my software - http://home.scarlet.be/linux/compteco/index.html
- to start.
--
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=12584
Summary: Hovering the pointer over characters or objects blocks
3/4ths of the screen
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fdelente(a)mail.cpod.fr
Created an attachment (id=12176)
--> (http://bugs.winehq.org/attachment.cgi?id=12176)
Screen blacked out (the pointer of the mouse is on the character but the Gimp
doesn't capture pointers)
I installed NWN2 and its expansion Mask of the Betrayer. I ended up with
version 1.010.1115 of the game. I installed the 'hatred' no-cd to get the game
starting.
I could create a character, and start playing. However, whenever I put the
mouse pointer over a character or object, about the 3/4ths of the screen become
black (see attached image), making the game tedious to play.
I'm using Slamd64 11.0, on a Turion64 TL-60 laptop, with Nvidia GeForce 7600Go
vidcard and 169.12 Nvidia drivers.
--
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=12607
Summary: Quake Wars demo crashes on startup
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://community.enemyterritory.com/index.php?q=node/130
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 9711
Created an attachment (id=12228)
--> (http://bugs.winehq.org/attachment.cgi?id=12228)
Backtrace in git
Quake Wars demo crashes on startup. Backtrace 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=12573
Summary: Notation Composer: font glitch - boxes scattered around
on initial screen
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marc321(a)gmail.com
CC: huw(a)codeweavers.com
Created an attachment (id=12155)
--> (http://bugs.winehq.org/attachment.cgi?id=12155)
Box symbols scattered on main screen, visible in Wine 0.9.59 to current Git
When trying to run Notation Composer (demo here:
http://notation.com/download/NotationComposer233TrialSmallSetup.exe), I see a
bunch of box symbols scattered around on the initial screen. Before 0.9.59, the
symbols resembled colons. From my regression tests, it seems the problem was
introduced several months ago by the following:
bc2a4dbee086de69cd05a30f3d717cb6858d030c is first bad commit
commit bc2a4dbee086de69cd05a30f3d717cb6858d030c
Author: Huw Davies <huw(a)codeweavers.com>
Date: Fri Oct 12 14:36:44 2007 +0100
gdi32: Try to load Wine's TrueType fonts from the build directory.
:040000 040000 db790cab79623baf99dc6e69ee888adcb075c70b
22558bc1db95d81a98203233cb7e32bdbf4aef9b M dlls
Hopefully it's not too late to take a look at it. Usually, I see those box
symbols when certain Unicode symbols are not on my system.
I marked this as trivial, since it doesn't seem to affect the operation of the
program (at first glance). This bug may be somehow related to
http://bugs.winehq.org/show_bug.cgi?id=12298, but I'm shooting in the dark on
that one.
To reproduce, download the demo, use "winetricks vcrun6" to get mfc42.dll
(otherwise the trial period immediately expires), and install the program.
Composer will start automatically after the installation finishes. You can then
observe the "scattered symbols."
I will attach a couple screenshots showing the behavior on my system.
--
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=12576
Summary: BYOND: Clicking url doesn't launch native browser
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://games.byond.com/download
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=12160)
--> (http://bugs.winehq.org/attachment.cgi?id=12160)
+relay,+seh,+tid log in git, bzip2 -9'ed
+++ This bug was initially created as a clone of Bug #8273 +++
It's a bit annoying. In DreamSeeker of the BYOND suite, it's missing letters
where it shouldn't be. Also, bold text isn't made bold!
Steps to reproduce this:
1. Download the BYOND suite for Windows (byond_355.exe)
2. Run byond_355.exe. It should install normally.
3. Run the file "byond.exe" which will be located in C:\Program Files\BYOND\bin
(or wherever you chose to install it) relative to WINE.
4. Click 'Get an Account'
Results in:
kioclient(13778) ClientApp::kde_open:
KUrl("file:///home/austin/.wine/drive_c/Program
Files/BYOND/bin/栢瑴獰⼺眯睷戮潹摮挮浯㼯慰敧䨽楯≮Ⱜㄭ〬ⰬⰬ㼀㼿㼿㈿㼿")
instead of the url opening in konqueror.
+relay,+seh,+tid 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=12577
Summary: BYOND: Crashing on login
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://games.byond.com/download
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=12161)
--> (http://bugs.winehq.org/attachment.cgi?id=12161)
+relay,+seh,+tid log in git
Steps to reproduce this:
1. Download the BYOND suite for Windows (byond_355.exe)
2. Run byond_355.exe. It should install normally.
3. Run the file "byond.exe" which will be located in C:\Program Files\BYOND\bin
(or wherever you chose to install it) relative to WINE.
4. Login: Username - Winehq , password - winehq
+relay,+seh,+tid 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=12534
Summary: Cepstral voice configuration tools are not displayed in
the control panel
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://downloads.cepstral.com/cepstral/windows/Cepstral_
Callie_windows_4.2.0.msi
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
1. Install a Cepstral voice (Callie in the URL provided)
2. Run wine control
The "Cepstral Tools" control panel applet should be visible, but control
reports that there are no control panel applets available.
Looking in the registry, the applet is listed under
"HKLM\Software\Microsoft\Windows\CurrentVersion\Control Panel\Cpls". The
registry value name is the name that appears in the XP control panel, and its
value (REG_SZ) is the path to the cpl applet to run.
Looking at that registry path on XP, there are 4 entries, including one for the
Cepstral Tools and one for the sapi configuration. There are some (like
NetSetupWizard) that don't match the name displayed on the control panel.
It therefore looks like Windows has several builtin control panel applications
that it references, while the others it looks in that registry key for.
--
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=12493
Summary: CreateCompatibleDC creates a compatible DC from
everything
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)colinfinck.de
Under Wine, stuff like CreateCompatibleDC((HDC)123456) returns a valid DC
handle while this doesn't work under Windows.
This leads to a problem, when applications start to rely on this behaviour.
One app, which already does this, is your Wine Wordpad. It only works properly
under Wine, but not under Windows. It hangs there if you try to resize the
window.
So please fix this incorrect behaviour and also all apps affected by it.
I only know of Wine Wordpad, but maybe there are even more.
--
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=12541
Summary: Test Drive: Unlimited fails to start
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: greg87(a)online.de
Created an attachment (id=12098)
--> (http://bugs.winehq.org/attachment.cgi?id=12098)
console
ab86a4e963ac30e56d9b6f21a3cd1b1be92fc7e1 is first bad commit
commit ab86a4e963ac30e56d9b6f21a3cd1b1be92fc7e1
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Fri Mar 28 23:46:38 2008 +0100
wined3d: Catch D3DUSAGE_AUTOGENMIPMAP and D3DUSAGE_RENDERTARGET combos.
:040000 040000 8693519110a9bb27748e978d19d25d8f0401b7fd
f058e8ab7cdd59a75c537e6efe7ec8d7f447e917 M dlls
--
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=12521
Summary: Origin 8.0: License expires immediately without native
msxml3
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.originlab.com/index.aspx?s=12&lm=62
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Origin 8.0 allows a 21 day trial period, but when installed, the license claims
to be expired immediately unless native msxml3 is installed.
http://www.originlab.com/ftp/Origin8Installer.exe
--
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=12478
Summary: Palringo: Pressing shift-enter in a chat window closes
it
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.palringo.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew(a)palringo.com
This seems like it might be related to bug 12328.
Pressing Shift-Enter in a chat window should insert a new line, however, since
WINE 0.9.59 and in GIT it closes the window.
--
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=12481
Summary: PSPad HTML preveiw is not working with Gecko
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=7579
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: petr.dlouhy(a)email.cz
I am using Ubuntu Hardy with latest Wine from GIT.
PSPad HTML preview (HTML->HTML Page Preview) shows two errors at startup, but
after that it requests installing Gecko. When Gecko is installed, the page is
shown, but it is as a little box in upper left corner instead of filling the
window.
This is working with IE installed.
--
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=12485
Summary: BitBlt does not ignore source clipping
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris(a)chris-wilson.co.uk
Created an attachment (id=12046)
--> (http://bugs.winehq.org/attachment.cgi?id=12046)
winex11: Ignore source clipping in BitBlt.
Currently X11DRV_ClientSideDIBCopy checks for unhandled clipping modes using:
if (GetRgnBox(physDevSrc->region, &unusedRect) == COMPLEXREGION ||
GetRgnBox(physDevDst->region, &unusedRect) == COMPLEXREGION)
However, "BitBlt only does clipping on the destination DC" [source MSDN].
This causes a failure whilst testing cairo, in
test/clip-fill-rule-pixel-aligned targeting a similar ARGB32 surface (i.e it
first draws to an offscreen surface and then blits that to the destination),
which is presumably indicative of a secondary bug along the
X11DRV_ClientSideDIBCopy failure path.
--
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=12465
Summary: winetest compilation regression with 0.9.59 (Bourne
shell problem)
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Solaris
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: petr.sumbera(a)sun.com
CC: julliard(a)winehq.org
Created an attachment (id=12013)
--> (http://bugs.winehq.org/attachment.cgi?id=12013)
changes shell code to be executable by Bourne shell
This is regression after:
http://source.winehq.org/git/wine.git/?a=commitdiff;h=4e665b1e21ae63f33d021…
Build fails with following error:
../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include
-DBUILD_SHA1=\"$(GIT_DIR=../../.git git rev-parse HEAD 2>/dev/null)\"
-fowinetest.res winetest.rc
/bin/sh: syntax error at line 1: `(' unexpected
gmake[2]: *** [winetest.res] Error 2
gmake[2]: Leaving directory `/builds/WINE/wine-0.9.59/programs/winetest'
gmake[1]: *** [winetest] Error 2
gmake[1]: Leaving directory `/builds/WINE/wine-0.9.59/programs'
gmake: *** [programs] Error 2
-bash-3.2$ cd /builds/WINE/wine-0.9.59/programs/winetest
-bash-3.2$ pwd
/builds/WINE/wine-0.9.59/programs/winetest
This is due the fact that Solaris's /bin/sh is Bourne shell and not BASH as on
Linux. Therefore it's not capable of command substitution via $(command)
syntax.
Please use instead ``. See example from my Solaris box:
bash-3.2$ echo \"$(GIT_DIR=../../.git git rev-parse HEAD 2>/dev/null)\"
""
bash-3.2$ sh
$ echo \"$(GIT_DIR=../../.git git rev-parse HEAD 2>/dev/null)\"
syntax error: `(' unexpected
$ echo \"`GIT_DIR=../../.git git rev-parse HEAD 2>/dev/null`\"
git: not found
""
$ bash-3.2$ echo \"`GIT_DIR=../../.git git rev-parse HEAD 2>/dev/null`\"
""
---
Note:
Other option could be to set SHELL variable to ksh for Solaris (in
wine-0.9.59/Make.rules.in set SHELL = @SHELL@ and some more configure work).
--
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=12466
Summary: Chinese input method not working in DirectX game World
of Warcraft with wine 0.9.59
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zhangyi.cn(a)gmail.com
Created an attachment (id=12018)
--> (http://bugs.winehq.org/attachment.cgi?id=12018)
`WINEDEBUG=+x11drv,+imm wine Wow.exe` trace log
With the 0.9.59 version(wine_0.9.59-1_i386.deb) in today's Debian sid, the
Chinese input methods(both fcitx v3.5 and scim-pinyin v0.5.0) are not
functional in the game World of Warcraft.
The input box seems normal, but the Chinese charactors could not get into
target textbox.
Version 0.9.58 dosen't have this problem.
The attachment is the output of `WINEDEBUG=+x11drv,+imm wine Wow.exe`(action:
after game started, press Ctrl-Space to switch the input mothod on, then try to
type some Chinese into the username textbox).
--
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=12432
Summary: MotoGP 3: Crashes when attempting to configure
controllers
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.gamershell.com/download_9986.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=11969)
--> (http://bugs.winehq.org/attachment.cgi?id=11969)
Backtrace in git
Install MotoGP, run 'launcher.exe'
Choose Configure controllers -> crash
--
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=12438
Summary: Marratech 6.1 hangs on startup
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.marratech.com/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Marratech.com's download link still works, don't be scared off
by the "We've been acquired" text.
Now that bug 8125 has been fixed, the next problem is
a hang. +relay shows that it's probably in java's display setup:
0009:Call KERNEL32.GetProcAddress(6d070000,008603a8
"_Java_sun_awt_Win32GraphicsEnvironment_initDisplay@8") ret=6d2f118a
...
0009:Call gdi32.CreateDCW(0033ec20
L"\\\\.\\DISPLAY1",00000000,00000000,00000000) ret=6d149197
0009:Ret gdi32.CreateDCW() retval=000001f8 ret=6d149197
0009:Call gdi32.CreateCompatibleBitmap(000001f8,00000001,00000001) ret=6d15a84a
0009:Ret gdi32.CreateCompatibleBitmap() retval=00000204 ret=6d15a84a
0009:Call
gdi32.GetDIBits(000001f8,00000204,00000000,00000001,00000000,00860550,00000000)
ret=6d15a860
0009:Ret gdi32.GetDIBits() retval=00000001 ret=6d15a860
0009:Call
gdi32.GetDIBits(000001f8,00000204,00000000,00000001,0033ec7c,00860550,00000000)
ret=6d15a8b1
0009:Ret gdi32.GetDIBits() retval=00000001 ret=6d15a8b1
001f:Call KERNEL32.QueryPerformanceCounter(7dc08978) ret=6d80b820
001f:Ret KERNEL32.QueryPerformanceCounter() retval=00000001 ret=6d80b820
001f:Call KERNEL32.Sleep(00000032) ret=6d80d30e
001f:Call KERNEL32.QueryPerformanceCounter(7dc08978) ret=6d80b820
001f:Ret KERNEL32.QueryPerformanceCounter() retval=00000001 ret=6d80b820
001f:Call KERNEL32.Sleep(00000032) ret=6d80d30e
...
Several threads sit around in similar sleep loops, probably waiting for
some signals. I'll attach a +relay,+message log.
--
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=12459
Summary: VeohTV beta client fails with bug report send dialog
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.veoh.com/veohTV/getStarted.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=11997)
--> (http://bugs.winehq.org/attachment.cgi?id=11997)
VeohTV beta client backtrace and output
With current Git (wine-0.9.59-179-ga643337), attempting to start the VeohTV
beta client after installing will result in a bug report dialog, and an
exception backtrace is printed to the console. Attached are relevant outputs.
--
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=12420
Summary: wine 0.59 and kyodai
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chepioq(a)hotmail.fr
I am with F8 and I update wine to 0.59.
But I have an error messsage with Kyodai-Mahjongg game:
Access violation at address 7DOD1350. Read of address 00000000.
This game work fine with 0.58 version of wine
--
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=12421
Summary: Digsby beta crashes during login progress due to
unimplemented GdipSetClipRectI stub
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.digsby.com/download.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=11947)
--> (http://bugs.winehq.org/attachment.cgi?id=11947)
Digsby output and backtrace
With current Git (wine-0.9.59-124-g18828f4), when logging in with the Digsby
beta cilent, application operations occur, only to later crash with
unimplemented function exception. Using native gdiplus rectifies the issue.
Relevant logs are 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=12422
Summary: EVE Online interface got several glitches between .58
and .59
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: diafoirus(a)gmail.com
CC: thunderbird2k(a)gmx.net
Created an attachment (id=11948)
--> (http://bugs.winehq.org/attachment.cgi?id=11948)
Regression Tests
Hi guys,
after many hours doing regression test(suggested by Stefan Dösinger in
http://bugs.winehq.org/show_bug.cgi?id=12266 comment # 22), git inform me the
wrong patch:
9e9ef6238a5f27423e28c8f95f69fb02b98d8f27 is first bad commit
commit 9e9ef6238a5f27423e28c8f95f69fb02b98d8f27
Author: Roderick Colenbrander <thunderbird2k(a)gmx.net>
Date: Fri Mar 21 21:41:59 2008 +0000
wined3d: Remove unneeded code in CheckDeviceFormat.
All these checks are done during the capability checks which are
performed under the resource type checks.
:040000 040000 9388f464a39dff11d6809c05a827e2ef66304ebd
f0d1b9cbc9963f681a42f95c43e026bbde52c8a0 M dlls
in the attachment file named "log.txt" is all regression that i did , in this
file is possible see the git's version that EVE work very well :
wine-0.9.58-14-g5d151c0.
I uploaded some screenshots (with wine-0.9.58-14-g5d151c0 and wine 0.9.59)
bye and thanks for all ^^
--
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=12410
Summary: f761b908013698ee4e015ea03f48ce5d170fb666 breaks
ghostrecon
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: frick(a)sc-networks.de
Created an attachment (id=11925)
--> (http://bugs.winehq.org/attachment.cgi?id=11925)
backtrace on segfault
this patch breaks the game Ghost Recon (patched with addons and no-cd-patch).
the game works initially. when e.g. hosting a multiplayer game after leaving
ingame graphics right before the menus comes back the game segfaults.
commit f761b908013698ee4e015ea03f48ce5d170fb666
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Sun Mar 23 16:14:05 2008 +0100
wined3d: Free heapMemory, not allocatedMemory when adjusting the surface.
:040000 040000 1ccd6cb6ba54bafb1dae966b2cd0d887aa06a074
1e875c90996f6239c2d300e67ceeb195b1698076 M dlls
--
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=12411
Summary: wine in virtual desktop mode looks quite broken
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, I just upgraded to current git, and now i find a major annoyance:
Start winecfg, select virtual desktop. Then start wincfg again, or any other
app:
The virtual desktop is missing border, so i cannot minimize it. Even worse: i
cannot reach my KDE toolbar anymore, so i couldn't take a screenshot :( It
looks as if the whole screeen is covered by the virtual desktop. Better try
yourself to see what i mean......
--
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=12375
Summary: Flash 8 crashes when closing last open document
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A user complained in
http://appdb.winehq.org/objectManager.php?sClass=version&iId=3673#Comment-3…
that closing the last open window crashes Flash 8 with
Unhandled exception: page fault on read access to 0x0000001c in 32-bit code
(0x00410bc8).
I reproduced this with the Flash 8 trial. Just create a new
document and close the app. Conveniently, on the next run, the document
is still open, so you just need to accept the trial and then close the app.
I'll attach a partial log.
--
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=12396
Summary: Window not fully repainted after move
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.woelbitsch.com/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce the problem, download and install Opas
(it has a downloadable trial, but you have to ask their
support for the download url and password, and a license file.
Also do 'winetricks vcrun6' before installing),
then click on 'Works' on the right hand menu, and
move the Works window. When you release the mouse,
only part of the Works window is drawn properly.
Clicking outside the window causes at least the
frame to redraw. You have to move it again to get it
to really draw.
--
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=12352
Summary: application windows shrink to a small square on desktop
switch
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: major
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
CC: julliard(a)winehq.org
I'm on KDE 3.5.2. With the latest wine-git, when I switch to another desktop
and back, many applications (especially installers) shrink down to a small
(about 32x32) window. Many of these windows cannot be resized.
To reproduce:
1. run winecfg on desktop 1
2. switch to another desktop
3. switch back to desktop 1
git bisect says:
f41e2339b73eb624e5d3136ef9b4fe6c38ed3843 is first bad commit
commit f41e2339b73eb624e5d3136ef9b4fe6c38ed3843
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Apr 2 16:57:17 2008 +0200
winex11: Allow mapping/unmapping a window even while processing another
event.
--
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=12328
Summary: Palringo: Pressing enter in a chat window closes it
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.palringo.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew(a)palringo.com
Trying to send a message from the chat box results in the window closing. The
message is still set.
--
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=12343
Summary: Anarchy Online: Shift Clicking anything with left shift
does not work as intended
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: coolbeer1980(a)yahoo.com
In anarchy online you can use shift+mouseclick to examine items and such, this
does not work anylonger in the current git, instead it does what would happen
with a normal mouseclick.
The problem can be worked around with using the right shift key though, and as
far as I can tell the left shift is working for everything else(it's actually
changing icon to the "lookat" icon when pressing shift, but combined with a
click it's not working).
This issue is actually a regression introduced by:
9faf7e358630cb8e8d63e4a534a9b5b9a56b7e00 is first bad commit
commit 9faf7e358630cb8e8d63e4a534a9b5b9a56b7e00
Author: Vitaliy Margolen <wine-patches(a)kievinfo.com>
Date: Tue Apr 1 23:13:45 2008 -0600
winex11drv: Distinguish left and right keys for shift, ctrl and alt.
:040000 040000 f3dfc96ffb6c506e2341239f2bf7d99e92adb5b0
d4bed7c01fecedae19e1f2fc2237a713c0596ee0 M dlls
:040000 040000 26d2bf88d3a1cf5abab4c8f5f65a9431e1cdf69e
e917d748e76aff81c65de137b39177838f58a86e M server
I fear I should have posted it in bug #11639 but it seemed somewhat better to
post it as a new bug.
Reproducable: Always
Steps:
1. Hold in left shift
2. Mouseclick on about anything(to examine something)
3. AO will do whatever it was supposed to do without the shift
--
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=12296
Summary: Some games are crashing when they switch the resolution
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greg87(a)online.de
Created an attachment (id=11743)
--> (http://bugs.winehq.org/attachment.cgi?id=11743)
crash log
f761b908013698ee4e015ea03f48ce5d170fb666 is first bad commit
commit f761b908013698ee4e015ea03f48ce5d170fb666
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Sun Mar 23 16:14:05 2008 +0100
wined3d: Free heapMemory, not allocatedMemory when adjusting the surface.
:040000 040000 1ccd6cb6ba54bafb1dae966b2cd0d887aa06a074
1e875c90996f6239c2d300e67ceeb195b1698076 M dlls
Tested with TestDrive Unlimited, but I remembered it happend with some more.
--
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=12305
Summary: Firefox 3 beta 4 font problem: colon displayed as 0038
unicode glyph-missing glyph
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.mozilla.com/en-US/firefox/all-beta.html
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In many places (including address bar, tab titles, and
wine bugzilla url and summary fields, but not window title
or bugzilla description field), : is rendered as the glyph [0038].
I went through all fonts with notepad, didn't see the same
problem there.
--
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=12306
Summary: Firefox 3 beta shows one-pixel-high black line when
rendering some images
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.mozilla.com/en-US/firefox/all-beta.html
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Visit http://winehq.org/ with firefox 3 beta 4.
Look at the Codeweavers image banner ad at the top.
The top line is drawn black.
This doesn't happen when opening it as
its own page (http://winehq.org/images/bannerads/cw-ad06.png).
It gets worse if you scroll winehq.org up and down slowly;
every time any part of that image is redrawn, the first line
seems to be drawn black. If you scroll by a single pixel
at a time, you get a completely black image.
I've seen similar things on other pages, and it can get
very distracting.
--
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=12319
Summary: Can't connect to Battle.net in Starcraft anymore
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ns03ja(a)brocku.ca
CC: thestig(a)google.com
Created an attachment (id=11778)
--> (http://bugs.winehq.org/attachment.cgi?id=11778)
After attempting to login to Battle.net
While Starcraft's Battle.net interface in Wine is slightly less than perfect
(see bug 2467 and bug 2082, for example), it has still been usable, and once
you actually get in game, things are flawless. Quite recently, that changed, in
that it's no longer possible to connect to Battle.net. Now when attempting to
connect to Battle.net, after entering one's account information, the attached
screen is displayed, claiming that Battle.net is not responding. Dismissing
this dialog brings one back to the multiplayer menu (in typical Blizzard
fashion, rapid repeated attempts to reconnect will simply fail silently,
sending one directly back to the multiplayer menu again). This is not an
intermittent error as the error message might suggest.
A git bisect reveals the following:
41ea8f0e8a6fab93fa08da16ecc24260dbad327c is first bad commit
commit 41ea8f0e8a6fab93fa08da16ecc24260dbad327c
Author: Lei Zhang <thestig(a)google.com>
Date: Tue Mar 25 19:09:38 2008 -0700
user32: Tweak how the edit control handles WM_GETDLGCODE.
:040000 040000 5583dc91d4f658340fcab6169c5be12b18c5d862
114715be44f79ddf45a9c61a01b90ee624504c1a M dlls
--
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=12246
Summary: "make test" gives different results with and without
warn+heap
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The same sets of tests should pass, fail, hang, and crash regardless
of whether WINEDEBUG=warn+heap is set.
(Ideally they'd all pass, but that's orthogonal to this bug.)
Yet at the moment, this is not the case.
To repeat:
rm -rf .wine
cd wine-git
sh winetricks gecko
make testclean
make -k test > test-normal.log 2>&1
egrep '^make|Backtrace' test-normal.log > sum-normal.log
make testclean
WINEDEBUG=warn+heap make -k test > test-heap.log 2>&1
egrep '^make|Backtrace' test-heap.log > sum-heap.log
diff -u sum-normal.log sum-heap.log
The diff should not output anything, but at the moment it outputs
make[2]: Entering directory `/home/dank/wine-git/dlls/d3d9/tests'
+Backtrace:
+Backtrace:
+make[2]: *** [stateblock.ok] Error 5
+make[2]: Target `test' not remade because of errors.
make[2]: Leaving directory `/home/dank/wine-git/dlls/d3d9/tests'
+make[1]: *** [d3d9/tests/__test__] Error 2
make[2]: Entering directory `/home/dank/wine-git/dlls/d3drm/tests'
...
make[2]: Entering directory `/home/dank/wine-git/dlls/gdi32/tests'
make[2]: *** [bitmap.ok] Error 2
-make[2]: *** [font.ok] Error 2
...
make[2]: Entering directory `/home/dank/wine-git/dlls/mshtml/tests'
+Backtrace:
+Backtrace:
and it hangs once (in mshtml/script).
In other words, something's fishy with tests d3d9/stateblock,
gdi32/font, and mshtml/script.
--
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=12247
Summary: Page fault in quartz during DLL registration prevents
video playback in Ares P2P client
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://aresgalaxy.sourceforge.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=11682)
--> (http://bugs.winehq.org/attachment.cgi?id=11682)
Page fault and quartz traces snippet from installer
When installing the Ares P2P client with current Git
(wine-0.9.58-181-gf6d871e), a page fault occurs during the installation phase
in regsvr32.exe, apparently in quartz filter registration. In the Ares P2P
client, this issue seems to manifest itself when attempting to play a video
inside a client, resulting in a simple "Media Error: Error: 0x80004005" in the
media status pane. Relevant logs are 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=12266
Summary: EVE Online interface got several glitches between 0.9.58
and 0.9.59
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: phoenix(a)mail.ru
Created an attachment (id=11716)
--> (http://bugs.winehq.org/attachment.cgi?id=11716)
Glitched EVE Online UI
Using current git i noticed that most of the fonts and UI stripes are rendered
incorrectly (100% white instead of partially grayed-out).
--
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=12281
Summary: msxml3 test case fails
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
Created an attachment (id=11730)
--> (http://bugs.winehq.org/attachment.cgi?id=11730)
test output
The domdoc msxml3 tests are failing for me on Ubuntu Dapper.
$ dpkg -l|grep libxml2
ii libxml2 2.6.24.dfsg-1ubuntu1.1
GNOME XML library
ii libxml2-dev 2.6.24.dfsg-1ubuntu1.1
Development files for the GNOME XML library
ii libxml2-utils 2.6.24.dfsg-1ubuntu1.1
XML utilities
ii python-libxml2 2.6.24.dfsg-1ubuntu1.1
Python bindings for the GNOME XML library
ii python2.4-libxml2 2.6.24.dfsg-1ubuntu1.1
Python 2.4 bindings for the GNOME XML librar
--
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=12196
Summary: Application window fails to be rendered after
resize/minimize/restore cycle in managed mode
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: major
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a_villacis(a)palosanto.com
Somewhere between 0.9.56 and 0.9.57, a regression was introduced that causes an
application window (in any app) to fail to be rendered properly. To reproduce
(with Wine Notepad, but any application can be used):
1) Run: wine notepad
2) Drag app window border to make it bigger. This (apparently) works.
3) Minimize application window using the WM decorations (tested under
GNOME/Metacity).
4) Immediately after minimize, try to restore the app window. Almost all of the
tries result in the window failing to be restored properly. Only a tiny
rectangle appears in the upper left corner.
I found this bug after doing that very same sequence as described above. I have
tried to bisect this, but I didn't have time to complete it. I have narrowed it
to:
git-bisect start
# bad: [a32e36aee5684abca33001eea3a0768ab603c373] Release 0.9.57.
git-bisect bad a32e36aee5684abca33001eea3a0768ab603c373
# good: [14991a42d1d28ae114f8f06f5e3ca209aefd87a7] Release 0.9.56.
git-bisect good 14991a42d1d28ae114f8f06f5e3ca209aefd87a7
# bad: [e6cbde105f81990bb96c5b243e78ba77582f28ba] qmgr: Implement
IBackgroundCopyFile_GetProgress.
git-bisect bad e6cbde105f81990bb96c5b243e78ba77582f28ba
# good: [62694157936baf64d20ab10e2c464bd1b1d6d34b] wined3d: Add
GL_APPLE_float_pixels.
git-bisect good 62694157936baf64d20ab10e2c464bd1b1d6d34b
This bug is confirmed at my home computer and my work computer. Both are
running Fedora Core 8.
--
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=12204
Summary: Performance Regression in CS: Source
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: greg87(a)online.de
The stress test in CS:S looses approx. 50% performance after this commit:
9e9ef6238a5f27423e28c8f95f69fb02b98d8f27 is first bad commit
commit 9e9ef6238a5f27423e28c8f95f69fb02b98d8f27
Author: Roderick Colenbrander <thunderbird2k(a)gmx.net>
Date: Fri Mar 21 21:41:59 2008 +0000
wined3d: Remove unneeded code in CheckDeviceFormat.
All these checks are done during the capability checks which are
performed under the resource type checks.
:040000 040000 9388f464a39dff11d6809c05a827e2ef66304ebd
f0d1b9cbc9963f681a42f95c43e026bbde52c8a0 M dlls
Geforce 8600GT 168.12 drivers
Drops from 84fps to 41fps
dxlevel_81 1024x768
--
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=12210
Summary: Copy/paste corruption in The Elder Scrolls Construction
Set
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: epimetreus(a)fastmail.fm
Created an attachment (id=11632)
--> (http://bugs.winehq.org/attachment.cgi?id=11632)
Wine output of bug in action
Pasting text -- to be exact, copying a pre-written script from a text editor,
and pasting it over an existing script with Ctrl+A, Ctrl+V -- from a Linux app
into the script editor in The Elder Scrolls Construction Set v1.6.1820
(Morrowind: Bloodmoon) causes random corruption at the end of the text buffer;
the final line of any script will read:
End Script_Foo
But when corruption occurs, the final line will read something like:
End Script_Foor
or
End Script_Foo< au
> 3
When this occurs, if the extra characters do not span a new line, it appears
you can simply delete them without too much trouble, and save the script.
(Note, saving the script commits the compiled script to the editor memory, this
is different from saving the plugin being modified to disk)
However, if the characters span to a new line, deleting the newline will cause
the last line of the script to jump down, accompanied by various render
artifacts in the script edit window. I have not tried to save a script after
this occurs.
If you reload the script (answering "no" to the save prompt), it may or may not
be possible to re-paste the text. If it is possible, the same or different
character data may appear appended to the pasted text -- if it reverts to no
appended characters, or appended characters not spanning a new line, it appears
one can save the script normally.
Occasionally (about 1/5 of the time), however, (usually after previously pasted
text included spurious newlines) the edit window will stop responding to
Ctrl+A/C/X commands, or pressing Ctrl+A will appear to partially highlight some
of the text in the window. In either case, the editor will usually crash in
short order.
If I highlight a segment of text in the middle of the script edit window with
the mouse or Shift+Arrows, and then copy/paste it in place, the editor crashes
immediately.
--
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=12229
Summary: mshtml: script.c test crashes in kubuntu hardy
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: source, testcase
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=11662)
--> (http://bugs.winehq.org/attachment.cgi?id=11662)
+mshhtml trace in git
+mshtml trace in git
In a fresh install of kubuntu hardy (with KDE 4), mshtml: script.ok is
consistently crashing:
---snip---
Backtrace:
=>1 0x6045752c func_script+0x41c()
[/home/austin/wine-git/dlls/mshtml/tests/script.c:438] in mshtml_test
(0x0033fe68)
2 0x604577fa run_test+0x14a(name=0x1103ef)
[/home/austin/wine-git/dlls/mshtml/tests/../../../include/wine/test.h:408] in
mshtml_test (0x0033fea8)
3 0x60457f22 main+0x142(argc=<register ECX not in topmost frame>,
argv=0x1103d0)
[/home/austin/wine-git/dlls/mshtml/tests/../../../include/wine/test.h:456] in
mshtml_test (0x0033fed8)
4 0x60457ffb __wine_spec_exe_entry+0x5b(peb=0x7ffdf000)
[/home/austin/wine-git/dlls/winecrt0/exe_entry.c:36] in mshtml_test
(0x0033ff08)
5 0x7b875d0e start_process+0xee(arg=0x0)
[/home/austin/wine-git/dlls/kernel32/process.c:883] in kernel32 (0x0033ffe8)
6 0x600258f7 wine_switch_to_stack+0x17() in libwine.so.1 (0x00000000)
---snip---
+mshtml trace attached.
Installing wine-gecko solves the crash. If wine-gecko is needed to pass this
test, then we should skip this test if wine-gecko isn't found (the other tests
in script.ok are).
Looks like we need an mshtml component...
--
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=12241
Summary: D3D9: Visual test fails
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: source, testcase
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=11673)
--> (http://bugs.winehq.org/attachment.cgi?id=11673)
+d3d trace
D3D9's visual.c test fails for me consistently in git. +d3d log attached. This
is on a fresh install of kubuntu hardy with an Nvidia FX 5200
(1:169.12+2.6.24.500-500.16~envy).
--
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=12127
Summary: Kai Power Tools 3 filters z-order problem in Photoshop 7
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In http://www.winehq.org/pipermail/wine-users/2008-March/030421.html,
a user complained that Kai Power Tools misbehaved.
In particular, versions 3, 5, 6, and 7 of Kai Power Tools,
when used with Photoshop 7, suffer from a black screen in front of
the Kai filter and everything else; alt-tabbing around sometimes
can get the Kai filter in front of the black window.
I have reproduced this myself with KPT 3 and both Photoshop 7
and Photoshop CS2 on Ubuntu 7.10, using
the standard metacity 1:2.20.0-0ubuntu3.
And -- here's the awesome part -- the problem can infect any
windows on the desktop at the time, giving them
a very strange "click on me to send me to the back" behavior,
even after you quit wine!
Next I'll try the patch from bug 11431...
--
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=12130
Summary: 3DMark2000 - wined3d - regression
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
URL: http://www.futuremark.com/download/3dmark2000/
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kgbricola(a)web.de
CC: thunderbird2k(a)gmx.net
3DMark 2000 crashes since the following commit after I press "Benchmark".
02f6c9ece8b24d0161c5382e2f4dc6a74876afd5 is first bad commit
commit 02f6c9ece8b24d0161c5382e2f4dc6a74876afd5
Author: Roderick Colenbrander <thunderbird2k(a)gmx.net>
Date: Sun Mar 16 16:02:02 2008 +0000
wined3d: Move depth/stencil verification to CheckDepthStencilCapability.
:040000 040000 263d87834b5b7e74cfb7e03d05f5e7930606670f
b0b14d052af3ac0ed2ae3a62efa95c2cfcb5fbd0 M dlls
My system: F7, 8800GTS, 100.14.23
--
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=12134
Summary: The Settlers Heritage of Kings: Occlusion setting
regression
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: divan.burger(a)gmail.com
CC: thunderbird2k(a)gmx.net
Created an attachment (id=11529)
--> (http://bugs.winehq.org/attachment.cgi?id=11529)
Small section of the differences in output between GIT and 0.9.57 - using
WINEDEBUG=trace+d3d_caps
In the game it is suppose to show units behind buildings as a solid colour when
occlusion is enabled in the options but instead it shows the whole map (not
including UI, Health Bars etc) as that colour.
I did a regression test and found the following patch :
wined3d: Move depth/stencil verification to CheckDepthStencilCapability
I looked through the logs and found failed checks - see attached.
I am guessing it is the function : CheckDepthStencilCapability() : reporting
incorrect information but I'm unsure.
--
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=12144
Summary: Endnote demo crashes on launch in gdiplus
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=11541)
--> (http://bugs.winehq.org/attachment.cgi?id=11541)
backtrace in wine 0.9.58
While testing for bug 12075, I found that the Endnote demo crashes on launch
because of unimplemented functions in gdiplus:
wine: Call from 0x7b844350 to unimplemented function
gdiplus.dll.GdipGetImageDecodersSize, aborting
wine: Call from 0x7b844350 to unimplemented function
gdiplus.dll.GdipGetImageFlags, aborting
wine: Call from 0x7b844350 to unimplemented function
gdiplus.dll.GdipGetImageItemData, aborting
Full log 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=12149
Summary: winedbg crashes loading a .pdb file
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Winedbg crahes when loading an app and .pdb produced by Visual C++ 6,
and doesn't crash when the .pdb is removed. The log is long
fixme:dbghelp_msc:codeview_fetch_type Couldn't load forward type 9187
...
trace:dbghelp_symt:symt_new_global_variable Adding global symbol
L"googlephotolab_d":ytThreadInterrupt::TI @e2e484 0x9d27dac
fixme:dbghelp_msc:codeview_snarf unpadded len 10
fixme:dbghelp_msc:codeview_snarf Unsupported symbol id 0
fixme:dbghelp_msc:dump 00000000: 08 00 00 00 22 79 74 41 72 72
...."ytArr
fixme:dbghelp_msc:codeview_snarf unpadded len 31075
fixme:dbghelp_msc:codeview_snarf Unsupported symbol id 6c3c
fixme:dbghelp_msc:dump 00000000: 61 79 3c 6c 6f 6e 67 2c 30 2c 79 74 42 61 73
65 ay<long,0,ytBase
fixme:dbghelp_msc:dump 00000010: 3e 3a 3a 6f 70 65 72 61 74 6f 72 5b 5d 00 0e
00 >::operator[]...
fixme:dbghelp_msc:dump 00000020: 00 04 00 00 00 00 04 86 00 00 08 00 00 00 22
79 .............."y
fixme:dbghelp_msc:dump 00000030: 74 41 72 72 61 79 3c 6c 6f 6e 67 2c 30 2c 79
74 tArray<long,0,yt
fixme:dbghelp_msc:dump 00000040: 42 61 73 65 3e 3a 3a 6f 70 65 72 61 74 6f 72
5b Base>::operator[
fixme:dbghelp_msc:dump 00000050: 5d 00 0e 00 00 04 00 00 00 00 78 86 00 00 08
00 ].........x.....
...
err:dbghelp_msc:pe_load_debug_directory Got a page fault while loading symbols
...
Backtrace:
=>1 0x7b83d1b5 DebugBreak+0x3()
[/bulk/wine/dlls/kernel32/../../include/winternl.h:1828] in kernel32
(0x0034a4d4)
...
symbol.c:317: symt_add_func_local: Assertion `func' failed.
Maarten's the one who actually ran into it. He says
"v0.9.57 crashes on an assertion failure, 3 or 4 versions before that don't
work, but instead of crashing they post a fixme saying that it crashed."
The full log is confidential, but I can give more info if needed.
--
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=12117
Summary: Some Milkdrop visualizations cause Direct3D window to be
split oddly
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://download.nullsoft.com/winamp/client/winamp552_ful
l_en-us.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
CC: stefandoesinger(a)gmx.at
Some visualizations cause Direct3D window to be split oddly (vertically by
two regions, then left region is split into two, and so on).
The attachment showing this misbehaviour is in Bug 12060.
http://bugs.winehq.org/attachment.cgi?id=11432
--
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=12089
Summary: winrar crashes when I try to add multiple files
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://rarlabs.com/download.htm
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
In Winrar, I noticed if I add a file with a very long file path, I get a crash.
To repeat:
- start winrar
- press the add button on the toolbar
- go to the file tab
- press the append... button next to the "files to add" textbox
- select /home/username/path/to/an/existing/file
- press ok
and you get:
trace:seh:raise_exception code=c0000005 flags=0 addr=0x47002d
trace:seh:raise_exception info[0]=00000000
trace:seh:raise_exception info[1]=006e0005
trace:seh:raise_exception eax=00000000 ebx=7ec57ca4 ecx=00334a70 edx=00730075
esi=00000111 edi=000100c8
trace:seh:raise_exception ebp=006e0069 esp=003371d8 cs=0073 ds=007b es=007b
fs=0033 gs=003b flags=00010246
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
--
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=12105
Summary: Safari does not have window decorations on KDE
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.apple.com/safari/
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
I'm using KDE 3.5. Fairly standard settings. After I worked around bug 8674 to
start up Safari, I don't have any window decorations. (title bar,
minimize/maximize/close buttons) and I can't resize the window.
This is with today's wine-git and Safari 3.1.
--
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=12108
Summary: Visiting a webpage with builtin iexplore causes page
fault and crash in mshtml component
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: nodisgod(a)yahoo.com
Created an attachment (id=11489)
--> (http://bugs.winehq.org/attachment.cgi?id=11489)
Builtin iexplore backtrace output
Using the latest Git, doing wine iexplore
http://www.cnn.com/2008/US/03/18/dupree.girls.gone.wild.ap/index.html with
Gecko installed results in a page fault during or after the page loads.
Attached are relevant backtraces.
--
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=12087
Summary: winrar add file dialog cannot get multi-select files
correctly
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://rarlabs.com/download.htm
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
Steps to reproduce:
- start winrar
- press the add button on the toolbar
- go to the file tab
- press the append... button next to the "files to add" textbox
You should be in the WinRar directory.
- Hold down Ctrl and select both Order.htm and Readme.txt
- Press ok
The files to add text box should say:
"C:\Program Files\WinRar\Order.html ReadMe.tx..." <-- text is cutoff and I
can't scroll in the text box. (next bug)
- Press ok
WinRar complains "file not found"
I think this should work on Windows. I'll reboot soon and try out all the
winrar bugs soon to verify.
--
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=12086
Summary: wine needs to update its timezone info?
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
Created an attachment (id=11466)
--> (http://bugs.winehq.org/attachment.cgi?id=11466)
part of the +ntdll trace
Hi, I've noticed this fixme on the console started showing up recently:
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the
registry for bias 480, std (d/m/y): 2/11/2008, dlt (d/m/y): 9/03/2008
Is this due to the recent timezone changes in the US? Do we need to update the
timezone info somewhere?
--
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=12049
Summary: A program does not work.
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: effigiem(a)gmail.com
Created an attachment (id=11407)
--> (http://bugs.winehq.org/attachment.cgi?id=11407)
Log of an error
When trying to run latest git version of splinter cell:Pandora tomorrow with
wine, I get the following error.
Assertion failed: RenDev [File:WinViewport.cpp] [Line: 805]
History: UWindowsViewport::OpenWindow <- UGameEngine::Init <- InitEngine
It looks as it's (the error) caused by wine libraries, not the wine program
itself - everything worked fine until the system update (i'm running Debian
unstable). I've attached the log.
--
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=12054
Summary: D3D9: Device test fails
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
D3D9's device.c test fails for me consistently in git. +d3d log attached. This
is on a fresh install of Ubuntu Hardy on an few years old toshiba laptop.
Graphics card:
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility 7000
IGP
Driver: xserver-xorg-video-ati 1:6.8.0-1
--
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=12063
Summary: SDL Edit (SDLX) missing icons on toolbar
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.translationzone.com/en/downloads/demodownload
s/SDLX_trial.asp
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce:
Download trial for SDLX from above url
(SDLX_2007_0_7014_LITE_EN.exe, 34494911 bytes, sha1sum
da0ca1c0881c9ff9f12c0b378f40ef1e1a865e81)
sh winetricks vcrun2005
wine SDLX_2007_0_7014_LITE_EN.exe
cd ".wine/drive_c/Program Files/SDL International/SDLX Lite"
wine s42subst.exe
App starts fine, but many toolbar icons are blank. I'll attach a screenshot.
This is on Gutsy with current git.
--
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=12078
Summary: Spellborn: Crashes on launch with "Init:
CheckDepthStencilMatch failed. (D3D_OK)"
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krause.marcel(a)gmx.net
Crashes on launch after updating to latest git.
--
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=11884
Summary: Copy and paste garbage on end
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
With today's git, if you install Firefox 2, and then
try to copy a URL from Linux firefox into Windows firefox,
you often get one character of garbage on the end.
--
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=11893
Summary: GdipBitmapUnLockBit does not accept null rect pointer
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cbill.lam(a)gmail.com
native gdiplus GdipBitmapUnLockBit accepts null pointer to its rect argument
and interprets it as rect for the whole bitmap.
--
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=11897
Summary: Wine dosen't remember d3d screen settings in various
games
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: artur.szymiec(a)gmail.com
In several games (Tomb Raider Legend, Track Mania United, GTR2)
wine dosen't remember the video mode setting.
Each of these games have a config option and the specified screen mode
should be saved in registry and in next run the game should use
it without showing again config dialog. But something is wrong
and each time the game is started the config dialog is bring back.
In some games like TR or TM United it's small problem but it's serious
problem in GTR2 which will simply loop between the game and config
dialog and will never start.
--
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=11914
Summary: DestroyContext in dlls/wined3d/device.c causes
regression in Everquest2
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: quark9(a)gmx.net
Created an attachment (id=11215)
--> (http://bugs.winehq.org/attachment.cgi?id=11215)
Crash back trace
Hi,
by changing the "lightning quality" within the game erroneous reflections went
away, until wine 0.9.55.
I hunted the cause down to git commit dcf08f01ed064732ada4ee618a16772b88cd4e82
Reason seems to be the call DestroyContext around line 6938 in
dlls/wine3d3/device.c.
Also see attached back trace.
Disabling this part of the code prevents EQ2 from crashing! Tested with 0.9.57.
--
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=11860
Summary: Regression in user32 preventing Windows XP mspaint from
launching
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
CC: julliard(a)winehq.org
Created an attachment (id=11148)
--> (http://bugs.winehq.org/attachment.cgi?id=11148)
Relay traces for mspaint.exe
With the current Git version, starting mspaint.exe (with prerequisite VC++ 6
redist) simply results in a hang and no window shown. Regression testing showed
the regression to be in:
commit e6a3d8082836518f18e0d81440c201bbad407acc
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Mar 4 20:45:40 2008 +0100
user32: Store the window placement information directly in the main window
structure.
Wine at commit accfce21d3e042638a5eac8a8379eda2964fcd0a, the commit just before
this particular one, and 0.9.56 does not exhibit this problem. Attached are the
relevant relay trace lines at the hanging point.
--
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=11863
Summary: Dance eJay 7 Demo crashes with pagefault and backtrace
in quartz
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://support.empireinteractive.com/default.aspx?MID=8F
F6D156CB73&PID=D70EED24-7412-4A36-A7B2-879837165C8C
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=11150)
--> (http://bugs.winehq.org/attachment.cgi?id=11150)
quartz debug channel and backtrace for Dance eJay 7 Demo
When starting the Dance eJay 7 Demo with Wine Git version
wine-0.9.56-420-g22f146f, the application page faults inside quartz.dll.
Relevant backtraces are 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=11831
Summary: aSc Timetables 2008: Z-ordering issue in animated
tutorial character
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.asctimetables.com/download_en.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
On Wine version wine-0.9.56-337-gb0269c9, when invoking the tutorial screens
for aSc Timetables 2008 (via Show Tutorial -> tutorial buttons), the animated
character that is supposed to present the tutorial information ends up showing
up behind the main window, whereas on Windows the character properly shows up
in front of the main window.
--
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=11840
Summary: Cygwin apps can't start up, fail creating a mailslot
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://cygwin.com
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installing Cygwin with all defaults works fine up until it
tries to run the postinstall bash scripts.
When it fails, kill it, then just try to run bash; you'll
get the same error. Here's a log; it shows a problem creating a
mailslot immediately before the crash. Our current mailslot conformance
test doesn't test quite this kind of path, fwiw.
0009:Call KERNEL32.CreateFileA(61169e60
"\\\\.\\mailslot\\cygwin\\dev\\kmsg",40000000,00000007,61109448,00000003,00000000,00000000)
ret=6102f82c
trace:file:CreateFileW L"\\\\.\\mailslot\\cygwin\\dev\\kmsg" GENERIC_WRITE
FILE_SHARE_READ FILE_SHARE_WRITE FILE_SHARE_DELETE creation 3 attributes 0x0
trace:file:RtlDosPathNameToNtPathName_U
(L"\\\\.\\mailslot\\cygwin\\dev\\kmsg",0x68afd0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"\\\\.\\mailslot\\cygwin\\dev\\kmsg" 520
0x68ad14 (nil))
trace:ntdll:NtCreateFile handle=0x68afd8 access=40000000
name=L"\\??\\mailslot\\cygwin\\dev\\kmsg" objattr=00000042 root=(nil) sec=(nil)
io=0x68afc8 alloc_size=(nil)
attr=00000000 sharing=00000007 disp=1 options=00000050 ea=(nil).0x00000000
0009: open_file_object( access=40000000, attributes=00000042, rootdir=(nil),
sharing=00000007, options=00000050,
filename=L"\\??\\mailslot\\cygwin\\dev\\kmsg" )
0009: open_file_object() = OBJECT_NAME_NOT_FOUND { handle=(nil) }
warn:file:CreateFileW Unable to create file
L"\\\\.\\mailslot\\cygwin\\dev\\kmsg" (status c0000034)
trace:file:CreateFileW returning 0xffffffff
0009:Ret KERNEL32.CreateFileA() retval=ffffffff ret=6102f82c
...
trace:seh:raise_exception code=c0000005 flags=0 addr=0x61047509
...
1003758 [main] bash 8 _cygtls::handle_exceptions: Exception:
STATUS_ACCESS_VIOLATION
1011769 [main] bash 8 open_stackdumpfile: Dumping stack trace to
bash.exe.stackdump
1088615 [main] bash 8 _cygtls::handle_exceptions: Exception:
STATUS_ACCESS_VIOLATION
1090961 [main] bash 8 _cygtls::handle_exceptions: Error while dumping state
(probably corrupted stack)
--
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=11792
Summary: Wine dies with an X BadWindow error using Warhammer Dark
Crusade
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fdelente(a)mail.cpod.fr
As of yesterday's git, wine doesn't start anymore and dies when I try to start
Warhammer 40k: Dark Crusade.
It gives the following error:
X Error: BadWindow
Request Major code 2 ()
ResourceID 0xa0000e
Error Serial #114
Current Serial #115
I did regression tests and found the following bad commit:
220163ee9d698543fe34257969a88e5976d378de is first bad commit
commit 220163ee9d698543fe34257969a88e5976d378de
Author: Roderick Colenbrander <thunderbird2k(a)gmx.net>
Date: Fri Feb 22 20:55:02 2008 +0000
wgl: Remove unneeded opengl initialisation code at wine startup.
:040000 040000 6f47946106e17f0167e5916e88baa2aefa282cc1
062a91903257469af576e37ced3f0f7475b38027 M dlls
Thanks.
--
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=11850
Summary: impossbile change focus from wine to everything else
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: giskard(a)autistici.org
When i change the focus from a wine window to another one, the wine window will
not be rendered anymore.
step to reproduce the bug:
start an app
switch to another virtual desktop
re-switch to the virtual desktop with the wine app.
maybe something broken in the opengl implemetation?
--
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=11816
Summary: Magic Workstation main window disappears immediately?
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.magicworkstation.com/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Magic Workstation installs fine, and starts ok, but
once the tip of the day is dismissed, the app
becomes invisible. No windows. What's up with that?
--
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=11786
Summary: WiseCustomCalla.dll invalid or not found
Product: Wine
Version: 20050930
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tehblunderbuss(a)gmail.com
Created an attachment (id=11047)
--> (http://bugs.winehq.org/attachment.cgi?id=11047)
Screenshot of error window
When installing an MSI, an error pops up, saying WiseCustomCalla.dll is invalid
or not found.
On a previous commit wine-0.9.56-250-<sha1> , after clicking OK the installer
window would open, and the same error window would pop up. On this commit,
wine-0.9.56-264-g848383a, no installer window pops up.
I did not test the installer further.
Also appearing: rdab0c65fe4-01.log
--
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=11791
Summary: BiblePro installer crashes
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://bibleocean.com/default.aspx?UC=DOWNLOAD
OS/Version: other
Status: UNCONFIRMED
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Was about to try another .net app, but it crashes right away here. As stated in
bug http://bugs.winehq.org/show_bug.cgi?id=10316, the installer got further
before this regression. Must be one of those wininet patches that went in
lately. I'll attach the crash
--
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=11766
Summary: Heap corruption in crypt32 during Sandra benchmark?
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.sisoftware.net/?dir=dload&location=sware_dl_a
ll
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=11026)
--> (http://bugs.winehq.org/attachment.cgi?id=11026)
rzip'd log of WINEDEBUG=+crypt /usr/local/valgrind-svn/bin/valgrind
--suppressions=$HOME/wine-git/tools/valgrind-suppressions --trace-children=yes
~/wine-git/wine sandra.exe
I strolled down memory lane a bit, and revisited the Sandra
benchmark today, see
http://www.winehq.org/pipermail/wine-devel/2006-December/052821.html
Now the win2k version gets a lot farther.
To install, first do
sh winetricks vcrun2005sp1 gdiplus
(Without native gdiplus, the installer complains you don't have it;
without vcrun2005sp1, you get a few errors like
fixme:actctx:parse_assembly_elem wrong version for assembly manifest.)
The installer claims to be happy, but one sees
err:module:import_dll Library CRYPTUI.dll (which is needed by
L"C:\\windows\\temp\\is-KH13O.tmp\\certmgr.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\temp\\is-KH13O.tmp\\certmgr.exe" failed, status
c0000135
Could not get handle to service.
on the console. Worse, when the app starts up, you get a heap error:
err:heap:HEAP_ValidateInUseArena Heap 0x7f000000: in-use arena
0x7f02e2e0 next block has PREV_FREE flag
err:heap:HEAP_ValidateInUseArena Heap 0x7f000000: bad back ptr
0x1c9ba51e for arena 0x7f02e798
I suppose that could be a result of cryptui being missing, but I ran
it under valgrind anyway.
This turned up interesting items like
==20325== Invalid read of size 1
==20325== at 0x46F5E49: HEAP_CreateFreeBlock (heap.c:486)
==20325== by 0x46F621D: HEAP_ShrinkBlock (heap.c:575)
==20325== by 0x46F7979: RtlAllocateHeap (heap.c:1228)
==20325== by 0x5C60B74: new_object (handle.c:441)
==20325== by 0x5C6B1CD: new_key (rsaenh.c:830)
==20325== by 0x5C6C9DB: RSAENH_CPImportKey (rsaenh.c:2464)
==20325== by 0x4B4324A: CryptImportKey (crypt.c:1767)
==20325== by 0x4F2DCDC: CRYPT_ImportRsaPublicKeyInfoEx (encode.c:3923)
==20325== by 0x4F2DA3B: CryptImportPublicKeyInfoEx (encode.c:3955)
==20325== by 0x4F183FA: CRYPT_VerifyCertSignatureFromPublicKeyInfo
(cert.c:1641)
==20325== by 0x4F1B069: CryptVerifyCertificateSignatureEx (cert.c:1723)
==20325== by 0x4F1EDCD: CRYPT_CheckSimpleChain (chain.c:744)
==20325== Address 0x7f02ecf8 is not stack'd, malloc'd or (recently) free'd
quite early in the run (well before the heap errs).
I'll attach a combined valgrind +crypt log ( might be slightly out of sync ).
--
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=11573
Summary: GTA San Andreas: Mouse skips with recent change to Wine
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anders1(a)gmail.com
In GTA San Andreas, while looking around using the mouse it skips. I reverted
the following change and it's fine again. I'm not sure if this is a duplicate
bug, I looked around but didn't find anything related to this change so I
figured it'd be a good idea to write about it here.
http://source.winehq.org/git/wine.git/?a=blobdiff;f=dlls/dinput/mouse.c;h=7…
Version: wine-0.9.55-58-g066c60e
--
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=11580
Summary: winmm - wave test hangs
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: source
Severity: minor
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=10754)
--> (http://bugs.winehq.org/attachment.cgi?id=10754)
+winmm,+relay
For me in Ubuntu feisty, running make -k test always hangs in winmm wave test.
A simple wineserver -k is enough to get it going again, but we need to squish
the rest of these bugs...
+winmm,+relay log 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=11683
Summary: Assemblies not loading
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: yolande(a)haneder.biz
Created an attachment (id=10896)
--> (http://bugs.winehq.org/attachment.cgi?id=10896)
Example on the log error messages on SDLX and flexnet
After some of the work of the last days leading to a successful registration of
new assemblies using the .NET, there seems now to be some problem with the
register because no assembly can be found anymore (although they are there and
some are Wine-builtin).
This also leads to the .NET failing in initializing gatucil (shown on another
log) or loading mscowrks.dll.
As a consequence and amongst other, the Flexnet licensing tool is not starting
the install, blocking the use of the software.
--
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=11488
Summary: corefont installers hanging
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://downloads.sourceforge.net/corefonts/arial32.exe
OS/Version: other
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
With today's git, the ms corefont installers seem to be hanging on exit.
--
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=11509
Summary: Wordviewer 2003 is unable to open documents encrypted
with AES
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.microsoft.com/downloads/details.aspx?FamilyId
=95E24C87-8732-48D5-8689-AB826E7B8FDF
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: infyquest(a)gmail.com
Created an attachment (id=10675)
--> (http://bugs.winehq.org/attachment.cgi?id=10675)
document encrypted with aes
WordViewer 2003 is unable to open the documents encrypted with AES
Cryptoprovider.
It mostly because its compiled with the incorrect PSDK Headers/Libs.
In XP the provider name is appended with (Prototype)
Attaching a sample word 2003 document.
Its password is testaes
--
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=11253
Summary: Photoshop CS2 main window very slow redraw
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On a system with lots of screen real estate,
move the main background window (the one with
the File menu) around behind other windows or offscreen, then
drag it back. You'll see it redraw painfully
slowly. It can take three seconds to redraw
the whole thing.
--
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=11474
Summary: winelauncher mixes up stdout & stderr
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmh(a)aybabtu.com
Created an attachment (id=10617)
--> (http://bugs.winehq.org/attachment.cgi?id=10617)
simple test case
The following line in winelauncher:
( $WINEBIN/$WINE_BIN_NAME "$@"; echo $? >$status_name ) 2>&1 | tee
"$log_name"
mixes up stdout and stderr irreversibly. As a result, commands like:
echo some_file | cpio.exe -o -H newc > out.cpio
which would work on Windows, on wine get stderr messages merged into the
output.
I've been thinking for a while in a way to duplicate streams in bash without
mixing stdout with stderr, but couldn't find anything.
I think a C wrapper would be needed; perhaps in wine-bin itself. What's your
preference?
--
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=11295
Summary: Photoshop 7 crashes if you activate it while there's an
image in the clipboard
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=10385)
--> (http://bugs.winehq.org/attachment.cgi?id=10385)
+clipboard,+seh,+text,+dialog log of Photoshop 7 crashing
I originally described this in a comment on bug 4523,
but perhaps it deserves its own bug.
Start Firefox 2 and Photoshop 6 or 7
in wine. Copy an image in Firefox. (Oddly, Firefox in Linux
doesn't seem to have a "Copy Image" option, this is a Windows thing.)
Switch to Photoshop --
you don't even have to do anything but activate it --
and Photoshop crashes after putting up a dialog box
"Could not complete your request because of a program error."
I'll attach a +text,+seh,+clipboard log of Photoshop 7 crashing like that.
--
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=11211
Summary: Typeinfodump.exe crashes
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.debuginfo.com/tools/typeinfodump.html
OS/Version: other
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Running typeinfodump.exe, even on a bogus file, crashes with
a null pointer read. Here's part of the backtrace:
=>1 0xf7ddf2a3 (0x0033f3bc)
2 0x7e5b2e2d symt_new_function+0x6d(module=0x12614c0, compiland=0x34de9e4,
name=0x0, addr=0x7b884050, size=0x28, sig_type=0x3559cd8)
[/data/dkegel/wine-git/dlls/dbghelp/symbol.c:233] in dbghelp (0x0033f3fc)
3 0x7e59a122 dwarf2_parse_subprogram+0x3c2(ctx=0x33f5b4, di=0x3457ccc,
compiland=<register EDI not in topmost frame>)
[/data/dkegel/wine-git/dlls/dbghelp/dwarf.c:1564] in dbghelp (0x0033f4bc)
...
I've seen something like this in several other apps,
but this is probably a nice bare-naked way of
showing the problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11226
Summary: avi2dvd crashes: Access violation in quartz.dll
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.trustfm.net/divx/SoftwareAvi2DvdDownload.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, a user submitted garbage test results for this app into appdb. It happens
the very moment you open an avi-file. The screenshot attached shows the error;
console output is very short so i'll paste it here:
fixme:quartz:FilterGraphInner_QueryInterface unknown interface
{fc4801a3-2ba9-11cf-a229-00aa003d7352}
fixme:quartz:FilterGraphInner_QueryInterface unknown interface
{00000003-0000-0000-c000-000000000046}
fixme:ole:CoCreateInstance no instance created for interface
{0000000f-0000-0000-c000-000000000046} of class
{4315d437-5b8c-11d0-bd3b-00a0c911ce86}, hres is 0x80040111
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11252
Summary: Photoshop CS2 window repaint cosmetic problem on
multiscreen systems
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On a dual-monitor system, drag any of the windows (except
the main image window) so it overlaps the boundary between
two screens, then drag it back onto a single screen.
You'll see a one-pixel-wide rendering artifact.
Dragging the window offscreen fixes this (it pops back
onscreen and does a full repaint).
--
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=11194
Summary: FileZilla 3.0.5.2 crashes if changing local working
directory
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: tim.kosse(a)filezilla-project.org
Created an attachment (id=10253)
--> (http://bugs.winehq.org/attachment.cgi?id=10253)
Log from running FileZilla using wine
The Windows version of FileZilla 3.0.5.2 crashes if run through Wine.
You can download FileZilla from
http://filezilla-project.org/download.php?type=client
I'm using Wine compiled from the Git sources, checked out on 2008-01-14.
Steps to reproduce: Start FileZilla and double-click on the C: drive in the
file list.
Please see the attached log. Let me know if you need further information.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11140
Summary: Trados: crash when reading the file properties of a
translation memory
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yolande(a)haneder.biz
Trying to read the properties of a translation memory (size, number of units,
reorganization needed, number of user etc.) is immediately crashing workbench
with no more information than this:
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 53 (X_CreatePixmap)
Serial number of failed request: 10866
Current serial number in output stream: 10979
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11141
Summary: Trados - problem of creation of temp? function only
working at the second try
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yolande(a)haneder.biz
I came quite often to this problem: it seemed that the first call of a function
on Workbench would automatically close Workbench.
You have to call the function a second time for it to be processed.
This was for instance for selecting a language but also for selecting a
translation memory or looking at the licensing interface.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11123
Summary: Firefox 1.5 welcome text rendered poorly
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://mozilla.com
OS/Version: other
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Install Firefox 1.5.
Look at the text on the welcome page that says
"…but we recommend updating to Firefox 2".
It is rendered horribly now, with poor widths and bad horizontal spacing.
Installing corefonts before installing Firefox works around the problem.
wine-20071025 didn't have this problem (possibly because
it didn't try as hard to get fonts right).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11126
Summary: EM_POSFROMCHAR does not include selectionbar
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
When the ECO_SELECTIONBAR style is set for a richedit control, EM_POSFROMCHAR
should include the selection bar size. However, sending EM_POSFROMCHAR for
character 0 returns 0 as the x co-ordinate with Wine's richedit.
I'll see if I can't fix this myself.
As for a testcase, this will be noticeable in builtin wordpad once I send the
first ruler patch. The left position of the ruler is determined using
POSFROMCHAR, so with native richedit it will be moved a distance from the
leftmost window edge, while with builtin it won't.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11076
Summary: msxml depends on libxml2 without checking for it
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: w.winkelhorst(a)gmail.com
msxml_private.h has the following piece of code:
/* IXMLDOMNode Internal Structure */
typedef struct _xmlnode
{
const struct IXMLDOMNodeVtbl *lpVtbl;
const struct IUnknownVtbl *lpInternalUnkVtbl;
IUnknown *pUnkOuter;
LONG ref;
xmlNodePtr node;
} xmlnode;
this piece of code is not surrounded by #ifdef's but does use a libxml2
variable type: xmlNodePtr
This causes cryptic compile errors if you don't have libxml2 installed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11062
Summary: CSLU toolkit doesn't create menus when you run its
setup.bat
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.cslu.ogi.edu/toolkit/
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The CSLU toolkit installer is a complex
thing that downloads all sorts of stuff.
When it finishes, c:\program files\cslu seems to
be there ok. Inside that directory is a setup.bat
that creates start menu entries. Running that
batch file with
wine start setup.bat
does indeed create .lnk files in
c:/windows/profiles/All Users/Start Menu/CSLU Toolkit
but no menu entries are created in ~/.local/share/applications/wine.
Running
WINEDEBUG=+shell,+menubuilder,+process wine cmd /c setup.bat
I see
trace:shell:StartLinkProcessor starting L"winemenubuilder.exe -w \"RAD.lnk\""
...
warn:menubuilder:InvokeShellLinker Unknown link location
L"C:\\windows\\profiles\\ALL_~DGY\\STAR~DZT\\CSLU Toolkit\\RAD.lnk". Ignoring.
GetLinkLocation calls GetFullPathNameW() to get the full
path, but it also needs to call GetLongPathNameW(),
or the names won't match its hardcoded list of allowed locations.
I'll submit a patch that fixes this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11038
Summary: spurious messages and calls to unimplemented
ntoskrnl.exe functions
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
This just started happening today. Oftentimes when I quit a program like
notepad, a message like the following would appear on the terminal a few
seconds later:
0x81c6a08:1: Event manual=1 signaled=0 name=""
0x81c9828:2: Thread id=000d unix pid=27619 unix tid=27619 teb=0x7ffd8000
state=1
0x81c9548:1: Security token
0x81c92c8:2: Process id=000c handles=(nil)
0x81c5b28:1: Security token
0x81c58a8:1: Process id=000a handles=(nil)
0x81b2288:1: Security token
0x80a1cf0:1: Process id=0008 handles=(nil)
Other times, I get non-fatal crashes with messages like the following:
wine: Call from 0x7b8404c0 to unimplemented function
ntoskrnl.exe.KeInitializeTimerEx, aborting
wine: Call from 0x7b8404c0 to unimplemented function
ntoskrnl.exe.KeInitializeSpinLock, aborting
Also, running wineprefixcreate now says:
err:wineboot:ProcessRunKeys RegOpenKey failed on
Software\Microsoft\Windows\CurrentVersion (2)
I tracked all this down to the following patch:
commit d55b2de5747da90666065b5ed2fdeb8049282419
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Jan 4 12:51:04 2008 +0100
kernel32: Launch wineboot on first startup of a wine process.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14416
Summary: Enter and Esc don't work in Editplus search
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sam.paquin(a)gmail.com
Thanks for Wine! I finally have my favorite text editor on Linux.
One bug: When I do a search, after I type in the search term, nothing happens
when I hit enter. No search happens, no error, nothing I can see. Same for
Esc.
Thanks for all the work.
Sam
--
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=14409
Summary: REDCINE installed, but fails to launch
Product: Wine
Version: 1.0.0
Platform: PC
URL: http://www.red.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florin(a)andrei.myip.org
Created an attachment (id=14723)
--> (http://bugs.winehq.org/attachment.cgi?id=14723)
REDCINE trace
I am trying to run REDCINE v3.0.8 (Build 108) under wine-1.0-1.fc9.i386 on
Fedora 9 32-bit. Prior to this, I installed Quicktime 7.5 under WINE, which
might be a requirement for REDCINE (not sure about that, but it doesn't even
get to the point where it could use QT anyway).
The machine is a Core 2 Duo with an NVidia card using the proprietary NVidia
drivers.
I go to red.com and download the free REDCINE installer. It installs without
major issues. But when I try to launch RedCine.exe it crashes. See backtrace
attached.
BTW, if you make it work, in order to test it you need to load an R3D file into
the application and try to export it to some other format. You can download R3D
files from here:
http://redrelay.net/
--
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=12198
Summary: Failed to install Medieval - Total War
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: henrikki.almusa(a)iki.fi
I tried to do a full install of Medieval Total War, but it failed with
following in the commandline.
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:CoGetClassObject no class object {fbf23b40-e3f0-101b-8488-00aa003e56f8}
could be created for context 0x1
fixme:shell:DllCanUnloadNow stub
I'm running OpenSUSE 10.3. It ran for a while though before crashing out. There
seemed to be some wine processes left still running but they went away after
killing one.
--
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=11934
Summary: Civilization4 Operation not supported for scratch
textures
Product: Wine
Version: 0.9.56.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luis.busquets(a)ilidium.com
Civilization 4 has a regression and for example de eyes of the characters are
no longer seen. This is probably because of:
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadTexture (0x1f4d45f0) Operation not
supported for scratch textures
--
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=10319
Summary: Autodesk Inventor R5: Crash when creating/opening a part
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: me(a)acm.jhu.edu
When Autodesk Inventor R5 is loaded in wine 0.9.47 and a new drawing is created
or an old one opened, the application crashes. It worked correctly
(opened/loaded the part, allowed editing) in wine 0.9.44.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10576
Summary: TOP.exe crashing with EAccessViolation
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: christian.fischer(a)tennis-unterfranken.de
Created an attachment (id=9365)
--> (http://bugs.winehq.org/attachment.cgi?id=9365)
output
TOP provides an interface to some kind of Applicationserver.
Simple Logic. Only seen in our System.
I'am trying to get some more Information (...what YOU need)
As announced it crashes with a
Exception EAccessViolation in Module Top.exe at 00000000
Output attached.
d
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5454
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|download, NoAppDBEntry |
--- Comment #10 from Austin English <austinenglish(a)gmail.com> 2009-01-13 01:11:03 ---
Download link is busted. Please retest.
--
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=16909
Summary: memory leak in function SetWindowRgn (?)
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: psedov(a)gmail.com
Wine's implementation of WinAPI function SetWindowRgn
(http://source.winehq.org/git/wine.git/?a=blob;f=dlls/user32/winpos.c;h=d680…):
----------------
if (hrgn)
{
RGNDATA *data;
DWORD size;
if (!(size = GetRegionData( hrgn, 0, NULL ))) return FALSE;
if (!(data = HeapAlloc( GetProcessHeap(), 0, size ))) return FALSE;
if (!GetRegionData( hrgn, size, data ))
{
HeapFree( GetProcessHeap(), 0, data );
return FALSE;
}
SERVER_START_REQ( set_window_region )
{
req->window = wine_server_user_handle( hwnd );
req->redraw = (bRedraw != 0);
if (data->rdh.nCount)
wine_server_add_data( req, data->Buffer, data->rdh.nCount *
sizeof(RECT) );
else
wine_server_add_data( req, &empty_rect, sizeof(empty_rect) );
ret = !wine_server_call_err( req );
}
SERVER_END_REQ;
}
----------------
Variable 'data' points to memory block allocated via WinAPI function HeapAlloc.
But I don't see where that memory block is freed via WinAPI function HeapFree.
Is this a bug (memory leak) or am I just misunderstanding the code?
I posted this question to Google group comp.emulators.ms-windows.wine
(http://groups.google.ru/group/comp.emulators.ms-windows.wine/browse_thread/…),
but nobody responded, so I'm re-asking it here.
--
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=16912
Summary: Open Modplug Tracker crashes after starting
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
URL: http://sourceforge.net/projects/modplug
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arekku(a)gmail.com
Created an attachment (id=18662)
--> (http://bugs.winehq.org/attachment.cgi?id=18662)
MPT Error Log
OpenMPT crashes right after starting, after updating Wine to 1.1.12. The
window and splash screen shows but it dies very quickly afterward.
--
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=14452
Summary: Launch Pad is weired
Product: Wine
Version: 1.1.0
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leo_zen(a)gmx.at
I have installed on my Ubuntu first Wine 1.0, then compiled manually 1.1.0.
Since I thought I could upgrade to 1.1.1, I have run the install instructions
as written on the Internet-page for Ubuntu. This time it worked, because
previously it failed to work due to some kind of key-sign-issue.
Now I experience the very annoying problem, that the path of a launched exe is
set relative to the user and not to the programm. e.g. the user is /home/user,
the game is located in /home/user/game/dir1. The programm now takes /home/user
as a home-path and scrambles now everything up. Especially for games this is
annyoing, cause in the games there is no possibility to change the path.
Since it worked prior to the upgrade via installer, I heavily suspect the
upgrade-package.
--
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=16860
Summary: Facility to copy text from dialogue boxes by dragging
mouse over
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markhobley(a)yahoo.co.uk
When a dialogue box displays a message, it is currently not possible to
select the text for copy into another application, because dragging the
mouse over the text has no effect.
For example, this makes it extremely awkward to copy error messages
containing long registry keys or multiple messages into an application,
such as an editor, or into a browser search box for diagnostic purposes.
Suggested fix is that dragging a mouse over dialogue text, highlights and
copies
to clipboard.
--
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=7102
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bunglehead(a)gmail.com
--- Comment #5 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-01-12 20:25:37 ---
(In reply to comment #2)
I've just checked all internal flow in GetFileAttributes with testing return
values on WinXP.
All internally used calls seem to set error codes properly (error mapping
succeeded too). Maybe it's better here to manually map this
STATUS_OBJECT_NAME_INVALID came from NtQueryAttributesFile to
ERROR_PATH_NOT_FOUND. It's a solution #2 from comment #2
I'll post a patch for all these tests and a GetFileAttributes if I'll have
time.
--
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=16907
Summary: Windows Media player 11 fails to install
Product: Wine
Version: 1.1.12
Platform: PC
URL: http://www.microsoft.com/windows/windowsmedia/download/A
llDownloads.aspx
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atsia2003(a)yahoo.gr
Created an attachment (id=18658)
--> (http://bugs.winehq.org/attachment.cgi?id=18658)
Wndows Media player fails to install log file
Windows Media Player 11 fails to install. It cannot validate windows.
--
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=7366
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #11 from Austin English <austinenglish(a)gmail.com> 2009-01-12 12:01:31 ---
Closing.
--
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=8758
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #3 from Austin English <austinenglish(a)gmail.com> 2009-01-12 12:01:31 ---
Closing.
--
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=8870
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #15 from Austin English <austinenglish(a)gmail.com> 2009-01-12 12:01:31 ---
Closing.
--
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=6768
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #5 from Austin English <austinenglish(a)gmail.com> 2009-01-12 12:01:30 ---
Closing.
--
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=6514
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #20 from Austin English <austinenglish(a)gmail.com> 2009-01-12 12:01:29 ---
Closing.
--
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=5180
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #8 from Austin English <austinenglish(a)gmail.com> 2009-01-12 12:01:25 ---
Closing.
--
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=8758
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
--- Comment #2 from Austin English <austinenglish(a)gmail.com> 2009-01-12 12:00:38 ---
Abandoned.
--
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=8870
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |ABANDONED
--- Comment #14 from Austin English <austinenglish(a)gmail.com> 2009-01-12 12:00:38 ---
Abandoned.
--
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=7366
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
--- Comment #10 from Austin English <austinenglish(a)gmail.com> 2009-01-12 12:00:36 ---
Abandoned.
--
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=5180
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
--- Comment #7 from Austin English <austinenglish(a)gmail.com> 2009-01-12 12:00:35 ---
Abandoned.
--
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=6514
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |ABANDONED
--- Comment #19 from Austin English <austinenglish(a)gmail.com> 2009-01-12 12:00:35 ---
Abandoned.
--
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=6768
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
--- Comment #4 from Austin English <austinenglish(a)gmail.com> 2009-01-12 12:00:35 ---
Abandoned.
--
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=13983
Jaime Rave <jaimerave(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jaimerave(a)gmail.com
--
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=16903
Summary: installshield of call of duty 2 fails
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: quentin.grimaud(a)gmail.com
when executing setup.exe, InstallShield gets initialized and then yields error
1608 : impossible to create an InstallDriver instance, error code -2147467262
--
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=10896
Summary: Richedit function missing for Yahoo! 9
Product: Wine
Version: 0.9.50.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anderson(a)sonic2000.org
When running Yahoo! 9 most things work except that you are unable to write
messages to people due to some missing functions for richedit.
fixme:richedit:fnTextSrv_OnTxSetCursor 0x29da258: STUB
fixme:richedit:fnTextSrv_TxSendMessage 0x29da258: STUB
fixme:richedit:fnTextSrv_TxSendMessage 0x29da258: STUB
This appears to be the only problem
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6090
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #6 from Austin English <austinenglish(a)gmail.com> 2009-01-12 11:24:33 ---
Closing.
--
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=6162
Andrey Turkin <andrey.turkin(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrey.turkin(a)gmail.com
--- Comment #7 from Andrey Turkin <andrey.turkin(a)gmail.com> 2009-01-12 11:03:50 ---
(In reply to comment #6)
> Yet another stub cacls patch was posted,
> http://www.winehq.org/pipermail/wine-patches/2009-January/067529.html
> hopefully this one will meet a better fate.
>
It did :)
--
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.