This is the AMP version of this page.
If you want to load the real page instead, click this text.

Solved How to Fix Error "key must be a 64 bit unsigned integer" - in LGL Mod Menu

Status
Not open for further replies.

richardson

Platinian
hello, I'm trying to construct the apk mod menu LGL but it returns this error, with fix it?

C++:
static_assert failed due to requirement 'sizeof(char) == sizeof(unsigned long long)' "key must be a 64 bit unsigned integer"


I already reinstalled the NDK but it didn't work

 
where do i change it and what to change? you can show?
Both @8BIT and compiler already told you; the size of the key you used does not match the size the obfuscator needs.
If you are unable to understand what's going on, then learn c++ programming. It will also be useful to be able to properly use LGL's template.

Telling you the direct solution would do you more harm than good.
 
Status
Not open for further replies.