[Bug 29168] Star Wars: The Old Republic game client hangs at intro splash

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jul 24 12:25:54 CDT 2013


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

--- Comment #268 from Alex <alexzk at mail.ru> 2013-07-24 12:25:54 CDT ---
SWTOR uses vc runtimes, it is possible that it will not work with "built-in" as
that commit sets to use.

Intresting, maybe this KSHARED_USER_DATA should be done inside those runtimes?
:/
Here is that commit:

commit cfec148b8baeb86ee9d775f9cf527b80e043f5a4
Author: Piotr Caban <piotr at codeweavers.com>
Date:   Mon Feb 18 10:26:17 2013 +0100

    msvcp90: Prefer builtin version.

diff --git a/dlls/msvcp90/msvcp90_main.c b/dlls/msvcp90/msvcp90_main.c
index cb6377f..7a7aafe 100644
--- a/dlls/msvcp90/msvcp90_main.c
+++ b/dlls/msvcp90/msvcp90_main.c                                               
@@ -84,8 +84,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason,
LPVOID lpvReserved)                                                  

     switch (fdwReason)                                                         
     {
-        case DLL_WINE_PREATTACH:
-            return FALSE;    /* prefer native version */
         case DLL_PROCESS_ATTACH:
             init_cxx_funcs();
             init_lockit();

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