Results 21 comments of RadiatedExodus

- The server launches fine at first, but after some time it would crash as explained above. - I am migrating this server from a Purpur/Paper server to SpongeForge since...

After further testing, this issue only happens when theres other Forge mods present, perhaps a incompatible mod? Repro video: https://youtu.be/JBiOQsedHq0 Complete crash log (includes all logs I can find): https://paste.gg/p/anonymous/4bb80f63c7824ec0836ba781426d76eb...

> I didn't even know these were a thing in LuaU Well it's relatively new you can say, you can check https://luau-lang.org/syntax#if-then-else-expressions

> Some ternary operators don't use if and then Those ternary operators are already native lua, and is semi-ternary operator (it isn't technically), since if ``a`` was a true value...

> Instead of that line, try these lines: string SavePath = FileName.Replace(".rbxm", ".rbxmx"); XmlRbxModelFile;.Save(SavePath); This was the previous code before I shortened it, it exhibits the same issue > I’m...

> Next version should have multi user support for termux on secondary user and if users want to install termux on adoptable storage, @agnostic-apollo Hi, are there any actions builds...

> did you try proot? https://www.reddit.com/r/termux/comments/10h2bmn/how_to_run_termux_environment_through_proot_from/ @romanovj I don't plan on using Termux from adb, I need the app to run literally on a different uid > Haven't pushed changes...

> what's the difference? just start fail safe session and run script in order to proot into termux environment @romanovj ``/data/data/com.android.shell`` isn't accessible unless you're on adb, and I'm not...

@romanovj I've tried following that Reddit post's instructions along with changing the paths it needs, currently I'm stuck here: ![Screenshot_20230706_161251_Termux](https://github.com/termux/termux-app/assets/30568955/7769e921-4c4e-4eb8-af5d-cb734f34418d) I've confirmed that ``libandroid-support.so`` does indeed exist within ``usr/lib`` I...