MarcoG3 / WhatsDump

Extract WhatsApp private key from any non-rooted Android device (Android 7+ supported)
https://plainsec.org
GNU Lesser General Public License v3.0
269 stars 57 forks source link

OpenGLES emulation failed to initialize #75

Open MFUHH opened 2 years ago

MFUHH commented 2 years ago

Installing Prerequisites worked fine. When starting the emulater it stops with an error.

ERROR | OpenGLES emulation failed to initialize

Here is the full output:

[INFO] Starting emulator... INFO | Duplicate loglines will be removed, if you wish to see each indiviudal line launch with the -log-nofilter flag. INFO | IPv4 server found: 192.168.2.1 INFO | IPv6 DNS server found: fe80::1 ANGLE: D3D11: rx::Renderer11::generateConfigs INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_new_posture_requested(int) ((null):0, (null))

INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_dismiss_posture_selection_dialog() ((null):0, (null))

INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_new_resizable_requested(PresetEmulatorSizeType) ((null):0, (null))

INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_dismiss_resizable_dialog() ((null):0, (null))

ANGLE: egl::`anonymous-namespace'::CreateDisplayFromAttribs: make D3D display ANGLE: D3D11: rx::Renderer11::generateConfigs ERROR | Could not make GLES 2.x context current! ERROR | Failed to obtain GLES 2.x extensions string! ERROR | Could not initialize emulated framebuffer

INFO | Warning: QCssParser::parseHexColor: Unknown color name '#FFFFFFs' ((null):0, (null))

HAX is working and emulator runs in fast virt mode. WARNING | No gRPC protection active, consider launching with the -grpc-use-jwt flag. INFO | Started GRPC server at 127.0.0.1:8554, security: Local, auth: none INFO | Advertising in: C:\Users\xxx\AppData\Local\Temp\avd\running\pid_12784.ini ERROR | OpenGLES emulation failed to initialize. Please consider the following troubleshooting steps:

  1. Make sure your GPU drivers are up to date.

  2. Erase and re-download the emulator ($ANDROID_SDK_ROOT/emulator).

  3. Try software rendering: Go to Extended Controls > Settings > Advanced tab and change "OpenGL ES renderer (requires restart)" to "Swiftshader".

Or, run emulator from command line with "-gpu swiftshader_indirect". 4. Please file an issue to https://issuetracker.google.com/issues?q=componentid:192727 and provide your complete CPU/GPU info plus OS and display setup.

ERROR | crashhandler_die: fatal: OpenGLES emulation failed to initialize. Please consider the following troubleshooting steps:

  1. Make sure your GPU drivers are up to date.

  2. Erase and re-download the emulator ($ANDROID_SDK_ROOT/emulator).

  3. Try software rendering: Go to Extended Controls > Settings > Advanced tab and change "OpenGL ES renderer (requires restart)" to "Swiftshader".

Or, run emulator from command line with "-gpu swiftshader_indirect". 4. Please file an issue to https://issuetracker.google.com/issues?q=componentid:192727 and provide your complete CPU/GPU info plus OS and display setu