nea89o / Forge1.8.9Template

The Unlicense
141 stars 42 forks source link

Cannot contact authentication server #22

Closed NotWhiteRice closed 10 months ago

NotWhiteRice commented 10 months ago

In IntelliJ I have --username "email" --password "password" as the CLI arguments for the application but I get this message in console:

[17:16:02] [main/INFO] (mixin) Attempting to load Fernflower decompiler (Threaded mode) [17:16:02] [main/INFO] (mixin) Fernflower could not be loaded, exported classes will not be decompiled. NoClassDefFoundError: org.jetbrains.java.decompiler.main.extern.IFernflowerLogger [17:16:02] [main/INFO] (LaunchWrapper) Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [17:16:02] [main/INFO] (Minecraft) Logging in with username & password [17:16:03] [main/ERROR] (FMLTWEAK) -- Login failed! Cannot contact authentication server [17:16:03] [main/ERROR] (LaunchWrapper) Unable to launch

nea89o commented 10 months ago

Microsoft has disabled password authentication. Please do not use it anymore, instead use https://github.com/DJtheRedstoner/DevAuth. It is already installed in this template, you only need configure it (see devauths readme for more information).