diff -r 947e2d53afc1 -r 0327d20fa4a1 hedgewars/uUtils.pas --- a/hedgewars/uUtils.pas Sun May 01 14:32:47 2016 +0200 +++ b/hedgewars/uUtils.pas Tue May 03 00:59:38 2016 +0200 @@ -586,6 +586,8 @@ {$IFDEF USE_VIDEO_RECORDING} InitCriticalSection(logMutex); {$ENDIF} + if not pfsExists('/Logs') then + pfsMakeDir('/Logs'); // if log is locked, write to the next one i:= 0; while(i < 7) do