betjenten
03-22-2011, 01:43 AM
Im trying to make vectrex work in HS with Parajve emulator. I have tried with MESS emulator, but I keep getting the system.img not found. And I can't find any info on that file. SO I'm trying with paraJVE.
ParaJVE works fine outside HS with the command:
ParaJVE_console.exe -game=c:\Roms\GCE_Vectrex\a.zip
in Hyperlaunch I have this:
;**********************************GCE Vectrex***********************************
else if (executable = "ParaJVE_console.exe")
{
hideDesktop()
Hotkey, %exitEmulatorKey%, CloseProcess
RunWait, %executable% -game= "%romPath%%romName%%romExtension%"
}
and my .ini file is:
[exe info]
path=C:\Emulators\GCE Vectrex\ParaJVE\
rompath=C:\Roms\GCE_Vectrex\
userompath = false
exe=ParaJVE_console.exe
romextension=zip
parameters =
searchsubfolders = false
pcgame = false
winstate = HIDDEN
hyperlaunch = true
but I keep getting this error:
http://www.flaskeposten.dk/div/gce_error.png
What do I do wrong?
ParaJVE works fine outside HS with the command:
ParaJVE_console.exe -game=c:\Roms\GCE_Vectrex\a.zip
in Hyperlaunch I have this:
;**********************************GCE Vectrex***********************************
else if (executable = "ParaJVE_console.exe")
{
hideDesktop()
Hotkey, %exitEmulatorKey%, CloseProcess
RunWait, %executable% -game= "%romPath%%romName%%romExtension%"
}
and my .ini file is:
[exe info]
path=C:\Emulators\GCE Vectrex\ParaJVE\
rompath=C:\Roms\GCE_Vectrex\
userompath = false
exe=ParaJVE_console.exe
romextension=zip
parameters =
searchsubfolders = false
pcgame = false
winstate = HIDDEN
hyperlaunch = true
but I keep getting this error:
http://www.flaskeposten.dk/div/gce_error.png
What do I do wrong?