Hello! First of all amazing work with piplay. It is running perfect in my multi arcade cabinet. Now I am into new project. Handheld (gameboy like) game console and I am having problems with running it on Waveshare 3.2" screen (it runs ok on normal computure screen.
The error I`m get is:
alsactl: load_state:1647: Cannot open /root/pimame/config/piplay-sound.state for reading: No such file or directory Found hardware: "bcm2835" "Broadcom Mixer" "" "" "" Hardware is initialized using a generic method cant load image: assets/images/star.png Traceback (most recent call last): File "/home/pi/pimame/pimame-menu/launchmenu.py", line 69, in main() File "/home/pi/pimame/pimame-menu/launchmenu.py", line 15, in main cfg = PMCfg() File "/home/pi/pimame/pimame-menu/pmmenu/pmconfig.py", line 60, in __init__ self.options = PMOptions(config['options'], theme['options'],config['menu_items'],theme['menu_items']) File "/home/pi/pimame/pimame-menu/pmmenu/pmconfig.py", line 261, in __init__ self.rom_list_favorite_icon = self.load_image(self.theme_pack + theme['rom_list_favorite_icon'], 'assets/images/star.png') File "/home/pi/pimame/pimame-menu/pmmenu/pmconfig.py", line 359, in load_image return self.blank_image.copy() AttributeError: PMOptions instance has no attribute 'blank_image'