New Hypseus and lr-Daphne to add on Retropie-Setup
-
@g30ff said in New Hypseus and lr-Daphne to add on Retropie-Setup:
@dirtbagxon Thank you for the quick fix! Much appreciated!
All five games have no score display. No matter what I do, the overlay shows "Targets Disabled" and never changes to the score display. The games run perfectly fine otherwise, and at full speed.
Yep, that's a demonstration of the issue with SDL2 on the Pi, the "Targets Disabled" message appears when SDL2 won't allow the YUV pixels on the Renderer to be read. It's just a courteous message I put there rather than erroring out. Perhaps I should now change it to say: "Use actionmax emulator" - lol
Note: ActionMax works fine with Hypseus on Desktop Linux, Pi aarm64 (KMS/DRM + MESA) and Windows. This is an issue with the Pi SDL2 libraries on 32bit and other mixes of Pi display drivers.
Hence the reason for this new "companion actionmax" emulator using old SDL1 :)
As we all adopt the new Pi5 - this will all go away..... hopefully.....
-
@dirtbagxon Understood. Thanks for the explanation!
-
-
@DirtBagXon
problem horizontal axis right and left invertedRe: New Hypseus and lr-Daphne to add on Retropie-Setup
I apologize if I re-open a topic that is perhaps clear to many but not to me. I state that I am using the Hypseus emulator on a raspberry pi 3 modB + with retropie 4.8.x. I have configured the keys in the hypinput.ini file in both / home / pi / RetroPie-Setup / scriptmodules / emulators / hypseus and in / opt / retropie / configs / daphne.
Everything works for me except that I have the right and left axis reversed, by physically turning the joystick up and down I have it in axis while right and left reverse. I changed the parameters as listed below I use DragonRise Inc. Generic USB Joystick input_device = "DragonRise Inc. Generic USB Joystick" input_driver = "udev"
input_vendor_id = "121"
input_product_id = "6"[KEYBOARD]
KEY_UP = SDLK_UP SDLK_r 5 -2
KEY_DOWN = SDLK_DOWN SDLK_f 7 +2
KEY_LEFT = SDLK_LEFT SDLK_d 8 -1
KEY_RIGHT = SDLK_RIGHT SDLK_g 6 1
KEY_COIN1 = SDLK_5 0 9
KEY_COIN2 = SDLK_6 0 0
KEY_START1 = SDLK_1 0 10
KEY_START2 = SDLK_2 0 0
KEY_BUTTON1 = SDLK_LCTRL SDLK_a 2
KEY_BUTTON2 = SDLK_LALT SDLK_s 1
KEY_BUTTON3 = SDLK_SPACE SDLK_d 4
KEY_SKILL1 = SDLK_LSHIFT SDLK_w 0
KEY_SKILL2 = SDLK_z SDLK_i 0
KEY_SKILL3 = SDLK_x SDLK_k 0
KEY_SERVICE = SDLK_9 0 0
KEY_TEST = SDLK_F2 0 0
KEY_RESET = SDLK_0 0 0
KEY_SCREENSHOT = SDLK_F12 0 0
KEY_QUIT = SDLK_ESCAPE SDLK_q 3
KEY_PAUSE = SDLK_p 0 0
KEY_CONSOLE = SDLK_BACKSLASH 0 0
KEY_TILT = SDLK_t 0 0
END
I ask you experts for a way to fix this problem that is stressing me out because it doesn't allow me to play my favorite games. Thank you all and sorry if I steal some of your time. -
If left and right are switched, just change the
+
and-
signs on these two axis arguments:From:
KEY_LEFT = SDLK_LEFT SDLK_d 8 -1 KEY_RIGHT = SDLK_RIGHT SDLK_g 6 1
To:
KEY_LEFT = SDLK_LEFT SDLK_d 8 +001 KEY_RIGHT = SDLK_RIGHT SDLK_g 6 -001
I use
001
but you could just use1
as it's the first joystick axis. -
This post is deleted! -
@DirtBagXon I also tried in the format 001 or +001 and -001 nothing... does not work always remains inverted the right and left axis. The only problem I have because otherwise everything works
-
Try removing (and simplifying) the second and third (js button) fields button definitions, I have seen where the third field has caused confusion in the past. So:
KEY_LEFT = SDLK_RIGHT 0 0 +001 KEY_RIGHT = SDLK_LEFT 0 0 -001
I have just checked that the reversal of
+
and-
definitely is working in the latest release. Have you updated via source in RetroPie-Setup?Beyond this, I can only suggest using the
hypjsch_cli
utility over ssh, to see if SDL is seeing something weird from the DragonRise axis.https://github.com/DirtBagXon/hypjsch
Edit: Also check the log, see if it's complaining about the config file loading, as it may just be failing to load and reverting to defaults. -
@DirtBagXon
thanks for your help, I will apply your suggestions and hope to give you a positive answer. If I can solve this problem I will be a happy man thanks to your advice -
@DirtBagXon Thanks to the program I was able to configure the axis, but strangely I had to invert the + and - of the vertical axis, I don't know why, by inserting the parameters indicated by the program I find the correct horizontal axis and the inverted vertical one, I simply reversed + and - and the vertical axis is now correct.
a thousand thanks
I would like to ask you one last thing to configure player 2 should I simply add another column starting the number with 1 instead of 0?
exampleKEY_LEFT = SDLK_RIGHT 0 0 +001 +101
KEY_RIGHT = SDLK_LEFT 0 0 -001 -101
it's correct? -
@22marco77 said in New Hypseus and lr-Daphne to add on Retropie-Setup:
@DirtBagXon Thanks to the program I was able to configure the axis, but strangely I had to invert the + and - of the vertical axis, I don't know why, by inserting the parameters indicated by the program I find the correct horizontal axis and the inverted vertical one, I simply reversed + and - and the vertical axis is now correct.
a thousand thanksGreat news :)
I would like to ask you one last thing to configure player 2 should I simply add another column starting the number with 1 instead of 0?
exampleKEY_LEFT = SDLK_RIGHT 0 0 +001 +101
KEY_RIGHT = SDLK_LEFT 0 0 -001 -101
it's correct?Unfortunately only one joystick (per axis or button ) is supported at a time. Those last config fields will be ignored.
The original arcade cabinets only had one controller.
You can utilize the-keymapfile
argument to specify another config file which uses a different joystick configuration, but that would require a restart of the emulator.This is useful for the flight based games, as you can have a separate config that inverts the UP/DOWN axis, or use a different controller, for those games.
See further details on extended config arguments here:
https://github.com/DirtBagXon/hypseus-singe#extended-arguments-and-keys
You can add these extra arguments via the.commands
file as explained in the RetroPie docs:
https://retropie.org.uk/docs/Daphne/#command-parametres -
@DirtBagXon said in New Hypseus and lr-Daphne to add on Retropie-Setup:
@22marco77 said in New Hypseus and lr-Daphne to add on Retropie-Setup:
@DirtBagXon Thanks to the program I was able to configure the axis, but strangely I had to invert the + and - of the vertical axis, I don't know why, by inserting the parameters indicated by the program I find the correct horizontal axis and the inverted vertical one, I simply reversed + and - and the vertical axis is now correct.
a thousand thanksGreat news :)
I would like to ask you one last thing to configure player 2 should I simply add another column starting the number with 1 instead of 0?
exampleKEY_LEFT = SDLK_RIGHT 0 0 +001 +101
KEY_RIGHT = SDLK_LEFT 0 0 -001 -101
it's correct?Unfortunately only one joystick (per axis or button ) is supported at a time. Those last config fields will be ignored. The original arcade cabinets only had one controller.
You can utilize the
-keymapfile
argument to specify another config file which uses a different joystick configuration, but that would require a restart of the emulator.This is useful for the flight based games, as you can have a separate config that inverts the UP/DOWN axis, or use a different controller, for those games.
See further details on extended config arguments here:
https://github.com/DirtBagXon/hypseus-singe#extended-arguments-and-keys
You can add these extra arguments via the.commands
file as explained in the RetroPie docs:
https://retropie.org.uk/docs/Daphne/#command-parametres
thank you very much for your information and advice you are giving me. sorry my english but i use google translator. I will read the links you posted to me hoping to be able to follow the information I find. Thanks again for everything and for the time you have dedicated to me. -
As of commit
eb07029
in the hypseus-singe repo, Singe games will now use a 32bit overlay which should improve sprite color, clarity and sharpness.
Note: This is a Singe only upgrade as Daphne games are only provided 8bit colors from the graphic ROMS.
Upgrade via
RetroPie-Setup
from source.If anyone prefers the older graphic style it can be reverted with
-8bit_overlay
in the.commands
files.Let me know if any issues arise, or jump on Discord (link on the repo pages) for any feedback.
Hope you enjoy.
-
@DirtBagXon Hi there DirtBagXon - I'm hoping you can help. I've got pretty much everything up and running with Hypseus on the RetroPie except I cannot seem to get Dragon's Lair running. I've gone over the script files a million times, pulled as much as I could off the github, read all the forum posts I could find and pretty much this was a last resort, so I'm hoping you can help. Here's what my log file says:
2022-10-23 21:22:17.985 INFO [14636] [reset_logfile@343] Audio Mixing Function: C
2022-10-23 21:22:18.283 INFO [14636] [manymouse_init_mice@329] Using ManyMouse for mice input.
2022-10-23 21:22:18.413 INFO [14636] [manymouse_init_mice@347] Found 3 mice devices:
2022-10-23 21:22:18.413 INFO [14636] [manymouse_init_mice@356] #0: Logitech M525
2022-10-23 21:22:18.413 INFO [14636] [manymouse_init_mice@356] #1: Microsoft X-Box 360 pad
2022-10-23 21:22:18.413 INFO [14636] [manymouse_init_mice@356] #2: Telink Wireless Receiver Mouse
2022-10-23 21:22:20.418 INFO [14636] [ldp_vldp::read_frame_conversions@1033] Framefile parse succeeded. Video/Audio directory is: /home/pi/RetroPie/roms/daphne/arcadex1.daphne/./
2022-10-23 21:22:20.427 ERROR [14636] [printnotice@69] Parsing video file(s). This may take a while.
2022-10-23 21:22:36.100 INFO [14636] [printline@96] Starting Singe version 1.80
2022-10-23 21:22:36.549 INFO [14636] [video::init_display@215] Repaint dimensions: 1280x720
2022-10-23 21:24:02.430 INFO [15078] [reset_logfile@323] Version v2.10.1-RPi
2022-10-23 21:24:02.430 INFO [15078] [reset_logfile@327] Command line: /opt/retropie/emulators/hypseus/hypseus.bin singe vldp -retropath -manymouse -script /home/pi/RetroPie/roms/daphne/arcadex1.daphne/arcadex1.singe -framefile /home/pi/RetroPie/roms/daphne/arcadex1.daphne/arcadex1.txt -homedir /opt/retropie/emulators/hypseus -fullscreen
2022-10-23 21:24:02.430 INFO [15078] [reset_logfile@328] CPU : ARMv7 || Mem : 7872 megs
2022-10-23 21:24:02.445 INFO [15078] [reset_logfile@329] OS : Linux 5.10 || Video : BCM2711
2022-10-23 21:24:02.459 INFO [15078] [reset_logfile@330] RGB2YUV Function: C
2022-10-23 21:24:02.459 INFO [15078] [reset_logfile@336] Line Blending Function: C
2022-10-23 21:24:02.459 INFO [15078] [reset_logfile@343] Audio Mixing Function: C
2022-10-23 21:24:02.701 INFO [15078] [manymouse_init_mice@329] Using ManyMouse for mice input.
2022-10-23 21:24:02.853 INFO [15078] [manymouse_init_mice@347] Found 3 mice devices:
2022-10-23 21:24:02.853 INFO [15078] [manymouse_init_mice@356] #0: Logitech M525
2022-10-23 21:24:02.853 INFO [15078] [manymouse_init_mice@356] #1: Microsoft X-Box 360 pad
2022-10-23 21:24:02.853 INFO [15078] [manymouse_init_mice@356] #2: Telink Wireless Receiver Mouse
2022-10-23 21:24:04.812 INFO [15078] [ldp_vldp::read_frame_conversions@1033] Framefile parse succeeded. Video/Audio directory is: /home/pi/RetroPie/roms/daphne/arcadex1.daphne/./
2022-10-23 21:24:04.834 INFO [15078] [printline@96] Starting Singe version 1.80
2022-10-23 21:24:05.279 INFO [15078] [video::init_display@215] Repaint dimensions: 1280x720
2022-10-23 21:26:07.419 INFO [15526] [reset_logfile@323] Version v2.10.1-RPi
2022-10-23 21:26:07.419 INFO [15526] [reset_logfile@327] Command line: /opt/retropie/emulators/hypseus/hypseus.bin singe vldp -retropath -manymouse -script /home/pi/RetroPie/roms/daphne/arcadex1.daphne/arcadex1.singe -framefile /home/pi/RetroPie/roms/daphne/arcadex1.daphne/arcadex1.txt -homedir /opt/retropie/emulators/hypseus -fullscreen
2022-10-23 21:26:07.419 INFO [15526] [reset_logfile@328] CPU : ARMv7 || Mem : 7872 megs
2022-10-23 21:26:07.434 INFO [15526] [reset_logfile@329] OS : Linux 5.10 || Video : BCM2711
2022-10-23 21:26:07.449 INFO [15526] [reset_logfile@330] RGB2YUV Function: C
2022-10-23 21:26:07.449 INFO [15526] [reset_logfile@336] Line Blending Function: C
2022-10-23 21:26:07.449 INFO [15526] [reset_logfile@343] Audio Mixing Function: C
2022-10-23 21:26:07.712 INFO [15526] [manymouse_init_mice@329] Using ManyMouse for mice input.
2022-10-23 21:26:07.863 INFO [15526] [manymouse_init_mice@347] Found 3 mice devices:
2022-10-23 21:26:07.863 INFO [15526] [manymouse_init_mice@356] #0: Logitech M525
2022-10-23 21:26:07.863 INFO [15526] [manymouse_init_mice@356] #1: Microsoft X-Box 360 pad
2022-10-23 21:26:07.863 INFO [15526] [manymouse_init_mice@356] #2: Telink Wireless Receiver Mouse
2022-10-23 21:26:09.810 INFO [15526] [ldp_vldp::read_frame_conversions@1033] Framefile parse succeeded. Video/Audio directory is: /home/pi/RetroPie/roms/daphne/arcadex1.daphne/./
2022-10-23 21:26:09.832 INFO [15526] [printline@96] Starting Singe version 1.80
2022-10-23 21:26:10.266 INFO [15526] [video::init_display@215] Repaint dimensions: 1280x720
2022-10-23 21:30:23.308 INFO [16570] [reset_logfile@323] Version v2.10.1-RPi
2022-10-23 21:30:23.308 INFO [16570] [reset_logfile@327] Command line: /opt/retropie/emulators/hypseus/hypseus.bin singe vldp -retropath -manymouse -script /home/pi/RetroPie/roms/daphne/aurunmilla.daphne/aurunmilla.singe -framefile /home/pi/RetroPie/roms/daphne/aurunmilla.daphne/aurunmilla.txt -homedir /opt/retropie/emulators/hypseus -fullscreen
2022-10-23 21:30:23.308 INFO [16570] [reset_logfile@328] CPU : ARMv7 || Mem : 7872 megs
2022-10-23 21:30:23.327 INFO [16570] [reset_logfile@329] OS : Linux 5.10 || Video : BCM2711
2022-10-23 21:30:23.345 INFO [16570] [reset_logfile@330] RGB2YUV Function: C
2022-10-23 21:30:23.345 INFO [16570] [reset_logfile@336] Line Blending Function: C
2022-10-23 21:30:23.345 INFO [16570] [reset_logfile@343] Audio Mixing Function: C
2022-10-23 21:30:23.552 INFO [16570] [manymouse_init_mice@329] Using ManyMouse for mice input.
2022-10-23 21:30:23.723 INFO [16570] [manymouse_init_mice@347] Found 3 mice devices:
2022-10-23 21:30:23.723 INFO [16570] [manymouse_init_mice@356] #0: Logitech M525
2022-10-23 21:30:23.723 INFO [16570] [manymouse_init_mice@356] #1: Microsoft X-Box 360 pad
2022-10-23 21:30:23.723 INFO [16570] [manymouse_init_mice@356] #2: Telink Wireless Receiver Mouse
2022-10-23 21:30:25.743 INFO [16570] [ldp_vldp::read_frame_conversions@1033] Framefile parse succeeded. Video/Audio directory is: /home/pi/RetroPie/roms/daphne/aurunmilla.daphne/./
2022-10-23 21:30:25.751 ERROR [16570] [printnotice@69] Parsing video file(s). This may take a while.
2022-10-23 21:30:42.034 INFO [16570] [printline@96] Starting Singe version 1.80
2022-10-23 21:30:42.291 INFO [16570] [printline@96] SINGE: Run this game with -oversize_overlay
2022-10-23 21:30:42.355 INFO [16570] [video::init_display@215] Repaint dimensions: 1264x960
2022-10-23 21:33:32.455 INFO [17059] [reset_logfile@323] Version v2.10.1-RPi
2022-10-23 21:33:32.456 INFO [17059] [reset_logfile@327] Command line: /opt/retropie/emulators/hypseus/hypseus.bin singe vldp -retropath -manymouse -script /home/pi/RetroPie/roms/daphne/aurunmilla.daphne/aurunmilla.singe -framefile /home/pi/RetroPie/roms/daphne/aurunmilla.daphne/aurunmilla.txt -homedir /opt/retropie/emulators/hypseus -fullscreen
2022-10-23 21:33:32.456 INFO [17059] [reset_logfile@328] CPU : ARMv7 || Mem : 7872 megs
2022-10-23 21:33:32.474 INFO [17059] [reset_logfile@329] OS : Linux 5.10 || Video : BCM2711
2022-10-23 21:33:32.493 INFO [17059] [reset_logfile@330] RGB2YUV Function: C
2022-10-23 21:33:32.493 INFO [17059] [reset_logfile@336] Line Blending Function: C
2022-10-23 21:33:32.493 INFO [17059] [reset_logfile@343] Audio Mixing Function: C
2022-10-23 21:33:32.742 INFO [17059] [manymouse_init_mice@329] Using ManyMouse for mice input.
2022-10-23 21:33:32.883 INFO [17059] [manymouse_init_mice@347] Found 3 mice devices:
2022-10-23 21:33:32.883 INFO [17059] [manymouse_init_mice@356] #0: Logitech M525
2022-10-23 21:33:32.883 INFO [17059] [manymouse_init_mice@356] #1: Microsoft X-Box 360 pad
2022-10-23 21:33:32.883 INFO [17059] [manymouse_init_mice@356] #2: Telink Wireless Receiver Mouse
2022-10-23 21:33:34.837 INFO [17059] [ldp_vldp::read_frame_conversions@1033] Framefile parse succeeded. Video/Audio directory is: /home/pi/RetroPie/roms/daphne/aurunmilla.daphne/./
2022-10-23 21:33:34.859 INFO [17059] [printline@96] Starting Singe version 1.80
2022-10-23 21:33:35.100 INFO [17059] [printline@96] SINGE: Run this game with -oversize_overlay
2022-10-23 21:33:35.167 INFO [17059] [video::init_display@215] Repaint dimensions: 1264x960
2022-10-23 21:34:16.287 INFO [17589] [reset_logfile@323] Version v2.10.1-RPi
2022-10-23 21:34:16.287 INFO [17589] [reset_logfile@327] Command line: /opt/retropie/emulators/hypseus/hypseus.bin singe vldp -retropath -manymouse -script /home/pi/RetroPie/roms/daphne/dl2e.daphne/dl2e.singe -framefile /home/pi/RetroPie/roms/daphne/dl2e.daphne/dl2e.txt -homedir /opt/retropie/emulators/hypseus -fullscreen
2022-10-23 21:34:16.287 INFO [17589] [reset_logfile@328] CPU : ARMv7 || Mem : 7872 megs
2022-10-23 21:34:16.305 INFO [17589] [reset_logfile@329] OS : Linux 5.10 || Video : BCM2711
2022-10-23 21:34:16.321 INFO [17589] [reset_logfile@330] RGB2YUV Function: C
2022-10-23 21:34:16.321 INFO [17589] [reset_logfile@336] Line Blending Function: C
2022-10-23 21:34:16.321 INFO [17589] [reset_logfile@343] Audio Mixing Function: C
2022-10-23 21:34:16.582 INFO [17589] [manymouse_init_mice@329] Using ManyMouse for mice input.
2022-10-23 21:34:16.713 INFO [17589] [manymouse_init_mice@347] Found 3 mice devices:
2022-10-23 21:34:16.713 INFO [17589] [manymouse_init_mice@356] #0: Logitech M525
2022-10-23 21:34:16.713 INFO [17589] [manymouse_init_mice@356] #1: Microsoft X-Box 360 pad
2022-10-23 21:34:16.713 INFO [17589] [manymouse_init_mice@356] #2: Telink Wireless Receiver Mouse
2022-10-23 21:34:18.690 INFO [17589] [ldp_vldp::read_frame_conversions@1033] Framefile parse succeeded. Video/Audio directory is: /home/pi/RetroPie/roms/daphne/dl2e.daphne/./
2022-10-23 21:34:18.696 ERROR [17589] [printnotice@69] Parsing video file(s). This may take a while.
2022-10-23 21:34:42.829 INFO [17589] [printline@96] Starting Singe version 1.80
2022-10-23 21:34:43.273 INFO [17589] [video::init_display@215] Repaint dimensions: 1440x1080
2022-10-23 21:35:54.524 INFO [18121] [reset_logfile@323] Version v2.10.1-RPi
2022-10-23 21:35:54.525 INFO [18121] [reset_logfile@327] Command line: /opt/retropie/emulators/hypseus/hypseus.bin singe vldp -retropath -manymouse -script /home/pi/RetroPie/roms/daphne/dltv.daphne/dltv.singe -framefile /home/pi/RetroPie/roms/daphne/dltv.daphne/dltv.txt -homedir /opt/retropie/emulators/hypseus -fullscreen
2022-10-23 21:35:54.525 INFO [18121] [reset_logfile@328] CPU : ARMv7 || Mem : 7872 megs
2022-10-23 21:35:54.543 INFO [18121] [reset_logfile@329] OS : Linux 5.10 || Video : BCM2711
2022-10-23 21:35:54.557 INFO [18121] [reset_logfile@330] RGB2YUV Function: C
2022-10-23 21:35:54.557 INFO [18121] [reset_logfile@336] Line Blending Function: C
2022-10-23 21:35:54.558 INFO [18121] [reset_logfile@343] Audio Mixing Function: C
2022-10-23 21:35:54.822 INFO [18121] [manymouse_init_mice@329] Using ManyMouse for mice input.
2022-10-23 21:35:54.953 INFO [18121] [manymouse_init_mice@347] Found 3 mice devices:
2022-10-23 21:35:54.953 INFO [18121] [manymouse_init_mice@356] #0: Logitech M525
2022-10-23 21:35:54.953 INFO [18121] [manymouse_init_mice@356] #1: Microsoft X-Box 360 pad
2022-10-23 21:35:54.953 INFO [18121] [manymouse_init_mice@356] #2: Telink Wireless Receiver Mouse
2022-10-23 21:35:56.905 INFO [18121] [ldp_vldp::read_frame_conversions@1033] Framefile parse succeeded. Video/Audio directory is: /home/pi/RetroPie/roms/daphne/dltv.daphne/./
2022-10-23 21:35:56.907 ERROR [18121] [printnotice@69] Parsing video file(s). This may take a while.
2022-10-23 21:36:52.426 INFO [18121] [printline@96] Starting Singe version 1.80
2022-10-23 21:36:53.635 INFO [18121] [printline@96] SINGE: Entering initVLDP()
2022-10-23 21:36:53.851 INFO [18121] [video::init_display@215] Repaint dimensions: 1280x720
2022-10-23 21:37:07.843 INFO [18121] [printline@96] SINGE: Leaving initVLDP()
2022-10-23 21:37:07.866 INFO [18121] [printline@96] SINGE: Playing Singe LUA Engine v1.1
2022-10-23 21:37:07.866 INFO [18121] [printline@96] SINGE: Entering readConfig()
2022-10-23 21:39:15.261 INFO [19101] [reset_logfile@323] Version v2.10.1-RPi
2022-10-23 21:39:15.262 INFO [19101] [reset_logfile@327] Command line: /opt/retropie/emulators/hypseus/hypseus.bin singe vldp -retropath -manymouse -script /home/pi/RetroPie/roms/daphne/fireandice.daphne/fireandice.singe -framefile /home/pi/RetroPie/roms/daphne/fireandice.daphne/fireandice.txt -homedir /opt/retropie/emulators/hypseus -fullscreen
2022-10-23 21:39:15.262 INFO [19101] [reset_logfile@328] CPU : ARMv7 || Mem : 7872 megs
2022-10-23 21:39:15.282 INFO [19101] [reset_logfile@329] OS : Linux 5.10 || Video : BCM2711
2022-10-23 21:39:15.300 INFO [19101] [reset_logfile@330] RGB2YUV Function: C
2022-10-23 21:39:15.300 INFO [19101] [reset_logfile@336] Line Blending Function: C
2022-10-23 21:39:15.300 INFO [19101] [reset_logfile@343] Audio Mixing Function: C
2022-10-23 21:39:15.502 INFO [19101] [manymouse_init_mice@329] Using ManyMouse for mice input.
2022-10-23 21:39:15.633 INFO [19101] [manymouse_init_mice@347] Found 3 mice devices:
2022-10-23 21:39:15.633 INFO [19101] [manymouse_init_mice@356] #0: Logitech M525
2022-10-23 21:39:15.633 INFO [19101] [manymouse_init_mice@356] #1: Microsoft X-Box 360 pad
2022-10-23 21:39:15.633 INFO [19101] [manymouse_init_mice@356] #2: Telink Wireless Receiver Mouse
2022-10-23 21:39:17.601 INFO [19101] [ldp_vldp::read_frame_conversions@1033] Framefile parse succeeded. Video/Audio directory is: /home/pi/RetroPie/roms/daphne/fireandice.daphne/./
2022-10-23 21:39:17.602 ERROR [19101] [printnotice@69] Parsing video file(s). This may take a while.
2022-10-23 21:40:05.393 INFO [19101] [printline@96] Starting Singe version 1.80
2022-10-23 21:40:05.735 INFO [19101] [ldp_vldp::nonblocking_search@466] NOTE: converting FPKS from 29970 to 23976. This may be less accurate.
2022-10-23 21:40:05.819 INFO [19101] [printline@96] SINGE: Entering initVLDP()
2022-10-23 21:40:06.319 INFO [19101] [video::init_display@215] Repaint dimensions: 1920x1080
2022-10-23 21:40:25.568 INFO [19101] [printline@96] SINGE: Leaving initVLDP()
2022-10-23 21:40:25.595 INFO [19101] [printline@96] SINGE: Playing Singe LUA Engine v1.1
2022-10-23 21:40:25.596 INFO [19101] [printline@96] SINGE: Entering readConfig()
2022-10-23 21:43:08.404 INFO [19665] [reset_logfile@323] Version v2.10.1-RPi
2022-10-23 21:43:08.405 INFO [19665] [reset_logfile@327] Command line: /opt/retropie/emulators/hypseus/hypseus.bin singe vldp -retropath -manymouse -script /home/pi/RetroPie/roms/daphne/mononoke.daphne/mononoke.singe -framefile /home/pi/RetroPie/roms/daphne/mononoke.daphne/mononoke.txt -homedir /opt/retropie/emulators/hypseus -fullscreen
2022-10-23 21:43:08.405 INFO [19665] [reset_logfile@328] CPU : ARMv7 || Mem : 7872 megs
2022-10-23 21:43:08.423 INFO [19665] [reset_logfile@329] OS : Linux 5.10 || Video : BCM2711
2022-10-23 21:43:08.439 INFO [19665] [reset_logfile@330] RGB2YUV Function: C
2022-10-23 21:43:08.439 INFO [19665] [reset_logfile@336] Line Blending Function: C
2022-10-23 21:43:08.439 INFO [19665] [reset_logfile@343] Audio Mixing Function: C
2022-10-23 21:43:08.672 INFO [19665] [manymouse_init_mice@329] Using ManyMouse for mice input.
2022-10-23 21:43:08.823 INFO [19665] [manymouse_init_mice@347] Found 3 mice devices:
2022-10-23 21:43:08.823 INFO [19665] [manymouse_init_mice@356] #0: Logitech M525
2022-10-23 21:43:08.823 INFO [19665] [manymouse_init_mice@356] #1: Microsoft X-Box 360 pad
2022-10-23 21:43:08.823 INFO [19665] [manymouse_init_mice@356] #2: Telink Wireless Receiver Mouse
2022-10-23 21:43:10.796 INFO [19665] [ldp_vldp::read_frame_conversions@1033] Framefile parse succeeded. Video/Audio directory is: /home/pi/RetroPie/roms/daphne/mononoke.daphne/./
2022-10-23 21:43:10.822 ERROR [19665] [printnotice@69] Parsing video file(s). This may take a while.
2022-10-23 21:44:02.880 INFO [19665] [printline@96] Starting Singe version 1.80
2022-10-23 21:44:03.555 INFO [19665] [video::init_display@215] Repaint dimensions: 1920x1080
2022-10-23 21:46:45.262 INFO [20232] [reset_logfile@323] Version v2.10.1-RPi
2022-10-23 21:46:45.263 INFO [20232] [reset_logfile@327] Command line: /opt/retropie/emulators/hypseus/hypseus.bin singe vldp -retropath -manymouse -script /home/pi/RetroPie/roms/daphne/triad.daphne/triad.singe -framefile /home/pi/RetroPie/roms/daphne/triad.daphne/triad.txt -homedir /opt/retropie/emulators/hypseus -fullscreen
2022-10-23 21:46:45.263 INFO [20232] [reset_logfile@328] CPU : ARMv7 || Mem : 7872 megs
2022-10-23 21:46:45.281 INFO [20232] [reset_logfile@329] OS : Linux 5.10 || Video : BCM2711
2022-10-23 21:46:45.295 INFO [20232] [reset_logfile@330] RGB2YUV Function: C
2022-10-23 21:46:45.295 INFO [20232] [reset_logfile@336] Line Blending Function: C
2022-10-23 21:46:45.295 INFO [20232] [reset_logfile@343] Audio Mixing Function: C
2022-10-23 21:46:45.542 INFO [20232] [manymouse_init_mice@329] Using ManyMouse for mice input.
2022-10-23 21:46:45.693 INFO [20232] [manymouse_init_mice@347] Found 3 mice devices:
2022-10-23 21:46:45.693 INFO [20232] [manymouse_init_mice@356] #0: Logitech M525
2022-10-23 21:46:45.693 INFO [20232] [manymouse_init_mice@356] #1: Microsoft X-Box 360 pad
2022-10-23 21:46:45.693 INFO [20232] [manymouse_init_mice@356] #2: Telink Wireless Receiver Mouse
2022-10-23 21:46:47.659 INFO [20232] [ldp_vldp::read_frame_conversions@1033] Framefile parse succeeded. Video/Audio directory is: /home/pi/RetroPie/roms/daphne/triad.daphne/./
2022-10-23 21:46:47.676 ERROR [20232] [printnotice@69] Parsing video file(s). This may take a while.
2022-10-23 21:47:19.192 INFO [20232] [printline@96] Starting Singe version 1.80
2022-10-23 21:47:19.643 INFO [20232] [video::init_display@215] Repaint dimensions: 1280x960
2022-10-23 21:54:43.902 INFO [20776] [reset_logfile@323] Version v2.10.1-RPi
2022-10-23 21:54:43.903 INFO [20776] [reset_logfile@327] Command line: /opt/retropie/emulators/hypseus/hypseus.bin singe vldp -retropath -manymouse -script /home/pi/RetroPie/roms/daphne/dle.daphne/dle.singe -framefile /home/pi/RetroPie/roms/daphne/dle.daphne/dle.txt -homedir /opt/retropie/emulators/hypseus -fullscreen
2022-10-23 21:54:43.903 INFO [20776] [reset_logfile@328] CPU : ARMv7 || Mem : 7872 megs
2022-10-23 21:54:43.921 INFO [20776] [reset_logfile@329] OS : Linux 5.10 || Video : BCM2711
2022-10-23 21:54:43.939 INFO [20776] [reset_logfile@330] RGB2YUV Function: C
2022-10-23 21:54:43.939 INFO [20776] [reset_logfile@336] Line Blending Function: C
2022-10-23 21:54:43.939 INFO [20776] [reset_logfile@343] Audio Mixing Function: C
2022-10-23 21:54:44.162 INFO [20776] [manymouse_init_mice@329] Using ManyMouse for mice input.
2022-10-23 21:54:44.293 INFO [20776] [manymouse_init_mice@347] Found 3 mice devices:
2022-10-23 21:54:44.293 INFO [20776] [manymouse_init_mice@356] #0: Logitech M525
2022-10-23 21:54:44.293 INFO [20776] [manymouse_init_mice@356] #1: Microsoft X-Box 360 pad
2022-10-23 21:54:44.293 INFO [20776] [manymouse_init_mice@356] #2: Telink Wireless Receiver Mouse
2022-10-23 21:54:46.247 INFO [20776] [ldp_vldp::read_frame_conversions@1033] Framefile parse succeeded. Video/Audio directory is: /home/pi/RetroPie/roms/daphne/dle.daphne/Video/
2022-10-23 21:54:46.248 ERROR [20776] [printerror@50] Could not open file : /home/pi/RetroPie/roms/daphne/dle.daphne/Video/dle.m2v
2022-10-23 21:54:46.248 ERROR [20776] [printerror@50] Could not initialize laserdisc player!
2022-10-23 21:56:05.291 INFO [21239] [reset_logfile@323] Version v2.10.1-RPi
2022-10-23 21:56:05.292 INFO [21239] [reset_logfile@327] Command line: /opt/retropie/emulators/hypseus/hypseus.bin singe vldp -retropath -manymouse -script /home/pi/RetroPie/roms/daphne/dle.daphne/dle.singe -framefile /home/pi/RetroPie/roms/daphne/dle.daphne/dle.txt -homedir /opt/retropie/emulators/hypseus -fullscreen
2022-10-23 21:56:05.292 INFO [21239] [reset_logfile@328] CPU : ARMv7 || Mem : 7872 megs
2022-10-23 21:56:05.308 INFO [21239] [reset_logfile@329] OS : Linux 5.10 || Video : BCM2711
2022-10-23 21:56:05.321 INFO [21239] [reset_logfile@330] RGB2YUV Function: C
2022-10-23 21:56:05.321 INFO [21239] [reset_logfile@336] Line Blending Function: C
2022-10-23 21:56:05.321 INFO [21239] [reset_logfile@343] Audio Mixing Function: C
2022-10-23 21:56:05.592 INFO [21239] [manymouse_init_mice@329] Using ManyMouse for mice input.
2022-10-23 21:56:05.723 INFO [21239] [manymouse_init_mice@347] Found 3 mice devices:
2022-10-23 21:56:05.723 INFO [21239] [manymouse_init_mice@356] #0: Logitech M525
2022-10-23 21:56:05.723 INFO [21239] [manymouse_init_mice@356] #1: Microsoft X-Box 360 pad
2022-10-23 21:56:05.723 INFO [21239] [manymouse_init_mice@356] #2: Telink Wireless Receiver Mouse
2022-10-23 21:56:07.699 INFO [21239] [ldp_vldp::read_frame_conversions@1033] Framefile parse succeeded. Video/Audio directory is: /home/pi/RetroPie/roms/daphne/dle.daphne/Video/
2022-10-23 21:56:07.700 ERROR [21239] [printerror@50] Could not open file : /home/pi/RetroPie/roms/daphne/dle.daphne/Video/dle.m2v
2022-10-23 21:56:07.700 ERROR [21239] [printerror@50] Could not initialize laserdisc player!
2022-10-23 21:57:32.684 INFO [21692] [reset_logfile@323] Version v2.10.1-RPi
2022-10-23 21:57:32.684 INFO [21692] [reset_logfile@327] Command line: /opt/retropie/emulators/hypseus/hypseus.bin singe vldp -retropath -manymouse -script /home/pi/RetroPie/roms/daphne/dle.daphne/dle.singe -framefile /home/pi/RetroPie/roms/daphne/dle.daphne/dle.txt -homedir /opt/retropie/emulators/hypseus -fullscreen
2022-10-23 21:57:32.684 INFO [21692] [reset_logfile@328] CPU : ARMv7 || Mem : 7872 megs
2022-10-23 21:57:32.699 INFO [21692] [reset_logfile@329] OS : Linux 5.10 || Video : BCM2711
2022-10-23 21:57:32.713 INFO [21692] [reset_logfile@330] RGB2YUV Function: C
2022-10-23 21:57:32.713 INFO [21692] [reset_logfile@336] Line Blending Function: C
2022-10-23 21:57:32.713 INFO [21692] [reset_logfile@343] Audio Mixing Function: C
2022-10-23 21:57:32.962 INFO [21692] [manymouse_init_mice@329] Using ManyMouse for mice input.
2022-10-23 21:57:33.133 INFO [21692] [manymouse_init_mice@347] Found 3 mice devices:
2022-10-23 21:57:33.133 INFO [21692] [manymouse_init_mice@356] #0: Logitech M525
2022-10-23 21:57:33.133 INFO [21692] [manymouse_init_mice@356] #1: Microsoft X-Box 360 pad
2022-10-23 21:57:33.133 INFO [21692] [manymouse_init_mice@356] #2: Telink Wireless Receiver Mouse
2022-10-23 21:57:35.145 INFO [21692] [ldp_vldp::read_frame_conversions@1033] Framefile parse succeeded. Video/Audio directory is: /home/pi/RetroPie/roms/daphne/dle.daphne/./
2022-10-23 21:57:35.146 ERROR [21692] [printnotice@69] Parsing video file(s). This may take a while.
2022-10-23 21:57:59.027 INFO [21692] [printline@96] Starting Singe version 1.80
2022-10-23 21:57:59.521 INFO [21692] [video::init_display@215] Repaint dimensions: 960x720
2022-10-23 21:58:05.281 INFO [21692] [printline@96] SINGE: error running function 'onOverlayUpdate': singe/../dle.daphne/hscore.singe:217: bad argument #1 to 'find' (string expected, got nil)
2022-10-23 21:58:05.386 INFO [21692] [printline@96] SINGE: error running function 'onOverlayUpdate': singe/../dle.daphne/main.singe:4371: attempt to index global 'sprite' (a nil value)
2022-10-23 21:58:06.386 INFO [21692] [printline@96] SINGE: Multiple errors, cannot continue...Any idea what's going on? Thank you in advance. (Also all your files on archive were a HUGE HELP! Thank you!)
-
@DirtBagXon I went back to the github page and did a clean re-install for DLe and also SAe and now I get the following error:
2022-10-23 22:49:32.258 INFO [8634] [printline@96] SINGE: error compiling script: cannot open dleFr/../amework.daphne/globals.singe: No such file or directory
2022-10-23 22:49:32.261 INFO [8634] [printline@96] SINGE: Cannot continue, quitting...
2022-10-23 22:50:15.462 INFO [9088] [reset_logfile@323] Version v2.10.1-RPi
2022-10-23 22:50:15.462 INFO [9088] [reset_logfile@327] Command line: /opt/retropie/emulators/hypseus/hypseus.bin singe vldp -retropath -manymouse -script /home/pi/RetroPie/roms/daphne/dle.daphne/dle.singe -framefile /home/pi/RetroPie/roms/daphne/dle.daphne/dle.txt -homedir /opt/retropie/emulators/hypseus -fullscreen
2022-10-23 22:50:15.463 INFO [9088] [reset_logfile@328] CPU : ARMv7 || Mem : 7872 megs
2022-10-23 22:50:15.481 INFO [9088] [reset_logfile@329] OS : Linux 5.10 || Video : BCM2711
2022-10-23 22:50:15.499 INFO [9088] [reset_logfile@330] RGB2YUV Function: C
2022-10-23 22:50:15.499 INFO [9088] [reset_logfile@336] Line Blending Function: C
2022-10-23 22:50:15.499 INFO [9088] [reset_logfile@343] Audio Mixing Function: C
2022-10-23 22:50:15.740 INFO [9088] [manymouse_init_mice@329] Using ManyMouse for mice input.
2022-10-23 22:50:15.901 INFO [9088] [manymouse_init_mice@347] Found 3 mice devices:
2022-10-23 22:50:15.901 INFO [9088] [manymouse_init_mice@356] #0: Logitech M525
2022-10-23 22:50:15.901 INFO [9088] [manymouse_init_mice@356] #1: Microsoft X-Box 360 pad
2022-10-23 22:50:15.901 INFO [9088] [manymouse_init_mice@356] #2: Telink Wireless Receiver Mouse
2022-10-23 22:50:17.876 INFO [9088] [ldp_vldp::read_frame_conversions@1033] Framefile parse succeeded. Video/Audio directory is: /home/pi/RetroPie/roms/daphne/dle.daphne/./
2022-10-23 22:50:17.898 INFO [9088] [printline@96] Starting Singe version 1.80
2022-10-23 22:50:17.907 INFO [9088] [printline@96] SINGE: Script Error!
2022-10-23 22:50:18.907 INFO [9088] [printline@96] SINGE: error compiling script: cannot open singe/../Framework.daphne/globals.singe: No such file or directory
2022-10-23 22:50:18.907 INFO [9088] [printline@96] SINGE: Cannot continue, quitting...
2022-10-23 22:53:40.588 INFO [9596] [reset_logfile@323] Version v2.10.1-RPi
2022-10-23 22:53:40.588 INFO [9596] [reset_logfile@327] Command line: /opt/retropie/emulators/hypseus/hypseus.bin singe vldp -retropath -manymouse -script /home/pi/RetroPie/roms/daphne/dle.daphne/dle.singe -framefile /home/pi/RetroPie/roms/daphne/dle.daphne/dle.txt -homedir /opt/retropie/emulators/hypseus -fullscreen
2022-10-23 22:53:40.589 INFO [9596] [reset_logfile@328] CPU : ARMv7 || Mem : 7872 megs
2022-10-23 22:53:40.607 INFO [9596] [reset_logfile@329] OS : Linux 5.10 || Video : BCM2711
2022-10-23 22:53:40.629 INFO [9596] [reset_logfile@330] RGB2YUV Function: C
2022-10-23 22:53:40.629 INFO [9596] [reset_logfile@336] Line Blending Function: C
2022-10-23 22:53:40.629 INFO [9596] [reset_logfile@343] Audio Mixing Function: C
2022-10-23 22:53:40.840 INFO [9596] [manymouse_init_mice@329] Using ManyMouse for mice input.
2022-10-23 22:53:40.971 INFO [9596] [manymouse_init_mice@347] Found 3 mice devices:
2022-10-23 22:53:40.971 INFO [9596] [manymouse_init_mice@356] #0: Logitech M525
2022-10-23 22:53:40.971 INFO [9596] [manymouse_init_mice@356] #1: Microsoft X-Box 360 pad
2022-10-23 22:53:40.971 INFO [9596] [manymouse_init_mice@356] #2: Telink Wireless Receiver Mouse
2022-10-23 22:53:42.925 INFO [9596] [ldp_vldp::read_frame_conversions@1033] Framefile parse succeeded. Video/Audio directory is: /home/pi/RetroPie/roms/daphne/dle.daphne/./
2022-10-23 22:53:42.947 INFO [9596] [printline@96] Starting Singe version 1.80
2022-10-23 22:53:42.955 INFO [9596] [printline@96] SINGE: Script Error!
2022-10-23 22:53:43.956 INFO [9596] [printline@96] SINGE: error compiling script: cannot open daphne/../Framework.daphne/globals.singe: No such file or directory
2022-10-23 22:53:43.956 INFO [9596] [printline@96] SINGE: Cannot continue, quitting...
2022-10-23 22:55:37.233 INFO [10052] [reset_logfile@323] Version v2.10.1-RPi
2022-10-23 22:55:37.234 INFO [10052] [reset_logfile@327] Command line: /opt/retropie/emulators/hypseus/hypseus.bin singe vldp -retropath -manymouse -script /home/pi/RetroPie/roms/daphne/dle.daphne/dle.singe -framefile /home/pi/RetroPie/roms/daphne/dle.daphne/dle.txt -homedir /opt/retropie/emulators/hypseus -fullscreen
2022-10-23 22:55:37.234 INFO [10052] [reset_logfile@328] CPU : ARMv7 || Mem : 7872 megs
2022-10-23 22:55:37.249 INFO [10052] [reset_logfile@329] OS : Linux 5.10 || Video : BCM2711
2022-10-23 22:55:37.263 INFO [10052] [reset_logfile@330] RGB2YUV Function: C
2022-10-23 22:55:37.263 INFO [10052] [reset_logfile@336] Line Blending Function: C
2022-10-23 22:55:37.263 INFO [10052] [reset_logfile@343] Audio Mixing Function: C
2022-10-23 22:55:37.510 INFO [10052] [manymouse_init_mice@329] Using ManyMouse for mice input.
2022-10-23 22:55:37.671 INFO [10052] [manymouse_init_mice@347] Found 3 mice devices:
2022-10-23 22:55:37.671 INFO [10052] [manymouse_init_mice@356] #0: Logitech M525
2022-10-23 22:55:37.671 INFO [10052] [manymouse_init_mice@356] #1: Microsoft X-Box 360 pad
2022-10-23 22:55:37.671 INFO [10052] [manymouse_init_mice@356] #2: Telink Wireless Receiver Mouse
2022-10-23 22:55:39.624 INFO [10052] [ldp_vldp::read_frame_conversions@1033] Framefile parse succeeded. Video/Audio directory is: /home/pi/RetroPie/roms/daphne/dle.daphne/./
2022-10-23 22:55:39.646 INFO [10052] [printline@96] Starting Singe version 1.80
2022-10-23 22:55:39.655 INFO [10052] [printline@96] SINGE: Script Error!
2022-10-23 22:55:40.655 INFO [10052] [printline@96] SINGE: error compiling script: cannot open singe/../Framework.daphne/globals.singe: No such file or directory
2022-10-23 22:55:40.656 INFO [10052] [printline@96] SINGE: Cannot continue, quitting...
2022-10-23 23:02:33.514 INFO [10652] [reset_logfile@323] Version v2.10.1-RPi
2022-10-23 23:02:33.515 INFO [10652] [reset_logfile@327] Command line: /opt/retropie/emulators/hypseus/hypseus.bin singe vldp -retropath -manymouse -script /home/pi/RetroPie/roms/daphne/SAe.daphne/SAe.singe -framefile /home/pi/RetroPie/roms/daphne/SAe.daphne/SAe.txt -homedir /opt/retropie/emulators/hypseus -fullscreen
2022-10-23 23:02:33.515 INFO [10652] [reset_logfile@328] CPU : ARMv7 || Mem : 7872 megs
2022-10-23 23:02:33.533 INFO [10652] [reset_logfile@329] OS : Linux 5.10 || Video : BCM2711
2022-10-23 23:02:33.550 INFO [10652] [reset_logfile@330] RGB2YUV Function: C
2022-10-23 23:02:33.550 INFO [10652] [reset_logfile@336] Line Blending Function: C
2022-10-23 23:02:33.550 INFO [10652] [reset_logfile@343] Audio Mixing Function: C
2022-10-23 23:02:33.790 INFO [10652] [manymouse_init_mice@329] Using ManyMouse for mice input.
2022-10-23 23:02:33.921 INFO [10652] [manymouse_init_mice@347] Found 3 mice devices:
2022-10-23 23:02:33.921 INFO [10652] [manymouse_init_mice@356] #0: Logitech M525
2022-10-23 23:02:33.921 INFO [10652] [manymouse_init_mice@356] #1: Microsoft X-Box 360 pad
2022-10-23 23:02:33.921 INFO [10652] [manymouse_init_mice@356] #2: Telink Wireless Receiver Mouse
2022-10-23 23:02:35.912 INFO [10652] [ldp_vldp::read_frame_conversions@1033] Framefile parse succeeded. Video/Audio directory is: /home/pi/RetroPie/roms/daphne/SAe.daphne/./
2022-10-23 23:02:35.913 ERROR [10652] [printnotice@69] Parsing video file(s). This may take a while.
2022-10-23 23:02:54.041 INFO [10652] [printline@96] Starting Singe version 1.80
2022-10-23 23:02:54.396 INFO [10652] [video::init_display@215] Repaint dimensions: 1280x720
2022-10-23 23:02:59.885 INFO [10652] [printline@96] SINGE: error running function 'onOverlayUpdate': singe/../SAe.daphne/hscore.singe:217: bad argument #1 to 'find' (string expected, got nil)
2022-10-23 23:03:00.002 INFO [10652] [printline@96] SINGE: error running function 'onOverlayUpdate': singe/../SAe.daphne/main.singe:4371: attempt to index global 'sprite' (a nil value)
2022-10-23 23:03:01.002 INFO [10652] [printline@96] SINGE: Multiple errors, cannot continue...
2022-10-23 23:11:25.363 INFO [16110] [reset_logfile@323] Version v2.10.1-RPi
2022-10-23 23:11:25.364 INFO [16110] [reset_logfile@327] Command line: /opt/retropie/emulators/hypseus/hypseus.bin singe vldp -retropath -manymouse -script /home/pi/RetroPie/roms/daphne/dle.daphne/dle.singe -framefile /home/pi/RetroPie/roms/daphne/dle.daphne/dle.txt -homedir /opt/retropie/emulators/hypseus -fullscreen
2022-10-23 23:11:25.364 INFO [16110] [reset_logfile@328] CPU : ARMv7 || Mem : 7872 megs
2022-10-23 23:11:25.385 INFO [16110] [reset_logfile@329] OS : Linux 5.10 || Video : BCM2711
2022-10-23 23:11:25.406 INFO [16110] [reset_logfile@330] RGB2YUV Function: C
2022-10-23 23:11:25.406 INFO [16110] [reset_logfile@336] Line Blending Function: C
2022-10-23 23:11:25.406 INFO [16110] [reset_logfile@343] Audio Mixing Function: C
2022-10-23 23:11:25.620 INFO [16110] [manymouse_init_mice@329] Using ManyMouse for mice input.
2022-10-23 23:11:25.771 INFO [16110] [manymouse_init_mice@347] Found 3 mice devices:
2022-10-23 23:11:25.771 INFO [16110] [manymouse_init_mice@356] #0: Logitech M525
2022-10-23 23:11:25.771 INFO [16110] [manymouse_init_mice@356] #1: Microsoft X-Box 360 pad
2022-10-23 23:11:25.771 INFO [16110] [manymouse_init_mice@356] #2: Telink Wireless Receiver Mouse
2022-10-23 23:11:27.736 INFO [16110] [ldp_vldp::read_frame_conversions@1033] Framefile parse succeeded. Video/Audio directory is: /home/pi/RetroPie/roms/daphne/dle.daphne/./
2022-10-23 23:11:27.761 INFO [16110] [printline@96] Starting Singe version 1.80
2022-10-23 23:11:27.771 INFO [16110] [printline@96] SINGE: Script Error!
2022-10-23 23:11:28.771 INFO [16110] [printline@96] SINGE: error compiling script: cannot open singe/../Framework.daphne/globals.singe: No such file or directory
2022-10-23 23:11:28.771 INFO [16110] [printline@96] SINGE: Cannot continue, quitting...These are the only two games I seem to be having trouble with. Everything else works just fine. Any help would be greatly appreciated. Thank you!
-
@DirtBagXon So I'm kind of at a loss here. I have tried everything I can think of:
- A fresh new install from the github site.
- Taking an existing game that works and copying the dle script into that.
- putting the files in all kinds of different folders
- Renaming the Framework folder to Framework.daphne
Nothing seems to work. Here's the error I'm getting from the clean install from the Github page that seems to be crashing dle and also sae:
2022-10-24 11:08:07.446 INFO [7304] [printline@96] SINGE: Script Error!
2022-10-24 11:08:08.446 INFO [7304] [printline@96] SINGE: error compiling script: cannot open singe/../Framework.daphne/globals.singe: No such file or directory
2022-10-24 11:08:08.446 INFO [7304] [printline@96] SINGE: Cannot continue, quitting...And here's what my directory structure looks like on my build:
and here is what is inside my Framework folder:
I just cannot get it to work. Every other game in daphne and hypseus works including all the ActionMax games, but I cannot get dle or sae to work at all.
Thank you in advance for your help!
-
@DirtBagXon Ok, so I actually just got a little further. I made a Framework.daphne folder in my main /RetroPie/roms/Daphne directory and it worked! But now I have a "Framework" listing in that directory because it's called Framework.daphne.
Any ideas on how to get rid of that or how to make this all work without that "game" showing up? Thank you.
So I guess my question is, why do these two games need that Framework.daphne folder but none of the other games do? And how can I either hide or move that folder somewhere else so that it won't show up in the listing?
-
DLe and SAE Singe 2 games are not ported to the SBC overlays, so they can only use the full size overlay that doesn't stand a change of working on the Pi I'm afraid.
The reason I didn't port these titles is for a Pi is due to the fact that you can play them via the original ROM in the Daphne element of Hypseus with dle21 and sae. The Singe 2 versions are complete rewrites that have no real resemblance to the original arcade games.
Moving/porting a full resolution Singe 2 game to Hypseus is now trivial, therefore I put the games with the full overlay LUA on the repo, so that anyone with more powerful hardware (Windows, full desktop Linux or Mac) could play them without the need to install two emulators for Daphne and Singe 2. But I'm afraid the full overlay Singe 2 games aren't going to work on the current generation of Pi hardware. Use the Daphne ROM games instead for these particular games. You can use DL2e ported game on the Pi as there is no supported ROM in Daphne.
-
@DirtBagXon Thank you for the quick response! Understood on the part of why the full overlay didn't get ported. No problem!
I guess I still don't understand why I'm getting the "Framework" folder though?
How can I delete that so the games still load up and that folder goes away?
I'm not bothered about the full overlay being used, but I did feel like the DLe and SAe versions did look much better and SAe had the additional scenes.
How do I get them to run under "traditional daphne" if that's my best option?
Or maybe I just haven't found the Daphne versions of the roms yet?
-
You need the original arcade ROM and the matching video and audio for that game. This is NOT the same as the Singe 2 game, the video sequencing and frames have been completely altered.
Take a look at the RetroPie docs on how to setup Daphne games:
https://retropie.org.uk/docs/Daphne/
The
Framework
folder is only needed for the full overlay Singe 2 games, so you can probably safely remove that altogether. Make backups before you do anything as always. -
As you have probably noticed, the Singe 2 games weren't written with a Pi in mind, they are written by Windows guys. The native video and overlays are way too resource intensive for a Pi or similar SBC. Hence the ports.
I believe you have found some of the existing ported video from your comments on other pages, if your Pi is struggling you don't need to find the original MP4 video to resize/recode, you can always use the existing M2V files and downsize them, using
ffmpeg
. You can also try using-set_overlay oversize
on some of the games as this has been reported to help the Pi deal better with the overlays.In doing so you may need to tweak some sprite positioning in the LUA (text editing), this is somewhat detailed on the main repo.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.