>>1921
Okay, everything is in the right place now, but a new issue has reared it's ugly head.
The database attempts to update on boot, which is fine, aside from one minor problem…
2016/01/30 11:19:36: updating db to v159
2016/01/30 11:19:36: 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.
2016/01/30 11:19:36: Traceback (most recent call last):
2016/01/30 11:19:36: File "C:\code\Hydrus\include\ClientController.py", line 1011, in THREADBootEverything
2016/01/30 11:19:36: File "C:\code\Hydrus\include\ClientController.py", line 467, in InitModel
2016/01/30 11:19:36: File "C:\code\Hydrus\include\HydrusController.py", line 168, in InitModel
2016/01/30 11:19:36: File "C:\code\Hydrus\include\ClientController.py", line 53, in _InitDB
2016/01/30 11:19:36: File "C:\code\Hydrus\include\HydrusDB.py", line 72, in init
2016/01/30 11:19:36: Exception: Updating the client db to version 159 caused this error:
Traceback (most recent call last):
File "C:\code\Hydrus\include\HydrusDB.py", line 64, in init
File "C:\code\Hydrus\include\ClientDB.py", line 5646, in _UpdateDB
File "C:\code\Hydrus\include\ClientData.py", line 177, in DeletePath
KeyError: 'delete_to_recycle_bin'
2016/01/30 11:19:41: shutting down controller…
2016/01/30 11:19:41: hydrus client shut down
It never manages to actually get past v159.