Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Exception in thread "main" java.lang.RuntimeException: java.io.FileNotFoundException: conf\mcp-srg.srg (The system cannot find the path specified)
- at com.google.common.base.Throwables.propagate(Throwables.java:160)
- at net.minecraftforge.srg2source.rangeapplier.SrgContainer.readSrg(SrgContainer.java:58)
- at net.minecraftforge.srg2source.rangeapplier.SrgContainer.readSrgs(SrgContainer.java:68)
- at net.minecraftforge.srg2source.RangeApplier.main(RangeApplier.java:81)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)
- Caused by: java.io.FileNotFoundException: conf\mcp-srg.srg (The system cannot find the path specified)
- at java.io.FileInputStream.open(Native Method)
- at java.io.FileInputStream.<init>(FileInputStream.java:146)
- at com.google.common.io.Files$FileByteSource.openStream(Files.java:127)
- at com.google.common.io.Files$FileByteSource.openStream(Files.java:117)
- at com.google.common.io.ByteSource$AsCharSource.openStream(ByteSource.java:404)
- at com.google.common.io.CharSource.getInput(CharSource.java:87)
- at com.google.common.io.CharSource.getInput(CharSource.java:63)
- at com.google.common.io.CharStreams.readLines(CharStreams.java:325)
- at com.google.common.io.Files.readLines(Files.java:747)
- at com.google.common.io.Files.readLines(Files.java:718)
- at net.minecraftforge.srg2source.rangeapplier.SrgContainer.readSrg(SrgContainer.java:31)
- ... 7 more
- Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment