[Bug 40613] WhatsApp Desktop application not working

wine-bugs at winehq.org wine-bugs at winehq.org
Wed May 11 08:03:24 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=40613

Louis Lenders <xerox_xerox2000 at yahoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xerox_xerox2000 at yahoo.co.uk

--- Comment #1 from Louis Lenders <xerox_xerox2000 at yahoo.co.uk> ---
Hoi , i tried this app but got a slightly different backtrace. Anyway, there is
a bug. 

Could you try the hack below? It gets me a bit further, where it complains
about .net not installed. After installing .net (winetricks dotnet452) i get a
GUI up, but shortly after it crashes :

err:process:create_process L"C:\\users\\louis\\Local Settings\\Application
Data\\WhatsApp\\app-0.2.684\\WhatsApp.exe" not supported on this installation
(x86_64 binary)

Apperently it`s a x86_64-binary, so i cannot test any further as i have 32-bit
wine.

hack:

diff --git a/dlls/ntdll/nt.c b/dlls/ntdll/nt.c
index 47d7b31..2ad44dd 100644
--- a/dlls/ntdll/nt.c
+++ b/dlls/ntdll/nt.c
@@ -504,7 +504,7 @@ NTSTATUS WINAPI NtQueryInformationToken(
         {
             TOKEN_ELEVATION_TYPE *elevation_type = tokeninfo;
             FIXME("QueryInformationToken( ..., TokenElevationType, ...)
semi-stub\n");
-            *elevation_type = TokenElevationTypeFull;
+            *elevation_type =
TokenElevationTypeDefault;//TokenElevationTypeFull;
         }
         break;
     case TokenElevation:

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