http://bugs.winehq.org/show_bug.cgi?id=11121
Summary: DSOUND_MixOne Fatal error
Product: Wine
Version: 0.9.52.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: perchrh-wine(a)pvv.org
Created an attachment (id=10155)
--> (http://bugs.winehq.org/attachment.cgi?id=10155)
log of stderr and stdout
The game "Night Watch" fails to run. It install nicely and there is sound at
startup, but the game crashes a few seconds later and a backtrace involving
dsound is shown (DSOUND_MixOne Fatal error). I've attached the log output
containing the full backtrace.
To reproduce: Start the game (wine ./NWwatch.exe) and wait a few seconds (no
action necessary).
--
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=9740
Summary: Unimplemented function causes Phantasmagoria 2 to crash
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deadlock(a)start.no
Created an attachment (id=8178)
--> (http://bugs.winehq.org/attachment.cgi?id=8178)
Crash log, +relay, +msgbox
When I start Phantasmagoria 2 - A puzzle of flesh, it crashes because of an
unimplemented function.
It tries to call msvcrt40.dll.??0ostrstream@@QAE@PADHH@Z which appears to be
unimplemented. I have attached the log from the crash.
--
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=12443
Summary: Multi-monitor handling in ddraw/d3d
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
In bug 1347, I write:
I'm guessing slideshows in Picasa with multi-monitors is affected by this as
well. When starting the slideshow, the entire screen gets blanked. After the
slideshow ends, the screen that showed the slideshow gets restored, but the
secondary screen remains blank until it gets drawn over.
Stefan replied:
This could as well be a bug with multi-monitor handling in ddraw, as ddraw is
pretty ignorant to that.
Yes, a bug on d3d multi-monitor handling is a good idea I think.
Thus this bug serves as a reminder to look at multi-monitor handling issues in
ddraw/d3d.
--
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=14398
Summary: X3 Reunion crash on opening comm menu
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.egosoft.com/games/x3/info_en.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pablo.bueti(a)gmail.com
Created an attachment (id=14712)
--> (http://bugs.winehq.org/attachment.cgi?id=14712)
The console outuput when game hangs
When selecting a ship and pressing C to open comms dialog the game hangs, there
are several fixme:amstream lines in console that don't stop showing while games
is hang. After pressing Ctrl-c in console I got the output to report the error
here (attached).
This was tested on openSuSe 10.3, kernel 2.6.22.18-0.2-default and Wine 1.1.0
without modifications.
Also videos and sounds aparently in mp3 format don't play. I found that I'm not
the only having this problem and seems to be related to amstream.dll. Also
tried using native dll but don't help (game crashes and return to console).
--
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=31342
Bug #: 31342
Summary: Trespasser wont launch
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mstilson153(a)gmail.com
Classification: Unclassified
Created attachment 41183
--> http://bugs.winehq.org/attachment.cgi?id=41183
Error report information
Trespasser.exe: trespasser has encountered a serious problem and needs to
close.
--
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=25390
Summary: wineconsole doesn't returns exit code of subprocess
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cblp(a)cblp.su
wineconsole should exit with the code, that was returned by nested command.
Example 1.
$ wineconsole cmd
CMD Version 1.2
> thereisnosuchcommand
File not found
> echo %ERRORLEVEL%
9009
> exit
$ echo $?
0
Example 2.
$ wineconsole thereisnosuchcommand
wine: cannot find L"C:\\windows\\system32\\thereisnosuchcommand.exe"
wineconsole: Starting command "thereisnosuchcommand" failed.
The command is invalid.
$ echo $?
0
And always 0, regardless of subprocess.
--
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=25166
Summary: Multiple mime type handling registered for different
file extensions
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: quentin.denis(a)gmail.com
Created an attachment (id=31923)
--> (http://bugs.winehq.org/attachment.cgi?id=31923)
screenshot illustrating the issue
The title might be confusing, but to be more precise, for file extensions
associated to Office Application (and even others) I get multiple "open with"
proposals, all referring to the same Office component (screenshot illustrates).
The issue seems to lie in the way wine registers the file mime-types. For a
.ppt file, i.e., I should get only one "PowerPoint" entry in my open with
dialog.
--
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.