http://bugs.winehq.org/show_bug.cgi?id=10024
Summary: Steam un-minimize animation problem
Product: Wine
Version: 0.9.47.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ambro(a)b4ever.net
If I minimize a Steam window using the minimize button on the window, when I
un-minimize it, the moving titlebar animation in KDE goes to the lower-left
corner of the screen instead to the previous position of the window, but the
window appears at the right place. Un-minimize animation works fine if I
minimize the window by clicking on its entry in the toolbar.
--
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=9351
Summary: Playing Videos in iTunes 6.0 leads to crash
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: r.swanwick(a)gmail.com
When trying to play a video in iTunes 6.0.5 a crash occurs. The 1st frame of
the video is displayed and then locks up.
terminal:
err:wave:DSDB_MapBuffer Could not map sound device for direct access
(Input/output error)
err:wave:DSDB_MapBuffer Please run winecfg, open "Audio" page and set
"Hardware Acceleration" to "Emulation".
fixme:ddraw:IDirectDrawImpl_GetFourCCCodes (0x18ef80)->(0x339208, (nil)): Stub!
with the last line repeated twenty or so times
Rich
--
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=11701
Summary: Steam/TF2 crashing in mid-game. (Regression?)
Product: Wine
Version: 0.9.56.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gilboad(a)gmail.com
Created an attachment (id=10923)
--> (http://bugs.winehq.org/attachment.cgi?id=10923)
Steam/TF2 crash log. (gzipped)
Steam started with "-dxlevel 81 -width 1280 -height 1024 -heapsize 512000
-applaunch 440"
Stack trace doesn't look to informative - so let me know if I can help you
debug this bugger.
While I can't be too certain about it - I don't remember seeing this crash in
0.9.54. (Though it might relate to the latest batch of steam updates.)
- Gilboa
--
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=11388
Summary: DameWare Mini Remote Control is'nt able to work normaly.
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: HASH.DuOrden(a)gmail.com
DWRCC.exe part of DameWare NT Utilities (DameWare Mini Remote control) upon
start drops "fixme:" lines in console (in attach), on start, on open of
"Connect dialog", On start of typing new host to connect to, On attempt of
connect to host DWRCC shows error:
Header: "MRC Credentials"
Body: "Failed to save Credentials"
And drop another bunch of "fixme" lines in console.
And can not connect, just showing "Initializing..." in status string of 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=10317
Summary: After CreateNamedPipe and ReadFile, CancelIO returns
false.
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: skiy(a)actionpos.co.za
Created an attachment (id=8972)
--> (http://bugs.winehq.org/attachment.cgi?id=8972)
Test case output, source code
Call CreateNamedPipe with FILE_FLAG_OVERLAPPED and PIPE_ACCESS_INBOUND, then do
a ReadFile after someone has connected (in this case, just a CreateFile in the
same thread). Now this read would normally return fine, if we just waited for
the data to appear, however, if for whatever reason we have to stop waiting,
i.e. using a CancelIO call, then the CancelIO returns false on Wine. It returns
true on Windows. The problem is not with CancelIO, but rather with
NtCancelIoFile, as the attached test case will show. (NtCancelIoFile should
return 0 on Wine -- as it does on Windows -- instead it returns 192, which
confuses the CancelIO and makes it return false.) Please do not patch CancelIO
to just map the 192 to a true, this is not right! The problem is with
NtCancelIoFile (or somewhere within it).
--
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=10261
Summary: Crashing HL2 Episode One on screening menu (animated
background)
Product: Wine
Version: 0.9.48.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvilka(a)gmail.com
Half-life 2 Episode One crashing on screening menu (attempt to show scene
animated menu bakcground), but not on new game, after i`m copy save files from
my old account.
--
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=10118
Summary: Diercke Globus 3D crashes after start in
read_process_memory
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: klaus.layer(a)gmx.de
Created an attachment (id=8683)
--> (http://bugs.winehq.org/attachment.cgi?id=8683)
+all trace
Diercke Globus 3D version 1.1 crashes after start in read_process_memory.
Tested with 0.9.47 as well as wine compiled from latest git. Attached you find
an +all trace.
--
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=11716
Summary: star wars battlefront regression
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ajw1980(a)gmail.com
Created an attachment (id=10942)
--> (http://bugs.winehq.org/attachment.cgi?id=10942)
battlefront pagefault output
There is a regression in star wars battlefront that causes a page fault. I'll
attach the output. I did a bisect and traced it to this:
2a117a20176815b3b8e52c0e4b56a40c4e41e74d is first bad commit
commit 2a117a20176815b3b8e52c0e4b56a40c4e41e74d
Author: Maarten Lankhorst <maarten(a)codeweavers.com>
Date: Mon Nov 5 23:23:11 2007 +0100
dsound: Add support for WAVEFORMATEXTENSIBLE format.
:040000 040000 c15e15dea6363c9afea9cc1b16aedfe9d68aacab
30550b00f81d89f2aac88946e5d3a5bfd48d02fd 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=10253
Summary: Fraps does not record videos or take a screenshot
Product: Wine
Version: 0.9.47.
Platform: Other
URL: http://www.fraps.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marc(a)mwiriadi.id.au
Created an attachment (id=8880)
--> (http://bugs.winehq.org/attachment.cgi?id=8880)
winedebug=error+all wine fraps.exe
Fraps loads but does not take a screenshot. The console implies that it cannot
create a file for some reason.
--
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=9637
Summary: Switchball doesn't run.
Product: Wine
Version: 0.9.44.
Platform: PC
URL: http://www.atomicelbow.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sacrediou(a)yahoo.fr
Created an attachment (id=8037)
--> (http://bugs.winehq.org/attachment.cgi?id=8037)
Switchball start log
I installed the game "Switchball" ; the installation was fine, but I couldn't
manage to start the game.
wine Switchball.exe
The log is attached to this bug message.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.