latest virtual box
dowloaded lite image version of picochess from the group
copied /opt/picochess into virtualbox opt/picochess
edit last line of pico.ini to point to x86_64
edit ini dgipi = false
created x86_64 dir in engines
copied stockfish from test directory [because that was already an x86_64]
i installed everything except git.
installed pip and updated
did NOT set up python developer environment.
edited python files to point to x86_64
ran pico with sudo python3 /opt/picochess/picochess.py
result = crash
sudo python3 /opt/picochess/picochess.py
Traceback (most recent call last):
File "/opt/picochess/picochess.py", line 3999, in <module>
main()
File "/opt/picochess/picochess.py", line 2489, in main
handler = RotatingFileHandler('logs' + os.sep + args.log_file, maxBytes=1.4 * 1024 * 1024, backupCount=5)
File "/usr/lib/python3.9/logging/handlers.py", line 153, in __init__
BaseRotatingHandler.__init__(self, filename, mode, encoding=encoding,
File "/usr/lib/python3.9/logging/handlers.py", line 58, in __init__
logging.FileHandler.__init__(self, filename, mode=mode,
File "/usr/lib/python3.9/logging/__init__.py", line 1146, in __init__
StreamHandler.__init__(self, self._open())
File "/usr/lib/python3.9/logging/__init__.py", line 1175, in _open
return open(self.baseFilename, self.mode, encoding=self.encoding,
FileNotFoundError: [Errno 2] No such file or directory: '/home/osboxes/logs/picochess.log'
Rather than trouble shoot all the variables as i really dont know what im doing.
is there a place to download the debian image you created?
also how does one compile engines for picochess for their own OS
also... webserver? does that need to be enabled in picochess ini?