http://bugs.winehq.org/show_bug.cgi?id=27615
Summary: Regression from 1.3.22 -> 1.3.23. Overlord Steam
version. Left mouse button no longer responds in
menus.
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: twighome(a)ntlworld.com
In the Steam version of Overlord (the original game), after an upgrade from
1.3.22 to 1.3.23, the left mouse button no longer works in in-game menus. It is
possible to use the enter button in most situations as a workaround.
Left mouse button works correctly in other situations.
OS is Ubuntu 11.04 32bit.
Thanks,
Twig.
--
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=13496
Summary: Director Player Error dialog: "The projector file is
corrupt. Unable to continue."
Product: Wine
Version: 1.0-rc2
Platform: PC
URL: http://gamecenter.oberon-media.com/game.htm?code=111255667&RefId=&origin=pcat_gm_
img
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
Some of the Oberon games exhibit this error when trying to run.
Steps to reproduce:
1. Install the game (Flip Or Flop: Home Edition)
2. Run FlipOrFlop.exe from the install directory
After complaining about some unsupported ioctl flags, the program fails with a
Director Player Error dialog: "The projector file is corrupt. Unable to
continue."
--
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=27915
Summary: Lemmix game (lemmings clone) - crashes when entering
1st level
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Lemmix game (lemmings clone) - crashes when entering 1st level with the
message:
XIO: fatal IO error 14 (Bad address) on X server ":0.0"
after 9812 requests (9804 known processed) with 0 events remaining.
1. I did a regression test between 1.3.25 and 1.3.25-99-g093547e:
commit 3cb26488bdee73c39c04f8644d83bddca1bea141
Author: Huw Davies <huw(a)codeweavers.com>
Date: Mon Jul 25 10:56:30 2011 +0100
gdi32: Rewrite SetDIBits to use the PutImage gdi driver function.
:040000 040000 40001b119f364ca84bf04a1f9c0c783783df7a95
eb642062832117052a2f619da0275961b78f76a3 M dlls
2. No other bug report suffers from this commit right now.
3. Revert of this patch after git checkout makes that problem go away.
--private keyword: bisected
--
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=24894
Summary: Where’s Waldo installer refuses to run since it can't
phone home via WinHttpRequest com object?
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winhttp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
You can download the demo free from
http://www.download-game-demo.com/where-s-waldo-the-fantastic-journey.html
When you run the installer, it asks for your email address, and aborts
complaining that you have to install msxml to continue.
After doing 'winetricks msxml3', you get further; it then complains
that you can't install without a working internet connection. The log
shows
err:ole:CoGetClassObject class {2087c2f4-2cef-4953-a8ab-66779b670495} not
registered
which seems related; that's the GUID for something called WinHttpRequest
Component. I think it's part of winhttp 5.
--
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=27178
Summary: advapi32: CryptEnumProvidersW may don't free resources
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: menone7(a)gmail.com
CryptEnumProvidersW may don't free resources, if something was wrong with the
type registration.
if (RegOpenKeyW(hKey, pszProvName, &subkey))
return FALSE;
if (RegQueryValueExW(subkey, typeW, NULL, NULL, (BYTE*)pdwProvType, &size))
return FALSE;
must be
if (RegOpenKeyW(hKey, pszProvName, &subkey))
{
RegCloseKey(hKey);
SetLastError(NTE_FAIL);
return FALSE;
}
if (RegQueryValueExW(subkey, typeW, NULL, NULL, (BYTE*)pdwProvType, &size))
{
RegCloseKey(subkey);
RegCloseKey(hKey);
SetLastError(NTE_FAIL);
return FALSE;
}
--
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=27929
Summary: Bus error in create_alpha_bitmap on Mac OS X 10.7 Lion
with Xcode 4.1
Product: Wine
Version: 1.3.25
Platform: x86-64
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: camillo.lugaresi+wine(a)gmail.com
I have compiled Wine 1.3.25 on Mac OS X 10.7, with the latest developer tools
installed (Xcode 4.1).
Trying to launch any wine program, even winemine, results in it crashing with
the message "Bus error: 10".
Running wine inside gdb, and with WINEDEBUG=+relay, shows that the crash occurs
while doing:
0045:Call user32.LoadIconA(403b0000,403b5a84 "WINEMINE") ret=403b1899
Specifically, it crashes inside create_alpha_bitmap, soon after the call to
StretchDIBits returns, inside the loop that does alpha premultiplication. By
disassembling I found that the crash occurs in the line
ptr[0] = ptr[0] * alpha / 255;
when attempting to write back the value into ptr[0]. It occurs on the very
first iterations of the loop.
I tried googling a bit, and this seems to be the same problem that was
discussed here:
http://www.winehq.org/pipermail/wine-devel/2011-January/088553.html
But that conversation was back in January, and it's unclear if any resolution
was reached.
Anyway, since this problem seems to make Wine completely unusable on Lion, and
can be reproduced entirely within wine, I think it should be considered both
easy to reproduce (as long as you have access to a Mac) and very urgent to fix
--
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=27898
Summary: Winhttprequest wrong credentials return empty response
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winhttp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Example from bug 27864
http://netikka.net/dev/winhttp5.exe
Enter wrong username or password and click "download"
Windows: Returns page, where it says "..you provide the wrong username and/or
password.."
Wine: Returns empty.
--
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=27083
Summary: crash while installing Kingsoft PC manager
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=34519)
--> (http://bugs.winehq.org/attachment.cgi?id=34519)
LOG: crash while installing pcmanager
Kingsoft PC manager is opensource, code is available at
http://code.ijinshan.com/en/
1. Download http://dl.ijinshan.com/safe/setup_2.6.3.1402.exe
2. wine setup_2.6.3.1402.exe
Then a crash occur.
Out put is like this.
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
fixme:advapi:SetNamedSecurityInfoW L"C:\\Program Files\\KSafe\\AppData" 1 4
(nil) (nil) 0x57cd58 (nil)
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),4,2,(nil),0,(nil)) - stub!
fixme:ole:CoResumeClassObjects stub
wine: Unhandled page fault on read access to 0x1016575b at address 0x7b837e42
(thread 0032), starting debugger...
Unhandled exception: page fault on read access to 0x1016575b in 32-bit code
(0x7b837e42).
--
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=23384
Summary: Clicking on Audio Tab on Winecfg takes several seconds
the first time
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luisalvaradox(a)gmail.com
When you open winecfg and click on Audio, it will take several seconds for it
to respond. About 5 to 6 seconds to respond. This was not the case in versions
1.2 rc3 and 1.2 rc4. You could click and see the Audio tab immediately.
--
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=27630
Summary: Vampire The Masquerade: Bloodlines: Regression causes
graphics corruption
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: companheiro.vermelho(a)gmail.com
CC: stefan(a)codeweavers.com
Created an attachment (id=35323)
--> (http://bugs.winehq.org/attachment.cgi?id=35323)
Screenshot showing the corruption
Vampire The Masquerade: Bloodlines runs perfectly on wine-1.3.22, but in
wine-1.3.23, there is a corruption, specially in the menu but also in the game.
After a git bissect, the appointed culprit is commit
68b15bc5ffe6ddf5d08cbc13479eaf718ad5e39f
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Apr 19 21:24:26 2011 +0200
wined3d: Give GL_ARB_map_buffer_range another try.
See the attached screenshot for an example of the corruption. It is actually
pretty hard to capture a screenshot of the corruption because it keeps flashing
and changing between the correct image and the corrupted image.
I'm not using any override, but, as it should be obvious, I'm using ARB (on
regedit, the key "UseGLSL" is "disabled"). Without setting this the game barely
runs.
Running Ubuntu 11.04 i386 with a ATI Radeon HD 5450 card and using proprietary
driver fglrx version 8.84.6.
According to glxinfo, this driver has the GL_ARB_map_buffer_range extension,
but apparently it is broken...
--
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.