Advertisement
Guest User

Untitled

a guest
Nov 21st, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. 2016/11/21 20:44:20: hydrus client started
  2. 2016/11/21 20:44:20: booting controller...
  3. 2016/11/21 20:44:20: booting db...
  4. 2016/11/21 20:44:20: preparing disk cache
  5. 2016/11/21 20:44:40: Traceback (most recent call last):
  6. File "include\HydrusDB.py", line 564, in MainLoop
  7. self._InitCaches()
  8. File "include\ClientDB.py", line 5292, in _InitCaches
  9. self._LoadIntoDiskCache( stop_time = stop_time )
  10. File "include\ClientDB.py", line 5388, in _LoadIntoDiskCache
  11. while f.read( HC.READ_BLOCK_SIZE ) != '':
  12. IOError: [Errno 13] Permission denied
  13.  
  14. 2016/11/21 20:44:40: A serious error occured while trying to start the program. Its traceback will be shown next. It should have also been written to client.log.
  15. 2016/11/21 20:44:40: Traceback (most recent call last):
  16. File "include\ClientController.py", line 1092, in THREADBootEverything
  17. self.InitModel()
  18. File "include\ClientController.py", line 516, in InitModel
  19. HydrusController.HydrusController.InitModel( self )
  20. File "include\HydrusController.py", line 196, in InitModel
  21. self._db = self._InitDB()
  22. File "include\ClientController.py", line 62, in _InitDB
  23. return ClientDB.DB( self, self._db_dir, 'client', no_wal = self._no_wal )
  24. File "include\ClientDB.py", line 1036, in __init__
  25. HydrusDB.HydrusDB.__init__( self, controller, db_dir, db_name, no_wal = no_wal )
  26. File "include\HydrusDB.py", line 260, in __init__
  27. raise Exception( 'Could not initialise the db! Error written to the log!' )
  28. Exception: Could not initialise the db! Error written to the log!
  29.  
  30. 2016/11/21 20:45:16: shutting down controller...
  31. 2016/11/21 20:45:16: hydrus client shut down
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement