mojira.dev
MCL-152

Minecraft 0.2 dev as of 3:25pm EST doesn't launch

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

Please attach crash reports to tickets, not elsewhere.

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.

Nah shouldn't be needed, gimme a sec, trying if i can replicate it.

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.

ok, if you have any problems replicating it, I'm open to help with whatever

agh perfect, that fixed it

try this though, the command you gave me resulted in an inadequate permissions error:

find ~/Library/Application\ Support/minecraft/assets/ -name .DS_Store -exec /bin/rm -f – {} \;`

adsfasdf

(Unassigned)

Unconfirmed

crash

Retrieved