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

[Bug] Telegram apps not opening #162

Open
1 task done
CanerKaraca23 opened this issue Nov 14, 2024 · 19 comments
Open
1 task done

[Bug] Telegram apps not opening #162

CanerKaraca23 opened this issue Nov 14, 2024 · 19 comments
Labels
bug Something isn't working

Comments

@CanerKaraca23
Copy link

Steps to reproduce/复现步骤

Open any telegram app/bot like Blum

Expected behaviour/预期行为

Telegram app/bot opening.

Actual behaviour / 实际行为

Telegram app/bot not opening.

Module List / 模块列表

Adguard Certificate
Play Integrity Fix
build.prop optimizer
Task profiles for uclamp
Tricky Store
VBMeta Fixer
YouTube Revanced
Shamiko
Zygisk Assistant
zygisk-detach
Zygisk Next

Zygisk Next version / Zygisk Next 版本

1.2.4

Android version / Android 版本

14

Magisk/KernelSU/APatch version / Magisk/KernelSU/APatch 版本

KernelSU 0.9.5, KSU Manager 1.0.1

Version requirement / 版本要求

  • I am using latest version of Zygisk Next/我正在使用最新版本 Zygisk Next

Logs/日志

KernelSU_bugreport_2024-11-14_03_14.tar.gz

@CanerKaraca23 CanerKaraca23 added the bug Something isn't working label Nov 14, 2024
@CanerKaraca23
Copy link
Author

CanerKaraca23 commented Nov 14, 2024

Screenshot_20241114-030825_Telegram

It stuck like this.

@5ec1cff
Copy link
Collaborator

5ec1cff commented Nov 14, 2024

Disable Zygisk Assistant

@5ec1cff 5ec1cff closed this as completed Nov 14, 2024
@CanerKaraca23
Copy link
Author

CanerKaraca23 commented Nov 14, 2024

Disable Zygisk Assistant

Unfortunately, still same.

Zygisk Next 1.1.0 was working fine. Downgrading ZN fixes this problem. Maybe is there a problem ZN with System WebView?

@5ec1cff
Copy link
Collaborator

5ec1cff commented Nov 14, 2024

Disable Zygisk Assistant, Shamiko and ksu's umount for Telegram and retry

@5ec1cff 5ec1cff reopened this Nov 14, 2024
@CanerKaraca23
Copy link
Author

Disable Zygisk Assistant, Shamiko and ksu's umount for Telegram and retry

Yes, Shamiko is the problem, thanks. Zygisk Assistant and KSU umount fine, no problem. But, Shamiko + ZN 1.1.0 also works fine. I will probably downgrade to 1.1.0 until you fix the problem. @5ec1cff

@5ec1cff
Copy link
Collaborator

5ec1cff commented Nov 14, 2024

Please run strace -y -s 1024 -p $(pidof webview_zygote) -f >/data/local/tmp/strace.log 2>&1 , launch any webview (e.g. The Telegram app you mentioned), wait for some seconds and send /data/local/tmp/strace.log

You need to keep zygisk modules other than shamiko disabled to do this

If you don't have strace you can use this:

strace.zip

@CanerKaraca23
Copy link
Author

CanerKaraca23 commented Nov 14, 2024

Please run strace -y -s 1024 -p $(pidof webview_zygote) -f >/data/local/tmp/strace.log 2>&1 , launch any webview (e.g. The Telegram app you mentioned), wait for some seconds and send /data/local/tmp/strace.log

You need to keep zygisk modules other than shamiko disabled to do this

If you don't have strace you can use this:

strace.zip

How can i use/install this strace?

I got permission denied error.

@5ec1cff
Copy link
Collaborator

5ec1cff commented Nov 14, 2024

I got permission denied error.

chmod +x

It's suggested to put the file under /data/local/tmp

@CanerKaraca23
Copy link
Author

I got permission denied error.

chmod +x

It's suggested to put the file under /data/local/tmp

Not working 😥 @5ec1cff

Screenshot_20241114-191806_Termux

@5ec1cff
Copy link
Collaborator

5ec1cff commented Nov 14, 2024

You forgot su

@CanerKaraca23
Copy link
Author

CanerKaraca23 commented Nov 14, 2024

You forgot su

  • I put your strace file to my /data/local/tmp
  • I gave all permissions to termux
  • su
  • chmod +x
  • strace -y -s 1024 -p $(pidof webview_zygote) -f >/data/local/tmp/strace.log 2>&1

This error. What I'm doing wrong?

strace.log says "/system/bin/sh: strace: inaccessible or not found"

@5ec1cff

Screenshot_20241114-194719_Termux

@5ec1cff
Copy link
Collaborator

5ec1cff commented Nov 14, 2024

You didn't even search how to use chmod

chmod +x /data/local/tmp/strace

@5ec1cff
Copy link
Collaborator

5ec1cff commented Nov 14, 2024

No need to use strace, just type ps -ef | grep webview_zygote and show your result

@CanerKaraca23
Copy link
Author

You didn't even search how to use chmod

chmod +x /data/local/tmp/strace

I did this, .log file says "/system/bin/sh: strace: inaccessible or not found"

@CanerKaraca23
Copy link
Author

No need to use strace, just type ps -ef | grep webview_zygote and show your result

Screenshot_20241114-195753_Termux

@5ec1cff
Copy link
Collaborator

5ec1cff commented Nov 14, 2024

replace strace with /data/local/tmp/strace

@CanerKaraca23
Copy link
Author

replace strace with /data/local/tmp/strace

You mean put strace to this directory? I already putted. @5ec1cff

I'm really sorry for bothering you. I stole your time, sorry, I'm inexperienced about these things. My Telegram is @caner_karaca if you want to contact me from here, i spammed here.

Screenshot_20241114-200026_MT_Manager

@real-LiHua
Copy link

real-LiHua commented Nov 14, 2024

/data/local/tmp/strace -y -s 1024 -p $(pidof webview_zygote) -f >/data/local/tmp/strace.log 2>&1

@Genxster1998
Copy link

+1 facing similar issue of crashing webview_zygote on r8q . Will try to provide strace log with other modules disabled soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants