You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to get Minecraft Java Edition running on L4T Switch, an ARM64 version of Ubuntu,which been ported to Nintendo Switch.
it works perfectly except not be able to load MCJoypad Mod.
At first try I get [Error]failed to load library: no jinput-linux64.so in java.library.path ,I awared that
as a different architecture the jinput-linux64.so just not matched.
So I compiled a new libjinput.so on Switch and put it in natives path and get an new Error
com.ivan.xinput.natives.XInputNatives getLoadedLibVersion() Failed
the mod still not works,can you help me fix it?
The text was updated successfully, but these errors were encountered:
@AlexRice13
quite a bit later but I'm also testing this right now. you might want to consider coming back to nintendo switch for minecraft since there is the L4T-Megascipt which installs a fully working MultiMC5 install for you
update, I've managed to compile a working version and will update it to my meta repo for multimc soon for everyone to benefit from. This mod now works nicely
I managed to get Minecraft Java Edition running on L4T Switch, an ARM64 version of Ubuntu,which been ported to Nintendo Switch.
it works perfectly except not be able to load MCJoypad Mod.
At first try I get [Error]failed to load library: no jinput-linux64.so in java.library.path ,I awared that
as a different architecture the jinput-linux64.so just not matched.
So I compiled a new libjinput.so on Switch and put it in natives path and get an new Error
com.ivan.xinput.natives.XInputNatives getLoadedLibVersion() Failed
the mod still not works,can you help me fix it?
The text was updated successfully, but these errors were encountered: