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

Discussion IMGUI is not Working on Dead Target

Fetzi672

Inactive Approved Modder
Hey, if got a weard quest but I don't know what's the problem. I'm simply what to insert my working ImGui project ... But after insert the correct invoke Code like this
Java:
const-string v0, "Imgui"

    invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V

To this here

Java:
.method protected onCreate(Landroid/os/Bundle;)V
    .registers 4

    const-string v0, "Imgui"

    invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V

//Inserted here 👆

    const/4 v0, 0x1

    .line 34
    invoke-virtual {p0, v0}, Lcom/unity3d/player/UnityPlayerActivity;->requestWindowFeature(I)Z

Then insert the lib libImgui.so to lib folder

Know if I start the game it Crashes instandly..
 
Still the same error game crashing right after start the game, the imgui have a 10secounds sleep timer. Im did some wrong?
 

Attachments

  • Screenshot_20230331-092404711.jpg
    106.4 KB · Views: 64
  • Screenshot_20230331-092442870.jpg
    119.8 KB · Views: 67