From a634e28ea55b149ce5f746f19f45dd6f43e5878b Mon Sep 17 00:00:00 2001 From: Matt Deitke Date: Fri, 27 May 2022 10:53:05 -0700 Subject: [PATCH] specify full player.log path --- ai2thor/fifo_server.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ai2thor/fifo_server.py b/ai2thor/fifo_server.py index 06b9e48216..bbd85245a2 100644 --- a/ai2thor/fifo_server.py +++ b/ai2thor/fifo_server.py @@ -110,7 +110,10 @@ def _recv_message(self): self.unity_proc.wait(timeout=5) returncode = self.unity_proc.returncode message = ( - "Unity process has exited - check Player.log for errors. Last action message: %s, returncode=%s" + "Unity process has exited - check " + "~/.config/unity3d/Allen\ Institute\ for\ " + "Artificial\ Intelligence/AI2-THOR/Player.log for errors. " + f"Last action message: %s, returncode=%s" % (self._last_action_message, self.unity_proc.returncode) ) # we don't want to restart all process exits since its possible that a user