Slappy826 / libndk-fixer

Fixes the roblox app loop crashing when using libndk_translation under waydroid.
MIT License
38 stars 1 forks source link

Roblox does not crash even without libndk-fixer. #10

Open qwerty12356-wart opened 1 month ago

qwerty12356-wart commented 1 month ago

I know this is a weird issue considering that this is a good thing. But bear with me here.

I'm trying to gather information on why Roblox crashes to analyze it and implement the fix to my own special libnb. So i tried to run roblox without libndk-fixer, and suprise, it is working as normal even after logging in and joining a game.

If anyone is able to cause roblox to crash or have a logcat of when it is crashing, please tell me.

Slappy826 commented 3 weeks ago

Most likely roblox has removed the code that was causing issues in their app, may also have something to do with them now releasing x86_64 binaries for android which means that arm emulation is no longer required.