Michael.S.G

Results 19 comments of Michael.S.G

It's a different Micro controller. It's expecting a ATTINY45 But this variant uses CH551G

Are you sure your USB relay is using the same microcontroller? See https://github.com/pavel-a/usb-relay-hid/issues/27

Update: Looks like they are separate issues. https://github.com/mickelson/attract/blob/c209088df7ca5afda17f928e17056092b9874ccd/src/fe_image.cpp#L800 Though the location is somewhat different in attractplus. Is this the same issue? https://github.com/mickelson/attract/issues/717 https://github.com/mickelson/attract/commit/7c351f74d242fc84343e74f1b544051b1dd0813e

You will have to give some more detail on what your doing. Layout, Video file etc. I am unable to reproduce the crash on my Debian box. Could be a...

> terminate called without an active exception >Error decoding video (receiving frame): End of file >End Video Thread - /home/pi/.attract/menu-art/snap/Handhelds.mp4 > - bit_rate=188740, width=320, height=240 > - displayed=0 > -...

Crash confirmed in under a minute when running video in the screensaver (Using Basic layout). (Switching off all modes except Movie Collage is the quickest way to cause AM to...

#720 is the same as this prior issue.

I was getting the same warning with video files while looking at #720 So I tried re-encoding various video files & encoding sequences of images. To cut a long story...

Animated PNG files seem to be handled the same (With same warning) https://github.com/mickelson/attract/blob/c209088df7ca5afda17f928e17056092b9874ccd/src/media.cpp#L1376 [animated_0-9](https://user-images.githubusercontent.com/13824723/173233931-e4cd0cd4-13e0-407e-9002-35f9445ffcca.png) AM requires the animated png to have a *.apng extension

A quick look at media.cpp seems to indicate that do_flush has something to do with End of file. Skipping the do_flush sequence seems to avoid the error/warning. However do_flush purpose...