-
Announcement
The HyperSpin 2 early access beta is here!
We’re starting the first public testing phase with Platinum Members to keep the scope manageable while we test the current feature set and begin to add more. In the future, we’ll provide a version for basic members as well. On behalf of the entire HyperSpin team, we look forward to another exciting adventure with our community.
- 0
Question
duummpp
Chers Geek,
Je me confronte soudainement avec un probleme sur ePSXe qui n'apparaissait pas avant, lorsque je lance un jeu sur ePSXe sans Hyperspin, cela fonctionne nickel, maintenant quand je le lance via Hyperspin je me retrouve avec une erreur du type EPSXE: Demo not found (USA.bin) ou (Europe.bin) bref je comprend après quelques recherches quand même, qu'il ne semble pas trouver mon jeu, j'ai essayé pas mal de chose en changeant mon HyperLaunch.ahk mais rien n'y fait, j'ai bien verifié que tout pointe au bon endroit pourtant, mon .xml concorde bien avec le nom de mes roms, il n'y a pas de problème la dessus je pense.. c'est étrange car avant ça tournai bien via HS c'est apparu comme ça, j'ai même essayer d'installer la dernière version, la 1.9.0 mais j'obtiens le même message Donc voilà je me tourne vers vous en desespoir de cause.
Merci pour votre aide.
Ma partie HyperLaunch.ahk :
;********************************Sony Playstation*******************************
else if (systemName = "Sony Playstation" && executable = "ePSXe.exe")
{
psxParams = -f -nogui -loadbin
Hotkey, %exitEmulatorKey%, CloseProcess
Run, %Executable% %psxParams% %romPath%%romName%%romExtension%, %EmuPath%, Hide UseErrorLevel
DetectHiddenWindows, on
WinWait, ahk_class pSX
hideDesktop()
WinWaitClose, ahk_class pSX
}
7 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.