http://bugs.winehq.org/show_bug.cgi?id=29168
--- Comment #268 from Alex alexzk@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@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();