mickelson / attract

A graphical front-end for command line emulators that hides the underlying operating system and is intended to be controlled with a joystick or gamepad.
http://attractmode.org
GNU General Public License v3.0
393 stars 115 forks source link

Hyperspin artwork wrong orientation #623

Open nikosrozos opened 4 years ago

nikosrozos commented 4 years ago

latest attract-mode 2.6.1 loads some hyperspin themes upside down. I have also installed 2.3.0 version which seems to load them correctly. some examples are rtypeleo, radm, prehisle to name a few.

attract -v Attract-Mode v2.6.1 (Linux, SFML 2.4.2 +FontConfig +Xinerama +SWF +7z) avcodec 57.107.100 / avformat 57.83.100 / swscale 4.8.100 / avutil 55.78.100 / swresample 2.9.100

MancV21 commented 4 years ago

Yeah, same issue here. The "Next Game" part of the theme is upside down. Everything else (videos and other artwork) are fine.

Attract-Mode v2.6.1 (Linux, SFML 2.4.2 +FontConfig +SWF +Curl) avcodec 58.90.100 / avformat 58.44.100 / swscale 5.6.101 / avutil 56.49.100 / swresample 3.6.100

pcca-matrix commented 4 years ago

there are a very large number of bugs with flash medias on AM , the reverse is one of them , i was able to bypass the swf reverse bug with some glsl code.

You can try my attract-mode layout 100% compatible with hyperspin install, it is intended to run on windows but it would be good to test it under linux.

https://github.com/pcca-matrix/PCCA-Layout

mickelson commented 4 years ago

hmm I wonder what changed between 2.3 and 2.6... can you print the attract -v output on your 2.3 version that works (so I can see the sfml version)? thanks

nikosrozos commented 4 years ago

./attract -v Attract-Mode v2.3.0 (Linux, SFML 2.4 +FontConfig +Xinerama +SWF +7z) avcodec 57.107.100 / avformat 57.83.100 / swscale 4.8.100 / swresample 2.9.100

Shaders are available.


./attract -v Attract-Mode v2.6.1 (Linux, SFML 2.4.2 +FontConfig +Xinerama +SWF +7z) avcodec 58.35.100 / avformat 58.20.100 / swscale 5.3.100 / avutil 56.22.100 / swresample 3.3.100

OpenGL 4.6.0 NVIDIA 440.82

Shaders are available.

sergiohf commented 4 years ago

I made a clean installation of ubuntu 18.04 minimal in my asus with intel hd 4000 graphics. When i compiled attractmode, as described in wiki the hyperspin.nut works ok, but there no vaapi driver, so the pcca layout didnt work. So i recompiled attractmode, modifying makefile and enabling vaapi. After that the layout and animations worked, but the swf files are upside down and mirrored. Look the pictures and the log file. IMG_20200705_031804 IMG_20200705_031732 log.txt

mickelson commented 4 years ago

seems to be this commit that messed it up: https://github.com/mickelson/attract/commit/553cc8e4d4120b08d18c95c1dd16137917578953#diff-05d50e35b8a15804bfa87b11865eb0b9

nikosrozos commented 4 years ago

Well, I recently installed ubuntu 20.04, compiled attract mode and everything was fine. No more upside down apart from some misallignments.

Στις Δευ, 6 Ιουλ 2020, 03:39 ο χρήστης Andrew Mickelson < notifications@github.com> έγραψε:

seems to be this commit that messed it up: 553cc8e

diff-05d50e35b8a15804bfa87b11865eb0b9

https://github.com/mickelson/attract/commit/553cc8e4d4120b08d18c95c1dd16137917578953#diff-05d50e35b8a15804bfa87b11865eb0b9

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mickelson/attract/issues/623#issuecomment-653962049, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP23IDEGDS75ZLKCTLNL4OLR2EMM7ANCNFSM4NSZRTDA .

sergiohf commented 4 years ago

You are right, i updated to ubuntu 20.04 and it works

Metalciaf commented 1 year ago

got the same problem :( but only with .swf image

raspberry pi4 retropie 4.8

Attract-Mode v2.6.1 (Linux, SFML 2.4.2 +FontConfig +SWF +Curl) avcodec 58.90.100 / avformat 58.44.100 / swscale 5.6.101 / avutil 56.49.100 / swresample 3.6.100

OpenGL 2.1 Mesa 19.3.2

if with 2.3 work how can i rollback to the version?

thank you