Guest User

issue

a guest
Sep 24th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. Directory doesnt exist, making directory
  2. java.io.FileNotFoundException: null\TimoCache\main_file_cache.dat (The system cannot find the path specified)
  3. at java.io.RandomAccessFile.open(Native Method)
  4. at java.io.RandomAccessFile.<init>(RandomAccessFile.java:233)
  5. at java.io.RandomAccessFile.<init>(RandomAccessFile.java:118)
  6. at sign.signlink.run(signlink.java:56)
  7. at java.lang.Thread.run(Thread.java:724)
  8. Directory doesnt exist, making directory
  9. java.io.FileNotFoundException: null\TimoCache\main_file_cache.dat (The system cannot find the path specified)
  10. at java.io.RandomAccessFile.open(Native Method)
  11. at java.io.RandomAccessFile.<init>(RandomAccessFile.java:233)
  12. at java.io.RandomAccessFile.<init>(RandomAccessFile.java:118)
  13. at sign.signlink.run(signlink.java:56)
  14. at java.lang.Thread.run(Thread.java:724)
  15. Directory doesnt exist, making directory
  16. java.io.FileNotFoundException: null\TimoCache\main_file_cache.dat (The system cannot find the path specified)
  17. at java.io.RandomAccessFile.open(Native Method)
  18. at java.io.RandomAccessFile.<init>(RandomAccessFile.java:233)
  19. at java.io.RandomAccessFile.<init>(RandomAccessFile.java:118)
  20. at sign.signlink.run(signlink.java:56)
  21. at java.lang.Thread.run(Thread.java:724)
  22. The cache was not downloaded correctly.
  23. Please download it manually at:
  24. C:/TimoCache.zip?dl=1
  25. File Directory:
  26. C:/
  27. java.io.FileNotFoundException: C:\TimoCache.zip?dl=1 (The filename, directory name, or volume label syntax is incorrect)
  28. at java.io.FileOutputStream.open(Native Method)
  29. at java.io.FileOutputStream.<init>(FileOutputStream.java:212)
  30. at java.io.FileOutputStream.<init>(FileOutputStream.java:104)
  31. at CacheDownloader.downloadFile(CacheDownloader.java:130)
  32. at CacheDownloader.downloadCache(CacheDownloader.java:109)
  33. at client.startUp(client.java:7441)
  34. at RSApplet.run(RSApplet.java:33)
  35. at client.run(client.java:4772)
  36. at java.lang.Thread.run(Thread.java:724)
Advertisement
Add Comment
Please, Sign In to add comment