PDA

View Full Version : Need Help with Winuaeloader in Hyperspin 1.1. Amiga.


retroid79
04-14-2010, 01:07 PM
Hi guys

I have literally tried everything now to try and get this to launch a game from HS. I just do not know why the screen goes black after I select a game. It works fine outside of HS. I have checked the script for hyperlaunch, I have checked the kickroms, the xml is accurate. I just do not how how to get this thing to work properly.

My settings are

execution = hyperlaunch
Pc mode = disabled

Executable = "path"\winuaeloader.exe
rompath = "rom path" :P

params =
extensions = zip

Use full rom path = tried both
search sub = false

winstate = hidden


The script I am using is

;************************************************* ********
;Commodore Amiga

else if (executable = "winuaeloader.exe")
{
hideDesktop()
Hotkey, %exitEmulatorKey%, CloseProcess
Run, %Executable% -mode whdload -game"%romPath%%romName%%romExtension%" , %EmuPath%, Hide UseErrorLevel
Process, WaitClose, winuaeloader.exe
}

Hope someone can help me :(

garwil
05-30-2010, 07:00 AM
Run, %Executable% -mode whdload- -game"%romPath%%romName%%romExtension%" , %EmuPath%, Hide UseErrorLevel

You need to put a space after -game.

In fact, you might be better off not using HyperLaunch for this one as WinUAELoader has a built in exit key feature.