RandomGuy
RandomGuy
TTermux
Created by RandomGuy on 4/10/2025 in #support
OpenGL/ES-Related program Doesn't Work Anymore in Termux
I just found this weird problem where OpenGL/ES-related program such as glxinfo/glxgears (from mesa-demos), and GLFW seems doesn't respond, what i mean by that, when i run program like glxinfo/glxgears, nothings happened, this also happened on my GLFW + GLAD + OpenGL program in C++, where it tells me that GLFW Successfully Initialized (via glfwInit()), but Window is not created, any idea why? i use Openbox as the Window Manager (i guess it's helpful to include the WM i use). and Latest Build of Termux App and Latest Nightly Build of Termux:X11.
17 replies
TTermux
Created by RandomGuy on 3/6/2025 in #support
Cannot execute cmake, fails to link some kind of library
So, i just want to use cmake as my C++ build System, but, when trying to run cmake --version after installing it, it says:
CANNOT LINK EXECUTABLE "cmake": cannot locate symbol "_ZN4Json5ValueaSEOS0_" referenced by "/data/data/com.termux/files/usr/bin/cmake"...
CANNOT LINK EXECUTABLE "cmake": cannot locate symbol "_ZN4Json5ValueaSEOS0_" referenced by "/data/data/com.termux/files/usr/bin/cmake"...
what? i already do that pkg up command, that's seems doesn't do anything, anyone can help me?
9 replies
TTermux
Created by RandomGuy on 1/12/2025 in #support
Installing Distro not Working somehow
So, I'm trying to install Void linux using proot-distro, when first time installing, it's fine, i can login to void, but when i remove the distro, then install it again, i see this error that idk why this show up:
proot error: '/data/data/com.termux/files/usr/var/lib/proot-distro/installed-rootfs/void/usr/bin/env' is a 64-bit program whereas this version of proot handles 32-bit programs only
proot info: vpid 1: terminated with signal 11
[!] Exiting due to failure.
proot error: '/data/data/com.termux/files/usr/var/lib/proot-distro/installed-rootfs/void/usr/bin/env' is a 64-bit program whereas this version of proot handles 32-bit programs only
proot info: vpid 1: terminated with signal 11
[!] Exiting due to failure.
any idea why? remember, first time install it is fine, second time, this happened.
2 replies
TTermux
Created by RandomGuy on 12/21/2024 in #support
saving file using :w in neovim made the syntax little bit unreadable
So, i have this issue in Neovim, whenever i try to save a file using :w, the syntax (indentation, line etc) becomes "broken", what i mean is that, let's say I'm write a C++ file, in a line that has:
void somefunction() {
std::cout << "Hello, idk" << std::endl;
}
void somefunction() {
std::cout << "Hello, idk" << std::endl;
}
when i press :w, the part become little bit unreadable:
void somefunction() { std::cout << "Hello, idk" << std::endl; }
void somefunction() { std::cout << "Hello, idk" << std::endl; }
see, why?, can someone explain it to me? how do i fix it?
8 replies
TTermux
Created by RandomGuy on 12/20/2024 in #support
Neovim: using lang.java result in error when editing Java file
So, i installed extras in NeoVim called lang.java, but when i trying to edit Java file, i expect that the LSP will work, but it just result in this error:
....termux/files/usr/share/nvim/runtime/lua/vim/lsp/rpc.lua:800:
Spawning language server with cmd: `{ "" }` failed. The language server is either not installed, missing from PATH, or not executable
....termux/files/usr/share/nvim/runtime/lua/vim/lsp/rpc.lua:800:
Spawning language server with cmd: `{ "" }` failed. The language server is either not installed, missing from PATH, or not executable.
....termux/files/usr/share/nvim/runtime/lua/vim/lsp/rpc.lua:800:
Spawning language server with cmd: `{ "" }` failed. The language server is either not installed, missing from PATH, or not executable
....termux/files/usr/share/nvim/runtime/lua/vim/lsp/rpc.lua:800:
Spawning language server with cmd: `{ "" }` failed. The language server is either not installed, missing from PATH, or not executable.
i already check if JDTLS is installed, and it is installed, can someone help me?
11 replies
TTermux
Created by RandomGuy on 12/17/2024 in #support
Making, Building and Signing Android Application Package
Is it possible to Make, Build and Signing my own Android Application Package (APK)? I'm kinda interested in to learn Making Android App with Java, but because i don't have PC/Laptop to install Android Studio, it just difficult for that, why i didn't just use X11? the performance will be horrible, because my phone are just to Potato, i know there's package called apksigner, dx, ecj, openjdk-21 (which i already installed), aapt etc, but i have no idea how to use it.
2 replies
TTermux
Created by RandomGuy on 12/15/2024 in #support
mason-lspconfig.nvim: failed to install lua_ls
No description
21 replies
TTermux
Created by RandomGuy on 11/30/2024 in #support
GTK Window Appears Transparent
No description
3 replies
TTermux
Created by RandomGuy on 11/27/2024 in #support
How to Install SDL2?
So, I'm really interested in C++, but, the thing is, C++ itself doesn't have built-in tool/utility/library for 2D Graphics, which is kinda disappointing compared to Java, which has its own Library for 2D graphics such as Java Swing. But, C++ has a library called SDL2, Simple DirectMedia Layer, but, the library itself doesn't available in Termux Packages, so, how do i install it?
16 replies
TTermux
Created by RandomGuy on 11/23/2024 in #support
Execute Assembly
ik, this question are random, but, is it possible to execute the Low-level Programming language called Assembly? my phone CPU Arch are Armeabi-V7A, so Arm Assembly is supposed to be supported with my phone, but i have no idea how to execute it.
2 replies
TTermux
Created by RandomGuy on 11/20/2024 in #support
Keyboard doesn't enter Floating-mode
so, hello, I'm kinda new here, so recently, i found this issue on Termux, particularly Termux-X11, so, if i press the back button, it will show up my button right?, but, the thing is, it's not in floating mode, which mean, it will cover up half the screen, which is really annoying and uncomfortable to use, especially software where keyboard is used frequently, like the Terminal or Geany IDE, any solve for this particular problem? am i have to use like physical keyboard?
5 replies