Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

rocketvole

3
Posts
2
Topics
A member registered Dec 22, 2021

Recent community posts

Hello, 

Today, I opened up dain-app to resume a render, and encountered an error. I suspect my computer updated overnight. The crash log is attached. How can I fix this problem?



App Crash Log Traceback (most recent call last):

  File "my_design.py", line 72, in run

  File "my_DAIN_class.py", line 1190, in RenderVideo

  File "my_DAIN_class.py", line 1021, in StepRenderInterpolation

  File "my_DAIN_class.py", line 255, in GetInterCounter

  File "json\__init__.py", line 357, in loads

  File "json\decoder.py", line 337, in decode

  File "json\decoder.py", line 355, in raw_decode

json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

aha, that fixed the issue. I didn't know I had turned it on.

Thank you! 

I'm getting this error when running dain-app. Oddly enough, I have run another video with the same format, framerate and length and I did not get any errors. This error has seemed to occur after ffmpeg frame-splitting and after a few frames had has already successfully been interpolated. 

The output of the crash_log.txt file are below. 

App Crash Log Traceback (most recent call last):

  File "my_design.py", line 72, in run

  File "my_DAIN_class.py", line 1190, in RenderVideo

  File "my_DAIN_class.py", line 1010, in StepRenderInterpolation

  File "DainDataset.py", line 22, in __init__

  File "psnr.py", line 17, in IsDiffScenes

  File "psnr.py", line 8, in calculate_psnr

  File "site-packages\PIL\Image.py", line 893, in convert

  File "site-packages\PIL\ImageFile.py", line 284, in load

  File "site-packages\PIL\ImageFile.py", line 67, in raise_oserror

OSError: unrecognized data stream contents when reading image file

How to I fix this error? Any help is appreciated, let me know if you need any other files.