Launcher still fails to launch the game on Mac, even after the latest Mojang patch. This is not a duplicate of MC-14031, it affects a different version of the launcher. Log is at http://pastebin.com/Rxpu281s
Linked issues
Attachments
Comments 7
Client> java.lang.StringIndexOutOfBoundsException: String index out of range: -1
Client> at java.lang.String.substring(String.java:1937)
Client> at asm.a(SourceFile:1469)
Client> at asm.a(SourceFile:1461)
Client> at asm.k(SourceFile:1452)
Client> at asm.K(SourceFile:300)
Client> at asm.c(SourceFile:503)
Client> at net.minecraft.client.main.Main.main(SourceFile:78)
Client> b@3622e177
Can you give me the content of your ~/Library/Application Support/minecraft/assets folder?
Open a terminal and type:
find ~/Library/Application\ Support/minecraft/assets > ~/Documents/assetlist.txt
Then attach the "assetlist.txt" from your Documents folder to this ticket.
Awesome, I can replicate the issue; as work around:
In a terminal:
find ~/Library/Application\ Support/minecraft/assets/ -name .DS_Store -exec rm {} \;
This removes all .DS_Store files and fixes the problem for me. (you have two extra from browsing the folder with Finder.)
I'll go work on making an actual fix in the game so it won't happen again for the next snapshot.
Please attach crash reports to tickets, not elsewhere.