Wrong positioned filepath for forced crash
When you force Minecraft to crash (F3+C for 10 seconds) it says in the launcher:
#@!@# Game crashed! Crash report saved to: #@!@# DIRECTORY\crash-reports\crash-2015-08-23_17.34.43-client.txt
I assume it would make more sense to have the file path in front of the "#@!@#".
Created Issue:
Wrong positioned filepath for forced crash
When you force Minecraft to crash (F3+C for 10 seconds) it says in the launcher:
#@Unable to render embedded object: File (@# Game crashed) not found. Crash report saved to: #@!@# DIRECTORY\crash-reports\crash-2015-08-23_17.34.43-client.txt
I assume it would make more sense to have the file path in front of the "#@!@#".
When you force Minecraft to crash (F3+C for 10 seconds) it says in the launcher:
#@Unable to render embedded object: File (@# Game crashed) not found. Crash report saved to: #@!@# DIRECTORY\crash-reports\crash-2015-08-23_17.34.43-client.txt
I assume it would make more sense to have the file path in front of the "#@!@#".
When you force Minecraft to crash (F3+C for 10 seconds) it says in the launcher:
#@!@# Game crashed! Crash report saved to: #@!@# DIRECTORY\crash-reports\crash-2015-08-23_17.34.43-client.txtI assume it would make more sense to have the file path in front of the "#@!@#".
It's like this in the source code:
Bootstrap.func_179870_a("#@!@# Game crashed! Crash report saved to: #@!@# " + crashReportIn.getFile());Wouldn't it make more sense like this:
That something is like this in the code does not necessarily mean that it is really intended this way. I guess you agree that you would expect the file path to be between the opening and closing "#@!@#".
Maybe yes, maybe no, maybe #@!@# is a signature for the Launcher to do something, maybe something else...