Author Topic: Problem leaving SSF emu, AM crashes  (Read 5972 times)

Jate

  • Full Member
  • ***
  • Posts: 53
    • View Profile
Problem leaving SSF emu, AM crashes
« on: September 26, 2019, 03:24:32 AM »
Hi

I am using the SSF emulator with SSFLoader that is used to load games in CHD format, but when I leave the emulator, Attract Mode crashes and fails.

For launch the games, I use :

    executable           D:\Videojuegos\Emulacion\Consolas\Sega Saturn\emulador\Jugar.bat
    args                      "[romfilename]"
    rompath              D:\Videojuegos\Emulacion\Consolas\Sega Saturn\roms
    romext               .zip;.chd


and bat archive include:

    SSFLoader.exe %1
    Pause

I tried and if I remove the word Pause from the bat, the emulator start the game and closes only after 5 seconds


hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: Problem leaving SSF emu, AM crashes
« Reply #1 on: September 28, 2019, 02:47:11 AM »
do you have activated resfix for your emulator system (the name of emulator display ) in AM?
Start AM > press TAB key > Plug-ins > ResFix > Enabled : yes > Specific Emulators : name of your emulator system
« Last Edit: September 28, 2019, 02:52:40 AM by hermine.potter »
AM Version : 2.6.1
Input : Mad Catz Brawlstick; Mouse; Keyboard; Xbox360 Wireless
Cabinet : Yes
OS : Windows10 Pro
System : Dell Precision T3500 ; Intel X5650 ; 12GB RAM

Jate

  • Full Member
  • ***
  • Posts: 53
    • View Profile
Re: Problem leaving SSF emu, AM crashes
« Reply #2 on: September 28, 2019, 12:53:55 PM »
do you have activated resfix for your emulator system (the name of emulator display ) in AM?
Start AM > press TAB key > Plug-ins > ResFix > Enabled : yes > Specific Emulators : name of your emulator system

Thank for help me.

First, I had "ResFix" active (Yes) and "Specific Emulator" empty and had this bug.

