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=11975
Summary: Portal 1.0 no audio
Product: Wine
Version: 0.9.57.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aikawarazuni(a)gmail.com
Portal 1.0, installed through steam, everything works but no audio output.
Without setting DEBUG=all the only relevant line I could find is this repeated
over and over:
fixme:d3d:IWineD3DVolumeImpl_LockBox (0x1d6b28) : pBox=0x34e2d8 stub
--
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=11905
Summary: Portal game crashes on exit
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmitriy.geels(a)gmail.com
Created an attachment (id=11200)
--> (http://bugs.winehq.org/attachment.cgi?id=11200)
screenshot of debug dialog
Portal crashes on exit and shows debug dialog, telling 'Illegal termination of
worker thread'.
--
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=11834
Summary: The Dark Eye: Program does not start
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gibmirspam(a)gmail.com
Created an attachment (id=11108)
--> (http://bugs.winehq.org/attachment.cgi?id=11108)
Wine output when trying to run the program
When trying to run the program, Wine immediately shows error messages. Nothing
else 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=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=12057
Summary: Power! Estimator renders numerical cell text incorrectly
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://scguy318.freeshell.org/PowerSetup.exe
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=11423)
--> (http://bugs.winehq.org/attachment.cgi?id=11423)
Power! Estimator terminal output
While I have hosted the demo application for convenience on my personal space,
the actual demo itself can be obtained after filling out information from
(http://www.jaffesoftware.com/ElectricalSoftware.htm?index.htm). After
installing the application and going through the demo dialogs, the numerical
values in the database window have the appearance of two dots inside, a major
issue for anyone trying to actually read the numbers. On Windows the problem is
not exhibited. Attached are terminal logs and comparison screenshots. Wine
version used is wine-0.9.57-211-gfad0f48.
--
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.