Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App crashing when trying to connect to ace server #85

Open
DarkFlyper opened this issue Feb 3, 2024 · 5 comments
Open

App crashing when trying to connect to ace server #85

DarkFlyper opened this issue Feb 3, 2024 · 5 comments

Comments

@DarkFlyper
Copy link

The app crashes when I hit okay

@csonor
Copy link

csonor commented Feb 3, 2024

same

@KuhakuPixel
Copy link
Owner

can you run ?

adb logcat -s "ACE", "ATG"

and

adb logcat --buffer=crash 

Need to view the logs in order to track down the bug

@tamnnn
Copy link

tamnnn commented May 3, 2024

same. atg stops responding and then i'm forced to close the app.

here are the logs you requested @KuhakuPixel:

➜  adb logcat -s "ACE", "ATG"

...

05-02 22:33:24.361 16631 16631 I ATG     : Command to Engine: "info type"
05-02 22:33:24.365 16631 16631 I ATG     : Output received from engine command: "[]"
05-02 22:33:25.709 16631 16631 I ATG     : Command to Engine: "info type"
05-02 22:33:25.711 16631 16631 I ATG     : Output received from engine command: "[]"
05-02 22:33:28.743 16631 16631 I ATG     : Command to Engine: "info type"
05-02 22:33:28.749 16631 16631 I ATG     : Output received from engine command: "[]"
05-02 22:33:28.830 16631 16631 I ATG     : Command to Engine: "ps ls --reverse"
05-02 22:33:28.834 16631 16631 I ATG     : Output received from engine command: "[]"
05-02 22:33:32.768 16631 16631 D ATG     : Button Destroyed
05-02 22:33:52.840 16631 16631 I ATG     : Command to Engine: "pid"
➜  adb logcat --buffer=crash 

...

05-02 22:33:34.851 16693 16693 F libc    : Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x6ad7f20bcf22a8f2 in tid 16693 (ialempiresmerge), pid 16693 (ialempiresmerge)
05-02 22:33:35.303 16711 16711 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
05-02 22:33:35.303 16711 16711 F DEBUG   : Build fingerprint: 'samsung/gta4lwifixx/gta4lwifi:12/SP1A.210812.016/T500XXS7CXB1:user/release-keys'
05-02 22:33:35.303 16711 16711 F DEBUG   : Revision: '0'
05-02 22:33:35.303 16711 16711 F DEBUG   : ABI: 'arm64'
05-02 22:33:35.303 16711 16711 F DEBUG   : Processor: '0'
05-02 22:33:35.303 16711 16711 F DEBUG   : Timestamp: 2024-05-02 22:33:34.961663180-0700
05-02 22:33:35.303 16711 16711 F DEBUG   : Process uptime: 2s
05-02 22:33:35.303 16711 16711 F DEBUG   : Cmdline: game.socialempiresmerge
05-02 22:33:35.303 16711 16711 F DEBUG   : pid: 16693, tid: 16693, name: ialempiresmerge  >>> game.socialempiresmerge <<<
05-02 22:33:35.303 16711 16711 F DEBUG   : uid: 10298
05-02 22:33:35.303 16711 16711 F DEBUG   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x6ad7f20bcf22a8f2
05-02 22:33:35.303 16711 16711 F DEBUG   :     x0  000000000001ac1c  x1  0000000000008ae3  x2  00000000ffffffee  x3  0000000000000001
05-02 22:33:35.303 16711 16711 F DEBUG   :     x4  b4000072ec41dd8b  x5  0000007fd78c7bdc  x6  2e73657373616c63  x7  7865642e73657373
05-02 22:33:35.304 16711 16711 F DEBUG   :     x8  b4000072ec4c0b80  x9  0000000000019ad0  x10 000000000000d608  x11 0000000000002fec
05-02 22:33:35.304 16711 16711 F DEBUG   :     x12 e4d90bc2e200bb1a  x13 000000000000cb58  x14 00000000efa221e0  x15 000000003fcfb92c
05-02 22:33:35.304 16711 16711 F DEBUG   :     x16 000000000001ac20  x17 000000000001ac18  x18 00000073c215a000  x19 000000000001b9b0
05-02 22:33:35.304 16711 16711 F DEBUG   :     x20 00000000071a2093  x21 0000007fd78c7bd0  x22 0000007fd78c7f28  x23 26c85e171005d8d0
05-02 22:33:35.304 16711 16711 F DEBUG   :     x24 0000007fd78c8000  x25 0000000000000000  x26 000000000000010f  x27 00000000c6225b49
05-02 22:33:35.304 16711 16711 F DEBUG   :     x28 000000001ffe0050  x29 6ad7f20bcf22a8da
05-02 22:33:35.304 16711 16711 F DEBUG   :     lr  00000072f0535e10  sp  0000007fd78c75b0  pc  00000072f053927c  pst 0000000060000000
05-02 22:33:35.304 16711 16711 F DEBUG   : backtrace:
05-02 22:33:35.304 16711 16711 F DEBUG   :       #00 pc 000000000003027c  /data/app/~~yXZigGTfqatXuy1NkYAJaA==/game.socialempiresmerge-jVUM78JPkmcJN8--H6vz7A==/lib/arm64/libpairipcore.so
05-02 22:34:06.791   610   610 F libc    : crash_dump helper failed to exec, or was killed

also worth noting that the patched apk immediately crashes/closes when I try to open it directly

EDIT: nvm, it seems like the game I was trying to patch has pairip protection, which prevents these sort of things. tried again using another game and it finally worked for me. just have to remember to open the game first, and then connect to ace server

@Dhyfer1
Copy link

Dhyfer1 commented Jul 13, 2024

can you run ?

adb logcat -s "ACE", "ATG"

and

adb logcat --buffer=crash 

@KuhakuPixel I also have the same problem ☹️ and I want to send you the logs, but where do I enter those commands? In the same command window (cmd) with the one I am using modder or are they entered from a terminal (e.g. termux) on my phone?

@Ralf1108
Copy link

Yes, starting the APK before "Connecting to ACE server" works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants