Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Works only once

A topic by new username created Sep 27, 2020 Views: 1,062 Replies: 3
Viewing posts 1 to 2

You gotta be kidding me. help.

I got a bit of the console messages:

Main Folder: C:/Users/emahs/Desktop/animation/next step/last step/ezgif/
Conf. Method: 0
Traceback (most recent call last):
  File "my_design.py", line 61, in run
  File "my_DAIN_class.py", line 1524, in RenderVideo
  File "my_DAIN_class.py", line 846, in Configure
  File "networks\DAIN.py", line 81, in __init__
  File "MegaDepth\MegaDepth_model.py", line 18, in HourGlass
  File "MegaDepth\options\base_options.py", line 125, in parse
  File "MegaDepth\util\util.py", line 66, in mkdirs
  File "MegaDepth\util\util.py", line 71, in mkdir
  File "os.py", line 213, in makedirs
  File "os.py", line 223, in makedirs
PermissionError: [WinError 5] Access is denied: './checkpoints'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "my_design.py", line 75, in run
PermissionError: [Errno 13] Permission denied: 'crash_log.txt'

(1 edit)

Same problem here with the permissions at ./checkpoints, it then writes second error that it cant write to log and crashes.

Also I noticed another weird thing - when i right click and do Run with graphical processor - Nvidia, it also says i do not have permissions for that and that i should do it in the nvidia app, which, in fact, does not list the app in recently used programs, its just not there.


EDIT:

Problem solved by manually deleting checkpoints folder and logfile. The previous rendering crashed because of memory, and left this folder and log here, without finished rendering, and probably somehow locked this folder / file unitl its finished? or so

Could you provide a bit more in-depth information on how you resolved it? I would like to try what you did myself.

just as i said - i just opened the folder of dain, and in there deleted folder checkpoints and also the log file, since dain writes to these locations (creates them) when running and it somwhow got stuck the permissons on those old files