Now, I have put the name of the system emulator and the same thing happens :(

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: Problem leaving SSF emu, AM crashes
« Reply #3 on: October 02, 2019, 07:18:55 AM »
you have to add the exact name of your display (see attract-folder\emulator), did you?
my display for Sega Saturn is named "Sega Saturn".
i'm using "EmuHawk" for sega saturn games.

it works with this config:
Code: [Select]
executable           "C:\attract\EMU\Sega Saturn\EmuHawk.exe"
args                 --fullscreen "[romfilename]"
rompath              C:\attract\EMU\Sega Saturn\ROMS
romext               .cue
AM Version : 2.6.1
Input : Mad Catz Brawlstick; Mouse; Keyboard; Xbox360 Wireless
Cabinet : Yes
OS : Windows10 Pro
System : Dell Precision T3500 ; Intel X5650 ; 12GB RAM

Jate

  • Full Member
  • ***
  • Posts: 53
    • View Profile
Re: Problem leaving SSF emu, AM crashes
« Reply #4 on: October 08, 2019, 03:24:00 AM »
you have to add the exact name of your display (see attract-folder\emulator), did you?
my display for Sega Saturn is named "Sega Saturn".
i'm using "EmuHawk" for sega saturn games.

it works with this config:
Code: [Select]
executable           "C:\attract\EMU\Sega Saturn\EmuHawk.exe"
args                 --fullscreen "[romfilename]"
rompath              C:\attract\EMU\Sega Saturn\ROMS
romext               .cue

Yes, I've done it but it doesn't work.

I do not know programming but I have thought this ...

I think the problem is the executable, Attract Mode launch EmuHawk.exe and when it closes EmuHack, Attract Mode use ResFix.
But I use Bat file to launch SSFLoader.exe and this program make virtual CHD disk and launch SSF.exe and SSFLoader it close.
Perhaps Attract Mode is waiting SSFLoader and when it close, return to menu. And when I add "Pause" to bat file, Attract Mode is waiting but if I close SSF.exe, Attract Mode still wait that I close SSFLoader.exe and now i´m using SSF.exe... :P

Sorry, I don't speak English and I don't know if I explained myself well...


qqplayer

  • Sr. Member
  • ****
  • Posts: 301
    • View Profile
Re: Problem leaving SSF emu, AM crashes
« Reply #5 on: October 09, 2019, 02:21:29 PM »
you have to add the exact name of your display (see attract-folder\emulator), did you?
my display for Sega Saturn is named "Sega Saturn".
i'm using "EmuHawk" for sega saturn games.

it works with this config:
Code: [Select]
executable           "C:\attract\EMU\Sega Saturn\EmuHawk.exe"
args                 --fullscreen "[romfilename]"
rompath              C:\attract\EMU\Sega Saturn\ROMS
romext               .cue

Yes, I've done it but it doesn't work.

I do not know programming but I have thought this ...

I think the problem is the executable, Attract Mode launch EmuHawk.exe and when it closes EmuHack, Attract Mode use ResFix.
But I use Bat file to launch SSFLoader.exe and this program make virtual CHD disk and launch SSF.exe and SSFLoader it close.
Perhaps Attract Mode is waiting SSFLoader and when it close, return to menu. And when I add "Pause" to bat file, Attract Mode is waiting but if I close SSF.exe, Attract Mode still wait that I close SSFLoader.exe and now i´m using SSF.exe... :P

Sorry, I don't speak English and I don't know if I explained myself well...

Hola, yo tambien uso el ssfloader.
Con las ultmas versiones no necesitas modificar el ssf.exe


Code: [Select]
# Generated by Attract-Mode v2.5.1
#
executable           cmd
args                 /c Y: & cd "Y:\Attrack Mode\systems\SSF\SSF 0.12 PreviewVer R5" & start /wait SSFLoader.exe "[romfilename]"
romext               .chd
nb_mode_wait         5

Jate

  • Full Member
  • ***
  • Posts: 53
    • View Profile
Re: Problem leaving SSF emu, AM crashes
« Reply #6 on: October 10, 2019, 12:05:02 AM »
@qqplayer Muchas gracias!

Yo con las ultimas versiones (Preview) tengo problemas:

- No consigo cargar juegos en chd y me da error:


- Y si cargo los juegos en cue+bin, algunos juegos arrancan pero se cierran cuando esta a punto de empezar la partida. He probado en otro pc y esos juegos van bien, parece que será cosa de mi grafica (HD7770)

Asi que gracias de nuevo y yo de momento seguire con las versiones mas antiguas y el ssfloader.  :-\

ToeMath

  • Jr. Member
  • **
  • Posts: 11
    • View Profile
Re: Problem leaving SSF emu, AM crashes
« Reply #7 on: May 18, 2021, 02:51:04 PM »
Hola, yo tambien uso el ssfloader.
Con las ultmas versiones no necesitas modificar el ssf.exe


Code: [Select]
# Generated by Attract-Mode v2.5.1
#
executable           cmd
args                 /c Y: & cd "Y:\Attrack Mode\systems\SSF\SSF 0.12 PreviewVer R5" & start /wait SSFLoader.exe "[romfilename]"
romext               .chd
nb_mode_wait         5

hola, al usar esta configuracion el juego corre bien pero al salir AM no se vuelve a lanzar. tiene solución?
[/quote]

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: Problem leaving SSF emu, AM crashes
« Reply #8 on: May 27, 2021, 12:01:32 PM »
@ ToeMath
See
AM Version : 2.6.1
Input : Mad Catz Brawlstick; Mouse; Keyboard; Xbox360 Wireless
Cabinet : Yes
OS : Windows10 Pro
System : Dell Precision T3500 ; Intel X5650 ; 12GB RAM

ToeMath

  • Jr. Member
  • **
  • Posts: 11
    • View Profile
Re: Problem leaving SSF emu, AM crashes
« Reply #9 on: May 29, 2021, 11:42:17 AM »
don't work for me