Unintended debug output to console if .minecraft does not exist
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)
Environment
Ubuntu Linux 12.04 AMD64
Linked Issues
is duplicated by1
Created Issue:
Unintended debug output to console if .minecraft does not exist
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)Environment
Ubuntu Linux 12.04 AMD64
Linked Issues
is duplicated by1
- Unresolved
- Open
- Minecraft - Public
- Unconfirmed
- 1.5
is duplicated by
That's saying that the file /home/thue/.minecraft/lastlogin was missing. Nothing else, no bug.
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?
Well, reopened.
New launcher fixes this. 1.6 blablab ;D
Pre-release the launcher
That is a odd bug report... It looks like some is editted to that
Editted lines:2,brackets in 3,4,6 and number in final line (which should be 16 if the rest of bug report is correct) This is a odd report try to recreate the bug and double-check the bug report
If asdf is true then i would have to assume Mojang did a typo in the program...although i have not personally had this bug my suggestion is within linux this typo isnt understood or this term isnt understood causing a crash yet mac and windows will be able to override it by removing that 1 line cuasing slower start-up and then succeeding...but otherwise Im baffled
The asdf seems to still occur when using the launcher from the command line. (java -Xmx1024M -Xms512M -cp minecraft.jar net.minecraft.LauncherFrame)
Congrats! this bug has been the first bug on this site to be marked as fixed to a future verison that hasn't even been in a snapshot yet.
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.
No, but this is talking about an issue with a launcher, so if the launcher is modded, then it does mater.