bspkrs / MCPMappingViewer

A small GUI for viewing the mappings from Minecraft obfuscated code names to MCP code names.
http://www.minecraftforum.net/topic/2115030-
MIT License
227 stars 51 forks source link

Unable to View 1.13+ mappings | Missing SRG mapping zip #18

Closed willies952002 closed 3 years ago

willies952002 commented 5 years ago

Stacktrace

java.io.FileNotFoundException: http://export.mcpbot.bspk.rs/mcp/1.13.1/mcp-1.13.1-srg.zip
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
    at bspkrs.mmv.RemoteZipHandler.checkRemoteZip(RemoteZipHandler.java:99)
    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:1153)

Idea: if the mappings aren't available for a specific version, state that the mappings are not yet available (which is most likely the case)

MiniDigger commented 5 years ago

Even now that the versions are available it still fails :/

CammiePone commented 5 years ago

Yep. It is sad.

hohserg1 commented 5 years ago

I'm have this error too

MattSturgeon commented 5 years ago

AFAICT srg mappings are no longer published to http://export.mcpbot.bspk.rs/mcp, instead they end up on the forge maven as the mcp_config project, e.g. https://files.minecraftforge.net/maven/de/oceanlabs/mcp/mcp_config/index_1.13.2.html

If the version is above 1.13, then MCPMappingViewer should look there instead.

dmodoomsirius commented 4 years ago

`An error has occurred - give bspkrs this stack trace (which has been copied to the clipboard)

java.io.FileNotFoundException: http://export.mcpbot.bspk.rs/mcp/1.14.3/mcp-1.14.3-srg.zip at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at bspkrs.mmv.RemoteZipHandler.checkRemoteZip(RemoteZipHandler.java:99) at bspkrs.mmv.McpMappingLoader.getSubDirForZip(McpMappingLoader.java:122) at bspkrs.mmv.McpMappingLoader.(McpMappingLoader.java:85) at bspkrs.mmv.gui.MappingGui$RefreshActionListener$1.run(MappingGui.java:1153)` getting this as well with the latest.

RunoLight commented 4 years ago

bump