[2019-04-01 13:48:43] [ERROR] [Launcher] Failed to find launcher executable (launcher: Sony PlayStation 1 executable: )
[2019-04-01 13:48:43] [DEBUG] [Page] Allocating graphics memory
[2019-04-01 13:48:44] [DEBUG] [Page] Allocate graphics memory complete
Now, originally in launcher.windows there is no Sony Playstation 1 conf file, so I copied a random one and changed the contents to:
executable = emulators\PS1\ePSXe.exe
arguments = "%ITEM_FILEPATH%"
I know for a fact the pathing is correct, and the exe exists, yet when I try to launch a game, the screen goes dark for a second like it's about to start the software, but then reverts back to the games list instead.
I also failed to notice that there was a conf file named "PS1" already in there, so I changed that to match the emulator path as well. Same results. Screen goes dark for a second but then reverts back to the games list.
THEN, checking the settings.conf file in the ps1 collections folder, I changed:
launcher = PS1
#metadata.type = Sony PlayStation 1
So that it would match it properly, whereas before it was:
launcher = Sony Playstation 1
#metadata.type = Sony PlayStation 1
to match the new conf I had made earlier. THIS time, however, while I still get the same results of the screen going dark and reverting back to the games list without launching the launcher, the log now states this:
[2019-04-01 14:13:05] [WARNING] [Launcher] Checking to see if "R:\collections\Sony Playstation 1\roms\Castlevania Symphony of the Night.zip" exists [No]
[2019-04-01 14:13:05] [INFO] [Launcher] Checking to see if "R:\collections\Sony Playstation 1\roms\Castlevania Symphony of the Night.bin" exists [Yes]
[2019-04-01 14:13:05] [INFO] [Launcher] Attempting to launch: "emulators\PS1\ePSXe.exe" -nogui -cdfile "R:\collections\Sony Playstation 1\roms\Castlevania Symphony of the Night.bin"
[2019-04-01 14:13:05] [INFO] [Launcher] from within folder: emulators\PS1
[2019-04-01 14:13:05] [INFO] [Launcher] Completed
[2019-04-01 14:13:05] [DEBUG] [Page] Allocating graphics memory
[2019-04-01 14:13:05] [DEBUG] [Page] Allocate graphics memory complete
Now my last attempt so far was to simply remove the [-nogui -cdfile] from the arguments, and that allowed a successful emulator launch, but the game did not launch.
I'm at a loss here lol...