MultiMC5 icon indicating copy to clipboard operation
MultiMC5 copied to clipboard

Microsoft Accounts Not Supported

Open Euro-pol opened this issue 4 years ago • 5 comments

Operating System

Linux

Description of bug

When you try to add a Microsoft account, the button is just unavailable/unclickable.

Steps to reproduce

Build the latest version Launch MultiMC Try to add MS account.

Suspected cause

No response

This issue is unique

  • [X] I have searched the issue tracker and did not find an issue describing my bug.

Euro-pol avatar Aug 23 '21 09:08 Euro-pol

@timof121 don't use this fork anymore. instead you can use the L4T-Megascript MultiMC buildscript which has Microsoft account support (should work on pretty much all arm64 systems). We have a custom Client ID which lets you use your microsoft account

https://github.com/cobalt2727/L4T-Megascript

you can run this and it should build MultiMC

bash <( curl https://raw.githubusercontent.com/cobalt2727/L4T-Megascript/master/helper.sh ) "scripts/games_and_emulators/minecraft_java_multimc.sh"

theofficialgman avatar Sep 05 '21 02:09 theofficialgman

@timof121 don't use this fork anymore. instead you can use the L4T-Megascript MultiMC buildscript which has Microsoft account support (should work on pretty much all arm64 systems). We have a custom Client ID which lets you use your microsoft account

https://github.com/cobalt2727/L4T-Megascript

you can run this and it should build MultiMC

bash <( curl https://raw.githubusercontent.com/cobalt2727/L4T-Megascript/master/helper.sh ) "scripts/games_and_emulators/minecraft_java_multimc.sh"

thank you so much!!

Euro-pol avatar Sep 22 '21 16:09 Euro-pol

@timof121 currently the version in the l4t megascript will probably only successfully install on nvidia jetsons and other devices running ubuntu if you use raspbian/debian then there I'm working on a script for pi-apps right now

theofficialgman avatar Sep 22 '21 19:09 theofficialgman

OK IDK why but apparently the L4T version needs JDK8 on ubuntu for building it but on debian it can just use 11 (but it may just be something to be about default jdk stuff on both platforms) and there's now a problem with the git commands in the Pi Apps script about pulling which prevent compiling for some unknown reason on it and I have no clue as to how to help you solve any of these things but here's my feedback on stuff. Then again this is all on ubuntu, which I don't necessarily think is supported.

anoraktrend avatar Oct 02 '21 08:10 anoraktrend

@anoraktrend openjdk-8 from the debian repos is broken and out of date on armhf and won’t let multimc5 compile so instead of that I just use openjdk11 for all platforms in pi-apps. The opendk-8 package works fine in ubuntu so I just never needed to switch it on the l4t-megascript.

The pi-apps version of the script supports debian and Ubuntu based OSs. If you have any issues with it then post in the PR for that (not here). Make sure to copy/paste and terminal output/logs if something fails

theofficialgman avatar Oct 02 '21 13:10 theofficialgman