http://bugs.winehq.org/show_bug.cgi?id=18657
Summary: Motocross Madness 2 Demo: picture quality in menus
changes as mouse moves
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://www.microsoft.com/games/motocross2/default.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
CC: aric(a)codeweavers.com
I know that Aric Stewart's commit prior to wine-1.1.3:
eb4ee4f4ada6d02aeb26b0e12964b208ecc68b52 is first bad commit
commit eb4ee4f4ada6d02aeb26b0e12964b208ecc68b52
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Wed Jul 30 10:01:08 2008 -0500
wined3d: Rework surface Blt a bit to only lock the part of the destination
surface being drawn to.
was already associated with several regressions, e.g. bug #15056, some of which
have been fixed since, e.g. bug #12766. Here's a new one, with a possibility
that this commit just puts the nail on something that was broken long
before[*].
Since Aric's commit, Motocross Madness Demo 2 shows:
a) the scene pictures as if downsampled to 8 bits instead of 16/32
in both the terrain selection view as well as
the motorcycle selection view in the garage.
b) and an extra horizontal garbage line near the bottom of the screen.
What's been fixed again since Aric's commit, as of wine-1.1.22:
c) the mini-TV pop up animation to select stunt/motocross etc. mode in the
initial menu.
Please compare the AppDB screenshot
http://appdb.winehq.org/appimage.php?iId=14073 with my own in bug #17234,
comment 6 at http://bugs.winehq.org/attachment.cgi?id=21343 to see a) and b)
These defaults are visible in wine-1.1.21 both with an Intel Xorg driver in
Ubuntu as well as with an NVidia 9400 chip in MacOS X.
[*] The color artifacts may be explained as follows, considering the earlier
build d4d133f032389f54a45e6c8397a932f0ac47b432
Go to the "single player race event" menu. The scene seems well drawn in 16 or
32 bit depth. However, as the mouse moves to the top 3 tabs, the scene view
darkens and looses colours. It looks very much like it was turned into an 8bit
picture. and exactly like after Aric's patch. Moving the mouse over it restores
the original variety of colours underneath, a "mouse lighting" effect I
described in bug #17234.
So an 8/16 bit depth mismatch could explain the observed change of colours.
Hence it is not the case that the later commit from Aric broke everything. It
just made the situation degrade, by displaying an 8bit-lookalike picture right
from the beginning.
Let's focus on a) and b) here and on the (supposedly) distinct mouse lag issue
in bug #17234. Both the trial and the retail version of MCM2 are affected, but
the demo is downloadable (40MB).
--
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=19891
Summary: d3dim, rasdlg, resutils: warning: import library
doesn't export anything
Product: Wine
Version: 1.1.28
Platform: Macintosh
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Found this while compiling on ppc. Strangely though, no warning on x86_64 (at
least, that I've noticed).
--
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=19004
Summary: Windows Live Messenger 8.5 installer fail to start
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?displa
ylang=en&FamilyID=7a1aae73-48cc-4f7a-b445-0487bd5e84ef
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=21895)
--> (http://bugs.winehq.org/attachment.cgi?id=21895)
Console output
After doing wine WLinstaller.exe the installer just fail silently without
showing any error.
--
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=19852
Summary: AsyncHttpEndRequestProc was called twice
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leeight(a)gmail.com
AsyncHttpEndRequestProc -> HTTP_HttpEndRequestW -> HTTP_GetResponseHeaders
was called twice, which cause my application crashed.
the attachment is my debug log, and the temporary solution is
change AsyncHttpEndRequestProc like this
static void AsyncHttpEndRequestProc(WORKREQUEST *work)
{
struct WORKREQ_HTTPENDREQUESTW const *req = &work->u.HttpEndRequestW;
http_request_t *lpwhr = (http_request_t*)work->hdr;
TRACE("%p\n", lpwhr);
if(lpwhr->lpszRawHeaders == NULL){ // add this line
FIXME("[%p]call HTTP_GetResponseHeaders", (lpwhr));
HTTP_HttpEndRequestW(lpwhr, req->dwFlags, req->dwContext);
} // add this line
}
--
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=20324
Summary: Update Wine Wiki to new website theme
Product: WineHQ.org
Version: unspecified
Platform: All
URL: http://wiki.winehq.org/
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexander.scott.johns+winebug(a)googlemail.com
CC: jnewman(a)codeweavers.com
The Wine Wiki looks badly out-of-place compared to the rest of winehq.org.
Wiki source: http://wine.cvs.sourceforge.net/viewvc/wine/wiki/
While we're at it, maybe we should move the Wiki source to
http://source.winehq.org/git/ as well.
--
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=20447
Summary: Pro evolution soccer 2010: crashes and hangs randomly
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vertigo.rus(a)gmail.com
Created an attachment (id=24296)
--> (http://bugs.winehq.org/attachment.cgi?id=24296)
thats the only output I get when the game crash, same when it just "hangs" and
wine error pops out
Pro evolution soccer 2010 crashes and hangs randomly
It happens sometimes when choosing stuff in menu (in all menus randomly)
sometimes during gameplay, sometimes when starting match and sometimes when
ending match and going to main menu.
--
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=19317
Summary: Enemy Nations: "Error 2 loading the game"
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://www.windwardreports.com/enemy_nations2.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joeljkparker(a)gmail.com
Enemy Nations is a 1997 real-time strategy game made for Windows 95. It
installs fine, but when the game starts, the black "Loading Enemy Nations..."
screen appears, followed by an error message: "Error 2 loading the game". No
console messages are printed using default logging.
--
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.