question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't load 1.11 mappings (FileNotFound Start.java)

See original GitHub issue

just tried to spin up MMV to look at some 1.11 stuff and saw that it can’t load the mappings on my system. Loading 1.10 stable works just fine. http://i.minidigger.me/2016/12/javaw_06_20-01-42.png


java.io.FileNotFoundException: C:\Users\Martin\.cache\MCPMappingViewer\1.11\patches\Start.java (Das System kann den angegebenen Pfad nicht finden)
    at java.io.FileOutputStream.open0(Native Method)
    at java.io.FileOutputStream.open(Unknown Source)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at bspkrs.mmv.RemoteZipHandler.extractZip(RemoteZipHandler.java:233)
    at bspkrs.mmv.RemoteZipHandler.checkRemoteZip(RemoteZipHandler.java:119)
    at bspkrs.mmv.McpMappingLoader.getSubDirForZip(McpMappingLoader.java:122)
    at bspkrs.mmv.McpMappingLoader.<init>(McpMappingLoader.java:85)
    at bspkrs.mmv.gui.MappingGui$RefreshActionListener$1.run(MappingGui.java:1148)```

I am on win 10  1607 64bit and java 8 u91 64bit. 
reproduced it on a clean win10 vm

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
LeafHackercommented, Jun 14, 2017

@bspkrs can you add 1.0.1 to the github releases tab?

This should happen automatically if you tag the relevant commit as 1.0.1:

git tag 1.0.1 95dd1c5
git push origin 1.0.1 # or "git push --tags" for all tags, normally "git push" ignores tags

Also, FYI mcp940-pre1 still has mapping viewer 1.0.0, probably because 1.0.1 isn’t tagged as a release.

0reactions
MiniDiggercommented, Dec 7, 2016

that fixed it, thank you

Read more comments on GitHub >

github_iconTop Results From Across the Web

What went wrong: > There are no mappings for MC 1.11.2 #714
Hi, How are you installing? There was a problem with the new MalmoEnv install but your issue seems different. You could try adding...
Read more >
jQuery's jquery-1.10.2.min.map is triggering a 404 (Not Found)
Next, it's an easy fix. Head to http://jquery.com/download/ and click the Download the map file link for your version, and you'll want the ......
Read more >
Asked questions - FreeMind - SourceForge
First, check that Java is installed; Then go to Program Files\Freemind\Lib and double-click on the "Freemind.jar" file (which is an executable ...
Read more >
All Maven projects start with failure - cannot open zip file
I tried creating a brand new Maven4MyEclipse project, and it immediately shows this same error as well. How do I resolve this? I...
Read more >
How can I fix this error? - ForgeGradle - Minecraft Forge Forums
What went wrong: Task 'setupDecompWorkspace' not found in root project 'forge'. * Try: Run gradlew tasks to get a list of available tasks....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found