http://bugs.winehq.org/show_bug.cgi?id=5575
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|wine-x11driver |wine-user
Ever Confirmed| |1
Summary|Pro Evolution Soccer 3 does |user32:Pro Evolution Soccer
|not want to launch |3 doesn't launch
| |(RegisterDeviceNotificationA
| |is a stub)
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-30-07 18:10 -------
Confirming. This is likely caused by RegisterDeviceNotificationA being a stub.
Someone should implement this. By hacking the return value to anything else then
"0" the game starts. It has lot of issues though: a bunch of white blocks
through the menu's where text ought to be, in game it only shows white blocks in
a black screen. I guess all shader related.
Hack:
diff --git a/dlls/user/misc.c b/dlls/user/misc.c
index fdcaafa..00dbf15 100644
--- a/dlls/user/misc.c
+++ b/dlls/user/misc.c
@@ -542,7 +542,7 @@ DWORD WINAPI RegisterTasklist (DWORD x)
HDEVNOTIFY WINAPI RegisterDeviceNotificationA(HANDLE hnd, LPVOID notifyfilter,
DWORD flags)
{
FIXME("(hwnd=%p, filter=%p,flags=0x%08lx), STUB!\n", hnd,notifyfilter,flags );
- return 0;
+ return 0x00000001;
}
/***********************************************************************
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3817
------- Additional Comments From rob(a)codeweavers.com 2006-30-07 18:03 -------
Using oprofile, I generated a list of all of the functions using over 1% of the
time in the applicate:
407955 20.6001 ntdll.dll.so RtlUpcaseUnicodeString
309817 15.6445 libwine.so.1 wine_cp_wcstombs
218996 11.0584 ntdll.dll.so RtlIsNameLegalDOS8Dot3
198561 10.0265 libwine.so.1 wine_utf8_mbstowcs
118514 5.9845 ntdll.dll.so RtlUpcaseUnicodeStringToCountedOemString
90594 4.5746 ntdll.dll.so wine_nt_to_unix_file_name
74824 3.7783 ntdll.dll.so RtlUnicodeToOemN
58600 2.9591 libwine.so.1 memicmpW
54659 2.7601 ntdll.dll.so ntdll_umbstowcs
45692 2.3073 ole32.dll.so StorageImpl_GetNextBlockInChain
43063 2.1745 ntdll.dll.so RtlUnicodeStringToOemSize
35359 1.7855 ntdll.dll.so hash_short_file_name
26010 1.3134 ole32.dll.so StorageUtl_ReadDWord
25451 1.2852 ntdll.dll.so .plt
24873 1.2560 ntdll.dll.so find_free_area
21688 1.0952 libwine.so.1 tolowerW
As can be seen, RtlUpcaseUnicodeString is the top CPU user which is likely being
called by the file or loader code.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5688
------- Additional Comments From nlaw(a)nildram.co.uk 2006-30-07 17:58 -------
If you have this problem unticking or ticking vsync seems to fix this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5687
nlaw(a)nildram.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|minor |normal
------- Additional Comments From nlaw(a)nildram.co.uk 2006-30-07 17:56 -------
It's confirmed with 0.9.18 with ATI hardware when the "Full Screen Glow Effect"
is enabled in the Shaders section of video options in World of Warcraft.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5712
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |5803
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5803
Summary: Multiple LL hooks generate never ending loop of events
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: source
Severity: major
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
OtherBugsDependingO 5712
nThis:
If we have two LL hooks in the system from the separate threads we will generate
never ending loop of events.
Attached is the sample program that demostrates the problem.
Here is the loop that starts from internal message that we generated in usr/hook.c:
LRESULT WINAPI CallNextHookEx( HHOOK hhook, INT code, WPARAM wparam, LPARAM lparam )
{
...
case WH_MOUSE_LL:
MSG_SendInternalMessageTimeout( pid, tid, WM_WINE_MOUSE_LL_HOOK,
wparam, lparam,
SMTO_ABORTIFHUNG,
get_ll_hook_timeout(), &ret );
And trying to process in user/message.c:
static LRESULT handle_internal_message( HWND hwnd, UINT msg, WPARAM wparam,
LPARAM lparam )
{
...
case WM_WINE_MOUSE_LL_HOOK:
return HOOK_CallHooks( WH_MOUSE_LL, HC_ACTION, wparam, lparam, TRUE );
Which re-starts the hook chain.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5687
------- Additional Comments From nlaw(a)nildram.co.uk 2006-30-07 17:53 -------
This is only seen if you have the "Full Screen Glow Effect" enabled in the
Shaders section of video options in World of Warcraft.
If you untick this option then the offset disappears and the image is correctly
positioned in the window.
Nick Law
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5090
------- Additional Comments From tom(a)nonotyet.net 2006-30-07 17:52 -------
This bug still exists in the latest Wine 0.9.18 with the latest Second Life
client 1.11.1 (1). Transparent sections of clothing are still improperly rendered.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.