mojira.dev

Jet

More than one avatar was detected! There might be multiple accounts sharing this same name.

Assigned

No issues.

Reported

MCPE-146259 Problems with the ink sac Duplicate MC-153352 Newly spawned illage Iron Golems attack player Duplicate MC-100599 New game starts at night time, unable to change it using commands Invalid

Comments

Thank you so much! This world has been around for a little while now and just going out and finding new ink sacs worked.

It affected it. Problem solved
EDIT: Will try and contact Optifine and find out why this occurred

My kids were given a laptop to play Minecraft on but the launcher would only start the game once. Future attempts to launch the game resulted in the launcher just being reloaded. The Development Console tab displayed the error reported above about "Duplicate stat id".

Here are the specifics:
Minecraft 1.7.9
Minecraft Launcher 1.4.4 (through bootstrap 5) started on windows...
Current time is Jun 23, 2014 9:39:44 PM
System.getProperty('os.name') == 'Windows 7'
System.getProperty('os.version') == '6.1'
System.getProperty('os.arch') == 'x86'
System.getProperty('java.version') == '1.6.0_14'
System.getProperty('java.vendor') == 'Sun Microsystems Inc.'
System.getProperty('sun.arch.data.model') == '32'

After investigating this issue for a while I found that clearing the ".minecraft\logs" directory prior to starting the launcher would allow Minecraft to start successfully. I then wrote a batch file to automate this workaround, and I have had no additional failures.

@ECHO OFF
CLS
SET log_dir=[GAME DIRECTORY PATH]\logs
DEL "%log_dir%\*.*"
Minecraft.exe

USAGE
Assuming you know how to create a batch file:

  1. Place batch file in a directory with Minecraft.exe.

  2. Copy example code into the batch file.

  3. Update the log_dir variable and set appropriate Game Directory path.

Note: The full Game Directory path will be displayed in the Minecraft Launcher Profile Editor.