MinecraftMachina / ManyMC

📦 A familiar Minecraft Launcher with native support for macOS arm64 (M1)
GNU General Public License v3.0
500 stars 19 forks source link

Option to sign into Microsoft Account greyed out #50

Closed Hulkstern closed 2 years ago

Hulkstern commented 2 years ago

I tried basic troubleshooting first

Describe the bug

When trying to add a new account in settings, the option to add a new Microsoft account is greyed out/disabled.

To reproduce

Steps to reproduce the behavior:

  1. build from latest source (For me from ba4e7a5dae3bdaf862de8c4c14414bab277091bd )
  2. Move built app into Applications Directory and Launch (in my case, having installed no prior version of ManyMC)
  3. Open settings > Accounts
  4. Notice the option to add a Microsoft Account is not available/disabled.

Expected behavior

Should be able to add a Microsoft account (especially since it's recently become mandatory to use them)

Logs

N/A (I think)

Screenshots Observe

Screen Shot 2022-03-28 at 23 25 33

System configuration

Additional context

N/A

ViRb3 commented 2 years ago

Ah yes, this is normal. You need to provide a Microsoft Identity Platform client ID when building ManyMC for Microsoft integration to work. You have to register with Microsoft and obtain this key. More info here: https://github.com/MinecraftMachina/ManyMC/tree/develop/notsecrets

Hulkstern commented 2 years ago

Ah yes, this is normal. You need to provide a Microsoft Identity Platform client ID when building ManyMC for Microsoft integration to work. You have to register with Microsoft and obtain this key. More info here: https://github.com/MinecraftMachina/ManyMC/tree/develop/notsecrets

This should be included in the troubleshooting guide as well, since this is a problem unique to forks of MultiMC.

ViRb3 commented 2 years ago

Original MultiMC (and any other launcher, really) will have the exact same problem. I will add a note in the building guide though.