Advertisement
MrRoboticWarfare

testInstance

May 15th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. C:\Users\Matthew\Desktop\factorioClusterio>node client.js start testInstance
  2. Deleting .tmp.zip files
  3. Deleting logs
  4. { Error: ENOENT: no such file or directory, unlink 'C:\Users\Matthew\Desktop\factorioClusterio\instances\testInstance\factorio-current.log'
  5. at Object.fs.unlinkSync (fs.js:1061:18)
  6. at Object.<anonymous> (C:\Users\Matthew\Desktop\factorioClusterio\client.js:299:6)
  7. at Module._compile (module.js:652:30)
  8. at Object.Module._extensions..js (module.js:663:10)
  9. at Module.load (module.js:565:32)
  10. at tryModuleLoad (module.js:505:12)
  11. at Function.Module._load (module.js:497:3)
  12. at Function.Module.runMain (module.js:693:10)
  13. at startup (bootstrap_node.js:191:16)
  14. at bootstrap_node.js:612:3
  15. errno: -4058,
  16. code: 'ENOENT',
  17. syscall: 'unlink',
  18. path: 'C:\\Users\\Matthew\\Desktop\\factorioClusterio\\instances\\testInstance\\factorio-current.log' }
  19. instances\testInstance\mods\clusterio_1.11.7.zip
  20. Clusterio | Moving shared mods from sharedMods/ to instance/mods...
  21. Clusterio | Moving instance specific mods from instance/instanceMods to instance/mods...
  22. Your savefile seems to be missing. This might because you created an instance without having factorio installed and configured properly. Try installing factorio and adding your savefile to instances/[instancename]/saves/
  23. C:\Users\Matthew\Desktop\factorioClusterio\client.js:333
  24. throw err;
  25. ^
  26.  
  27. Error: No files
  28. at Object.getNewestFile (C:\Users\Matthew\Desktop\factorioClusterio\node_modules\_app\fileOps\fileOps.js:11:12)
  29. at Object.<anonymous> (C:\Users\Matthew\Desktop\factorioClusterio\client.js:329:10)
  30. at Module._compile (module.js:652:30)
  31. at Object.Module._extensions..js (module.js:663:10)
  32. at Module.load (module.js:565:32)
  33. at tryModuleLoad (module.js:505:12)
  34. at Function.Module._load (module.js:497:3)
  35. at Function.Module.runMain (module.js:693:10)
  36. at startup (bootstrap_node.js:191:16)
  37. at bootstrap_node.js:612:3
  38.  
  39. C:\Users\Matthew\Desktop\factorioClusterio>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement