[Bug 11280] Mythos Beta will not pass Splash Screen

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jan 26 04:45:23 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=11280


Ralf Merkel <bigbearman at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bigbearman at gmx.de




--- Comment #5 from Ralf Merkel <bigbearman at gmx.de>  2008-01-26 04:45:23 ---
hi guys,
i am getting into the menu.
i applied these patches:

http://bugs.winehq.org/attachment.cgi?id=8297 from
http://bugs.winehq.org/show_bug.cgi?id=9787

and

diff --git a/dlls/user32/input.c b/dlls/user32/input.c
index b385ee4..39608de 100644
--- a/dlls/user32/input.c
+++ b/dlls/user32/input.c
@@ -723,7 +723,7 @@ INT WINAPI ToUnicode(UINT virtKey, UINT scanCode, LPBYTE
lpKeyState,
 INT WINAPI ToUnicodeEx(UINT virtKey, UINT scanCode, LPBYTE lpKeyState,
                       LPWSTR lpwStr, int size, UINT flags, HKL hkl)
 {
-    return USER_Driver->pToUnicodeEx(virtKey, scanCode, lpKeyState, lpwStr,
size, flags, hkl);
+    return 1;//USER_Driver->pToUnicodeEx(virtKey, scanCode, lpKeyState,
lpwStr, size, flags, hkl);
 }

 /****************************************************************************

looks like the same behavior to me as in hellgate ...
http://bugs.winehq.org/show_bug.cgi?id=10318 

ingame no mouseinput or keyboardinput 
sound works ... 


http://bugs.winehq.org/attachment.cgi?id=10450


-- 
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.



More information about the wine-bugs mailing list