http://bugs.winehq.org/show_bug.cgi?id=21477
Summary: Access violation in DSOUND_RecalcVolPan
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ravenexp(a)gmail.com
Created an attachment (id=25862)
--> (http://bugs.winehq.org/attachment.cgi?id=25862)
Wine crash dump
DirectX game crashes at startup with the following error:
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x165c70,0x165b70): stub
wine: Unhandled page fault on read access to 0xffffffff at address 0x7e8959a3
(thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0xffffffff in 32-bit code
(0x7e8959a3).
...
...
Backtrace:
=>0 0x7e8959a3 DSOUND_RecalcVolPan+0xa3() in dsound (0x0032f8b0)
1 0x7e882cdb IDirectSoundBufferImpl_Create+0x44b() in dsound (0x0032f920)
2 0x7e88b4a0 DirectSoundDevice_CreateSoundBuffer+0x360() in dsound
(0x0032fa00)
3 0x7e88bce7 in dsound (+0x1bce7) (0x0032fa50)
4 0x0043b47b in hana7 (+0x3b47b) (0x0000ac44)
0x7e8959a3 DSOUND_RecalcVolPan+0xa3 in dsound:
OS: Gentoo linux-2.6.31-r6 alsalib-1.0.21a
Crash dump 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=25307
Summary: King's Quest Collection Series (1997): setup.exe
system test can't play MIDI music
Product: Wine
Version: 1.3.7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tristan_schmelcher(a)alumni.uwaterloo.ca
Created an attachment (id=32147)
--> (http://bugs.winehq.org/attachment.cgi?id=32147)
Terminal output seen when setup attempts to play MIDI music
When attempting to install the game King's Quest Collection Series (the 1997
edition), setup.exe performs a system test and is unable to play MIDI music. It
first displays a message saying that it is testing "extended MIDI support" and
asks if sound is heard (it isn't). After selecting No, it repeats for "basic
MIDI support" (still nothing is heard).
Same behaviour in wine 1.3.6 and 1.2.0.
Terminal output appears to implicate mciseq/mcimidi.c.
Marking as minor since the installer proceeds anyway and loss of MIDI music
would not be a show-stopper for enjoyment of the game.
Not marking with "installer" keyword since the bug would probably occur when
playing the game too.
--
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=23990
Summary: Skip unsupported MPEG streams in quartz instead of
waiting
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
There are some games, namely GTA(III, VC, SA) which show MPEG movies at startup
which need to be skipped by pressing a key, otherwise these games won't
continue startup. Every time this message appears:
fixme:quartz:MPEGSplitter_query_accept MPEG-1 system streams not yet supported.
Why not just skip these movies (reporting EOF to the app) instead of waiting
for something (a key press in this case)? It would improve usability of the
above named games and some other ones. Current behaviour could make the games
unplayable if there were no in-game way of skipping the movies.
--
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=18074
Summary: Wine rendering issues with intel chipset
Product: Wine
Version: unspecified
Platform: PC
URL: http://eveonline.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cheetahmorph(a)gmail.com
Created an attachment (id=20476)
--> (http://bugs.winehq.org/attachment.cgi?id=20476)
Screenshot showing character select screen in linux. Will add windows version
later for comparison
May be related to bug 17437
OS: ubuntu 8.10 with current patches (as of this posting)
Wine version: 1.1.19
System: Lenovo 3000 G530 laptop
in-game objects (ships, hanger, etc) do not render
The character photo in the main screen renders incorrectly
--
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=25335
Summary: Classmodules not usable in MS Word 2003
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: werner.bast(a)onlinehome.de
In Word Macros it is posible, and it seems to be posible with wine too, but ...
If you want to use the Classmodules they constantly fail. To reproduce this
failure do the following steps:
- Open Word
- Goto Visual Basic Editor(Menu or Alt+F11)
- If there is the Projekt - Explorer hidden then open it(Ctr+R)
- Right klick on the current Project -> Insert Classmodule
- To test if it is right choose on the menu Debug -> Compile Project
- It should go ok
- add on the open Window with the Code for the classmodule something new like
"Dim Name as string" + <CR>
- again choose on the Menu Debug - Compile Project
- it fails with the message "Objekt unterstützt diese Eigenschaft oder Methode
nicht"(DE)
--
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=24275
Summary: Nimbus Sky Princess is slow during gameplay
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://www.yoyogames.com/games/121655/download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Created an attachment (id=30572)
--> (http://bugs.winehq.org/attachment.cgi?id=30572)
Terminal Output during Nimbus Sky Princess gameplay.
During gameplay it is very slow no matter what I do however using the native
quartz dll speeds up the game a bit.
Youtube video display how it should run.
http://www.youtube.com/watch?v=7lC2_hQYJVE
--
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=11800
Summary: WISO Sparbuch garbled printout
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oliver.fels(a)gmx.net
Created an attachment (id=11060)
--> (http://bugs.winehq.org/attachment.cgi?id=11060)
The printout preview.
The WISO Sparbuch Tax application is showing garbled printout in the print
preview and printouts (see attachment) as well as the tax summary pages and
checklists. This is propably a font rendering issue.
Windows fonts have been copied to the windows\fonts dir as well as under
/usr/share/fonts/truetype on the Linux side and can be seen by X11.
Problem occured unter Kubuntu Gutsy Gibbon, using KDE 3.5.7.
Any hint what to additionally give as information to help solve the issue is
appreciated.
--
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=18606
Summary: Open/save file dialog "New Folder" button does not
behave as expected for non-unixfs/My Documents working
directory shell items
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
When a file dialog is opened, and a shell item that is not under the unixfs
hierarchy or is not the My Documents item is selected as the working directory,
pressing the "New Folder" button does not show a new "New Folder" icon in the
file listing and does not offer the choice of renaming the folder item, whereas
doing so under a shell item under the "/" hierarchy works properly. To
reproduce:
1. Start up Notepad and open the file open dialog.
2. Change the "Look in:" combo box selector to My Computer.
3. Select the "C:\" shell item.
4. Press the New Folder icon. The expected behavior does not occur.
--
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=25196
Summary: Regression(wine 1.3.7): utorrent icon in systray is
blank and unclickable
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexo.tmp(a)gmail.com
Regression after update wine from 1.3.6 to 1.3.7:
utorrent icon in systray is blank and unclickable(no reaction at left or right
mouse clicks)
--
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=25308
Summary: Rise of Nations installer hangs on "Removing icons..."
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shiningarcanine(a)gmail.com
The Rise of Nations hangs on "Removing icons...". This is a regression in WINE
1.3.7, which does not occur in WINE 1.3.6.
You can reproduce this issue by making a fresh WINE prefix directory, running
winetricks mfc42 and then running the installer. Running winetricks mfc42 is
needed for the installer to work properly. Otherwise, it will hang saying that
it cannot load pidgen.dll. That is probably an issue for 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.