- Status:Resolved
- Affects Version/s:2.0.895 (Windows), 2.0.934 (Windows)
- Fix Version/s:2.1.1216 (Windows) / 2.1.1217 (Mac OS) / 2.1.1218 (Linux)
- Labels:
- Environment:Minecraft Launcher 2.0.895
Windows 10 Home 64-bit
h2. Java 1.8.0_131 x86_64
Before I start, I'd like to point out that this is a bug with the current Launcher and not any particular version of Minecraft. Drivers for polk audio computer speakers. This issue has been raised before but got dismissed on 'unsupported version' grounds.
The workaround for it dissuades players from using the official launcher.
Minecraft Client 1.7 Xml 1.8
Minimum Requirements: Recommended Requirements: CPU: Intel Core i3-3210 3.2 GHz/ AMD A8-7600 APU 3.1 GHz or equivalent: Intel Core i5-4690 3.5GHz / AMD A10-7800 APU 3.5 GHz or equivalent. Please subacribe rate and comment. Also dont forget to post some server IP's to grief! The download link for the client can be found here. Ingame Info XML Mod 1.7.10/1.7.2/1.6.4 Ever since Minecraft reached past the Alpha stage it has become a much larger game. There is an incredible amount of information on each save it’s hard to keep track of it. Using a fresh 1.11.2 profile, open Minecraft to the main menu. Then close minecraft. Download the 1.11.2 Forge installer Locate the file in your downloads and run the installer (choose “install client” and hit OK) Run the Minecraft launcher, choose the FORGE profile, and hit PLAY. When you get to the main minecraft window you can close.
The Issue
When using the Minecraft Launcher to start a Minecraft client of version 1.6.4 or earlier the user's Session ID is not passed to the client.
If the client then attempts to connect to a server it will be rejected with the on-screen error:
- Failed to Login: bad Login
Attached is an image of the startup log when launching Minecraft 1.6.4. You can see where the client (game) is reporting a Session ID of '-'. Starting Minecraft 1.7.2 from the same Launcher session will pass the Session ID to the client.
The issue affects versions of Minecraft 1.6.4 and earlier. How to play ps2 games on pc. I can only assume that from version 1.7.x onward a different argument name is being used for the Session ID.
Minecraft Client 1.7 Xml Installer
Workaround
The current workaround is to use a 3rd party launcher that you can run Minecraft from. The following launchers can all be used:
- Legacy Launcher
- ATLauncher
- Technic Launcher
- MultiMC 5
Attachments
MCL-7178Failed to Login: Bad login on old versions
- Resolved
- Assignee:
- [Mojang] Petr Mrázek
- Reporter:
- Stuart Walton
- Votes:
- 1Vote for this issue
- Watchers:
- 3Start watching this issue
<?xml version='1.0' encoding='UTF-8'?> |
<Configurationstatus='WARN'packages='net.minecraft,com.mojang'> |
<Appenders> |
<Consolename='SysOut'target='SYSTEM_OUT'> |
<PatternLayoutpattern='[%d{HH:mm:ss}] [%t/%level]: %msg%n' /> |
</Console> |
<Queuename='ServerGuiConsole'> |
<PatternLayoutpattern='[%d{HH:mm:ss} %level]: %msg%n' /> |
</Queue> |
<RollingRandomAccessFilename='File'fileName='logs/latest.log'filePattern='logs/%d{yyyy-MM-dd}-%i.log.gz'> |
<PatternLayoutpattern='[%d{HH:mm:ss}] [%t/%level]: %msg%n' /> |
<Policies> |
<TimeBasedTriggeringPolicy /> |
<OnStartupTriggeringPolicy /> |
</Policies> |
</RollingRandomAccessFile> |
</Appenders> |
<Loggers> |
<Rootlevel='info'> |
<filters> |
<MarkerFiltermarker='NETWORK_PACKETS'onMatch='DENY'onMismatch='NEUTRAL' /> |
</filters> |
<AppenderRefref='SysOut'/> |
<AppenderRefref='File'/> |
<AppenderRefref='ServerGuiConsole'/> |
</Root> |
</Loggers> |
</Configuration> |
commented Aug 2, 2014
I'm working on tweaking my log config. I'm curious why both Console and Queue appenders are required. They seem to do effectively the same thing. What am I missing? |
Minecraft Client 1.7 Xml Tutorial
commented Nov 22, 2014
Minecraft Client 1.7 Xml Server
@captbunzo I am just starting to dig into this, but my current understanding is that Console is stdout--what you'll see in a multiplayer server window, for example--and Queue is to the GUI if present. |