http://bugs.winehq.org/show_bug.cgi?id=12294
Summary: Warhammer 40K: dark crusade - Lag when not playing
Product: Wine
Version: 0.9.5.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: masterofnebulahfrost(a)hotmail.com
In the game, whenever there is a non-playing scene, the graphics lag terribly,
while the sound is ok. This can be seen almost everywhere, for example:
1) the intro
2) the intro to the single player campaign (which is done using the game
engine)
--
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=12286
Summary: regression: sound: first fragmented, now the ends are
chopped off
Product: Wine
Version: 0.9.41.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)wkresse.de
CC: m.b.lankhorst(a)gmail.com
Since 0.9.40 I am having problems with sound playback. The application is the
Arindal MMORPG-Client (http://www.arindal.com/), but it uses standard QuickTime
to play sound (installed QuickTime 7.2.0.240).
The first regression was introduced in 0.9.40. Before that, sound was playing
fine. With 0.9.40, sound would no longer be played continuously, but all the
sounds (in my case the sound effects of the game) were played fragmented and
choppy.
A git bisect shows that this is the problematic commit:
a7d6ed8ea65260f62f1762b05c496bee0944e6a1 is first bad commit
commit a7d6ed8ea65260f62f1762b05c496bee0944e6a1
Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com>
Date: Wed Jun 13 17:05:49 2007 +0200
dsound: Simplify mixing by removing remixing support, and fix its waveout
breakage.
Based on a patch by Peter Dons Tychsen.
:040000 040000 736eca236d0ebae24b5688d44afdce594884fc8a
86bc67d2716bb82bb35154daa77411f4240d3705 M dlls
The second regression (or partial fix of the first regression?) was introduced
in 0.9.41. Since then, sounds will play continuously again, but very often (not
always) the ends of the sound are chopped off (the last 0.2 seconds or
something like that), so that very short sounds are no longer played at all,
especially if many or multiple sounds are played in short succession. In
addition, sometimes fragments of the "missing" sound bits are played at a later
point, for example, when another sound starts playing.
Git bisect where this occured:
976f56d6c0f7bb6c2248412a3b66935d87924e60 is first bad commit
commit 976f56d6c0f7bb6c2248412a3b66935d87924e60
Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com>
Date: Sun Jul 8 16:36:46 2007 +0200
dsound: Simplify IDirectSoundBufferImpl_GetCurrentPosition.
:040000 040000 b01d7c5c953beee04fe3761828a380f96b4e0b8a
4d7ea3068c00fed65cffcaed24aa95e980ae5dd8 M dlls
Unfortunately, I cannot test whether this has been fixed after 0.9.50, since
Arindal will no longer run in current wine versions due to bug #11989.
If you want to test this with Arindal, you can get a free demo account here:
http://www.arindal.com/cms/content/view/69/121/lang,de/
Ubuntu 7.10 on AMD Athlon(tm) XP 1600+
--
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=14148
Summary: La-Mulana crashes during specific boss attack
Product: Wine
Version: 1.0.0
Platform: Macintosh
URL: http://appdb.winehq.org/objectManager.php?sClass=applica
tion&iId=4511
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pyrop(a)livejournal.com
Created an attachment (id=14408)
--> (http://bugs.winehq.org/attachment.cgi?id=14408)
Console error log.
La-Mulana crashes during the boss fight with the boss Tiamat, when she uses her
hair attack (pictured in this video: http://www.youtube.com/watch?v=aTevN1yVk6U
, around 0:45.) It does not occur every time; it seems to happen when her hair
runs into an enemy or the player. The game also becomes slow and slow to
respond during the hair attack. (And the winner for weirdest bug description
goes to...)
The error messages indicate the crash is occuring in the ddraw DLL. A sprite
collision problem, maybe?
I am using some DLL overrides; La-Mulana crashes at startup unless I do so. The
DLLs overridden are dsound,dmime,dmusic,dmloader,dmsynth,dmband,dmfile, and
dmstyle (though La-Mulana does not use all these).
--
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=13844
Summary: pywin32 cannot be installed
Product: Wine
Version: 1.0-rc4
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kirr(a)landau.phys.spbu.ru
Pywin32-211 cannot be installed - it just eat 100% cpu and never finishes.
Wine ver: c959867510703a100106f292cd26cb8f489236bb (post 1.0-rc4)
Here are the steps how to reproduce it:
$ export WINEPREFIX=`pwd`/bug.pywin32
$ wget -c http://www.python.org/ftp/python/2.5.2/python-2.5.2.msi
$ wget -c http://downloads.sourceforge.net/pywin32/pywin32-211.win32-py2.5.exe
$ wineboot -i
$ msiexec /i python-2.5.2.msi /qb
This initilizes wine instance and installs python into it.
Let's try to install pywin32:
$ wine pywin32-211.win32-py2.5.exe
Oops, it eats 100% cpu and spawns new and new processes (pid of pywin32.exe
changes) and never completes.
On Windows XP pywin32-211.win32-py2.5.exe installs fine.
Thanks beforehand.
--
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=13567
Summary: Tecplot 360 : Program can not start
Product: Wine
Version: 1.0-rc2
Platform: PC
URL: http://www.tecplot.com/products/360/demo.aspx
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: biglittle(a)gmail.com
It shows "Configuration file is missing. Using factory defaults."
I click OK, then a error message say "Cannot find font input file"
--
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=12848
Summary: write protection
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dustin.steiner(a)gmail.com
Created an attachment (id=12535)
--> (http://bugs.winehq.org/attachment.cgi?id=12535)
read-only error
if i want to open a project-file in microstation v8 2004, it returnes the
error, that the file is already in use.
but no user has opened it - see screenshot for error-message
--
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=14438
Summary: Moving cursor in RA2 freezes game
Product: Wine
Version: 1.1.1
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas.vdburgt(a)xs4all.nl
CC: thomas.vdburgt(a)xs4all.nl
When mocing the cursor in Red Alert 2 the game freezes. In the menu's it
totally freezes, ingame it stutters. This makes the game unplayable.
No relevant console output is given, although wine not being able to change the
screen to 16bpp (fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change
screen BPP from 32 to 16)
--
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=14421
Summary: Wing Commander 3 Kilrathi saga edition. Sound Stutters
on movie playback
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jcarthew(a)mbarron.net
as in the bug description. Sound stutters when playing movies in the game. The
Movies are a MAJOR part of the game has (mark hamill, john rhys davies, malcolm
mcdowell, tom wilson) all in it. There's no commandline output to indicate an
issue that I'm aware of but I'll look into it further. If someone who knows
dsound more can help diagnose/test it that'd be great.
--
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=12832
Summary: Propellerheads reason 4 works a lot slower than on WinXP
Product: Wine
Version: 0.9.60
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: creeco(a)gmail.com
CC: creeco(a)gmail.com
Propellerheads reason 4 works a lot slower than it does on windows. Tested on
ubuntu 8.04 wit the alsa sound driver and default settings in wine.
A demo of the app you can use for testing is avaiable here:
http://www2.propellerheads.se/download/files/ReasonDemo_win.zip
--
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.