http://bugs.winehq.org/show_bug.cgi?id=15929
Summary: Warhammer Online flicker.
Product: Wine
Version: 1.1.7
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: modemmisuser(a)gmail.com
All screens, from the login screen, through the publisher/developer logs, to
character select, have major flicker. Sometimes, the screen will actually go
black for 2-20 seconds, then come back. Other times it's just slow flicker,
especially when moving the mouse to interact.
Wine 1.1.7 with the "model fix" patch. Ubuntu 8.10. Video card is an HD4870X2
with proprietary ATI drivers.
--
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=17287
Summary: Water Surface Effect does not work
Product: Wine
Version: unspecified
Platform: All
URL: http://gamedaily.newaol.com/pub/Shaiya_Xfire_Bundle.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcpowers(a)comcast.net
In the game shaiya, if you go under graphical options and turn Water Surface
Effect two things happen:
*The water itself dissappears, so it just looks like grass.
*Some bushes and plants can be seen through other objects, for example, if I
stand behind a wall, I can still see the grass on the other side.
As long as this effect isn't on, those two bugs are no longer present.
--
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=16026
Summary: Midi music does not play in Perfect Cherry Blossom demo
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dmusic
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spzakulec(a)mail.widener.edu
Created an attachment (id=17242)
--> (http://bugs.winehq.org/attachment.cgi?id=17242)
Messages from the console when running the game.
The Perfect Cherry Blossom demo seems to have a limited soundtrack compared
with the full version- just sounds and MIDI versions of the first 3 levels.
Under Windows XP, music comes on instantly when you switch from WAV to MIDI
under BGM options. On Linux, there is no music from the demo. You can get the
music to play by having a copy of the full soundtrack, and placing that file in
the game directory.
I'm running Kubuntu 8.04.1.
--
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=15871
Summary: Morrowind: Vertex pipeline replacement breaks rendering
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
CC: stefan(a)codeweavers.com
Morrowind version 1.2.0722 used.
Ingame scene rendering is complelty broken, it just shows a black screen.
Non-ingame menu is partially broken (going to attach screenshots).
Opening the main menu ingame works (it shows), also the character menu. Also
going to do some shots for these.
Greets,
Tobias
--
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=16649
Summary: configure isn't recognizing OpenSSL on OpenBSD
Product: Wine
Version: 1.1.11
Platform: PC
OS/Version: OpenBSD
Status: NEW
Keywords: patch, source
Severity: major
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Got bored over winter break, and someone asked on wine-users if wine works on
OpenBSD. Seems it needs quite a bit of work. I've sent a patch for the first
issue:
http://www.winehq.org/pipermail/wine-patches/2008-December/066746.html
Next up, configure isn't picking up OpenSSL. Checking google, seems OpenBSD
splits openssl into two parts:
http://archives.neohapsis.com/archives/openbsd/2003-05/1983.html
The below hack lets configure detect it, but I'm not sure how to incorporate
this properly into configure.ac. Doesn't seem to help the build either...
diff --git a/configure b/configure
index 6381aed..0a9a407 100755
--- a/configure
+++ b/configure
@@ -15767,7 +15766,7 @@ if test "${ac_cv_lib_soname_ssl+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_soname_save_LIBS=$LIBS
-LIBS="-lssl $LIBS"
+LIBS="-lssl -lcrypto $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
--
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.