DirtBagXon / hypseus-singe

Hypseus is a SDL2 version of Daphne and Singe. Laserdisc game emulation.
https://discord.gg/dgCsCfmRfJ
GNU General Public License v3.0
143 stars 19 forks source link

Target Disabled on Action Max games #64

Closed Giandj closed 2 years ago

Giandj commented 2 years ago

Hi DirtBagxon i have correctly installed Hypseus singe on raspberry pi4 but (only) on Action max games (only on raspberrypi) I get the error "target disabled" beacuse the function getpixel won't works fine on raspberrypi...instead on my windows pc the (same files) actionmax games are running very well ... Why I get "Target disabled" ? There is a possibile solution ? Thanks

DirtBagXon commented 2 years ago

Hiya,

Unfortunately the SDL libraries on the Pi are currently unable to read from the display pixels used in this game function. The "Targets Disabled" message is there to demonstrate that the game is running but the pixel read function is failing on that architecture. There is no work-a-round on the Pi at the moment.

The hope is, that future SDL library releases for the Pi, will enable this via _SDLSetRenderTarget() updates. At that point the message will disappear and the game will become playable as per Windows etc. You should not need to do anything further in hypseus to enable this. This same issue was remedied in Windows with the release of SDL2 2.0.16.

There is a maintained README on this issue here: ActionMax