Can't load 1.11 mappings (FileNotFound Start.java)
See original GitHub issuejust 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.
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:
- Created 7 years ago
- Comments:6 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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
:Also, FYI mcp940-pre1 still has mapping viewer 1.0.0, probably because 1.0.1 isn’t tagged as a release.
that fixed it, thank you