http://bugs.winehq.org/show_bug.cgi?id=14761
Summary: Wine does not support DRM content
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: starmatz71(a)yahoo.de
Guild Wars supports on windows DRM content, which can be purchased through
www.directsong.com
So I have purchased it but it does not work in an Linuxenvironment or in wine,
because of the lack of supporting Digital Rights Management inside wma-files.
--
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=28442
Summary: CSpy5: Listview icons have a black background
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Just finished regression test and the result is:
dc9a218a00e3abd48536e1c9d976ba52745a221e is first bad commit
commit dc9a218a00e3abd48536e1c9d976ba52745a221e
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Sep 15 12:49:08 2011 +0200
winex11: Add a StretchBlt entry point to the XRender driver.
:040000 040000 7e9122263e58d6ae6392583ed526d0b70475d257
6a893ebc5e7080ba732eddfc16cea36f73928277 M dlls
It's not revertible on current git, but commit before it works fine as it used
to. So I believe results are correct.
I tested this with ControlSpy5 - application for comctl32 and user32 controls
from MS, could be downloaded from msdn website.
--
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=27458
Summary: XLVIEW freezes when loading an XLS document with macro
Product: Wine
Version: 1.3.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: szotsaki(a)gmail.com
Created an attachment (id=35109)
--> (http://bugs.winehq.org/attachment.cgi?id=35109)
Normal output redirected to log file
1.) Download and install MS XLVIEW 2010 from here:
http://www.microsoft.com/downloads/en/details.aspx?familyid=1cd6acf9-ce06-4…
2.) Download the above mentioned XLS from here:
http://developer.download.nvidia.com/compute/DevZone/docs/html/C/tools/CUDA…
3.) Start ~/.wine/drive_c/Program\ Files/Microsoft\ Office/Office12/XLVIEW.EXE
and open the downloaded XLS file
4.) Wine freezes instantly with the following error:
wine: Unhandled page fault on read access to 0x0000000c at address 0x3b0c5efa
(thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x0000000c in 32-bit code
(0x3b0c5efa).
I can reproduce this bug any time.
--
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=26979
Summary: tokenadmin.exe required implementation of
RegisterDeviceNotificationA
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=34408)
--> (http://bugs.winehq.org/attachment.cgi?id=34408)
LOG: wine tokenadmin.exe
tokenadmin.exe is a smart card reader manager from ICBC online bank.
1. donwload http://www.icbc.com.cn/icbc/html/download/dkq/SafeSign_ICBC_Per.exe
2. install SafeSign_ICBC_Per.exe with wine
$ LANG=en_US.utf8 wine SafeSign_ICBC_Per.exe
3. override winscard.dll, workaround for Bug 26978
4. run tokenadmin.exe
$ cd $WINEPREFIX/"drive_c/Program Files/ICBCEbankTools/G&D/Management Utility"
$ wine tokenadmin.exe
here is some of the logs:
fixme:win:RegisterDeviceNotificationA (hwnd=0x20088,
filter=0xf9e90c,flags=0x00000000) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x30088,
filter=0x109e90c,flags=0x00000000) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x40088,
filter=0xf9e90c,flags=0x00000000) returns a fake device notification handle!
--
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=26962
Summary: running sysocmgr.exe required
OCMANAGE.dll.pSetupMalloc
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
1. copy native sysocmgr.exe from Windows XP
2. run sysocmgr.exe on wine:
$ wine sysocmgr.exe /i:caller.inf (See [1] for details about sysocmgr.exe)
Get errors as below:
err:module:import_dll Library OCMANAGE.dll (which is needed by
L"C:\\windows\\system32\\sysocmgr.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\sysocmgr.exe" failed, status c0000135
3. rename a stub dll to ocmanage.dll and copy it to system32/ ,
then run sysocmgr.exe again:
$ wine sysocmgr.exe /i:caller.inf
This time occur a crashing:
wine: Unimplemented function SETUPAPI.dll.pSetupMalloc called at address
0x7bc4a4e0 (thread 003c), starting debugger...
---
Backtrace:
=>0 0x7bc4a4e0 stub_entry_point+0x50(dll="SETUPAPI.dll", name="pSetupMalloc",
ret_addr=0x5f015b53) [/home/fracting/wine-git/dlls/ntdll/loader.c:197] in ntdll
(0x0032e830)
maybe a stub pSetupMalloc will help?
[1]How to reinstall the Smart Card service on Windows XP
http://lazybit.com/index.php/2007/12/19/windows_xp_re_install_smart_card_se…
--
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=28510
Bug #: 28510
Summary: Can't Install Amazon Kindle
Product: Wine
Version: 20010112
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jobattle(a)gmail.com
Classification: Unclassified
Created attachment 36581
--> http://bugs.winehq.org/attachment.cgi?id=36581
Error Log
Kindle for PC Installed Fails due to MSVCP90 problem
--
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=26977
Summary: native scardsvr.exe required implementation of
RegisterDeviceNotificationA
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=34405)
--> (http://bugs.winehq.org/attachment.cgi?id=34405)
SCardSvr.reg
1. export [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SCardSvr]
from Windows XP regedit
2. import reg file to wine regedit. (see attachment SCardSvr.reg for the reg
file.)
3. copy native scardsvr.exe to $WINEPREFIX/driver_c/windows/system32
4. run winecfg, then scardsvr.exe will be started as a service.
$ winecfg
fixme:win:RegisterDeviceNotificationA (hwnd=0x1109c8,
filter=0x64e9c0,flags=0x00000001) returns a fake device notification handle!
scardsvr.exe is required for some smart card readers.
--
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=28281
Summary: wine locked in ::SetPixelFormat
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zhao_jian(a)dahuatech.com
now I use wine-1.3.27 in Mac 0S X 10.7 (LION).when I call ::SetPixelFormat,but
this function can't return.
PIXELFORMATDESCRIPTOR pfd =
{
sizeof(PIXELFORMATDESCRIPTOR),
1,
PFD_DRAW_TO_WINDOW | PFD_SUPPORT_OPENGL,
PFD_TYPE_RGBA,
24,
0,0,0,0,0,0,
0,0,0,0,0,0,0,
32,
0,0,
PFD_MAIN_PLANE,
0,
0,0,0,
};
int wglPixelFormat = ::ChoosePixelFormat(m_hDC, &pfd);
BOOL bSuccess = ::SetPixelFormat(m_hDC, wglPixelFormat, &pfd);
after I trace this bug, pglXCreateGLXPixmap (it is in
dlls/winex11.drv/opengl.c)can't return .
--
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=27853
Summary: bink video troubles
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: netfab(a)gmail.com
With Tomb raider Anniversary && Legend, there's some bink video for intros and
inside games. When these videos are played, I noticed some graphical corruption
and performance issues (massive slowdown).
Currently I'm using wine 1.3.23, but I remember (very) old versions of wine
that did not have these problems. I found bug #3112 on the same subject.
I tried to install the Tomb Raider Legend demo [1] into a new WINEPREFIX, to
see if I can reproduce. With this demo, I found another funny issue : when
launching the demo, the bink video intro is played, I can hear the music, but
the screen is completely black. This does not happen with the retail version (I
do have only graphical corruption with retail).
[1] http://www.tombraiderfiles.com/tr7/public/tr7demo.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.
http://bugs.winehq.org/show_bug.cgi?id=3023
--- Comment #28 from Erich Hoover <ehoover(a)mines.edu> 2011-09-27 11:48:16 CDT ---
So, has anyone tried moving the WINPOS_ActivateOtherWindow call before the call
to SetWindowPos? (I don't have a copy of OrCad anymore, just going through my
list of open CCd bugs) If I had to guess, I'd say that OrCad is trapping the
WM_WINDOWPOSCHANGING call, changing the active window, and then we end up
overriding it with WINPOS_ActivateOtherWindow.
--
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.