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

Proccess killed #7

Closed
JeelsBoobz opened this issue Jun 14, 2019 · 15 comments
Closed

Proccess killed #7

JeelsBoobz opened this issue Jun 14, 2019 · 15 comments
Labels
help wanted Extra attention is needed

Comments

@JeelsBoobz
Copy link

What happend? @MasterDevX
Screenshot_Termux_20190614-203401

@MasterDevX MasterDevX added the help wanted Extra attention is needed label Jun 14, 2019
@MasterDevX
Copy link
Owner

Currently I have no idea what causes this..

@JeelsBoobz
Copy link
Author

Ok thanks

@MasterDevX
Copy link
Owner

Try to run Java in Bash environment, not in Zsh.

@Bob-vdV
Copy link

Bob-vdV commented Jul 13, 2019

I think it has someting to do with LineageOS.
I get the same error on my Samsung i9100 with LineageOS, and on my huawei y550 with LineageOS as well. From the looks of it @JeelsBoobz runs LineageOS too, since he has android 9.
I would love to test this, but I can't find any android 5+ roms that aren't based on lineage/cm for these devices.
@JeelsBoobz Could you try running java on a stock rom to see if that works?

@MasterDevX
Copy link
Owner

@BomberX02 I use Resurrection Remix, which is a fork of Lineage and I don't have this problem. If it is Lineage related issue then it must be guys from RR have fixed something in their ROM. Maybe I'll flash Lineage too and check Java there.

@JeelsBoobz
Copy link
Author

Maybe 😂

@JeelsBoobz
Copy link
Author

Tested with another device Redmi Note 4 SD with stock MIUI arm64
Tested with Galaxy S5 ROM LineageOS arm, i have problem
Screenshot_2019-07-14-10-54-27-214_com termux

@JeelsBoobz
Copy link
Author

Ok, maybe this bug for armv7l only..
Because, tested with samsung device stockrom armv7l proccess killed 😪
I hope for arm can fixed 🤗

@pranshuthegamer
Copy link

Yeah this happens to me too now I can't run the bash command
I was trying to run nukkit on my
Gt 15882

@KiberDoktor
Copy link

I confirm, on my Realme 6 Pro there is the same problem.
When you try to start the process, it is killed.

Screenshot_2020-06-23-11-58-52-98_84d3000e3f4017145260f7618db1d683

@hyperstown
Copy link

On Xperia Z3 Compact same error. Stock ROM.
image

@foxes1998
Copy link

foxes1998 commented Jul 3, 2020

if you have root permission , it may work(worked for me ).

su
export PATH=/data/data/com.termux/files/usr/bin:/data/data/com.termux/files/usr/bin/applets:$PATH
export LD_LIBRARY_PATH=/data/data/com.termux/files/usr/lib

then I tested minecraft:
image

@7Ragnarok7
Copy link

Try running it in a proot environment.

proot -0

@foxes1998
Copy link

if you have root permission , it may work(worked for me ).

su
export PATH=/data/data/com.termux/files/usr/bin:/data/data/com.termux/files/usr/bin/applets:$PATH
export LD_LIBRARY_PATH=/data/data/com.termux/files/usr/lib

then I tested minecraft:
image

you can use tsu pkg to instead of change env ( export PATH...)
just install it by:
pkg install tsu

also can use sudo if you installed tsu, just type tsudo

@thiagaoplusplus
Copy link

Using tsu and running java as root worked for me too.
I have a Samsung i9100 with LineageOS 14.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

9 participants