mrkirby153

Untitled

Feb 3rd, 2014
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. Exception in thread "main" java.lang.RuntimeException: java.io.FileNotFoundException: conf\mcp-srg.srg (The system cannot find the path specified)
  2. at com.google.common.base.Throwables.propagate(Throwables.java:160)
  3. at net.minecraftforge.srg2source.rangeapplier.SrgContainer.readSrg(SrgContainer.java:58)
  4. at net.minecraftforge.srg2source.rangeapplier.SrgContainer.readSrgs(SrgContainer.java:68)
  5. at net.minecraftforge.srg2source.RangeApplier.main(RangeApplier.java:81)
  6. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  7. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  8. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  9. at java.lang.reflect.Method.invoke(Method.java:606)
  10. at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)
  11. Caused by: java.io.FileNotFoundException: conf\mcp-srg.srg (The system cannot find the path specified)
  12. at java.io.FileInputStream.open(Native Method)
  13. at java.io.FileInputStream.<init>(FileInputStream.java:146)
  14. at com.google.common.io.Files$FileByteSource.openStream(Files.java:127)
  15. at com.google.common.io.Files$FileByteSource.openStream(Files.java:117)
  16. at com.google.common.io.ByteSource$AsCharSource.openStream(ByteSource.java:404)
  17. at com.google.common.io.CharSource.getInput(CharSource.java:87)
  18. at com.google.common.io.CharSource.getInput(CharSource.java:63)
  19. at com.google.common.io.CharStreams.readLines(CharStreams.java:325)
  20. at com.google.common.io.Files.readLines(Files.java:747)
  21. at com.google.common.io.Files.readLines(Files.java:718)
  22. at net.minecraftforge.srg2source.rangeapplier.SrgContainer.readSrg(SrgContainer.java:31)
  23. ... 7 more
  24.  
  25. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment