On my first run of minecraft after an operation system reinstall, I got this output to the console. Seems to be unintended debug output. Probably the "asdf" and the uncaught FileNotFoundException are separate issues.
thue@Thue-Desktop:~/local/launchers/magiclauncher$ java -jar /home/thue/local/bin/minecraft.jar
asdf
java.io.FileNotFoundException: /home/thue/.minecraft/lastlogin (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at net.minecraft.LoginForm.readUsername(LoginForm.java:110)
at net.minecraft.LoginForm.<init>(LoginForm.java:55)
at net.minecraft.LauncherFrame.<init>(LauncherFrame.java:23)
at net.minecraft.LauncherFrame.main(LauncherFrame.java:167)
at net.minecraft.MinecraftLauncher.main(MinecraftLauncher.java:13)
Linked issues
is duplicated by 1
Comments 13
If they wanted to say that /home/thue/.minecraft/lastlogin did not exist, they should say that, and not print a backtrace. I disagree that this bug is invalid. You have a very strange definition of intended behaviour.
Also, how do you explain the "asdf"? Is that also intended?
if you notice in the crash report it says magiclaucher$ java its not mojang launcher its a modded type of launcher
The “asdf” Happens with a just downloaded official unmodded minecraft.jar and the official launcher.
The asdf part is a bug for sure, but the stacktrace is common; try selecting multiplayer when you have networking off; it then puts a stacktrace out.
julian mazer,
The magic launcher isn't a client mod. The only things Magic Launcher does it make it easier to load mods and the other thing it that it will launch minecraft
Hope that made sense.
That's saying that the file
/home/thue/.minecraft/lastlogin
was missing. Nothing else, no bug.