Closed Duck15 closed 2 years ago
You are depending on native library sqlite3 but you only have sqlite3.dll
for Windows.
You can get libsqlite3.so
in /data/data/com.termux/files/usr/lib
with the following command in termux.
pkg install libsqlite
When I try to execute TerrariaServer.exe,I saw these errors
like this:
The version I use is : mono-termux.6.12.0.122-arm64-android24.tar.xz The file to be executed is : TShock4.5.17_Terraria_1.4.3.6.zip
Can you tell me how to solve them? (In the debian_aarch64 container, it can run normally)